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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-30
X86/nVMX: handle_vmon: Read 4 bytes from guest memory
KarimAllah Ahmed
1
-11
/
+3
2019-04-30
x86/kvm: Implement HWCR support
Borislav Petkov
2
-5
/
+32
2019-04-30
KVM: VMX: Include architectural defs header in capabilities.h
Sean Christopherson
1
-0
/
+2
2019-04-30
KVM: vmx: clean up some debug output
Dan Carpenter
1
-2
/
+2
2019-04-30
kvm_main: fix some comments
Jiang Biao
1
-2
/
+3
2019-04-30
KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned size
Paolo Bonzini
3
-7
/
+9
2019-04-30
KVM: VMX: Skip delta_tsc shift-and-divide if the dividend is zero
Sean Christopherson
1
-3
/
+2
2019-04-30
KVM: lapic: Check for a pending timer intr prior to start_hv_timer()
Sean Christopherson
1
-3
/
+5
2019-04-30
KVM: lapic: Refactor ->set_hv_timer to use an explicit expired param
Sean Christopherson
3
-8
/
+11
2019-04-30
KVM: lapic: Explicitly cancel the hv timer if it's pre-expired
Sean Christopherson
1
-7
/
+15
2019-04-30
KVM: lapic: Busy wait for timer to expire when using hv_timer
Sean Christopherson
1
-1
/
+1
2019-04-30
KVM: VMX: Nop emulation of MSR_IA32_POWER_CTL
Liran Alon
3
-0
/
+9
2019-04-30
KVM: x86: Add support of clear Trace_ToPA_PMI status
Luwei Kang
3
-1
/
+12
2019-04-30
KVM: x86: Inject PMI for KVM guest
Luwei Kang
4
-1
/
+20
2019-04-30
Revert "KVM: doc: Document the life cycle of a VM and its resources"
Radim Krčmář
1
-17
/
+0
2019-04-30
Merge tag 'kvm-s390-next-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
13
-11
/
+163
2019-04-29
KVM: s390: vsie: Return correct values for Invalid CRYCB format
Pierre Morel
1
-1
/
+1
2019-04-29
KVM: s390: vsie: Do not shadow CRYCB when no AP and no keys
Pierre Morel
1
-2
/
+4
2019-04-26
KVM: s390: provide kvm_arch_no_poll function
Christian Borntraeger
3
-0
/
+19
2019-04-26
KVM: polling: add architecture backend to disable polling
Christian Borntraeger
3
-1
/
+14
2019-04-25
KVM: s390: enable MSA9 keywrapping functions depending on cpu model
Christian Borntraeger
3
-2
/
+31
2019-04-25
KVM: s390: add deflate conversion facilty to cpu model
Christian Borntraeger
3
-1
/
+22
2019-04-18
KVM: s390: add enhanced sort facilty to cpu model
Christian Borntraeger
3
-1
/
+23
2019-04-18
KVM: s390: provide query function for instructions returning 32 byte
Christian Borntraeger
1
-0
/
+13
2019-04-18
KVM: s390: add MSA9 to cpumodel
Christian Borntraeger
6
-3
/
+21
2019-04-18
KVM: s390: add vector BCD enhancements facility to cpumodel
Christian Borntraeger
1
-0
/
+4
2019-04-18
KVM: s390: add vector enhancements facility 2 to cpumodel
Christian Borntraeger
1
-0
/
+4
2019-04-18
KVM: s390: Fix potential spectre warnings
Eric Farman
1
-2
/
+9
2019-04-16
kvm: move KVM_CAP_NR_MEMSLOTS to common code
Paolo Bonzini
6
-15
/
+4
2019-04-16
KVM: x86: Inject #GP if guest attempts to set unsupported EFER bits
Sean Christopherson
1
-0
/
+7
2019-04-16
KVM: x86: Skip EFER vs. guest CPUID checks for host-initiated writes
Sean Christopherson
1
-13
/
+24
2019-04-16
KVM: nVMX: Return -EINVAL when signaling failure in VM-Entry helpers
Sean Christopherson
1
-12
/
+12
2019-04-16
KVM: nVMX: Return -EINVAL when signaling failure in pre-VM-Entry helpers
Paolo Bonzini
1
-21
/
+7
2019-04-16
KVM: nVMX: Rename and split top-level consistency checks to match SDM
Sean Christopherson
1
-14
/
+25
2019-04-16
KVM: nVMX: Move guest non-reg state checks to VM-Exit path
Sean Christopherson
1
-15
/
+15
2019-04-16
kvm: nVMX: Check "load IA32_PAT" VM-entry control on vmentry
Krish Sadhukhan
1
-0
/
+4
2019-04-16
kvm: nVMX: Check "load IA32_PAT" VM-exit control on vmentry
Krish Sadhukhan
1
-0
/
+4
2019-04-16
KVM: x86: optimize check for valid PAT value
Paolo Bonzini
3
-10
/
+12
2019-04-16
KVM: x86: clear VM_EXIT_SAVE_IA32_PAT
Paolo Bonzini
1
-1
/
+0
2019-04-16
KVM: vmx: print more APICv fields in dump_vmcs
Paolo Bonzini
1
-2
/
+10
2019-04-16
KVM: x86: avoid misreporting level-triggered irqs as edge-triggered in tracing
Vitaly Kuznetsov
1
-2
/
+2
2019-04-16
KVM: fix spectrev1 gadgets
Paolo Bonzini
4
-9
/
+16
2019-04-16
KVM: x86: fix warning Using plain integer as NULL pointer
Hariprasad Kelam
1
-1
/
+1
2019-04-16
selftests: kvm: add a selftest for SMM
Vitaly Kuznetsov
4
-6
/
+191
2019-04-16
selftests: kvm: fix for compilers that do not support -no-pie
Paolo Bonzini
1
-1
/
+7
2019-04-16
selftests: kvm/evmcs_test: complete I/O before migrating guest state
Paolo Bonzini
4
-16
/
+17
2019-04-16
KVM: x86: Always use 32-bit SMRAM save state for 32-bit kernels
Sean Christopherson
2
-4
/
+16
2019-04-16
KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPU
Sean Christopherson
1
-10
/
+11
2019-04-16
KVM: x86: clear SMM flags before loading state while leaving SMM
Sean Christopherson
3
-16
/
+10
2019-04-16
KVM: x86: Open code kvm_set_hflags
Sean Christopherson
3
-18
/
+19
[next]