index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
Age
Commit message (
Expand
)
Author
Lines
2023-11-22
x86/hyperv: Use atomic_try_cmpxchg() to micro-optimize hv_nmi_unknown()
Uros Bizjak
-1
/
+4
2023-11-21
x86/microcode: Rework early revisions reporting
Borislav Petkov (AMD)
-44
/
+37
2023-11-21
x86/microcode: Remove the driver announcement and version
Borislav Petkov (AMD)
-4
/
+0
2023-11-20
x86/mtrr: Document missing function parameters in kernel-doc
Borislav Petkov (AMD)
-4
/
+10
2023-11-15
x86/mce: Remove redundant check from mce_device_create()
Nikolay Borisov
-3
/
+0
2023-11-13
x86/barrier: Do not serialize MSR accesses on AMD
Borislav Petkov (AMD)
-0
/
+13
2023-11-13
x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernel
Zhiquan Li
-0
/
+16
2023-11-04
Merge tag 'x86_microcode_for_v6.7_rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-828
/
+734
2023-11-01
Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
-1
/
+0
2023-10-30
Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-136
/
+149
2023-10-30
Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-17
/
+23
2023-10-30
Merge tag 'x86-entry-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-18
/
+19
2023-10-30
Merge tag 'x86_cpu_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-1
/
+20
2023-10-30
Merge tag 'x86_cache_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-95
/
+242
2023-10-30
Merge tag 'x86_bugs_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-45
/
+50
2023-10-24
x86/microcode/intel: Add a minimum required revision for late loading
Ashok Raj
-4
/
+33
2023-10-24
x86/microcode: Prepare for minimal revision check
Thomas Gleixner
-5
/
+22
2023-10-24
x86/microcode: Handle "offline" CPUs correctly
Thomas Gleixner
-5
/
+108
2023-10-24
x86/microcode: Protect against instrumentation
Thomas Gleixner
-28
/
+83
2023-10-24
x86/microcode: Rendezvous and load in NMI
Thomas Gleixner
-5
/
+41
2023-10-24
x86/microcode: Replace the all-in-one rendevous handler
Thomas Gleixner
-42
/
+9
2023-10-24
x86/microcode: Provide new control functions
Thomas Gleixner
-0
/
+84
2023-10-24
x86/microcode: Add per CPU control field
Thomas Gleixner
-2
/
+18
2023-10-24
x86/microcode: Add per CPU result state
Thomas Gleixner
-47
/
+68
2023-10-24
x86/microcode: Sanitize __wait_for_cpus()
Thomas Gleixner
-22
/
+17
2023-10-24
x86/microcode: Clarify the late load logic
Thomas Gleixner
-22
/
+19
2023-10-24
x86/microcode: Handle "nosmt" correctly
Thomas Gleixner
-30
/
+43
2023-10-24
x86/microcode: Clean up mc_cpu_down_prep()
Thomas Gleixner
-7
/
+1
2023-10-24
x86/microcode: Get rid of the schedule work indirection
Thomas Gleixner
-19
/
+10
2023-10-24
x86/microcode: Mop up early loading leftovers
Thomas Gleixner
-17
/
+1
2023-10-24
x86/microcode/amd: Use cached microcode for AP load
Thomas Gleixner
-24
/
+13
2023-10-24
x86/microcode/amd: Cache builtin/initrd microcode early
Thomas Gleixner
-17
/
+11
2023-10-24
x86/microcode/amd: Cache builtin microcode too
Thomas Gleixner
-1
/
+1
2023-10-24
x86/microcode/amd: Use correct per CPU ucode_cpu_info
Thomas Gleixner
-3
/
+3
2023-10-24
x86/microcode: Remove pointless apply() invocation
Thomas Gleixner
-17
/
+6
2023-10-24
x86/microcode/intel: Rework intel_find_matching_signature()
Thomas Gleixner
-12
/
+19
2023-10-24
x86/microcode/intel: Reuse intel_cpu_collect_info()
Thomas Gleixner
-15
/
+1
2023-10-24
x86/microcode/intel: Rework intel_cpu_collect_info()
Thomas Gleixner
-24
/
+9
2023-10-24
x86/microcode/intel: Unify microcode apply() functions
Thomas Gleixner
-68
/
+36
2023-10-24
x86/microcode/intel: Switch to kvmalloc()
Thomas Gleixner
-23
/
+25
2023-10-24
x86/microcode/intel: Save the microcode only after a successful late-load
Thomas Gleixner
-15
/
+20
2023-10-24
x86/microcode/intel: Simplify early loading
Thomas Gleixner
-93
/
+79
2023-10-23
x86/percpu: Introduce const-qualified const_pcpu_hot to micro-optimize code g...
Uros Bizjak
-0
/
+1
2023-10-20
x86/srso: Remove unnecessary semicolon
Yang Li
-1
/
+1
2023-10-20
x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk()
Josh Poimboeuf
-1
/
+2
2023-10-20
x86/srso: Disentangle rethunk-dependent options
Josh Poimboeuf
-3
/
+2
2023-10-20
x86/srso: Move retbleed IBPB check into existing 'has_microcode' code block
Josh Poimboeuf
-3
/
+1
2023-10-20
x86/bugs: Remove default case for fully switched enums
Josh Poimboeuf
-10
/
+7
2023-10-20
x86/srso: Remove 'pred_cmd' label
Josh Poimboeuf
-8
/
+13
2023-10-20
x86/srso: Fix vulnerability reporting for missing microcode
Josh Poimboeuf
-14
/
+22
[prev]
[next]