index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-04
kvm: vmx: allow host to access guest MSR_IA32_BNDCFGS
Haozhong Zhang
1
-2
/
+4
2017-07-03
x86: kvm: mmu: use ept a/d in vmcs02 iff used in vmcs12
Peter Feiner
2
-21
/
+18
2017-07-03
kvm: x86: mmu: allow A/D bits to be disabled in an mmu
Peter Feiner
3
-33
/
+91
2017-07-03
x86: kvm: mmu: make spte mmio mask more explicit
Peter Feiner
4
-6
/
+10
2017-07-03
x86: kvm: mmu: dead code thanks to access tracking
Peter Feiner
1
-21
/
+9
2017-07-03
Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
15
-211
/
+697
2017-07-03
KVM: PPC: Book3S: Fix typo in XICS-on-XIVE state saving code
Paul Mackerras
1
-2
/
+2
2017-07-01
KVM: PPC: Book3S HV: Close race with testing for signals on guest entry
Paul Mackerras
3
-79
/
+127
2017-07-01
KVM: PPC: Book3S HV: Simplify dynamic micro-threading code
Paul Mackerras
4
-54
/
+39
2017-06-30
KVM: x86: remove ignored type attribute
Nick Desaulniers
1
-1
/
+1
2017-06-30
Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
33
-138
/
+281
2017-06-29
KVM: LAPIC: Fix lapic timer injection delay
Wanpeng Li
2
-2
/
+6
2017-06-29
KVM: lapic: reorganize restart_apic_timer
Paolo Bonzini
3
-50
/
+45
2017-06-29
KVM: lapic: reorganize start_hv_timer
Paolo Bonzini
1
-13
/
+27
2017-06-28
Merge tag 'kvm-s390-next-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel...
Paolo Bonzini
14
-46
/
+765
2017-06-28
kvm: nVMX: Check memory operand to INVVPID
Jim Mattson
1
-4
/
+18
2017-06-28
KVM: s390: Inject machine check into the nested guest
QingFeng Hao
1
-4
/
+19
2017-06-28
KVM: s390: Inject machine check into the guest
QingFeng Hao
4
-1
/
+62
2017-06-28
Merge tag 'nmiforkvm' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms39...
Christian Borntraeger
7
-12
/
+115
2017-06-27
KVM: SVM: suppress unnecessary NMI singlestep on GIF=0 and nested exit
Ladi Prosek
1
-0
/
+6
2017-06-27
KVM: SVM: don't NMI singlestep over event injection
Ladi Prosek
1
-0
/
+16
2017-06-27
KVM: SVM: hide TF/RF flags used by NMI singlestep
Ladi Prosek
1
-1
/
+14
2017-06-27
KVM: nSVM: do not forward NMI window singlestep VM exits to L1
Ladi Prosek
1
-5
/
+40
2017-06-27
KVM: SVM: introduce disable_nmi_singlestep helper
Ladi Prosek
1
-4
/
+9
2017-06-27
KVM: s390: Backup the guest's machine check info
QingFeng Hao
3
-1
/
+51
2017-06-27
s390/nmi: s390: New low level handling for machine check happening in guest
QingFeng Hao
5
-11
/
+64
2017-06-22
arm64: Remove a redundancy in sysreg.h
Stefan Traby
1
-2
/
+2
2017-06-22
KVM: s390: avoid packed attribute
Martin Schwidefsky
3
-12
/
+12
2017-06-22
KVM: S390: add new group for flic
Yi Min Zhao
2
-0
/
+54
2017-06-22
KVM: s390: implement instruction execution protection for emulated
Christian Borntraeger
2
-11
/
+32
2017-06-22
KVM: s390: ioctls to get and set guest storage attributes
Claudio Imbrenda
1
-1
/
+201
2017-06-22
KVM: s390: CMMA tracking, ESSA emulation, migration mode
Claudio Imbrenda
4
-6
/
+271
2017-06-22
KVM: PPC: Book3S HV: Add capability to report possible virtual SMT modes
Paul Mackerras
1
-0
/
+10
2017-06-22
KVM: PPC: Book3S HV: Exit guest upon MCE when FWNMI capability is enabled
Aravinda Prasad
5
-32
/
+69
2017-06-21
powerpc/book3s: EXPORT_SYMBOL_GPL machine_check_print_event_info
Mahesh Salgaonkar
1
-0
/
+1
2017-06-21
KVM: PPC: Book3S HV: Add new capability to control MCE behaviour
Aravinda Prasad
3
-0
/
+16
2017-06-20
KVM: PPC: Book3S HV: Don't sleep if XIVE interrupt pending on POWER9
Paul Mackerras
1
-1
/
+16
2017-06-19
KVM: PPC: Book3S HV: Virtualize doorbell facility on POWER9
Paul Mackerras
6
-11
/
+153
2017-06-19
KVM: PPC: Book3S HV: Allow userspace to set the desired SMT mode
Paul Mackerras
4
-12
/
+75
2017-06-19
KVM: PPC: Book3S HV: Context-switch HFSCR between host and guest on POWER9
Paul Mackerras
4
-1
/
+28
2017-06-19
KVM: PPC: Book3S HV: Don't let VCPU sleep if it has a doorbell pending
Paul Mackerras
1
-3
/
+22
2017-06-19
KVM: PPC: Book3S HV: Enable guests to use large decrementer mode on POWER9
Paul Mackerras
4
-8
/
+33
2017-06-16
KVM: PPC: Book3S HV: Ignore timebase offset on POWER9 DD1
Paul Mackerras
1
-0
/
+8
2017-06-16
KVM: PPC: Book3S HV: Save/restore host values of debug registers
Paul Mackerras
1
-13
/
+32
2017-06-15
arm64/kvm: vgic: use SYS_DESC()
Mark Rutland
2
-30
/
+23
2017-06-15
arm64/kvm: sysreg: fix typo'd SYS_ICC_IGRPEN*_EL1
Mark Rutland
3
-4
/
+4
2017-06-15
KVM: arm64: Log an error if trapping a write-to-read-only GICv3 access
Marc Zyngier
1
-0
/
+15
2017-06-15
KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access
Marc Zyngier
1
-4
/
+8
2017-06-15
KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler
Marc Zyngier
1
-0
/
+1
2017-06-15
arm64: Add workaround for Cavium Thunder erratum 30115
David Daney
3
-1
/
+34
[next]