index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'kvm-amd-fixes' into HEAD
Paolo Bonzini
2020-05-15
12
-87
/
+324
|
\
|
*
KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.c
Babu Moger
2020-05-13
3
-18
/
+18
|
*
KVM: SVM: Disable AVIC before setting V_IRQ
Suravee Suthikulpanit
2020-05-08
1
-1
/
+12
|
*
KVM: Introduce kvm_make_all_cpus_request_except()
Suravee Suthikulpanit
2020-05-08
4
-5
/
+16
|
*
KVM: VMX: pass correct DR6 for GD userspace exit
Paolo Bonzini
2020-05-08
2
-2
/
+24
|
*
KVM: x86, SVM: isolate vcpu->arch.dr6 from vmcb->save.dr6
Paolo Bonzini
2020-05-08
5
-30
/
+32
|
*
KVM: SVM: keep DR6 synchronized with vcpu->arch.dr6
Paolo Bonzini
2020-05-08
5
-28
/
+21
|
*
KVM: nSVM: trap #DB and #BP to userspace if guest debugging is on
Paolo Bonzini
2020-05-07
1
-0
/
+8
|
*
KVM: selftests: Add KVM_SET_GUEST_DEBUG test
Peter Xu
2020-05-07
4
-0
/
+192
|
*
KVM: X86: Fix single-step with KVM_SET_GUEST_DEBUG
Peter Xu
2020-05-07
1
-1
/
+1
|
*
KVM: X86: Set RTM for DB_VECTOR too for KVM_EXIT_DEBUG
Peter Xu
2020-05-07
1
-1
/
+1
|
*
KVM: x86: fix DR6 delivery for various cases of #DB injection
Paolo Bonzini
2020-05-07
3
-11
/
+9
|
*
KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properly
Peter Xu
2020-05-07
3
-0
/
+3
*
|
Merge tag 'kvm-s390-master-5.7-3' of git://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
2020-05-06
1
-1
/
+3
|
\
\
|
*
|
KVM: s390: Remove false WARN_ON_ONCE for the PQAP instruction
Christian Borntraeger
2020-05-05
1
-1
/
+3
*
|
|
KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properly
Peter Xu
2020-05-06
3
-0
/
+3
|
|
/
|
/
|
*
|
KVM: selftests: Fix build for evmcs.h
Peter Xu
2020-05-06
2
-2
/
+5
*
|
kvm: x86: Use KVM CPU capabilities to determine CR4 reserved bits
Paolo Bonzini
2020-05-06
1
-15
/
+5
*
|
KVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF in VM-Exit RSB path
Sean Christopherson
2020-05-06
1
-0
/
+3
*
|
docs/virt/kvm: Document configuring and running nested guests
Kashyap Chamarthy
2020-05-06
2
-0
/
+278
*
|
kvm: ioapic: Restrict lazy EOI update to edge-triggered interrupts
Paolo Bonzini
2020-05-04
1
-5
/
+5
*
|
KVM: x86: Fixes posted interrupt check for IRQs delivery modes
Suravee Suthikulpanit
2020-05-04
1
-2
/
+2
*
|
Merge tag 'kvmarm-fixes-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2020-05-04
7
-19
/
+49
|
\
\
|
*
|
KVM: arm64: Fix 32bit PC wrap-around
Marc Zyngier
2020-05-01
2
-2
/
+13
|
*
|
KVM: arm64: vgic-v4: Initialize GICv4.1 even in the absence of a virtual ITS
Marc Zyngier
2020-04-30
2
-2
/
+10
|
*
|
KVM: arm64: Save/restore sp_el0 as part of __guest_enter
Marc Zyngier
2020-04-30
2
-14
/
+26
|
*
|
KVM: arm64: Delete duplicated label in invalid_vector
Fangrui Song
2020-04-30
1
-1
/
+0
*
|
|
Merge tag 'kvmarm-fixes-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2020-05-04
7
-80
/
+272
|
\
|
|
|
*
|
Merge branch 'kvm-arm64/vgic-fixes-5.7' into kvmarm-master/master
Marc Zyngier
2020-04-23
6
-80
/
+232
|
|
\
\
|
|
*
|
KVM: arm64: vgic-its: Fix memory leak on the error path of vgic_add_lpi()
Zenghui Yu
2020-04-23
1
-2
/
+9
|
|
*
|
KVM: arm64: vgic-v3: Retire all pending LPIs on vcpu destroy
Zenghui Yu
2020-04-23
1
-2
/
+8
|
|
*
|
KVM: arm: vgic-v2: Only use the virtual state when userspace accesses pending...
Marc Zyngier
2020-04-23
3
-24
/
+76
|
|
*
|
KVM: arm: vgic: Only use the virtual state when userspace accesses enable bits
Marc Zyngier
2020-04-22
4
-8
/
+64
|
|
*
|
KVM: arm: vgic: Synchronize the whole guest on GIC{D,R}_I{S,C}ACTIVER read
Marc Zyngier
2020-04-22
4
-44
/
+75
|
|
*
|
KVM: arm: vgic: Fix limit condition when writing to GICD_I[CS]ACTIVER
Marc Zyngier
2020-04-15
1
-2
/
+2
|
*
|
|
Merge branch 'kvm-arm64/psci-fixes-5.7' into kvmarm-master/master
Marc Zyngier
2020-04-23
1
-0
/
+40
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
KVM: arm64: PSCI: Forbid 64bit functions for 32bit guests
Marc Zyngier
2020-04-17
1
-0
/
+24
|
|
*
|
KVM: arm64: PSCI: Narrow input registers when using 32bit functions
Marc Zyngier
2020-04-17
1
-0
/
+16
|
|
/
/
*
|
|
KVM: SVM: fill in kvm_run->debug.arch.dr[67]
Paolo Bonzini
2020-05-04
1
-0
/
+2
*
|
|
KVM: nVMX: Replace a BUG_ON(1) with BUG() to squash clang warning
Sean Christopherson
2020-05-04
1
-1
/
+1
*
|
|
Merge tag 'kvm-ppc-fixes-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2020-04-21
2
-8
/
+10
|
\
\
\
|
*
|
|
KVM: PPC: Book3S HV: Handle non-present PTEs in page fault functions
Paul Mackerras
2020-04-21
2
-8
/
+10
*
|
|
|
Merge tag 'kvm-s390-master-5.7-2' of git://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
2020-04-21
4691
-69328
/
+184205
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
MAINTAINERS: add a reviewer for KVM/s390
Claudio Imbrenda
2020-04-20
1
-0
/
+1
|
*
|
|
KVM: s390: Fix PV check in deliverable_irqs()
Eric Farman
2020-04-20
1
-1
/
+1
|
*
|
|
Linux 5.7-rc2
v5.7-rc2
Linus Torvalds
2020-04-19
1
-1
/
+1
|
*
|
|
mm: Fix MREMAP_DONTUNMAP accounting on VMA merge
Brian Geffon
2020-04-19
1
-1
/
+12
|
*
|
|
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-04-19
5
-41
/
+35
|
|
\
\
\
|
|
*
|
|
clk: sprd: don't gate uart console clock
Chunyan Zhang
2020-04-13
1
-1
/
+2
|
|
*
|
|
clk: mmp2: fix link error without mmp2
Arnd Bergmann
2020-04-13
3
-39
/
+32
[next]