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
/
cpu
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-15
x86/cpu/topology: Confine topology information
Thomas Gleixner
1
-2
/
+74
2024-02-15
x86/mpparse: Use new APIC registration function
Thomas Gleixner
1
-1
/
+1
2024-02-15
x86/cpu/topology: Provide separate APIC registration functions
Thomas Gleixner
1
-18
/
+95
2024-02-15
x86/cpu/topology: Move registration out of APIC code
Thomas Gleixner
2
-5
/
+191
2024-02-15
x86/cpu/topology: Make the APIC mismatch warnings complete
Thomas Gleixner
2
-13
/
+14
2024-02-15
x86/cpu: Remove x86_coreid_bits
Thomas Gleixner
1
-1
/
+0
2024-02-15
x86/cpu: Remove topology.c
Thomas Gleixner
2
-143
/
+1
2024-02-15
x86/cpu: Make topology_amd_node_id() use the actual node info
Thomas Gleixner
1
-5
/
+2
2024-02-15
x86/cpu: Use common topology code for HYGON
Thomas Gleixner
5
-154
/
+4
2024-02-15
x86/cpu: Use common topology code for AMD
Thomas Gleixner
3
-149
/
+5
2024-02-15
x86/cpu: Provide an AMD/HYGON specific topology parser
Thomas Gleixner
8
-7
/
+213
2024-02-15
x86/cpu/amd: Provide a separate accessor for Node ID
Thomas Gleixner
3
-5
/
+5
2024-02-15
x86/cpu: Use common topology code for Intel
Thomas Gleixner
5
-117
/
+4
2024-02-15
x86/cpu: Provide a sane leaf 0xb/0x1f parser
Thomas Gleixner
3
-1
/
+143
2024-02-15
x86/cpu: Move __max_die_per_package to common.c
Thomas Gleixner
2
-3
/
+3
2024-02-15
x86/cpu: Use common topology code for Centaur and Zhaoxin
Thomas Gleixner
3
-11
/
+8
2024-02-15
x86/cpu: Add legacy topology parser
Thomas Gleixner
3
-1
/
+51
2024-02-15
x86/cpu: Provide cpu_init/parse_topology()
Thomas Gleixner
6
-18
/
+277
2024-02-14
Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...
Ingo Molnar
2
-22
/
+28
2024-02-14
Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...
Ingo Molnar
34
-1655
/
+1999
2024-02-12
x86/retpoline: Ensure default return thunk isn't used at runtime
Josh Poimboeuf
1
-0
/
+5
2024-02-05
x86/mce: Make mce_subsys const
Ricardo B. Marliere
1
-1
/
+1
2024-01-31
x86/fred: Invoke FRED initialization code to enable FRED
H. Peter Anvin (Intel)
1
-5
/
+17
2024-01-31
x86/syscall: Split IDT syscall setup code into idt_syscall_init()
Xin Li
1
-3
/
+10
2024-01-31
x86/traps: Add sysvec_install() to install a system interrupt handler
Xin Li
2
-10
/
+9
2024-01-31
x86/fred: Add a machine check entry stub for FRED
Xin Li
1
-0
/
+26
2024-01-31
x86/cpu: Add X86_CR4_FRED macro
H. Peter Anvin (Intel)
1
-3
/
+2
2024-01-29
x86/mtrr: Don't print errors if MtrrFixDramModEn is set when SNP enabled
Ashish Kalra
1
-0
/
+3
2024-01-29
x86/sev: Add SEV-SNP host initialization support
Brijesh Singh
1
-0
/
+16
2024-01-29
x86/speculation: Do not enable Automatic IBRS if SEV-SNP is enabled
Kim Phillips
1
-1
/
+6
2024-01-29
x86/cpufeatures: Add SEV-SNP CPU feature
Brijesh Singh
1
-2
/
+3
2024-01-25
x86/cpufeatures: Add the CPU feature bit for FRED
H. Peter Anvin (Intel)
1
-0
/
+2
2024-01-25
x86/CPU/AMD: Add more models to X86_FEATURE_ZEN5
Mario Limonciello
1
-0
/
+3
2024-01-25
x86/resctrl: Remove redundant variable in mbm_config_write_domain()
Babu Moger
1
-11
/
+4
2024-01-24
x86/resctrl: Implement new mba_MBps throttling heuristic
Tony Luck
2
-36
/
+10
2024-01-23
x86/resctrl: Read supported bandwidth sources from CPUID
Babu Moger
3
-6
/
+17
2024-01-23
x86/resctrl: Remove hard-coded memory bandwidth limit
Babu Moger
2
-7
/
+4
2024-01-23
x86/CPU/AMD: Add X86_FEATURE_ZEN5
Borislav Petkov (AMD)
1
-4
/
+21
2024-01-22
x86/resctrl: Fix unused variable warning in cache_alloc_hsw_probe()
Tony Luck
1
-4
/
+4
2024-01-18
Merge tag 'x86_tdx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-1
/
+18
2024-01-10
x86/bugs: Rename CONFIG_CPU_SRSO => CONFIG_MITIGATION_SRSO
Breno Leitao
1
-4
/
+4
2024-01-10
x86/bugs: Rename CONFIG_CPU_IBRS_ENTRY => CONFIG_MITIGATION_IBRS_ENTRY
Breno Leitao
1
-2
/
+2
2024-01-10
x86/bugs: Rename CONFIG_CPU_UNRET_ENTRY => CONFIG_MITIGATION_UNRET_ENTRY
Breno Leitao
2
-4
/
+4
2024-01-10
x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINE
Breno Leitao
1
-3
/
+3
2024-01-10
x86/bugs: Rename CONFIG_CALL_DEPTH_TRACKING => CONFIG_MITIGATION_CALL_DEPTH_...
Breno Leitao
1
-3
/
+3
2024-01-10
x86/bugs: Rename CONFIG_CPU_IBPB_ENTRY => CONFIG_MITIGATION_IBPB_ENTRY
Breno Leitao
1
-5
/
+6
2024-01-10
x86/bugs: Rename CONFIG_GDS_FORCE_MITIGATION => CONFIG_MITIGATION_GDS_FORCE
Breno Leitao
1
-1
/
+1
2024-01-08
Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-5
/
+11
2024-01-08
Merge tag 'x86-asm-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-29
/
+21
2024-01-08
Merge tag 'ras_core_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-253
/
+385
[prev]
[next]