summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorLines
2025-03-19x86/mtrr: Use str_enabled_disabled() helper in print_mtrr_state()Thorsten Blum-6/+7
2025-03-19x86/cpufeatures: Warn about unmet CPU feature dependenciesSohil Mehta-0/+39
2025-03-19x86/rfds: Exclude P-only parts from the RFDS affected listPawan Gupta-2/+5
2025-03-19x86/cpu: Update x86_match_cpu() to also use cpu-typePawan Gupta-0/+30
2025-03-19x86/cpufeatures: Generate the <asm/cpufeaturemasks.h> header based on build c...H. Peter Anvin (Intel)-0/+4
2025-03-19x86/acpi: Replace manual page table initialization with kernel_ident_mapping_...Kirill A. Shutemov-58/+15
2025-03-19x86/mm: Enable AMD translation cache extensionsRik van Riel-0/+4
2025-03-19x86/mm: Add INVLPGB feature and Kconfig entryRik van Riel-0/+6
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar-96/+654
2025-03-17x86/mce: use is_copy_from_user() to determine copy-from-user contextShuai Xue-6/+5
2025-03-17arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)-2/+0
2025-03-17x86/fpu/xstate: Fix inconsistencies in guest FPU xfeaturesChao Gao-2/+2
2025-03-17x86/fpu: Clarify the "xa" symbolic name used in the XSTATE* macrosBorislav Petkov (AMD)-0/+4
2025-03-17x86/traps: Make exc_double_fault() consistently noreturnJosh Poimboeuf-1/+17
2025-03-17x86: Rely on generic printing of preemption modelSebastian Andrzej Siewior-7/+2
2025-03-16crash: remove an unused argument from reserve_crashkernel_generic()Sourabh Jain-4/+2
2025-03-16x86/setup: call hugetlb_bootmem_alloc earlyFrank van der Linden-1/+3
2025-03-16x86/kgdb: use IS_ERR_PCPU() macroUros Bizjak-1/+1
2025-03-14x86/kexec: Add relocate_kernel() debugging support: Load a GDTDavid Woodhouse-0/+23
2025-03-13x86/vmware: Parse MP tables for SEV-SNP enabled guests under VMware hypervisorsAjay Kaher-0/+4
2025-03-13x86/fpu: Use XSAVE{,OPT,C,S} and XRSTOR{,S} mnemonics in xstate.hUros Bizjak-14/+13
2025-03-12x86/resctrl: Move get_{mon,ctrl}_domain_from_cpu() to live with their callersJames Morse-32/+32
2025-03-12x86/resctrl: Move get_config_index() to a headerJames Morse-16/+3
2025-03-12x86/resctrl: Handle throttle_mode for SMBA resourcesJames Morse-6/+27
2025-03-12x86/resctrl: Move RFTYPE flags to be managed by resctrlJames Morse-3/+12
2025-03-12x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plrJames Morse-43/+6
2025-03-12x86/resctrl: Make prefetch_disable_bits belong to the arch codeJames Morse-5/+8
2025-03-12x86/resctrl: Allow an architecture to disable pseudo lockJames Morse-11/+46
2025-03-12x86/resctrl: Add resctrl_arch_ prefix to pseudo lock functionsJames Morse-17/+19
2025-03-12x86/resctrl: Move mbm_cfg_mask to struct rdt_resourceJames Morse-7/+3
2025-03-12x86/resctrl: Move mba_mbps_default_event init to filesystem codeJames Morse-5/+5
2025-03-12x86/resctrl: Change mon_event_config_{read,write}() to be arch helpersJames Morse-23/+23
2025-03-12x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMECJames Morse-11/+26
2025-03-12x86/resctrl: Move the is_mbm_*_enabled() helpers to asm/resctrl.hJames Morse-55/+40
2025-03-12x86/resctrl: Rewrite and move the for_each_*_rdt_resource() walkersJames Morse-29/+0
2025-03-12x86/resctrl: Move monitor init work to a resctrl init callJames Morse-11/+54
2025-03-12x86/resctrl: Move monitor exit work to a resctrl exit callJames Morse-9/+12
2025-03-12x86/resctrl: Add an arch helper to reset one resourceJames Morse-4/+5
2025-03-12x86/resctrl: Move resctrl types to a separate headerJames Morse-24/+0
2025-03-12x86/resctrl: Move rdt_find_domain() to be visible to arch and fs codeJames Morse-37/+27
2025-03-12x86/resctrl: Expose resctrl fs's init function to the rest of the kernelJames Morse-14/+11
2025-03-12x86/resctrl: Remove rdtgroup from update_cpu_closid_rmid()James Morse-4/+13
2025-03-12x86/resctrl: Add helper for setting CPU default propertiesJames Morse-6/+14
2025-03-12x86/resctrl: Generate default_ctrl instead of sharing itJames Morse-13/+11
2025-03-12x86/resctrl: Add max_bw to struct resctrl_membwJames Morse-2/+4
2025-03-12x86/resctrl: Remove data_width and the tabular formatJames Morse-31/+10
2025-03-12x86/resctrl: Use schema type to determine the schema format stringJames Morse-5/+15
2025-03-12x86/resctrl: Use schema type to determine how to parse schema valuesJames Morse-19/+31
2025-03-12x86/resctrl: Remove fflags from struct rdt_resourceJames Morse-6/+16
2025-03-12x86/resctrl: Add a helper to avoid reaching into the arch code resource listJames Morse-24/+22