Age | Commit message (Expand) | Author | Files | Lines |
2017-05-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -15/+3 |
2017-05-08 | mm: introduce kv[mz]alloc helpers | Michal Hocko | 1 | -15/+3 |
2017-05-08 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 13 | -369/+540 |
2017-05-05 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -1/+3 |
2017-05-04 | KVM: put back #ifndef CONFIG_S390 around kvm_vcpu_kick | Paolo Bonzini | 1 | -0/+2 |
2017-05-03 | Revert "KVM: Support vCPU-based gfn->hva cache" | Paolo Bonzini | 1 | -17/+17 |
2017-05-02 | KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTING | David Hildenbrand | 2 | -3/+7 |
2017-04-27 | Merge tag 'kvm-arm-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Paolo Bonzini | 9 | -315/+366 |
2017-04-27 | KVM: mark requests that need synchronization | Paolo Bonzini | 1 | -3/+22 |
2017-04-27 | KVM: return if kvm_vcpu_wake_up() did wake up the VCPU | Radim Krčmář | 1 | -4/+8 |
2017-04-27 | KVM: add explicit barrier to kvm_vcpu_kick | Andrew Jones | 1 | -3/+0 |
2017-04-27 | KVM: perform a wake_up in kvm_make_all_cpus_request | Radim Krčmář | 1 | -0/+3 |
2017-04-27 | KVM: remove #ifndef CONFIG_S390 around kvm_vcpu_wake_up | Radim Krčmář | 1 | -2/+0 |
2017-04-21 | Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini | 1 | -0/+105 |
2017-04-20 | KVM: PPC: VFIO: Add in-kernel acceleration for VFIO | Alexey Kardashevskiy | 1 | -0/+105 |
2017-04-19 | KVM: arm/arm64: vgic-v3: Fix off-by-one LR access | Marc Zyngier | 1 | -1/+1 |
2017-04-19 | KVM: arm/arm64: vgic-v3: De-optimize VMCR save/restore when emulating a GICv2 | Marc Zyngier | 2 | -4/+15 |
2017-04-12 | KVM: x86: cleanup return handling in setup_routing_entry() | David Hildenbrand | 1 | -6/+5 |
2017-04-12 | KVM: x86: rename kvm_vcpu_request_scan_ioapic() | David Hildenbrand | 1 | -2/+2 |
2017-04-12 | KVM: x86: race between KVM_SET_GSI_ROUTING and KVM_CREATE_IRQCHIP | David Hildenbrand | 1 | -0/+3 |
2017-04-09 | KVM: arm/arm64: Report PMU overflow interrupts to userspace irqchip | Christoffer Dall | 2 | -7/+35 |
2017-04-09 | KVM: arm/arm64: Support arch timers with a userspace gic | Alexander Graf | 1 | -23/+99 |
2017-04-09 | KVM: arm/arm64: Cleanup the arch timer code's irqchip checking | Christoffer Dall | 1 | -8/+7 |
2017-04-09 | KVM: arm/arm64: vgic: Improve sync_hwstate performance | Christoffer Dall | 3 | -8/+16 |
2017-04-09 | KVM: arm/arm64: vgic: Don't check vgic_initialized in sync/flush | Christoffer Dall | 1 | -6/+0 |
2017-04-09 | KVM: arm/arm64: vgic: Implement early VGIC init functionality | Christoffer Dall | 1 | -40/+56 |
2017-04-09 | KVM: arm/arm64: vgic: Get rid of MISR and EISR fields | Christoffer Dall | 2 | -4/+0 |
2017-04-09 | KVM: arm/arm64: vgic: Get rid of unnecessary save_maint_int_state | Christoffer Dall | 2 | -69/+0 |
2017-04-09 | KVM: arm/arm64: vgic: Get rid of unnecessary process_maintenance operation | Christoffer Dall | 4 | -96/+25 |
2017-04-09 | KVM: arm/arm64: vgic: Only set underflow when actually out of LRs | Christoffer Dall | 1 | -4/+6 |
2017-04-09 | KVM: arm/arm64: vgic: Get rid of live_lrs | Christoffer Dall | 2 | -59/+22 |
2017-04-09 | KVM: arm/arm64: vgic: Avoid flushing vgic state when there's no pending IRQ | Shih-Wei Li | 1 | -0/+17 |
2017-04-09 | KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/put | Christoffer Dall | 7 | -11/+92 |
2017-04-07 | kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET public | Paolo Bonzini | 1 | -5/+5 |
2017-04-07 | kvm: make KVM_CAP_COALESCED_MMIO architecture agnostic | Paolo Bonzini | 1 | -0/+4 |
2017-04-07 | KVM: x86: drop legacy device assignment | Paolo Bonzini | 1 | -17/+0 |
2017-04-05 | Merge tag 'kvm-arm-for-v4.11-rc6' of git://git.kernel.org/pub/scm/linux/kerne... | Radim Krčmář | 4 | -7/+66 |
2017-04-04 | KVM: arm/arm64: vgic: Fix GICC_PMR uaccess on GICv3 and clarify ABI | Christoffer Dall | 3 | -7/+30 |
2017-04-04 | KVM: arm64: Ensure LRs are clear when they should be | Christoffer Dall | 3 | -0/+36 |
2017-03-28 | KVM: pci-assign: do not map smm memory slot pages in vt-d page tables | Herongguang (Stephen) | 1 | -1/+1 |
2017-03-23 | KVM: kvm_io_bus_unregister_dev() should never fail | David Hildenbrand | 2 | -18/+27 |
2017-03-23 | arm: kvm: move kvm_vgic_global_state out of .text section | Ard Biesheuvel | 1 | -1/+3 |
2017-03-21 | KVM: x86: clear bus pointer when destroyed | Peter Xu | 1 | -1/+11 |
2017-03-07 | KVM: arm/arm64: VGIC: Fix command handling while ITS being disabled | Andre Przywara | 1 | -44/+65 |
2017-03-07 | KVM: arm/arm64: Let vcpu thread modify its own active state | Jintack Lim | 1 | -8/+24 |
2017-03-06 | KVM: arm/arm64: vgic-v3: Don't pretend to support IRQ/FIQ bypass | Marc Zyngier | 1 | -1/+4 |
2017-03-04 | Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -4/+4 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -1/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2 | -0/+2 |