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.12.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: check for !is_zero_pfn() in kvm_is_mmio_pfn()
Ard Biesheuvel
2016-11-28
1
-1
/
+1
*
kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTES
Xiubo Li
2016-08-19
1
-1
/
+1
*
KVM: fix spin_lock_init order on x86
Paolo Bonzini
2016-04-11
1
-10
/
+11
*
KVM: async_pf: do not warn on page allocation failures
Christian Borntraeger
2016-03-03
1
-1
/
+1
*
kvm: fix zero length mmio searching
Jason Wang
2015-10-27
1
-2
/
+17
*
KVM: use slowpath for cross page cached accesses
Radim Krčmář
2015-05-04
1
-2
/
+2
*
arm/arm64: KVM: Keep elrsr/aisr in sync with software model
Christoffer Dall
2015-04-30
1
-0
/
+10
*
arm/arm64: KVM: Require in-kernel vgic for the arch timers
Christoffer Dall
2015-04-30
1
-8
/
+22
*
KVM: ARM: vgic: plug irq injection race
Marc Zyngier
2015-04-30
1
-1
/
+2
*
KVM: vgic: return int instead of bool when checking I/O ranges
Will Deacon
2015-04-30
1
-1
/
+1
*
kvm: arm64: vgic: fix hyp panic with 64k pages on juno platform
Will Deacon
2015-04-30
1
-4
/
+20
*
KVM: ARM: vgic: Fix the overlap check action about setting the GICD & GICC ba...
Haibin Wang
2015-04-30
1
-2
/
+3
*
KVM: arm/arm64: vgic: fix GICD_ICFGR register accesses
Andre Przywara
2015-04-30
1
-5
/
+4
*
ARM: KVM: Allow creating the VGIC after VCPUs
Christoffer Dall
2015-04-30
1
-3
/
+19
*
arm/arm64: KVM: arch_timer: Initialize cntvoff at kvm_init
Christoffer Dall
2015-04-30
1
-1
/
+0
*
kvm: avoid page allocation failure in kvm_set_memory_region()
Igor Mammedov
2015-04-27
1
-7
/
+7
*
kvm: commonize allocation of the new memory slots
Paolo Bonzini
2015-04-27
1
-17
/
+11
*
KVM: remove redundant assignments in __kvm_set_memory_region
Christian Borntraeger
2015-04-27
1
-3
/
+0
*
kvm: fix excessive pages un-pinning in kvm_iommu_map error path.
Quentin Casasnovas
2014-11-13
1
-4
/
+4
*
kvm: don't take vcpu mutex for obviously invalid vcpu ioctls
David Matlack
2014-10-31
1
-0
/
+4
*
kvm: fix potentially corrupt mmio cache
David Matlack
2014-10-31
1
-5
/
+16
*
kvm: iommu: fix the third parameter of kvm_iommu_put_pages (CVE-2014-3601)
Michael S. Tsirkin
2014-09-03
1
-9
/
+10
*
KVM: x86: always exit on EOIs for interrupts listed in the IOAPIC redir table
Paolo Bonzini
2014-09-03
1
-4
/
+3
*
KVM: ARM: vgic: Fix sgi dispatch problem
Haibin Wang
2014-05-15
1
-0
/
+1
*
KVM: ioapic: fix assignment of ioapic->rtc_status.pending_eoi (CVE-2014-0155)
Paolo Bonzini
2014-05-05
1
-1
/
+1
*
KVM: return an error code in kvm_vm_ioctl_register_coalesced_mmio()
Dan Carpenter
2014-02-22
1
-6
/
+2
*
KVM: Improve create VCPU parameter (CVE-2013-4587)
Andy Honig
2013-12-20
1
-0
/
+3
*
KVM: IOMMU: hva align mapping page size
Greg Edwards
2013-11-29
1
-0
/
+4
*
KVM: use a more sensible error number when debugfs directory creation fails
Paolo Bonzini
2013-10-30
1
-1
/
+1
*
Fix NULL dereference in gfn_to_hva_prot()
Gleb Natapov
2013-10-03
1
-2
/
+4
*
kvm: free resources after canceling async_pf
Radim Krčmář
2013-09-17
1
-1
/
+4
*
KVM: mmu: allow page tables to be in read-only slots
Paolo Bonzini
2013-09-17
1
-5
/
+9
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-09-05
1
-10
/
+10
|
\
|
*
kvm eventfd: switch to fdget
Al Viro
2013-09-03
1
-10
/
+10
*
|
ARM: KVM: Bugfix: vgic_bytemap_get_reg per cpu regs
Christoffer Dall
2013-08-30
1
-1
/
+1
*
|
ARM: KVM: vgic: fix GICD_ICFGRn access
Marc Zyngier
2013-08-30
1
-2
/
+6
*
|
ARM: KVM: vgic: simplify vgic_get_target_reg
Marc Zyngier
2013-08-30
1
-9
/
+3
*
|
KVM: rename __kvm_io_bus_sort_cmp to kvm_io_bus_cmp
Paolo Bonzini
2013-08-28
1
-8
/
+8
*
|
kvm: optimize away THP checks in kvm_is_mmio_pfn()
Andrea Arcangeli
2013-08-27
1
-22
/
+2
*
|
kvm: use anon_inode_getfd() with O_CLOEXEC flag
Yann Droneaud
2013-08-26
1
-3
/
+3
*
|
KVM: introduce __kvm_io_bus_sort_cmp
Paolo Bonzini
2013-07-29
1
-9
/
+12
*
|
KVM: Introduce kvm_arch_memslots_updated()
Takuya Yoshikawa
2013-07-18
1
-1
/
+4
*
|
KVM: kvm-io: support cookies
Cornelia Huck
2013-07-18
1
-16
/
+92
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2013-07-03
4
-1
/
+1788
|
\
|
*
Merge git://git.linaro.org/people/cdall/linux-kvm-arm.git tags/kvm-arm-3.11 i...
Gleb Natapov
2013-06-27
1
-9
/
+20
|
|
\
|
|
*
ARM: KVM: Allow host virt timer irq to be different from guest timer virt irq
Anup Patel
2013-06-26
1
-9
/
+20
|
*
|
KVM: Fix RTC interrupt coalescing tracking
Gleb Natapov
2013-06-27
1
-6
/
+3
|
|
/
|
*
kvm: exclude ioeventfd from counting kvm_io_range limit
Amos Kong
2013-06-04
2
-1
/
+4
|
*
ARM: KVM: move GIC/timer code to a common location
Marc Zyngier
2013-05-19
2
-0
/
+1771
|
*
KVM: x86: Remove support for reporting coalesced APIC IRQs
Jan Kiszka
2013-05-14
1
-3
/
+6
[next]