index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
virt
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: Prevent module exit until all VMs are freed
David Matlack
2022-04-20
1
-0
/
+13
*
KVM: do not allow mapping valid but non-reference-counted pages
Nicholas Piggin
2022-01-27
1
-2
/
+17
*
KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped()
Sean Christopherson
2022-01-27
1
-1
/
+1
*
KVM: do not assume PTE is writable after follow_pfn
Paolo Bonzini
2022-01-27
1
-3
/
+12
*
kvm: check tlbs_dirty directly
Lai Jiangshan
2021-02-23
1
-2
/
+1
*
KVM: fix overflow of zero page refcount with ksm running
Zhuang Yanying
2020-10-01
1
-0
/
+1
*
KVM: fix memory leak in kvm_io_bus_unregister_dev()
Rustam Kovhaev
2020-10-01
1
-9
/
+12
*
KVM: Check for a bad hva before dropping into the ghc slow path
Sean Christopherson
2020-03-11
1
-6
/
+6
*
KVM: MMU: Do not treat ZONE_DEVICE pages as being reserved
Sean Christopherson
2019-11-28
1
-3
/
+23
*
kvm: x86: mmu: Recovery of shattered NX large pages
Junaid Shahid
2019-11-16
1
-1
/
+29
*
kvm: Add helper function for creating VM worker threads
Junaid Shahid
2019-11-16
1
-0
/
+84
*
kvm: Convert kvm_lock to a mutex
Junaid Shahid
2019-11-16
1
-9
/
+9
*
KVM: coalesced_mmio: add bounds checking
Matt Delco
2019-09-21
1
-7
/
+10
*
KVM: arm/arm64: vgic-v2: Handle SGI bits in GICD_I{S,C}PENDR0 as WI
Marc Zyngier
2019-09-06
3
-2
/
+26
*
KVM: arm/arm64: vgic: Fix potential deadlock when ap_list is long
Heyi Guo
2019-09-06
1
-0
/
+7
*
KVM: arm/arm64: vgic: Fix kvm_device leak in vgic_its_destroy
Dave Martin
2019-07-21
1
-0
/
+1
*
KVM: Reject device ioctls from processes other than the VM's creator
Sean Christopherson
2019-04-03
1
-0
/
+3
*
kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974)
Jann Horn
2019-02-12
1
-1
/
+2
*
KVM: arm/arm64: Fix vgic init race
Christoffer Dall
2018-09-26
1
-0
/
+4
*
KVM: irqfd: fix race between EPOLLHUP and irq_bypass_register_consumer
Paolo Bonzini
2018-08-24
1
-5
/
+6
*
KVM: arm/arm64: Drop resource size check for GICV window
Ard Biesheuvel
2018-08-24
1
-5
/
+0
*
KVM/Eventfd: Avoid crash when assign and deassign specific eventfd in parallel.
Lan Tianyu
2018-07-25
1
-1
/
+5
*
KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state
Marc Zyngier
2018-07-22
1
-1
/
+1
*
kvm: Map PFN-type memory regions as writable (if possible)
KarimAllah Ahmed
2018-05-30
1
-2
/
+5
*
KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lock
Andre Przywara
2018-05-22
1
-7
/
+8
*
KVM: mmu: Fix overlap between public and private memslots
Wanpeng Li
2018-03-11
1
-2
/
+1
*
kvm, mm: account kvm related kmem slabs to kmemcg
Shakeel Butt
2017-12-25
1
-1
/
+1
*
KVM: pci-assign: do not map smm memory slot pages in vt-d page tables
Herongguang (Stephen)
2017-12-25
1
-1
/
+1
*
KVM: arm/arm64: vgic-its: Preserve the revious read from the pending table
Marc Zyngier
2017-12-16
1
-1
/
+1
*
KVM: arm/arm64: VGIC: Fix command handling while ITS being disabled
Andre Przywara
2017-12-14
1
-44
/
+65
*
KVM: arm/arm64: vgic-its: Check result of allocation before use
Marc Zyngier
2017-12-14
1
-0
/
+2
*
KVM: arm/arm64: vgic-irqfd: Fix MSI entry allocation
Marc Zyngier
2017-12-14
1
-2
/
+1
*
KVM: arm/arm64: Fix broken GICH_ELRSR big endian conversion
Christoffer Dall
2017-12-14
1
-4
/
+0
*
KVM: x86: fix APIC page invalidation
Radim Krčmář
2017-12-14
1
-0
/
+8
*
KVM: arm/arm64: Fix occasional warning from the timer work function
Christoffer Dall
2017-12-09
1
-3
/
+0
*
vfio: New external user group/file match
Alex Williamson
2017-07-27
1
-8
/
+19
*
KVM: arm/arm64: vgic-v2: Do not use Active+Pending state for a HW interrupt
Marc Zyngier
2017-06-14
1
-0
/
+7
*
KVM: arm/arm64: vgic-v3: Do not use Active+Pending state for a HW interrupt
Marc Zyngier
2017-06-14
1
-0
/
+7
*
KVM: kvm_io_bus_unregister_dev() should never fail
David Hildenbrand
2017-04-08
2
-18
/
+27
*
KVM: x86: clear bus pointer when destroyed
Peter Xu
2017-04-08
1
-1
/
+11
*
KVM: arm/arm64: Let vcpu thread modify its own active state
Jintack Lim
2017-03-18
1
-8
/
+24
*
KVM: arm/arm64: vgic: Stop injecting the MSI occurrence twice
Shanker Donthineni
2017-03-12
1
-0
/
+3
*
KVM: arm/arm64: vgic: Fix deadlock on error handling
Marc Zyngier
2017-01-26
3
-9
/
+13
*
KVM: eventfd: fix NULL deref irqbypass consumer
Wanpeng Li
2017-01-19
1
-2
/
+2
*
KVM: use after free in kvm_ioctl_create_device()
Dan Carpenter
2016-12-01
1
-1
/
+1
*
Merge tag 'kvm-arm-for-4.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...
Radim Krčmář
2016-12-01
2
-4
/
+8
|
\
|
*
KVM: arm/arm64: vgic: Don't notify EOI for non-SPIs
Marc Zyngier
2016-11-24
2
-4
/
+8
*
|
KVM: async_pf: avoid recursive flushing of work items
Paolo Bonzini
2016-11-19
1
-1
/
+12
*
|
Merge tag 'kvm-arm-for-4.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...
Radim Krčmář
2016-11-19
1
-3
/
+5
|
\
|
|
*
KVM: arm64: Fix the issues when guest PMCCFILTR is configured
Wei Huang
2016-11-18
1
-3
/
+5
[next]