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
2025-03-19
x86/cpu/intel: Fix the MOVSL alignment preference for extended Families
Sohil Mehta
-13
/
+6
2025-03-19
x86/mtrr: Use str_enabled_disabled() helper in print_mtrr_state()
Thorsten Blum
-6
/
+7
2025-03-19
x86/cpufeatures: Warn about unmet CPU feature dependencies
Sohil Mehta
-0
/
+39
2025-03-19
x86/rfds: Exclude P-only parts from the RFDS affected list
Pawan Gupta
-2
/
+5
2025-03-19
x86/cpu: Update x86_match_cpu() to also use cpu-type
Pawan Gupta
-0
/
+30
2025-03-19
x86/mm: Enable AMD translation cache extensions
Rik van Riel
-0
/
+4
2025-03-19
x86/mm: Add INVLPGB feature and Kconfig entry
Rik van Riel
-0
/
+6
2025-03-19
Merge tag 'v6.14-rc7' into x86/core, to pick up fixes
Ingo Molnar
-90
/
+651
2025-03-17
x86/mce: use is_copy_from_user() to determine copy-from-user context
Shuai Xue
-6
/
+5
2025-03-13
x86/vmware: Parse MP tables for SEV-SNP enabled guests under VMware hypervisors
Ajay Kaher
-0
/
+4
2025-03-12
x86/resctrl: Move get_{mon,ctrl}_domain_from_cpu() to live with their callers
James Morse
-32
/
+32
2025-03-12
x86/resctrl: Move get_config_index() to a header
James Morse
-16
/
+3
2025-03-12
x86/resctrl: Handle throttle_mode for SMBA resources
James Morse
-6
/
+27
2025-03-12
x86/resctrl: Move RFTYPE flags to be managed by resctrl
James Morse
-3
/
+12
2025-03-12
x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plr
James Morse
-43
/
+6
2025-03-12
x86/resctrl: Make prefetch_disable_bits belong to the arch code
James Morse
-5
/
+8
2025-03-12
x86/resctrl: Allow an architecture to disable pseudo lock
James Morse
-11
/
+46
2025-03-12
x86/resctrl: Add resctrl_arch_ prefix to pseudo lock functions
James Morse
-17
/
+19
2025-03-12
x86/resctrl: Move mbm_cfg_mask to struct rdt_resource
James Morse
-7
/
+3
2025-03-12
x86/resctrl: Move mba_mbps_default_event init to filesystem code
James Morse
-5
/
+5
2025-03-12
x86/resctrl: Change mon_event_config_{read,write}() to be arch helpers
James Morse
-23
/
+23
2025-03-12
x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMEC
James Morse
-11
/
+26
2025-03-12
x86/resctrl: Move the is_mbm_*_enabled() helpers to asm/resctrl.h
James Morse
-55
/
+40
2025-03-12
x86/resctrl: Rewrite and move the for_each_*_rdt_resource() walkers
James Morse
-29
/
+0
2025-03-12
x86/resctrl: Move monitor init work to a resctrl init call
James Morse
-11
/
+54
2025-03-12
x86/resctrl: Move monitor exit work to a resctrl exit call
James Morse
-9
/
+12
2025-03-12
x86/resctrl: Add an arch helper to reset one resource
James Morse
-4
/
+5
2025-03-12
x86/resctrl: Move resctrl types to a separate header
James Morse
-24
/
+0
2025-03-12
x86/resctrl: Move rdt_find_domain() to be visible to arch and fs code
James Morse
-37
/
+27
2025-03-12
x86/resctrl: Expose resctrl fs's init function to the rest of the kernel
James Morse
-14
/
+11
2025-03-12
x86/resctrl: Remove rdtgroup from update_cpu_closid_rmid()
James Morse
-4
/
+13
2025-03-12
x86/resctrl: Add helper for setting CPU default properties
James Morse
-6
/
+14
2025-03-12
x86/resctrl: Generate default_ctrl instead of sharing it
James Morse
-13
/
+11
2025-03-12
x86/resctrl: Add max_bw to struct resctrl_membw
James Morse
-2
/
+4
2025-03-12
x86/resctrl: Remove data_width and the tabular format
James Morse
-31
/
+10
2025-03-12
x86/resctrl: Use schema type to determine the schema format string
James Morse
-5
/
+15
2025-03-12
x86/resctrl: Use schema type to determine how to parse schema values
James Morse
-19
/
+31
2025-03-12
x86/resctrl: Remove fflags from struct rdt_resource
James Morse
-6
/
+16
2025-03-12
x86/resctrl: Add a helper to avoid reaching into the arch code resource list
James Morse
-24
/
+22
2025-03-12
x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitors
James Morse
-1
/
+2
2025-03-10
Merge 6.14-rc6 into driver-core-next
Greg Kroah-Hartman
-106
/
+678
2025-03-10
x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes
Florent Revest
-1
/
+1
2025-03-10
x86/sgx: Warn explicitly if X86_FEATURE_SGX_LC is not enabled
Vladis Dronov
-3
/
+7
2025-03-08
x86/microcode/AMD: Add some forgotten models to the SHA check
Borislav Petkov (AMD)
-0
/
+6
2025-03-08
Merge branch 'locking/urgent' into locking/core, to pick up locking fixes
Ingo Molnar
-106
/
+672
2025-03-07
Merge tag 'x86-urgent-2025-03-07' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-18
/
+43
2025-03-07
x86/split_lock: Fix the delayed detection logic
Maksim Davydov
-4
/
+16
2025-03-05
x86/sgx: Fix size overflows in sgx_encl_create()
Jarkko Sakkinen
-0
/
+7
2025-03-04
Merge tag 'x86_microcode_for_v6.14_rc6' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-86
/
+626
2025-03-04
x86/stackprotector: Move __stack_chk_guard to percpu hot section
Brian Gerst
-1
/
+1
[prev]
[next]