index
:
linux.git
cached
cdir_v2
cfid-fixes
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
2019-05-25
KVM: arm/arm64: Ensure vcpu target is unset on reset failure
Andrew Jones
1
-3
/
+8
2019-05-16
KVM: fix spectrev1 gadgets
Paolo Bonzini
2
-4
/
+7
2019-05-04
KVM: arm/arm64: vgic-its: Take the srcu lock when parsing the memslots
Marc Zyngier
1
-3
/
+10
2019-05-04
KVM: arm/arm64: vgic-its: Take the srcu lock when writing to guest memory
Marc Zyngier
2
-6
/
+6
2019-04-03
KVM: Reject device ioctls from processes other than the VM's creator
Sean Christopherson
1
-0
/
+3
2019-03-23
KVM: Call kvm_arch_memslots_updated() before updating memslots
Sean Christopherson
2
-3
/
+6
2019-03-23
KVM: arm/arm64: vgic: Always initialize the group of private IRQs
Christoffer Dall
1
-8
/
+14
2019-03-23
arm/arm64: KVM: Allow a VCPU to fully reset itself
Marc Zyngier
2
-20
/
+26
2019-03-23
KVM: arm/arm64: vgic: Make vgic_dist->lpi_list_lock a raw_spinlock
Julien Thierry
3
-10
/
+10
2019-02-12
kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974)
Jann Horn
1
-1
/
+2
2019-02-12
kvm: Change offset in kvm_write_guest_offset_cached to unsigned
Jim Mattson
1
-1
/
+2
2019-02-12
arm64: KVM: Skip MMIO insn after emulation
Mark Rutland
1
-5
/
+6
2019-01-16
KVM: arm/arm64: Fix VMID alloc race by reverting to lock-less
Christoffer Dall
1
-12
/
+11
2019-01-09
KVM: arm/arm64: vgic: Fix off-by-one bug in vgic_get_irq()
Gustavo A. R. Silva
1
-1
/
+1
2019-01-09
KVM: arm/arm64: vgic-v2: Set active_source to 0 when restoring state
Christoffer Dall
1
-1
/
+16
2019-01-09
KVM: arm/arm64: vgic: Cap SPIs to the VM-defined maximum
Marc Zyngier
1
-2
/
+2
2019-01-09
KVM: arm/arm64: vgic: Do not cond_resched_lock() with IRQs disabled
Julien Thierry
1
-21
/
+0
2019-01-09
arm/arm64: KVM: vgic: Force VM halt when changing the active state of GICv3 P...
Marc Zyngier
1
-2
/
+4
2018-11-13
KVM: arm64: Fix caching of host MDCR_EL2 value
Mark Rutland
1
-2
/
+2
2018-11-13
KVM: arm/arm64: Ensure only THP is candidate for adjustment
Punit Agrawal
1
-1
/
+7
2018-09-07
KVM: Remove obsolete kvm_unmap_hva notifier backend
Marc Zyngier
2
-27
/
+0
2018-09-07
KVM: arm/arm64: Clean dcache to PoC when changing PTE due to CoW
Marc Zyngier
1
-1
/
+8
2018-08-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
14
-109
/
+413
2018-08-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-5
/
+10
2018-08-22
mm, oom: distinguish blockable mode for mmu notifiers
Michal Hocko
1
-5
/
+10
2018-08-22
Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Bonzini
14
-109
/
+413
2018-08-21
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2018-08-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-14
/
+19
2018-08-14
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-10
/
+10
2018-08-13
KVM: arm/arm64: Skip updating PTE entry if no change
Punit Agrawal
1
-0
/
+4
2018-08-13
KVM: arm/arm64: Skip updating PMD entry if no change
Punit Agrawal
1
-11
/
+27
2018-08-12
KVM: arm/arm64: vgic: Do not use spin_lock_irqsave/restore with irq disabled
Jia He
3
-12
/
+15
2018-08-12
KVM: arm/arm64: vgic: Move DEBUG_SPINLOCK_BUG_ON to vgic.h
Jia He
2
-6
/
+6
2018-08-12
KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIs
Marc Zyngier
1
-4
/
+15
2018-08-06
KVM: try __get_user_pages_fast even if not in atomic context
Paolo Bonzini
1
-8
/
+6
2018-08-06
KVM: x86: Add tlb remote flush callback in kvm_x86_ops.
Tianyu Lan
1
-1
/
+2
2018-08-06
kvm: x86: Use fast CR3 switch for nested VMX
Junaid Shahid
1
-4
/
+10
2018-08-06
Merge tag 'v4.18-rc6' into HEAD
Paolo Bonzini
1
-6
/
+11
2018-07-31
KVM: arm/arm64: Fix lost IRQs from emulated physcial timer when blocked
Christoffer Dall
1
-0
/
+5
2018-07-31
KVM: arm/arm64: Fix potential loss of ptimer interrupts
Christoffer Dall
1
-5
/
+5
2018-07-25
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
1
-6
/
+11
2018-07-24
KVM: arm/arm64: vgic: Fix possible spectre-v1 write in vgic_mmio_write_apr()
Mark Rutland
1
-0
/
+3
2018-07-21
kvm: Don't open code task_pid in kvm_vcpu_ioctl
Eric W. Biederman
1
-1
/
+1
2018-07-21
KVM: arm: Add 32bit get/set events support
James Morse
1
-4
/
+0
2018-07-21
KVM: arm64: Share the parts of get/set events useful to 32bit
James Morse
1
-0
/
+28
2018-07-21
arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS
Dongjiu Geng
1
-0
/
+21
2018-07-21
KVM: arm/arm64: vgic: Let userspace opt-in to writable v2 IGROUPR
Christoffer Dall
1
-1
/
+15
2018-07-21
KVM: arm/arm64: vgic: Allow configuration of interrupt groups
Christoffer Dall
5
-4
/
+66
2018-07-21
KVM: arm/arm64: vgic: Return error on incompatible uaccess GICD_IIDR writes
Christoffer Dall
2
-6
/
+36
2018-07-21
KVM: arm/arm64: vgic: Permit uaccess writes to return errors
Christoffer Dall
3
-18
/
+31
[prev]
[next]