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
2023-12-15
x86/mce: Handle Intel threshold interrupt storms
Tony Luck
3
-50
/
+160
2023-12-15
x86/mce: Add per-bank CMCI storm mitigation
Tony Luck
3
-9
/
+194
2023-12-15
x86/mce: Remove old CMCI storm mitigation code
Tony Luck
3
-170
/
+1
2023-12-13
x86/sev: Do the C-bit verification only on the BSP
Borislav Petkov (AMD)
1
-9
/
+22
2023-12-13
x86/head_64: Use TESTB instead of TESTL in secondary_startup_64_no_verify()
Uros Bizjak
1
-1
/
+1
2023-12-12
x86/mce: Differentiate real hardware #MCs from TDX erratum ones
Kai Huang
1
-0
/
+15
2023-12-12
x86/CPU/AMD: Add X86_FEATURE_ZEN1
Borislav Petkov (AMD)
1
-5
/
+6
2023-12-12
iommu: Add mm_get_enqcmd_pasid() helper function
Tina Zhang
1
-1
/
+1
2023-12-12
iommu: Change kconfig around IOMMU_SVA
Jason Gunthorpe
1
-1
/
+1
2023-12-11
x86/traps: Use current_top_of_stack() helper in traps.c
Uros Bizjak
1
-2
/
+2
2023-12-10
x86/paravirt: Remove no longer needed paravirt patching code
Juergen Gross
3
-108
/
+2
2023-12-10
x86/paravirt: Switch mixed paravirt/alternative calls to alternatives
Juergen Gross
3
-25
/
+13
2023-12-10
x86/alternative: Add indirect call patching
Juergen Gross
1
-3
/
+55
2023-12-10
x86/paravirt: Move some functions and defines to alternative.c
Juergen Gross
3
-23
/
+21
2023-12-10
Merge tag 'x86_urgent_for_v6.7_rc5' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-4
/
+10
2023-12-08
x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
Kai Huang
1
-0
/
+2
2023-12-08
x86/virt/tdx: Detect TDX during kernel boot
Kai Huang
1
-0
/
+2
2023-12-07
x86/entry: Convert INT 0x80 emulation to IDTENTRY
Thomas Gleixner
1
-1
/
+1
2023-12-06
x86/topology: convert to use arch_cpu_is_hotpluggable()
Russell King (Oracle)
1
-5
/
+2
2023-12-06
x86/topology: use weak version of arch_unregister_cpu()
Russell King (Oracle)
1
-5
/
+0
2023-12-06
x86/topology: Switch over to GENERIC_CPU_DEVICES
James Morse
1
-23
/
+4
2023-12-06
x86/topology: remove arch_*register_cpu() exports
Russell King (Oracle)
1
-2
/
+0
2023-12-06
x86: intel_epb: Don't rely on link order
James Morse
1
-1
/
+1
2023-12-03
x86/microcode/intel: Set new revision only after a successful update
Borislav Petkov (AMD)
1
-7
/
+7
2023-12-02
x86/CPU/AMD: Check vendor in the AMD microcode callback
Borislav Petkov (AMD)
1
-0
/
+3
2023-12-02
x86/callthunks: Correct calculation of dest address in is_callthunk()
Uros Bizjak
1
-1
/
+1
2023-12-01
x86/pci: Use PCI_HEADER_TYPE_* instead of literals
Ilpo Järvinen
2
-4
/
+3
2023-12-01
x86/microcode/intel: Remove redundant microcode late updated message
Ashok Raj
1
-6
/
+0
2023-11-30
x86/smp: Use atomic_try_cmpxchg in native_stop_other_cpus()
Uros Bizjak
1
-2
/
+3
2023-11-30
x86/smp: Move the call to smp_processor_id() after the early exit in native_s...
Uros Bizjak
1
-3
/
+6
2023-11-30
x86/callthunks: Mark apply_relocation() as __init_or_module
Ingo Molnar
1
-1
/
+1
2023-11-30
x86/acpi: Use %rip-relative addressing in wakeup_64.S
Uros Bizjak
1
-12
/
+12
2023-11-30
x86/callthunks: Handle %rip-relative relocations in call thunk template
Uros Bizjak
2
-9
/
+26
2023-11-30
x86/sev: Fix kernel crash due to late update to read-only ghcb_version
Ashwin Dayanand Kamat
1
-4
/
+7
2023-11-29
x86/CPU/AMD: Drop now unused CPU erratum checking function
Borislav Petkov (AMD)
1
-56
/
+0
2023-11-29
x86/CPU/AMD: Get rid of amd_erratum_1485[]
Borislav Petkov (AMD)
1
-8
/
+3
2023-11-29
x86/CPU/AMD: Get rid of amd_erratum_400[]
Borislav Petkov (AMD)
1
-13
/
+20
2023-11-29
x86/CPU/AMD: Get rid of amd_erratum_383[]
Borislav Petkov (AMD)
1
-5
/
+1
2023-11-29
x86/CPU/AMD: Get rid of amd_erratum_1054[]
Borislav Petkov (AMD)
1
-5
/
+1
2023-11-29
x86/CPU/AMD: Move the DIV0 bug detection to the Zen1 init function
Borislav Petkov (AMD)
1
-10
/
+3
2023-11-29
x86/CPU/AMD: Move Zenbleed check to the Zen2 init function
Borislav Petkov (AMD)
1
-13
/
+3
2023-11-29
x86/CPU/AMD: Rename init_amd_zn() to init_amd_zen_common()
Borislav Petkov (AMD)
1
-4
/
+7
2023-11-29
x86/CPU/AMD: Call the spectral chicken in the Zen2 init function
Borislav Petkov (AMD)
1
-4
/
+3
2023-11-29
x86/CPU/AMD: Move erratum 1076 fix into the Zen1 init function
Borislav Petkov (AMD)
1
-5
/
+5
2023-11-29
x86/CPU/AMD: Move the Zen3 BTC_NO detection to the Zen3 init function
Borislav Petkov (AMD)
1
-8
/
+9
2023-11-29
x86/CPU/AMD: Carve out the erratum 1386 fix
Borislav Petkov (AMD)
1
-9
/
+15
2023-11-29
x86/CPU/AMD: Add ZenX generations flags
Borislav Petkov (AMD)
1
-2
/
+68
2023-11-28
x86/MCE/AMD: Add new MA_LLC, USR_DP, and USR_CP bank types
Muralidhara M K
1
-0
/
+6
2023-11-27
x86/mce/amd, EDAC/mce_amd: Move long names to decoder module
Yazen Ghannam
1
-44
/
+30
2023-11-26
Merge tag 'x86-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-48
/
+37
[prev]
[next]