index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
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
2022-06-24
KVM: x86: nSVM: always intercept x2apic msrs
Maxim Levitsky
2
-0
/
+14
2022-06-24
KVM: SVM: Refresh AVIC configuration when changing APIC mode
Suravee Suthikulpanit
3
-0
/
+15
2022-06-24
KVM: x86: Deactivate APICv on vCPU with APIC disabled
Suravee Suthikulpanit
2
-2
/
+6
2022-06-24
KVM: SVM: Adding support for configuring x2APIC MSRs interception
Suravee Suthikulpanit
2
-2
/
+27
2022-06-24
KVM: SVM: Do not support updating APIC ID when in x2APIC mode
Suravee Suthikulpanit
1
-1
/
+10
2022-06-24
KVM: SVM: Update avic_kick_target_vcpus to support 32-bit APIC ID
Suravee Suthikulpanit
1
-2
/
+8
2022-06-24
KVM: SVM: Update max number of vCPUs supported for x2AVIC mode
Suravee Suthikulpanit
1
-3
/
+5
2022-06-24
KVM: SVM: Detect X2APIC virtualization (x2AVIC) support
Suravee Suthikulpanit
3
-13
/
+56
2022-06-24
KVM: x86: lapic: Rename [GET/SET]_APIC_DEST_FIELD to [GET/SET]_XAPIC_DEST_FIELD
Suravee Suthikulpanit
2
-3
/
+3
2022-06-24
KVM: nVMX: clean up posted interrupt descriptor try_cmpxchg
Paolo Bonzini
1
-7
/
+8
2022-06-24
KVM: x86: Enable CMCI capability by default and handle injected UCNA errors
Jue Wang
2
-1
/
+43
2022-06-24
KVM: x86: Add emulation for MSR_IA32_MCx_CTL2 MSRs.
Jue Wang
1
-39
/
+91
2022-06-24
KVM: x86: Use kcalloc to allocate the mce_banks array.
Jue Wang
1
-1
/
+1
2022-06-24
KVM: x86: Add Corrected Machine Check Interrupt (CMCI) emulation to lapic.
Jue Wang
3
-16
/
+39
2022-06-24
KVM: x86: Add APIC_LVTx() macro.
Jue Wang
2
-4
/
+5
2022-06-24
KVM: x86/mmu: Avoid unnecessary flush on eager page split
Paolo Bonzini
1
-12
/
+20
2022-06-24
KVM: x86: Fill apic_lvt_mask with enums / explicit entries.
Jue Wang
2
-10
/
+21
2022-06-24
KVM: x86: Make APIC_VERSION capture only the magic 0x14UL.
Jue Wang
1
-2
/
+2
2022-06-24
KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs
David Matlack
1
-7
/
+252
2022-06-24
KVM: x86/mmu: pull call to drop_large_spte() into __link_shadow_page()
Paolo Bonzini
2
-39
/
+35
2022-06-24
KVM: x86/mmu: Zap collapsible SPTEs in shadow MMU at all possible levels
David Matlack
1
-7
/
+13
2022-06-24
KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU
David Matlack
3
-11
/
+10
2022-06-24
KVM: x86/mmu: Cache the access bits of shadowed translations
David Matlack
3
-28
/
+83
2022-06-24
KVM: x86/mmu: Update page stats in __rmap_add()
David Matlack
1
-1
/
+2
2022-06-24
KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
David Matlack
1
-18
/
+29
2022-06-24
KVM: x86/mmu: Pass const memslot to rmap_add()
David Matlack
1
-1
/
+1
[prev]
[next]