| Commit message (Expand) | Author | Age |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-03-16 |
|\ |
|
| * | Merge tag 'kvm-arm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini | 2016-03-09 |
| |\ |
|
| | * | arm64: KVM: vgic-v3: Reset LRs at boot time | Marc Zyngier | 2016-03-08 |
| | * | arm64: KVM: vgic-v3: Avoid accessing ICH registers | Marc Zyngier | 2016-03-08 |
| | * | KVM: arm/arm64: vgic-v2: Make GICD_SGIR quicker to hit | Marc Zyngier | 2016-03-08 |
| | * | KVM: arm/arm64: vgic-v2: Only wipe LRs on vcpu exit | Marc Zyngier | 2016-03-08 |
| | * | KVM: arm/arm64: vgic-v2: Reset LRs at boot time | Marc Zyngier | 2016-03-08 |
| | * | KVM: arm/arm64: vgic-v2: Do not save an LR known to be empty | Marc Zyngier | 2016-03-08 |
| | * | KVM: arm/arm64: vgic-v2: Move GICH_ELRSR saving to its own function | Marc Zyngier | 2016-03-08 |
| | * | KVM: arm/arm64: vgic-v2: Save maintenance interrupt state only if required | Marc Zyngier | 2016-03-08 |
| | * | KVM: arm/arm64: vgic-v2: Avoid accessing GICH registers | Marc Zyngier | 2016-03-08 |
| | * | KVM: arm/arm64: timer: Add active state caching | Marc Zyngier | 2016-02-29 |
| | * | arm64: KVM: Add a new vcpu device control group for PMUv3 | Shannon Zhao | 2016-02-29 |
| | * | arm64: KVM: Add a new feature bit for PMUv3 | Shannon Zhao | 2016-02-29 |
| | * | arm64: KVM: Free perf event of PMU when destroying vcpu | Shannon Zhao | 2016-02-29 |
| | * | arm64: KVM: Reset PMU state when resetting vcpu | Shannon Zhao | 2016-02-29 |
| | * | arm64: KVM: Add PMU overflow interrupt routing | Shannon Zhao | 2016-02-29 |
| | * | arm64: KVM: Add helper to handle PMCR register bits | Shannon Zhao | 2016-02-29 |
| | * | arm64: KVM: Add access handler for PMSWINC register | Shannon Zhao | 2016-02-29 |
| | * | arm64: KVM: Add access handler for PMOVSSET and PMOVSCLR register | Shannon Zhao | 2016-02-29 |
| | * | arm64: KVM: PMU: Add perf event map and introduce perf event creating function | Shannon Zhao | 2016-02-29 |
| | * | arm64: KVM: Add access handler for PMCNTENSET and PMCNTENCLR register | Shannon Zhao | 2016-02-29 |
| | * | arm64: KVM: Add access handler for event counter register | Shannon Zhao | 2016-02-29 |
| | * | arm64: KVM: Move vgic-v2 and timer save/restore to virt/kvm/arm/hyp | Marc Zyngier | 2016-02-29 |
| * | | KVM: ensure __gfn_to_pfn_memslot initializes *writable | Paolo Bonzini | 2016-03-04 |
| * | | KVM: async_pf: use list_first_entry | Geliang Tang | 2016-02-23 |
| * | | KVM: use list_for_each_entry_safe | Geliang Tang | 2016-02-23 |
| * | | KVM: halt_polling: improve grow/shrink settings | Christian Borntraeger | 2016-02-16 |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-03-14 |
|\ \ \ |
|
| * \ \ | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying... | Ingo Molnar | 2016-02-29 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | KVM: Use simple waitqueue for vcpu->wq | Marcelo Tosatti | 2016-02-25 |
| | |/
| |/| |
|
* | | | kvm: cap halt polling at exactly halt_poll_ns | David Matlack | 2016-03-09 |
| |/
|/| |
|
* | | Merge tag 'kvm-arm-for-4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini | 2016-02-25 |
|\ \ |
|
| * | | KVM: arm/arm64: vgic: Ensure bitmaps are long enough | Mark Rutland | 2016-02-23 |
* | | | KVM: async_pf: do not warn on page allocation failures | Christian Borntraeger | 2016-02-24 |
|/ / |
|
* / | KVM: arm/arm64: Fix reference to uninitialised VGIC | Andre Przywara | 2016-02-08 |
|/ |
|
* | kvm: rename pfn_t to kvm_pfn_t | Dan Williams | 2016-01-15 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-01-12 |
|\ |
|
| * | KVM: move architecture-dependent requests to arch/ | Paolo Bonzini | 2016-01-08 |
| * | Merge tag 'kvm-arm-for-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Paolo Bonzini | 2016-01-07 |
| |\ |
|
| | * | arm64: KVM: Turn system register numbers to an enum | Marc Zyngier | 2015-12-14 |
| | * | KVM: arm/arm64: vgic-v3: Make the LR indexing macro public | Marc Zyngier | 2015-12-14 |
| | * | KVM: arm/arm64: vgic: make vgic_io_ops static | Jisheng Zhang | 2015-12-14 |
| * | | KVM: Remove unnecessary debugfs dentry references | Janosch Frank | 2015-11-30 |
| * | | KVM: Use common function for VCPU lookup by id | David Hildenbrand | 2015-11-30 |
| * | | KVM: kvm_is_visible_gfn can be boolean | Yaowei Bai | 2015-11-25 |
| * | | KVM-async_pf: Delete an unnecessary check before the function call "kmem_cach... | Markus Elfring | 2015-11-25 |
| * | | kvm/irqchip: kvm_arch_irq_routing_update renaming split | Andrey Smetanin | 2015-11-25 |
| |/ |
|
* / | KVM: arm/arm64: vgic: Fix kvm_vgic_map_is_active's dist check | Christoffer Dall | 2015-12-11 |
|/ |
|
* | KVM: arm/arm64: vgic: Trust the LR state for HW IRQs | Christoffer Dall | 2015-11-24 |