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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-24
x86/resctrl: Simplify call convention for MSR update functions
Tony Luck
3
-27
/
+18
2024-04-24
x86/resctrl: Pass domain to target CPU
Tony Luck
4
-52
/
+17
2024-04-23
crash: add a new kexec flag for hotplug support
Sourabh Jain
1
-11
/
+17
2024-04-23
crash: forward memory_notify arg to arch crash hotplug handler
Sourabh Jain
1
-1
/
+3
2024-04-22
x86/sev: Check for MWAITX and MONITORX opcodes in the #VC handler
Tom Lendacky
1
-2
/
+4
2024-04-22
x86/cpu/vfm: Update arch/x86/include/asm/intel-family.h
Tony Luck
1
-2
/
+1
2024-04-19
Merge x86 bugfixes from Linux 6.9-rc3
Paolo Bonzini
12
-68
/
+65
2024-04-18
x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQ
Eric Biggers
1
-3
/
+3
2024-04-14
x86/bugs: Fix BHI retpoline check
Josh Poimboeuf
1
-4
/
+7
2024-04-12
x86/sev: Take NUMA node into account when allocating memory for per-CPU SEV data
Li RongQing
1
-4
/
+4
2024-04-12
Merge branch 'x86/urgent' into x86/cpu, to resolve conflict
Ingo Molnar
7
-101
/
+216
2024-04-12
x86/cpu/amd: Move TOPOEXT enablement into the topology parser
Thomas Gleixner
2
-15
/
+21
2024-04-12
x86/cpu/amd: Make the NODEID_MSR union actually work
Thomas Gleixner
1
-3
/
+3
2024-04-12
x86/cpu/amd: Make the CPUID 0x80000008 parser correct
Thomas Gleixner
1
-6
/
+18
2024-04-12
x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHI
Josh Poimboeuf
1
-1
/
+1
2024-04-12
x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=auto
Josh Poimboeuf
1
-9
/
+1
2024-04-11
KVM: SEV: sync FPU and AVX state at LAUNCH_UPDATE_VMSA time
Paolo Bonzini
2
-2
/
+1
2024-04-11
Merge tag 'v6.9-rc3' into x86/boot, to pick up fixes before queueing up more ...
Ingo Molnar
24
-201
/
+185
2024-04-11
x86/bugs: Clarify that syscall hardening isn't a BHI mitigation
Josh Poimboeuf
1
-3
/
+3
2024-04-11
x86/bugs: Fix BHI handling of RRSBA
Josh Poimboeuf
1
-12
/
+18
2024-04-11
x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr'
Ingo Molnar
3
-42
/
+42
2024-04-11
x86/bugs: Cache the value of MSR_IA32_ARCH_CAPABILITIES
Josh Poimboeuf
1
-15
/
+7
2024-04-10
x86/topology: Don't update cpu_possible_map in topo_set_cpuids()
Thomas Gleixner
1
-2
/
+5
2024-04-10
x86/bugs: Fix return type of spectre_bhi_state()
Daniel Sneddon
1
-1
/
+1
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-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)
2
-45
/
+48
2024-04-09
x86/alternatives: Catch late X86_FEATURE modifiers
Borislav Petkov (AMD)
1
-0
/
+3
2024-04-09
Merge tag 'v6.9-rc3' into locking/core, to pick up fixes
Ingo Molnar
24
-201
/
+185
2024-04-09
x86/mce: Implement recovery for errors in TDX/SEAM non-root mode
Tony Luck
2
-2
/
+32
2024-04-09
Merge tag 'v6.9-rc3' into x86/cpu, to pick up fixes
Ingo Molnar
24
-201
/
+185
2024-04-08
Merge tag 'nativebhi' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-21
/
+125
2024-04-08
x86/bhi: Mitigate KVM by default
Pawan Gupta
1
-1
/
+8
2024-04-08
x86/bhi: Add BHI mitigation knob
Pawan Gupta
1
-1
/
+89
2024-04-08
x86/bhi: Enumerate Branch History Injection (BHI) bug
Pawan Gupta
1
-8
/
+16
2024-04-08
x86/bhi: Define SPEC_CTRL_BHI_DIS_S
Daniel Sneddon
1
-0
/
+1
2024-04-08
x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs file
Josh Poimboeuf
1
-12
/
+12
2024-04-06
Merge branch 'linus' into x86/urgent, to pick up dependent commit
Ingo Molnar
2
-7
/
+8
2024-04-05
x86/microcode/AMD: Remove unused PATCH_MAX_SIZE macro
Borislav Petkov (AMD)
1
-2
/
+0
2024-04-05
x86/microcode/AMD: Avoid -Wformat warning with clang-15
Arnd Bergmann
1
-1
/
+1
2024-04-04
Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-2
/
+2
2024-04-04
x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()
Borislav Petkov (AMD)
1
-1
/
+3
2024-04-04
x86/extable: Remove unused fixup type EX_TYPE_COPY
Tong Tiangen
1
-1
/
+0
2024-04-04
x86/CPU/AMD: Track SNP host status with cc_platform_*()
Borislav Petkov (AMD)
3
-26
/
+24
2024-04-04
x86/coco: Require seeding RNG with RDRAND on CoCo systems
Jason A. Donenfeld
1
-0
/
+2
2024-04-04
x86/fpu: Update fpu_swap_kvm_fpu() uses in comments as well
Li RongQing
1
-2
/
+2
2024-04-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-5
/
+6
[prev]
[next]