xen.git
2019-10-04 Juergen Grossxen/sched: support differing granularity in schedule_cp...
2019-10-04 Juergen Grossxen/sched: support multiple cpus per scheduling resource
2019-10-04 Juergen Grossxen/sched: protect scheduling resource via rcu
2019-10-04 Juergen Grossxen/sched: split schedule_cpu_switch()
2019-10-04 Juergen Grossxen/sched: prepare per-cpupool scheduling granularity
2019-10-04 Juergen Grossxen/sched: reject switching smt on/off with core schedu...
2019-10-04 Juergen Grossxen/sched: move per-cpu variable cpupool to struct...
2019-10-04 Juergen Grossxen/sched: move per-cpu variable scheduler to struct...
2019-10-04 Juergen Grossxen/sched: make vcpu_wake() and vcpu_sleep() core sched...
2019-10-04 Juergen Grossxen/sched: add fall back to idle vcpu when scheduling...
2019-10-04 Juergen Grossxen/sched: add a percpu resource index
2019-10-04 Juergen Grossxen/sched: support allocating multiple vcpus into one...
2019-10-04 Juergen Grossxen/sched: modify cpupool_domain_cpumask() to be an...
2019-10-04 Juergen Grossxen/sched: add support for multiple vcpus per sched...
2019-10-04 Juergen Grossxen/sched: introduce unit_runnable_state()
2019-10-04 Juergen Grossxen/sched: add code to sync scheduling of all vcpus...
2019-10-04 Juergen Grossdocs: remove tmem references from man pages
2019-10-03 Julien Grallxen/arm: traps: Mark check_stack_alignment_constraints...
2019-10-03 Julien Grallxen/arm: mm: Mark check_memory_layout_alignment_constra...
2019-10-03 Julien Grallxen/arm: cpufeature: Match register size with value...
2019-10-03 Julien Grallxen/arm: cpuerrata: Match register size with value...
2019-10-03 Julien Grallxen/arm64: bitops: Match the register size with the...
2019-10-03 Julien Grallxen/arm: fix get_cpu_info() when built with clang
2019-10-02 Ian Jacksonlibxl: create: style: Add a pair of missing { ]
2019-10-02 Paul Durrantlibxl: choose an appropriate default for passthrough...
2019-10-02 Paul Durrantlibxl: replace 'enabled' with 'unknown' in libxl_passth...
2019-10-02 Roger Pau Monnelibxl: wait for the ack when issuing power control...
2019-10-02 Jan Beulichtools/xen-cpuid: avoid producing bogus output
2019-10-02 Jan BeulichMAINTAINERS: add tools/misc/xen-cpuid to "X86 ARCHITECTURE"
2019-10-02 Jan BeulichIOMMU: add missing HVM check
2019-10-02 Sergey Dyaslimicrocode: rendezvous CPUs in NMI handler and load...
2019-10-02 Igor Druzhininx86/crash: force unlock console before printing on...
2019-10-02 Oleksandr TyshchenkoSUPPORT.md: Describe Renesas IPMMU-VMSA support (Arm)
2019-10-02 Julien Grallxen/arm: Implement workaround for Cortex A-57 and Corte...
2019-10-02 Julien Grallxen/arm: domain_build: Don't continue if unable to...
2019-10-02 Julien Grallxen/arm: domain_build: Print the correct domain in...
2019-10-02 Julien Grallxen/arm: domain_build: Remove redundant check in make_v...
2019-10-02 Julien Grallxen/arm: domain_build: Print the correct domain in...
2019-10-02 Julien Grallxen/arm: p2m: Free the p2m entry after flushing the...
2019-10-01 Julien Grallxen/arm: p2m: Fix typo in the comment on top of P2M_ROO...
2019-10-01 Julien Grallxen/arm: domain_build: Avoid implicit conversion from...
2019-10-01 Julien Grallxen/arm32: head: Fix build when using GAS 2.25.0
2019-09-30 Julien GrallMAINTAINERS: Update e-mail address
2019-09-30 Roger Pau Monnéx86/iommu: fix hwdom iommu requirements check
2019-09-30 Jan Beulichx86: correct bogus error indicator of cpu_add()
2019-09-30 Jan Beulichx86emul: move ARPL #UD check
2019-09-29 Jan Beulichns16550: make PCI device hiding uniform
2019-09-27 Juergen Grossxen/sched: move struct task_slice into struct sched_unit
2019-09-27 Juergen Grossxen/sched: Change vcpu_migrate_*() to operate on schedu...
2019-09-27 Juergen Grossxen/sched: add runstate counters to struct sched_unit
2019-09-27 Juergen Grossxen: switch from for_each_vcpu() to for_each_sched_unit()
2019-09-27 Juergen Grossxen/sched: switch sched_move_irqs() to take sched_unit...
2019-09-27 Juergen Grossxen/sched: switch schedule() from vcpus to sched_units
2019-09-27 Juergen Grossxen/sched: use sched_resource cpu instead smp_processor...
2019-09-27 Juergen Grossxen: let vcpu_create() select processor
2019-09-27 Juergen Grossxen: add sched_unit_pause_nosync() and sched_unit_unpause()
2019-09-27 Juergen Grossxen/sched: make arinc653 scheduler vcpu agnostic.
2019-09-27 Juergen Grossxen/sched: make credit2 scheduler vcpu agnostic.
2019-09-27 Juergen Grossxen/sched: make credit scheduler vcpu agnostic.
2019-09-27 Juergen Grossxen/sched: make rt scheduler vcpu agnostic.
2019-09-27 Juergen Grossxen/sched: make null scheduler vcpu agnostic.
2019-09-27 Juergen Grossxen/sched: add is_running indicator to struct sched_unit
2019-09-27 Juergen Grossxen/sched: switch struct task_slice from vcpu to sched_unit
2019-09-27 Juergen Grossxen/sched: rename scheduler related perf counters
2019-09-27 Juergen Grossxen/sched: add scheduler helpers hiding vcpu
2019-09-27 Juergen Grossxen/sched: move some per-vcpu items to struct sched_unit
2019-09-27 Juergen Grossxen/sched: switch vcpu_schedule_lock to unit_schedule_lock
2019-09-27 Juergen Grossxen/sched: move per cpu scheduler private data into...
2019-09-27 Juergen Grossxen/sched: switch schedule_data.curr to point at sched_unit
2019-09-27 Juergen Grossxen/sched: let pick_cpu return a scheduler resource
2019-09-27 Juergen Grossxen/sched: introduce struct sched_resource
2019-09-27 Juergen Grossxen/sched: build a linked list of struct sched_unit
2019-09-27 Juergen Grossxen/sched: move per-vcpu scheduler private data pointer...
2019-09-27 Juergen Grossxen/sched: use new sched_unit instead of vcpu in schedu...
2019-09-27 Simon Gaiserx86: allow stubdom access to irq created for msi
2019-09-27 Oleksandr Tyshchenkoxen/arm: Restrict "p2m_ipa_bits" according to the IOMMU...
2019-09-27 Chao Gaox86/microcode: remove microcode_update_lock
2019-09-27 Chao Gaox86/microcode: Synchronize late microcode loading
2019-09-27 Chao Gaox86/microcode: reduce memory allocation and copy when...
2019-09-27 Chao Gaox86/microcode: unify ucode loading during system bootup...
2019-09-27 Chao Gaox86/microcode: split out apply_microcode() from cpu_req...
2019-09-27 Paul Durrantx86/iommu: fix PVH dom0 settings
2019-09-27 Roger Pau Monnéx86/iommu: improve logging message
2019-09-27 Juergen Grossdebugtrace: fix buffer allocation
2019-09-27 Juergen Grosssched: rework and rename vcpu_force_reschedule()
2019-09-27 Juergen Grosssched: fix locking in a653sched_free_vdata()
2019-09-26 Sergey Dyaslix86/shim: fix ballooning down the guest
2019-09-26 Juergen Grosssched: don't let XEN_RUNSTATE_UPDATE leak into vcpu_run...
2019-09-26 Julien Grallxen/arm32: head: Use a page mapping for the 1:1 mapping...
2019-09-26 Julien Grallxen/arm32: head: Introduce macros to create table and...
2019-09-26 Julien Grallxen/arm64: head: Use a page mapping for the 1:1 mapping...
2019-09-26 Julien Grallxen/arm64: head: Introduce macros to create table and...
2019-09-26 Julien Grallxen/arm32: head: Rework and document setup_fixmap()
2019-09-26 Julien Grallxen/arm32: head: Remove 1:1 mapping as soon as it is...
2019-09-26 Julien Grallxen/arm64: head: Rework and document setup_fixmap()
2019-09-26 Julien Grallxen/arm64: head: Remove 1:1 mapping as soon as it is...
2019-09-26 Oleksandr Tyshchenkoiommu/arm: Add Renesas IPMMU-VMSA support
2019-09-26 Oleksandr Tyshchenkoiommu/arm: Introduce iommu_add_dt_device API
2019-09-26 Oleksandr Tyshchenkoiommu: Order the headers alphabetically in device_tree.c
2019-09-26 Oleksandr Tyshchenkoiommu/arm: Add lightweight iommu_fwspec support
next