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
2024-12-10
x86/resctrl: Modify update_mba_bw() to use per CTRL_MON group event
Tony Luck
-7
/
+9
2024-12-10
x86/resctrl: Prepare for per-CTRL_MON group mba_MBps control
Tony Luck
-1
/
+19
2024-12-09
x86/resctrl: Introduce resctrl_file_fflags_init() to initialize fflags
Babu Moger
-18
/
+10
2024-12-09
x86/resctrl: Use kthread_run_on_cpu()
Frederic Weisbecker
-20
/
+8
2024-12-09
x86/hyperv: Fix hv tsc page based sched_clock for hibernation
Naman Jain
-0
/
+58
2024-12-06
x86/CPU/AMD: WARN when setting EFER.AUTOIBRS if and only if the WRMSR fails
Sean Christopherson
-1
/
+1
2024-12-06
x86/cacheinfo: Delete global num_cache_leaves
Ricardo Neri
-22
/
+21
2024-12-06
x86/paravirt: Remove the WBINVD callback
Juergen Gross
-1
/
+1
2024-12-06
x86/cpufeatures: Free up unused feature bits
Sohil Mehta
-5
/
+0
2024-12-05
x86/cpu/topology: Remove limit of CPUs due to disabled IO/APIC
Fernando Fernandez Mancera
-3
/
+3
2024-12-04
x86/cpu: Add Lunar Lake to list of CPUs with a broken MONITOR implementation
Len Brown
-1
/
+3
2024-12-04
x86/mtrr: Rename mtrr_overwrite_state() to guest_force_mtrr_state()
Kirill A. Shutemov
-4
/
+4
2024-12-02
x86/topology: Introduce topology_logical_core_id()
K Prateek Nayak
-0
/
+2
2024-12-01
Merge tag 'x86_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-6
/
+22
2024-11-26
x86/CPU/AMD: Terminate the erratum_1386_microcode array
Sebastian Andrzej Siewior
-0
/
+1
2024-11-25
x86: fix off-by-one in access_ok()
David Laight
-2
/
+2
2024-11-25
x86/microcode/AMD: Flush patch buffer mapping after application
Borislav Petkov (AMD)
-5
/
+20
2024-11-25
x86/cpu: Fix PPIN initialization
Tony Luck
-1
/
+1
2024-11-22
Merge tag 'x86_misc_for_6.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-21
/
+18
2024-11-22
Merge tag 'x86_sgx_for_6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-1
/
+1
2024-11-19
Merge tag 'x86-cleanups-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-5
/
+5
2024-11-19
Merge tag 'x86-splitlock-2024-11-18' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-407
/
+410
2024-11-19
Merge tag 'perf-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-0
/
+15
2024-11-19
Merge tag 'x86_cpu_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-29
/
+67
2024-11-19
Merge tag 'x86_microcode_for_v6.13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-8
/
+2
2024-11-19
Merge tag 'x86_cache_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-2
/
+3
2024-11-19
Merge tag 'ras_core_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-158
/
+236
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
-7
/
+3
2024-11-12
x86/sgx: Use vmalloc_array() instead of vmalloc()
Thorsten Blum
-1
/
+1
2024-11-12
x86/cpu: Remove redundant CONFIG_NUMA guard around numa_add_cpu()
Shivank Garg
-2
/
+0
2024-11-08
x86/cpu: Make sure flag_is_changeable_p() is always being used
Andy Shevchenko
-21
/
+18
2024-11-08
x86/stackprotector: Work around strict Clang TLS symbol requirements
Ard Biesheuvel
-0
/
+2
2024-11-06
x86/resctrl: Support Sub-NUMA cluster mode SNC6
Tony Luck
-1
/
+2
2024-11-05
x86/CPU/AMD: Clear virtualized VMLOAD/VMSAVE on Zen4 client
Mario Limonciello
-0
/
+11
2024-11-03
fdget(), trivial conversions
Al Viro
-7
/
+3
2024-10-31
x86/mce/apei: Handle variable SMCA BERT record size
Yazen Ghannam
-14
/
+58
2024-10-31
x86/MCE/AMD: Add support for new MCA_SYND{1,2} registers
Avadhut Naik
-2
/
+12
2024-10-30
x86/mce: Add wrapper for struct mce to export vendor specific info
Avadhut Naik
-138
/
+169
2024-10-28
x86/mce/intel: Use MCG_BANKCNT_MASK instead of 0xff
Qiuxu Zhuo
-1
/
+1
2024-10-28
x86/mce/mcelog: Use xchg() to get and clear the flags
Qiuxu Zhuo
-9
/
+2
2024-10-28
x86/cpu: Fix formatting of cpuid_bits[] in scattered.c
Borislav Petkov (AMD)
-29
/
+29
2024-10-28
x86/cpufeatures: Add X86_FEATURE_AMD_WORKLOAD_CLASS feature bit
Perry Yuan
-0
/
+1
2024-10-27
Merge tag 'x86_urgent_for_v6.12_rc5' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-16
/
+35
2024-10-26
x86/cpu: Use str_yes_no() helper in show_cpuinfo_misc()
Thorsten Blum
-5
/
+5
2024-10-25
x86/cpu: Add CPU type to struct cpuinfo_topology
Pawan Gupta
-0
/
+38
2024-10-25
x86/cpufeatures: Add X86_FEATURE_AMD_HETEROGENEOUS_CORES
Perry Yuan
-0
/
+1
2024-10-25
x86/cpufeatures: Rename X86_FEATURE_FAST_CPPC to have AMD prefix
Mario Limonciello
-1
/
+1
2024-10-25
x86: fix user address masking non-canonical speculation issue
Linus Torvalds
-0
/
+10
2024-10-25
x86/microcode/intel: Remove unnecessary cache writeback and invalidation
Chang S. Bae
-8
/
+2
2024-10-22
x86/microcode/AMD: Split load_microcode_amd()
Borislav Petkov (AMD)
-8
/
+17
[prev]
[next]