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
/
microcode
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-16
x86/cpu/topology: Get rid of cpuinfo::x86_max_cores
Thomas Gleixner
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-01
x86/microcode/intel: Remove redundant microcode late updated message
Ashok Raj
1
-6
/
+0
2023-11-21
x86/microcode: Rework early revisions reporting
Borislav Petkov (AMD)
4
-44
/
+37
2023-11-21
x86/microcode: Remove the driver announcement and version
Borislav Petkov (AMD)
1
-4
/
+0
2023-10-24
x86/microcode/intel: Add a minimum required revision for late loading
Ashok Raj
1
-4
/
+33
2023-10-24
x86/microcode: Prepare for minimal revision check
Thomas Gleixner
4
-5
/
+22
2023-10-24
x86/microcode: Handle "offline" CPUs correctly
Thomas Gleixner
2
-5
/
+108
2023-10-24
x86/microcode: Protect against instrumentation
Thomas Gleixner
1
-28
/
+83
2023-10-24
x86/microcode: Rendezvous and load in NMI
Thomas Gleixner
3
-5
/
+41
2023-10-24
x86/microcode: Replace the all-in-one rendevous handler
Thomas Gleixner
1
-42
/
+9
2023-10-24
x86/microcode: Provide new control functions
Thomas Gleixner
1
-0
/
+84
2023-10-24
x86/microcode: Add per CPU control field
Thomas Gleixner
1
-2
/
+18
2023-10-24
x86/microcode: Add per CPU result state
Thomas Gleixner
2
-47
/
+68
2023-10-24
x86/microcode: Sanitize __wait_for_cpus()
Thomas Gleixner
1
-22
/
+17
2023-10-24
x86/microcode: Clarify the late load logic
Thomas Gleixner
1
-22
/
+19
2023-10-24
x86/microcode: Handle "nosmt" correctly
Thomas Gleixner
3
-30
/
+43
2023-10-24
x86/microcode: Clean up mc_cpu_down_prep()
Thomas Gleixner
1
-7
/
+1
2023-10-24
x86/microcode: Get rid of the schedule work indirection
Thomas Gleixner
1
-19
/
+10
2023-10-24
x86/microcode: Mop up early loading leftovers
Thomas Gleixner
2
-17
/
+1
2023-10-24
x86/microcode/amd: Use cached microcode for AP load
Thomas Gleixner
3
-24
/
+13
2023-10-24
x86/microcode/amd: Cache builtin/initrd microcode early
Thomas Gleixner
2
-17
/
+11
2023-10-24
x86/microcode/amd: Cache builtin microcode too
Thomas Gleixner
1
-1
/
+1
2023-10-24
x86/microcode/amd: Use correct per CPU ucode_cpu_info
Thomas Gleixner
1
-3
/
+3
2023-10-24
x86/microcode: Remove pointless apply() invocation
Thomas Gleixner
1
-17
/
+6
2023-10-24
x86/microcode/intel: Rework intel_find_matching_signature()
Thomas Gleixner
1
-12
/
+19
2023-10-24
x86/microcode/intel: Reuse intel_cpu_collect_info()
Thomas Gleixner
1
-15
/
+1
2023-10-24
x86/microcode/intel: Rework intel_cpu_collect_info()
Thomas Gleixner
1
-24
/
+9
2023-10-24
x86/microcode/intel: Unify microcode apply() functions
Thomas Gleixner
1
-68
/
+36
2023-10-24
x86/microcode/intel: Switch to kvmalloc()
Thomas Gleixner
1
-23
/
+25
2023-10-24
x86/microcode/intel: Save the microcode only after a successful late-load
Thomas Gleixner
3
-15
/
+20
2023-10-24
x86/microcode/intel: Simplify early loading
Thomas Gleixner
3
-93
/
+79
2023-10-19
x86/microcode/intel: Cleanup code further
Thomas Gleixner
1
-44
/
+32
2023-10-19
x86/microcode/intel: Simplify and rename generic_load_microcode()
Thomas Gleixner
1
-30
/
+17
2023-10-19
x86/microcode/intel: Simplify scan_microcode()
Thomas Gleixner
1
-21
/
+7
2023-10-19
x86/microcode/intel: Rip out mixed stepping support for Intel CPUs
Ashok Raj
4
-121
/
+34
2023-10-18
x86/microcode/32: Move early loading after paging enable
Thomas Gleixner
4
-234
/
+65
2023-10-17
x86/microcode/amd: Fix snprintf() format string warning in W=1 build
Paolo Bonzini
1
-1
/
+1
2023-08-26
x86/microcode: Remove remaining references to CONFIG_MICROCODE_AMD
Lukas Bulwahn
1
-2
/
+2
2023-08-13
x86/microcode/intel: Remove pointless mutex
Thomas Gleixner
1
-22
/
+2
2023-08-13
x86/microcode/intel: Remove debug code
Thomas Gleixner
1
-75
/
+0
2023-08-13
x86/microcode: Move core specific defines to local header
Thomas Gleixner
4
-2
/
+176
2023-08-13
x86/microcode/intel: Rename get_datasize() since its used externally
Ashok Raj
1
-4
/
+4
2023-08-13
x86/microcode: Make reload_early_microcode() static
Thomas Gleixner
1
-1
/
+1
2023-08-13
x86/microcode: Include vendor headers into microcode.h
Ashok Raj
3
-4
/
+1
2023-08-13
x86/microcode/intel: Move microcode functions out of cpu/intel.c
Thomas Gleixner
1
-0
/
+202
2023-08-13
x86/microcode: Hide the config knob
Thomas Gleixner
1
-2
/
+2
2023-08-08
x86/microcode: Remove microcode_mutex
Sebastian Andrzej Siewior
1
-6
/
+0
2023-07-27
x86/microcode/AMD: Rip out static buffers
Borislav Petkov (AMD)
2
-66
/
+29
2023-06-12
x86/microcode/AMD: Load late on both threads too
Borislav Petkov (AMD)
1
-1
/
+1
[next]