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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-22
KVM: x86: Funnel all fancy MSR return value handling into a common helper
Sean Christopherson
1
-42
/
+42
2024-08-22
KVM: x86: Refactor kvm_get_feature_msr() to avoid struct kvm_msr_entry
Sean Christopherson
1
-16
/
+13
2024-08-22
KVM: x86: Rename get_msr_feature() APIs to get_feature_msr()
Sean Christopherson
7
-14
/
+14
2024-08-22
KVM: x86: Refactor kvm_x86_ops.get_msr_feature() to avoid kvm_msr_entry
Sean Christopherson
5
-15
/
+13
2024-08-22
KVM: x86: Rename KVM_MSR_RET_INVALID to KVM_MSR_RET_UNSUPPORTED
Sean Christopherson
4
-12
/
+19
2024-08-22
KVM: x86: Move MSR_TYPE_{R,W,RW} values from VMX to x86, as enums
Sean Christopherson
2
-4
/
+6
2024-08-22
KVM: SVM: Disallow guest from changing userspace's MSR_AMD64_DE_CFG value
Sean Christopherson
1
-2
/
+7
2024-08-22
KVM: x86/mmu: Clean up function comments for dirty logging APIs
Sean Christopherson
1
-33
/
+15
2024-08-22
KVM: x86: Use this_cpu_ptr() in kvm_user_return_msr_cpu_online
Li Chen
1
-2
/
+1
2024-08-22
KVM: VMX: hyper-v: Prevent impossible NULL pointer dereference in evmcs_load()
Vitaly Kuznetsov
1
-0
/
+8
2024-08-22
KVM: nVMX: Use vmx_segment_cache_clear() instead of open coded equivalent
Maxim Levitsky
3
-5
/
+7
2024-08-22
KVM: nVMX: Honor userspace MSR filter lists for nested VM-Enter/VM-Exit
Sean Christopherson
3
-8
/
+12
2024-08-22
KVM: VMX: Do not account for temporary memory allocation in ECREATE emulation
Kai Huang
1
-1
/
+1
2024-08-22
KVM: VMX: Modify the BUILD_BUG_ON_MSG of the 32-bit field in the vmcs_check16...
Qiang Liu
1
-1
/
+1
2024-08-22
KVM: SVM: Remove unnecessary GFP_KERNEL_ACCOUNT in svm_set_nested_state()
Yongqiang Liu
1
-2
/
+2
2024-08-22
KVM: nVMX: Use macros and #defines in vmx_restore_vmx_misc()
Xin Li
1
-7
/
+20
2024-08-22
KVM: VMX: Open code VMX preemption timer rate mask in its accessor
Xin Li
2
-3
/
+2
2024-08-22
KVM VMX: Move MSR_IA32_VMX_MISC bit defines to asm/vmx.h
Sean Christopherson
5
-16
/
+16
2024-08-22
KVM: nVMX: Add a helper to encode VMCS info in MSR_IA32_VMX_BASIC
Sean Christopherson
2
-7
/
+8
2024-08-22
KVM: nVMX: Use macros and #defines in vmx_restore_vmx_basic()
Xin Li
1
-7
/
+18
2024-08-22
KVM: VMX: Track CPU's MSR_IA32_VMX_BASIC as a single 64-bit value
Xin Li
3
-18
/
+21
2024-08-22
KVM: VMX: Move MSR_IA32_VMX_BASIC bit defines to asm/vmx.h
Xin Li
2
-8
/
+7
2024-08-22
KVM: x86: Stuff vCPU's PAT with default value at RESET, not creation
Sean Christopherson
1
-2
/
+2
2024-08-22
x86/cpu: KVM: Move macro to encode PAT value to common header
Sean Christopherson
3
-11
/
+11
2024-08-22
x86/cpu: KVM: Add common defines for architectural memory types (PAT, MTRRs, ...
Sean Christopherson
6
-26
/
+37
2024-08-22
KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE and MSR_GS_BASE
Maxim Levitsky
1
-0
/
+12
2024-08-22
KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTS
Sean Christopherson
1
-0
/
+2
2024-08-22
KVM: x86/mmu: Check that root is valid/loaded when pre-faulting SPTEs
Sean Christopherson
1
-1
/
+3
2024-08-22
KVM: x86/mmu: Fixup comments missed by the REMOVED_SPTE=>FROZEN_SPTE rename
Yan Zhao
3
-8
/
+8
2024-08-22
KVM: x86: Advertise AVX10.1 CPUID to userspace
Tao Su
3
-2
/
+37
2024-08-22
KVM: x86: Optimize local variable in start_sw_tscdeadline()
Thorsten Blum
1
-1
/
+1
2024-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
31
-158
/
+217
2024-08-21
x86/PCI: Check pcie_find_root_port() return for NULL
Samasth Norway Ananda
1
-2
/
+2
2024-08-20
x86/kaslr: Expose and use the end of the physical memory address space
Thomas Gleixner
4
-6
/
+35
2024-08-19
x86: do the user address masking outside the user access area
Linus Torvalds
1
-1
/
+3
2024-08-19
x86: support user address masking instead of non-speculative conditional
Linus Torvalds
1
-0
/
+8
2024-08-19
runtime constants: move list of constants to vmlinux.lds.h
Jann Horn
1
-2
/
+1
2024-08-18
x86/rust: support MITIGATION_RETHUNK
Miguel Ojeda
1
-0
/
+5
2024-08-18
x86/rust: support MITIGATION_RETPOLINE
Miguel Ojeda
1
-1
/
+1
2024-08-14
x86/mm: Remove duplicate check from build_cr3()
Yuntao Wang
1
-1
/
+0
2024-08-14
x86/fpu: Avoid writing LBR bit to IA32_XSS unless supported
Mitchell Levy
3
-2
/
+12
2024-08-14
KVM: x86/mmu: Introduce a quirk to control memslot zap behavior
Yan Zhao
3
-2
/
+44
2024-08-14
KVM: x86: Disallow read-only memslots for SEV-ES and SEV-SNP (and TDX)
Sean Christopherson
1
-0
/
+2
2024-08-14
x86/mm: Remove unused NX related declarations
Yue Haibing
1
-2
/
+0
2024-08-14
x86/platform/uv: Remove unused declaration uv_irq_2_mmr_info()
Yue Haibing
1
-1
/
+0
2024-08-13
x86/fred: Enable FRED right after init_mem_mapping()
Xin Li (Intel)
5
-6
/
+23
2024-08-13
x86/fred: Move FRED RSP initialization into a separate function
Xin Li (Intel)
3
-11
/
+25
2024-08-13
x86/fred: Parse cmdline param "fred=" in cpu_parse_early_param()
Xin Li (Intel)
2
-26
/
+5
2024-08-13
KVM: x86: Make x2APIC ID 100% readonly
Sean Christopherson
1
-7
/
+15
2024-08-13
KVM: x86: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())
Isaku Yamahata
1
-4
/
+2
[prev]
[next]