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
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-14
KVM: x86/mmu: Fix typo and tweak comment for split_desc_cache capacity
Sean Christopherson
1
-7
/
+8
2022-07-14
KVM: x86/mmu: Expand quadrant comment for PG_LEVEL_4K shadow pages
Sean Christopherson
1
-4
/
+11
2022-07-14
KVM: x86/mmu: Add optimized helper to retrieve an SPTE's index
Sean Christopherson
3
-14
/
+18
2022-07-14
Merge commit 'kvm-vmx-nested-tsc-fix' into kvm-master
Paolo Bonzini
1
-1
/
+0
2022-07-14
kvm: stats: tell userspace which values are boolean
Paolo Bonzini
1
-1
/
+1
2022-07-14
x86/kvm: fix FASTOP_SIZE when return thunks are enabled
Thadeu Lima de Souza Cascardo
1
-4
/
+6
2022-07-14
KVM: nVMX: Always enable TSC scaling for L2 when it was enabled for L1
Vitaly Kuznetsov
1
-1
/
+0
2022-07-13
KVM: VMX: Update PT MSR intercepts during filter change iff PT in host+guest
Sean Christopherson
1
-1
/
+3
2022-07-13
KVM: x86: WARN only once if KVM leaves a dangling userspace I/O request
Sean Christopherson
1
-2
/
+4
2022-07-13
KVM: x86: Set error code to segment selector on LLDT/LTR non-canonical #GP
Sean Christopherson
1
-2
/
+2
2022-07-13
KVM: x86: Mark TSS busy during LTR emulation _after_ all fault checks
Sean Christopherson
1
-10
/
+9
2022-07-13
KVM: x86: Tweak name of MONITOR/MWAIT #UD quirk to make it #UD specific
Sean Christopherson
1
-1
/
+1
2022-07-12
KVM: x86: Query vcpu->vcpu_idx directly and drop its accessor, again
Sean Christopherson
1
-5
/
+5
2022-07-12
KVM: x86/mmu: Replace UNMAPPED_GVA with INVALID_GPA for gva_to_gpa()
Hou Wenlong
3
-13
/
+13
2022-07-12
KVM: nVMX: Always enable TSC scaling for L2 when it was enabled for L1
Vitaly Kuznetsov
1
-1
/
+0
2022-07-08
KVM: x86: Fully initialize 'struct kvm_lapic_irq' in kvm_pv_kick_cpu_op()
Vitaly Kuznetsov
1
-8
/
+10
2022-07-08
KVM: x86: Fix handling of APIC LVT updates when userspace changes MCG_CAP
Sean Christopherson
3
-2
/
+22
2022-07-08
KVM: x86: Initialize number of APIC LVT entries during APIC creation
Sean Christopherson
1
-0
/
+7
2022-07-08
Merge branch 'kvm-5.20-msr-eperm'
Sean Christopherson
1
-3
/
+3
2022-07-08
KVM: x86: Add helpers to identify CTL and STATUS MCi MSRs
Sean Christopherson
1
-6
/
+19
2022-07-08
KVM: x86: Use explicit case-statements for MCx banks in {g,s}et_msr_mce()
Sean Christopherson
1
-36
/
+39
2022-07-08
KVM: x86: Signal #GP, not -EPERM, on bad WRMSR(MCi_CTL/STATUS)
Sean Christopherson
1
-2
/
+2
2022-07-03
mm: shrinkers: provide shrinkers with names
Roman Gushchin
1
-1
/
+1
2022-06-29
x86/retbleed: Add fine grained Kconfig knobs
Peter Zijlstra
1
-2
/
+2
2022-06-27
KVM: VMX: Prevent RSB underflow before vmenter
Josh Poimboeuf
5
-13
/
+34
2022-06-27
x86/speculation: Fill RSB on vmexit for IBRS
Josh Poimboeuf
1
-3
/
+3
2022-06-27
KVM: VMX: Fix IBRS handling after vmexit
Josh Poimboeuf
1
-1
/
+6
2022-06-27
KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS
Josh Poimboeuf
4
-31
/
+68
2022-06-27
KVM: VMX: Convert launched argument to flags
Josh Poimboeuf
5
-9
/
+31
2022-06-27
KVM: VMX: Flatten __vmx_vcpu_run()
Josh Poimboeuf
1
-73
/
+46
2022-06-27
x86: Add magic AMD return-thunk
Peter Zijlstra
1
-0
/
+18
2022-06-27
x86/kvm: Fix SETcc emulation for return thunks
Peter Zijlstra
1
-13
/
+15
2022-06-27
x86/kvm/vmx: Make noinstr clean
Peter Zijlstra
2
-5
/
+5
2022-06-25
KVM: x86/mmu: Buffer nested MMU split_desc_cache only by default capacity
Sean Christopherson
1
-7
/
+15
2022-06-25
KVM: x86/mmu: Use "unsigned int", not "u32", for SPTEs' @access info
Sean Christopherson
1
-4
/
+6
2022-06-24
KVM: SEV-ES: reuse advance_sev_es_emulated_ins for OUT too
Paolo Bonzini
1
-10
/
+9
2022-06-24
KVM: x86: de-underscorify __emulator_pio_in
Paolo Bonzini
1
-15
/
+9
2022-06-24
KVM: x86: wean fast IN from emulator_pio_in
Paolo Bonzini
1
-1
/
+1
2022-06-24
KVM: x86: wean in-kernel PIO from vcpu->arch.pio*
Paolo Bonzini
1
-41
/
+32
2022-06-24
KVM: x86: move all vcpu->arch.pio* setup in emulator_pio_in_out()
Paolo Bonzini
2
-9
/
+14
2022-06-24
KVM: x86: drop PIO from unregistered devices
Paolo Bonzini
1
-3
/
+13
2022-06-24
KVM: x86: inline kernel_pio into its sole caller
Paolo Bonzini
1
-22
/
+16
2022-06-24
KVM: x86: complete fast IN directly with complete_emulator_pio_in()
Paolo Bonzini
1
-5
/
+1
2022-06-24
KVM: x86: nSVM: optimize svm_set_x2apic_msr_interception
Maxim Levitsky
3
-0
/
+17
2022-06-24
KVM: SVM: Add AVIC doorbell tracepoint
Suravee Suthikulpanit
3
-1
/
+22
2022-06-24
KVM: SVM: Use target APIC ID to complete x2AVIC IRQs when possible
Suravee Suthikulpanit
1
-3
/
+18
2022-06-24
KVM: x86: Warning APICv inconsistency only when vcpu APIC mode is valid
Suravee Suthikulpanit
1
-1
/
+2
2022-06-24
KVM: SVM: Introduce hybrid-AVIC mode
Suravee Suthikulpanit
2
-11
/
+11
2022-06-24
KVM: SVM: Do not throw warning when calling avic_vcpu_load on a running vcpu
Suravee Suthikulpanit
1
-1
/
+0
2022-06-24
KVM: SVM: Introduce logic to (de)activate x2AVIC mode
Suravee Suthikulpanit
3
-5
/
+53
[prev]
[next]