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-04-10
perf/x86/rapl: Add support for Intel Lunar Lake
Zhang Rui
1
-0
/
+1
2024-04-10
perf/x86/rapl: Add support for Intel Arrow Lake
Zhang Rui
1
-0
/
+2
2024-04-10
x86/bugs: Fix return type of spectre_bhi_state()
Daniel Sneddon
1
-1
/
+1
2024-04-10
Merge branch 'linus' into x86/urgent, to pick up dependent commits
Ingo Molnar
17
-43
/
+317
2024-04-10
x86/cpu: Improve readability of per-CPU cpumask initialization code
Ingo Molnar
2
-14
/
+17
2024-04-10
x86/cpu: Take NUMA node into account when allocating per-CPU cpumasks
Li RongQing
2
-7
/
+9
2024-04-10
perf/x86: Fix out of range data
Namhyung Kim
1
-0
/
+1
2024-04-09
KVM: Use vfree for memory allocated by vcalloc()/__vcalloc()
Li RongQing
2
-4
/
+4
2024-04-09
KVM: x86: Advertise max mappable GPA in CPUID.0x80000008.GuestPhysBits
Gerd Hoffmann
3
-3
/
+32
2024-04-09
KVM: x86: Don't advertise guest.MAXPHYADDR as host.MAXPHYADDR in CPUID
Gerd Hoffmann
1
-11
/
+10
2024-04-09
KVM: nVMX: Add a sanity check that nested PML Full stems from EPT Violations
Sean Christopherson
1
-0
/
+10
2024-04-09
KVM: x86: Move nEPT exit_qualification field from kvm_vcpu_arch to x86_exception
Sean Christopherson
5
-14
/
+20
2024-04-09
KVM: nVMX: Clear EXIT_QUALIFICATION when injecting an EPT Misconfig
Sean Christopherson
1
-2
/
+4
2024-04-09
bpf: Add support for certain atomics in bpf_arena to x86 JIT
Alexei Starovoitov
1
-0
/
+72
2024-04-09
KVM: x86: Stop compiling vmenter.S with OBJECT_FILES_NON_STANDARD
Sean Christopherson
1
-5
/
+0
2024-04-09
KVM: SVM: Create a stack frame in __svm_sev_es_vcpu_run()
Sean Christopherson
1
-0
/
+4
2024-04-09
KVM: SVM: Save/restore args across SEV-ES VMRUN via host save area
Sean Christopherson
1
-16
/
+13
2024-04-09
KVM: SVM: Save/restore non-volatile GPRs in SEV-ES VMRUN via host save area
Sean Christopherson
3
-26
/
+35
2024-04-09
KVM: SVM: Clobber RAX instead of RBX when discarding spec_ctrl_intercepted
Sean Christopherson
1
-2
/
+2
2024-04-09
KVM: SVM: Drop 32-bit "support" from __svm_sev_es_vcpu_run()
Sean Christopherson
1
-31
/
+13
2024-04-09
KVM: SVM: Wrap __svm_sev_es_vcpu_run() with #ifdef CONFIG_KVM_AMD_SEV
Sean Christopherson
1
-0
/
+2
2024-04-09
KVM: SVM: Create a stack frame in __svm_vcpu_run() for unwinding
Sean Christopherson
1
-0
/
+1
2024-04-09
KVM: SVM: Remove a useless zeroing of allocated memory
Christophe JAILLET
1
-1
/
+1
2024-04-09
KVM: x86/mmu: Process atomically-zapped SPTEs after TLB flush
David Matlack
1
-26
/
+49
2024-04-09
x86/alternatives: Sort local vars in apply_alternatives()
Borislav Petkov (AMD)
1
-2
/
+2
2024-04-09
x86/alternatives: Optimize optimize_nops()
Borislav Petkov (AMD)
1
-0
/
+4
2024-04-09
x86/alternatives: Get rid of __optimize_nops()
Borislav Petkov (AMD)
1
-43
/
+16
2024-04-09
x86/alternatives: Use a temporary buffer when optimizing NOPs
Borislav Petkov (AMD)
3
-46
/
+49
2024-04-09
x86/alternatives: Catch late X86_FEATURE modifiers
Borislav Petkov (AMD)
2
-2
/
+9
2024-04-09
x86/alternatives: Remove a superfluous newline in _static_cpu_has()
Borislav Petkov (AMD)
1
-2
/
+1
2024-04-09
x86/msr: Move ARCH_CAP_XAPIC_DISABLE bit definition to its rightful place
Pawan Gupta
1
-5
/
+4
2024-04-09
x86/entry: Merge thunk_64.S and thunk_32.S into thunk.S
Lai Jiangshan
3
-19
/
+1
2024-04-09
locking/atomic/x86: Introduce arch_try_cmpxchg64() for !CONFIG_X86_CMPXCHG64
Uros Bizjak
1
-0
/
+28
2024-04-09
locking/atomic/x86: Modernize x86_32 arch_{,try_}_cmpxchg64{,_local}()
Uros Bizjak
1
-79
/
+100
2024-04-09
locking/atomic/x86: Correct the definition of __arch_try_cmpxchg128()
Uros Bizjak
1
-1
/
+1
2024-04-09
Merge tag 'v6.9-rc3' into locking/core, to pick up fixes
Ingo Molnar
75
-494
/
+836
2024-04-09
x86/mce: Implement recovery for errors in TDX/SEAM non-root mode
Tony Luck
3
-2
/
+34
2024-04-09
Merge tag 'v6.9-rc3' into x86/cpu, to pick up fixes
Ingo Molnar
75
-494
/
+836
2024-04-08
Merge tag 'nativebhi' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
17
-43
/
+317
2024-04-08
KVM: VMX: Ignore MKTME KeyID bits when intercepting #PF for allow_smaller_max...
Tao Su
1
-1
/
+3
2024-04-08
KVM: x86/pmu: Set enable bits for GP counters in PERF_GLOBAL_CTRL at "RESET"
Sean Christopherson
1
-2
/
+14
2024-04-08
KVM: x86/mmu: x86: Don't overflow lpage_info when checking attributes
Rick Edgecombe
1
-1
/
+2
2024-04-08
KVM: x86/pmu: Disable support for adaptive PEBS
Sean Christopherson
1
-2
/
+22
2024-04-08
KVM: x86: Add BHI_NO
Daniel Sneddon
1
-1
/
+1
2024-04-08
x86/bhi: Mitigate KVM by default
Pawan Gupta
4
-2
/
+15
2024-04-08
x86/bhi: Add BHI mitigation knob
Pawan Gupta
3
-1
/
+115
2024-04-08
x86/bhi: Enumerate Branch History Injection (BHI) bug
Pawan Gupta
3
-8
/
+21
2024-04-08
x86/bhi: Define SPEC_CTRL_BHI_DIS_S
Daniel Sneddon
4
-2
/
+8
2024-04-08
x86/bhi: Add support for clearing branch history at syscall entry
Pawan Gupta
7
-3
/
+96
2024-04-08
x86/syscall: Don't force use of indirect calls for system calls
Linus Torvalds
5
-16
/
+50
[prev]
[next]