Age | Commit message (Expand) | Author | Files | Lines |
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-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 |
2017-03-01 | kvm: convert kvm.users_count from atomic_t to refcount_t | Elena Reshetova | 1 | -4/+4 |
2017-02-28 | mm: add new mmget() helper | Vegard Nossum | 1 | -1/+1 |
2017-02-28 | mm: add new mmgrab() helper | Vegard Nossum | 1 | -1/+1 |
2017-02-25 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 1 | -2/+2 |
2017-02-17 | KVM: Return an error code only as a constant in kvm_get_dirty_log() | Markus Elfring | 1 | -11/+5 |
2017-02-17 | KVM: Return an error code only as a constant in kvm_get_dirty_log_protect() | Markus Elfring | 1 | -12/+5 |
2017-02-17 | KVM: Return directly after a failed copy_from_user() in kvm_vm_compat_ioctl() | Markus Elfring | 1 | -4/+1 |
2017-02-16 | KVM: Support vCPU-based gfn->hva cache | Cao, Lei | 1 | -17/+17 |
2017-02-16 | KVM: use separate generations for each address space | Paolo Bonzini | 1 | -8/+16 |
2017-02-16 | KVM: only retrieve memslots once when initializing cache | Paolo Bonzini | 1 | -7/+14 |
2017-02-08 | KVM: arm/arm64: Emulate the EL1 phys timer registers | Jintack Lim | 1 | -1/+1 |
2017-02-08 | KVM: arm/arm64: Set up a background timer for the physical timer emulation | Jintack Lim | 1 | -1/+24 |
2017-02-08 | KVM: arm/arm64: Set a background timer to the earliest timer expiration | Jintack Lim | 1 | -13/+40 |
2017-02-08 | KVM: arm/arm64: Update the physical timer interrupt level | Jintack Lim | 1 | -0/+4 |
2017-02-08 | KVM: arm/arm64: Initialize the emulated EL1 physical timer | Jintack Lim | 1 | -2/+7 |
2017-02-08 | KVM: arm/arm64: Decouple kvm timer functions from virtual timer | Jintack Lim | 1 | -29/+25 |
2017-02-08 | KVM: arm/arm64: Move cntvoff to each timer context | Jintack Lim | 2 | -12/+29 |
2017-02-08 | KVM: arm/arm64: Abstract virtual timer context into separate structure | Jintack Lim | 2 | -37/+42 |
2017-02-08 | KVM: arm/arm64: vgic: Stop injecting the MSI occurrence twice | Shanker Donthineni | 1 | -0/+3 |
2017-02-01 | KVM: arm/arm64: Remove kvm_vgic_inject_mapped_irq | Christoffer Dall | 2 | -35/+18 |
2017-01-30 | KVM: arm/arm64: vgic: Implement KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO ioctl | Vijaya Kumar K | 5 | -1/+119 |
2017-01-30 | KVM: arm/arm64: vgic: Implement VGICv3 CPU interface access | Vijaya Kumar K | 4 | -0/+66 |
2017-01-30 | KVM: arm/arm64: vgic: Introduce VENG0 and VENG1 fields to vmcr struct | Vijaya Kumar K | 4 | -18/+39 |
2017-01-30 | KVM: arm/arm64: vgic: Add distributor and redistributor access | Vijaya Kumar K | 5 | -36/+292 |
2017-01-30 | KVM: arm/arm64: vgic: Implement support for userspace access | Vijaya Kumar K | 4 | -49/+169 |
2017-01-25 | KVM: arm/arm64: vgic: Add debugfs vgic-state file | Christoffer Dall | 3 | -0/+290 |
2017-01-25 | KVM: arm/arm64: Remove struct vgic_irq pending field | Christoffer Dall | 8 | -44/+37 |
2017-01-17 | Merge tag 'kvm-arm-for-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel... | Radim Krčmář | 5 | -24/+57 |
2017-01-13 | KVM: arm/arm64: vgic: Fix deadlock on error handling | Marc Zyngier | 3 | -9/+13 |
2017-01-13 | KVM: arm64: Access CNTHCTL_EL2 bit fields correctly on VHE systems | Jintack Lim | 2 | -12/+44 |
2017-01-13 | KVM: arm/arm64: Fix occasional warning from the timer work function | Christoffer Dall | 1 | -3/+0 |
2017-01-12 | KVM: eventfd: fix NULL deref irqbypass consumer | Wanpeng Li | 1 | -2/+2 |
2016-12-26 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -3/+3 |
2016-12-26 | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -3/+3 |
2016-12-25 | clocksource: Use a plain u64 instead of cycle_t | Thomas Gleixner | 1 | -3/+3 |
2016-12-25 | cpu/hotplug: Cleanup state names | Thomas Gleixner | 3 | -3/+3 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |