index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
virt
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-04
KVM: use slowpath for cross page cached accesses
Radim Krčmář
1
-2
/
+2
2015-04-30
arm/arm64: KVM: Keep elrsr/aisr in sync with software model
Christoffer Dall
1
-0
/
+10
2015-04-30
arm/arm64: KVM: Require in-kernel vgic for the arch timers
Christoffer Dall
1
-8
/
+22
2015-04-30
KVM: ARM: vgic: plug irq injection race
Marc Zyngier
1
-1
/
+2
2015-04-30
KVM: vgic: return int instead of bool when checking I/O ranges
Will Deacon
1
-1
/
+1
2015-04-30
kvm: arm64: vgic: fix hyp panic with 64k pages on juno platform
Will Deacon
1
-4
/
+20
2015-04-30
KVM: ARM: vgic: Fix the overlap check action about setting the GICD & GICC ba...
Haibin Wang
1
-2
/
+3
2015-04-30
KVM: arm/arm64: vgic: fix GICD_ICFGR register accesses
Andre Przywara
1
-5
/
+4
2015-04-30
ARM: KVM: Allow creating the VGIC after VCPUs
Christoffer Dall
1
-3
/
+19
2015-04-30
arm/arm64: KVM: arch_timer: Initialize cntvoff at kvm_init
Christoffer Dall
1
-1
/
+0
2015-04-27
kvm: avoid page allocation failure in kvm_set_memory_region()
Igor Mammedov
1
-7
/
+7
2015-04-27
kvm: commonize allocation of the new memory slots
Paolo Bonzini
1
-17
/
+11
2015-04-27
KVM: remove redundant assignments in __kvm_set_memory_region
Christian Borntraeger
1
-3
/
+0
2014-11-13
kvm: fix excessive pages un-pinning in kvm_iommu_map error path.
Quentin Casasnovas
1
-4
/
+4
2014-10-31
kvm: don't take vcpu mutex for obviously invalid vcpu ioctls
David Matlack
1
-0
/
+4
2014-10-31
kvm: fix potentially corrupt mmio cache
David Matlack
1
-5
/
+16
2014-09-03
kvm: iommu: fix the third parameter of kvm_iommu_put_pages (CVE-2014-3601)
Michael S. Tsirkin
1
-9
/
+10
2014-09-03
KVM: x86: always exit on EOIs for interrupts listed in the IOAPIC redir table
Paolo Bonzini
1
-4
/
+3
2014-05-15
KVM: ARM: vgic: Fix sgi dispatch problem
Haibin Wang
1
-0
/
+1
2014-05-05
KVM: ioapic: fix assignment of ioapic->rtc_status.pending_eoi (CVE-2014-0155)
Paolo Bonzini
1
-1
/
+1
2014-02-22
KVM: return an error code in kvm_vm_ioctl_register_coalesced_mmio()
Dan Carpenter
1
-6
/
+2
2013-12-20
KVM: Improve create VCPU parameter (CVE-2013-4587)
Andy Honig
1
-0
/
+3
2013-11-29
KVM: IOMMU: hva align mapping page size
Greg Edwards
1
-0
/
+4
2013-10-30
KVM: use a more sensible error number when debugfs directory creation fails
Paolo Bonzini
1
-1
/
+1
2013-10-03
Fix NULL dereference in gfn_to_hva_prot()
Gleb Natapov
1
-2
/
+4
2013-09-17
kvm: free resources after canceling async_pf
Radim Krčmář
1
-1
/
+4
2013-09-17
KVM: mmu: allow page tables to be in read-only slots
Paolo Bonzini
1
-5
/
+9
2013-09-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-10
/
+10
2013-09-03
kvm eventfd: switch to fdget
Al Viro
1
-10
/
+10
2013-08-30
ARM: KVM: Bugfix: vgic_bytemap_get_reg per cpu regs
Christoffer Dall
1
-1
/
+1
2013-08-30
ARM: KVM: vgic: fix GICD_ICFGRn access
Marc Zyngier
1
-2
/
+6
2013-08-30
ARM: KVM: vgic: simplify vgic_get_target_reg
Marc Zyngier
1
-9
/
+3
2013-08-28
KVM: rename __kvm_io_bus_sort_cmp to kvm_io_bus_cmp
Paolo Bonzini
1
-8
/
+8
2013-08-27
kvm: optimize away THP checks in kvm_is_mmio_pfn()
Andrea Arcangeli
1
-22
/
+2
2013-08-26
kvm: use anon_inode_getfd() with O_CLOEXEC flag
Yann Droneaud
1
-3
/
+3
2013-07-29
KVM: introduce __kvm_io_bus_sort_cmp
Paolo Bonzini
1
-9
/
+12
2013-07-18
KVM: Introduce kvm_arch_memslots_updated()
Takuya Yoshikawa
1
-1
/
+4
2013-07-18
KVM: kvm-io: support cookies
Cornelia Huck
1
-16
/
+92
2013-07-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-1
/
+1788
2013-06-27
Merge git://git.linaro.org/people/cdall/linux-kvm-arm.git tags/kvm-arm-3.11 i...
Gleb Natapov
1
-9
/
+20
2013-06-27
KVM: Fix RTC interrupt coalescing tracking
Gleb Natapov
1
-6
/
+3
2013-06-26
ARM: KVM: Allow host virt timer irq to be different from guest timer virt irq
Anup Patel
1
-9
/
+20
2013-06-04
kvm: exclude ioeventfd from counting kvm_io_range limit
Amos Kong
2
-1
/
+4
2013-05-19
ARM: KVM: move GIC/timer code to a common location
Marc Zyngier
2
-0
/
+1771
2013-05-14
KVM: x86: Remove support for reporting coalesced APIC IRQs
Jan Kiszka
1
-3
/
+6
2013-05-12
KVM: add missing misc_deregister() on error in kvm_init()
Wei Yongjun
1
-0
/
+1
2013-05-10
Merge tag 'kvm-3.10-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-5
/
+13
2013-05-10
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-1
/
+1
2013-05-09
Merge branch 'next/kvm' into mips-for-linux-next
Ralf Baechle
1
-1
/
+1
2013-05-09
KVM/MIPS32: Do not call vcpu_load when injecting interrupts.
Sanjay Lal
1
-1
/
+1
[next]