aboutsummaryrefslogtreecommitdiffstats
path: root/virt (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-05Merge tag 'kvm-arm-for-v4.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarmRadim Krčmář4-7/+66
2017-04-04KVM: arm/arm64: vgic: Fix GICC_PMR uaccess on GICv3 and clarify ABIChristoffer Dall3-7/+30
2017-04-04KVM: arm64: Ensure LRs are clear when they should beChristoffer Dall3-0/+36
2017-03-28KVM: pci-assign: do not map smm memory slot pages in vt-d page tablesHerongguang (Stephen)1-1/+1
2017-03-23KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand2-18/+27
2017-03-21KVM: x86: clear bus pointer when destroyedPeter Xu1-1/+11
2017-03-07KVM: arm/arm64: VGIC: Fix command handling while ITS being disabledAndre Przywara1-44/+65
2017-03-07KVM: arm/arm64: Let vcpu thread modify its own active stateJintack Lim1-8/+24
2017-03-06KVM: arm/arm64: vgic-v3: Don't pretend to support IRQ/FIQ bypassMarc Zyngier1-1/+4
2017-03-04Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar2-0/+2
2017-03-01kvm: convert kvm.users_count from atomic_t to refcount_tElena Reshetova1-4/+4
2017-02-27mm: add new mmget() helperVegard Nossum1-1/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-2/+2
2017-02-17KVM: Return an error code only as a constant in kvm_get_dirty_log()Markus Elfring1-11/+5
2017-02-17KVM: Return an error code only as a constant in kvm_get_dirty_log_protect()Markus Elfring1-12/+5
2017-02-17KVM: Return directly after a failed copy_from_user() in kvm_vm_compat_ioctl()Markus Elfring1-4/+1
2017-02-16KVM: Support vCPU-based gfn->hva cacheCao, Lei1-17/+17
2017-02-16KVM: use separate generations for each address spacePaolo Bonzini1-8/+16
2017-02-16KVM: only retrieve memslots once when initializing cachePaolo Bonzini1-7/+14
2017-02-08KVM: arm/arm64: Emulate the EL1 phys timer registersJintack Lim1-1/+1
2017-02-08KVM: arm/arm64: Set up a background timer for the physical timer emulationJintack Lim1-1/+24
2017-02-08KVM: arm/arm64: Set a background timer to the earliest timer expirationJintack Lim1-13/+40
2017-02-08KVM: arm/arm64: Update the physical timer interrupt levelJintack Lim1-0/+4
2017-02-08KVM: arm/arm64: Initialize the emulated EL1 physical timerJintack Lim1-2/+7
2017-02-08KVM: arm/arm64: Decouple kvm timer functions from virtual timerJintack Lim1-29/+25
2017-02-08KVM: arm/arm64: Move cntvoff to each timer contextJintack Lim2-12/+29
2017-02-08KVM: arm/arm64: Abstract virtual timer context into separate structureJintack Lim2-37/+42
2017-02-08KVM: arm/arm64: vgic: Stop injecting the MSI occurrence twiceShanker Donthineni1-0/+3
2017-02-01KVM: arm/arm64: Remove kvm_vgic_inject_mapped_irqChristoffer Dall2-35/+18
2017-01-30KVM: arm/arm64: vgic: Implement KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO ioctlVijaya Kumar K5-1/+119
2017-01-30KVM: arm/arm64: vgic: Implement VGICv3 CPU interface accessVijaya Kumar K4-0/+66
2017-01-30KVM: arm/arm64: vgic: Introduce VENG0 and VENG1 fields to vmcr structVijaya Kumar K4-18/+39
2017-01-30KVM: arm/arm64: vgic: Add distributor and redistributor accessVijaya Kumar K5-36/+292
2017-01-30KVM: arm/arm64: vgic: Implement support for userspace accessVijaya Kumar K4-49/+169
2017-01-25KVM: arm/arm64: vgic: Add debugfs vgic-state fileChristoffer Dall3-0/+290
2017-01-25KVM: arm/arm64: Remove struct vgic_irq pending fieldChristoffer Dall8-44/+37
2017-01-17Merge tag 'kvm-arm-for-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarmRadim Krčmář5-24/+57
2017-01-13KVM: arm/arm64: vgic: Fix deadlock on error handlingMarc Zyngier3-9/+13
2017-01-13KVM: arm64: Access CNTHCTL_EL2 bit fields correctly on VHE systemsJintack Lim2-12/+44
2017-01-13KVM: arm/arm64: Fix occasional warning from the timer work functionChristoffer Dall1-3/+0
2017-01-12KVM: eventfd: fix NULL deref irqbypass consumerWanpeng Li1-2/+2
2016-12-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2016-12-25Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-3/+3
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-3/+3
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner3-3/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1