index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
virt
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-19
virt/kvm/assigned-dev.c: Set 'dev->irq_source_id' to '-1' after free it
Chen Gang
1
-1
/
+3
2014-08-19
kvm: iommu: fix the third parameter of kvm_iommu_put_pages (CVE-2014-3601)
Michael S. Tsirkin
1
-9
/
+10
2014-08-06
KVM: Move more code under CONFIG_HAVE_KVM_IRQFD
Paolo Bonzini
2
-61
/
+63
2014-08-05
KVM: Give IRQFD its own separate enabling Kconfig option
Paul Mackerras
3
-4
/
+7
2014-08-05
KVM: Move irq notifier implementation into eventfd.c
Paul Mackerras
2
-61
/
+63
2014-08-05
KVM: Move all accesses to kvm::irq_routing into irqchip.c
Paul Mackerras
3
-31
/
+36
2014-08-05
KVM: irqchip: Provide and use accessors for irq routing table
Paul Mackerras
3
-23
/
+49
2014-08-05
KVM: Don't keep reference to irq routing table in irqfd struct
Paul Mackerras
1
-16
/
+25
2014-08-05
Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm
Paolo Bonzini
1
-28
/
+32
2014-08-05
Merge tag 'kvm-arm-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Bonzini
3
-176
/
+725
2014-08-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-6
/
+5
2014-07-31
KVM: arm64: GICv3: mandate page-aligned GICV region
Marc Zyngier
1
-0
/
+16
2014-07-30
KVM: x86: always exit on EOIs for interrupts listed in the IOAPIC redir table
Paolo Bonzini
1
-4
/
+3
2014-07-30
kvm: arm64: vgic: fix hyp panic with 64k pages on juno platform
Will Deacon
1
-4
/
+20
2014-07-28
KVM: Allow KVM_CHECK_EXTENSION on the vm fd
Alexander Graf
1
-27
/
+31
2014-07-28
KVM: Rename and add argument to check_extension
Alexander Graf
1
-3
/
+3
2014-07-25
kvm: Resolve missing-field-initializers warnings
Mark Rustad
1
-2
/
+2
2014-07-11
ARM64: KVM: fix vgic_bitmap_get_reg function for BE 64bit case
Victor Kamensky
1
-2
/
+22
2014-07-11
ARM: KVM: vgic mmio should hold data as LE bytes array in BE case
Victor Kamensky
1
-2
/
+2
2014-07-11
arm64: KVM: vgic: enable GICv2 emulation on top on GICv3 hardware
Marc Zyngier
1
-0
/
+1
2014-07-11
KVM: ARM: vgic: add the GICv3 backend
Marc Zyngier
1
-0
/
+231
2014-07-11
arm64: KVM: split GICv2 world switch from hyp code
Marc Zyngier
2
-0
/
+4
2014-07-11
KVM: ARM: vgic: revisit implementation of irqchip_in_kernel
Marc Zyngier
1
-0
/
+1
2014-07-11
KVM: ARM: vgic: split GICv2 backend from the main vgic code
Marc Zyngier
2
-221
/
+294
2014-07-11
KVM: ARM: introduce vgic_params structure
Marc Zyngier
1
-37
/
+33
2014-07-11
KVM: ARM: vgic: introduce vgic_enable
Marc Zyngier
1
-8
/
+21
2014-07-11
KVM: ARM: vgic: abstract VMCR access
Marc Zyngier
1
-16
/
+53
2014-07-11
KVM: ARM: vgic: move underflow handling to vgic_ops
Marc Zyngier
1
-3
/
+25
2014-07-11
KVM: ARM: vgic: abstract MISR decoding
Marc Zyngier
1
-3
/
+23
2014-07-11
KVM: ARM: vgic: abstract EISR bitmap access
Marc Zyngier
1
-2
/
+23
2014-07-11
KVM: ARM: vgic: abstract access to the ELRSR bitmap
Marc Zyngier
1
-5
/
+41
2014-07-11
KVM: ARM: vgic: introduce vgic_ops and LR manipulation primitives
Marc Zyngier
1
-52
/
+110
2014-07-11
KVM: arm/arm64: vgic: move GICv2 registers to their own structure
Marc Zyngier
1
-28
/
+28
2014-06-13
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2014-06-05
sched: Fix signedness bug in yield_to()
Dan Carpenter
1
-2
/
+2
2014-06-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into next
Linus Torvalds
5
-50
/
+95
2014-06-03
KVM: add missing cleanup_srcu_struct
Paolo Bonzini
1
-0
/
+1
2014-05-05
kvm/irqchip: Speed up KVM_SET_GSI_ROUTING
Christian Borntraeger
4
-39
/
+50
2014-04-30
Merge tag 'kvm-arm-for-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
Paolo Bonzini
1
-7
/
+8
2014-04-29
KVM: ARM: vgic: Fix the overlap check action about setting the GICD & GICC ba...
Haibin Wang
1
-2
/
+3
2014-04-28
KVM: async_pf: change async_pf_execute() to use get_user_pages(tsk => NULL)
Oleg Nesterov
1
-1
/
+1
2014-04-28
KVM: async_pf: kill the unnecessary use_mm/unuse_mm async_pf_execute()
Oleg Nesterov
1
-2
/
+0
2014-04-28
KVM: arm/arm64: vgic: fix GICD_ICFGR register accesses
Andre Przywara
1
-5
/
+4
2014-04-28
KVM: async_pf: mm->mm_users can not pin apf->mm
Oleg Nesterov
1
-4
/
+4
2014-04-28
KVM: ARM: vgic: Fix sgi dispatch problem
Haibin Wang
1
-0
/
+1
2014-04-28
kvm: Use pci_enable_msix_exact() instead of pci_enable_msix()
Alexander Gordeev
1
-1
/
+2
2014-04-24
Revert "KVM: Simplify kvm->tlbs_dirty handling"
Xiao Guangrong
1
-1
/
+4
2014-04-22
Merge tag 'kvm-s390-20140422' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Marcelo Tosatti
1
-2
/
+0
2014-04-22
KVM: s390: Add proper dirty bitmap support to S390 kvm.
Jason J. Herne
1
-2
/
+0
2014-04-17
KVM: VMX: speed up wildcard MMIO EVENTFD
Michael S. Tsirkin
2
-0
/
+17
[next]