summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-3/+3
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-29/+63
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+5
2025-03-30Merge tag 'x86-urgent-2025-03-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2025-03-30Merge tag 'locking-urgent-2025-03-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-11/+24
2025-03-28x86/microcode/AMD: Fix __apply_microcode_amd()'s return valueBoris Ostrovsky1-1/+1
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-0/+22
2025-03-25Merge tag 'hyperv-next-signed-20250324' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-24/+16
2025-03-25Merge tag 'ras_core_for_v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-23/+22
2025-03-25Merge tag 'x86_cache_for_v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-457/+481
2025-03-25Merge tag 'x86_bugs_for_v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-45/+80
2025-03-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-3/+6
2025-03-25x86/split_lock: Simplify reenablingMaksim Davydov1-11/+24
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-330/+383
2025-03-24Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+16
2025-03-20x86: hyperv: Add mshv_handler() irq handler and setup functionNuno Das Neves1-0/+9
2025-03-20Drivers: hv: Export some functions for use by root partition moduleNuno Das Neves1-0/+1
2025-03-20x86/mshyperv: Add support for extended Hyper-V featuresStanislav Kinsburskii1-2/+4
2025-03-19x86/cpu/intel: Limit the non-architectural constant_tsc model checksSohil Mehta1-4/+6
2025-03-19x86/cpu/intel: Fix fast string initialization for extended FamiliesSohil Mehta1-6/+11
2025-03-19x86/cpu/intel: Replace Family 5 model checks with VFM onesSohil Mehta1-6/+5
2025-03-19x86/cpu/intel: Replace Family 15 checks with VFM onesSohil Mehta1-3/+3
2025-03-19x86/cpu/intel: Replace early Family 6 checks with VFM onesSohil Mehta1-6/+5
2025-03-19x86/mtrr: Modify a x86_model check to an Intel VFM checkSohil Mehta1-2/+2
2025-03-19x86/microcode: Update the Intel processor flag scan checkSohil Mehta1-1/+1
2025-03-19x86/cpu/intel: Fix the MOVSL alignment preference for extended FamiliesSohil Mehta1-13/+6
2025-03-19x86/mtrr: Use str_enabled_disabled() helper in print_mtrr_state()Thorsten Blum1-6/+7
2025-03-19x86/cpufeatures: Warn about unmet CPU feature dependenciesSohil Mehta2-0/+39
2025-03-19x86/rfds: Exclude P-only parts from the RFDS affected listPawan Gupta1-2/+5
2025-03-19x86/cpu: Update x86_match_cpu() to also use cpu-typePawan Gupta1-0/+30
2025-03-19x86/mm: Enable AMD translation cache extensionsRik van Riel1-0/+4
2025-03-19x86/mm: Add INVLPGB feature and Kconfig entryRik van Riel1-0/+6
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar6-90/+651
2025-03-17x86/mce: use is_copy_from_user() to determine copy-from-user contextShuai Xue1-6/+5
2025-03-13x86/vmware: Parse MP tables for SEV-SNP enabled guests under VMware hypervisorsAjay Kaher1-0/+4
2025-03-12x86/resctrl: Move get_{mon,ctrl}_domain_from_cpu() to live with their callersJames Morse4-32/+32
2025-03-12x86/resctrl: Move get_config_index() to a headerJames Morse1-16/+3
2025-03-12x86/resctrl: Handle throttle_mode for SMBA resourcesJames Morse1-6/+27
2025-03-12x86/resctrl: Move RFTYPE flags to be managed by resctrlJames Morse2-3/+12
2025-03-12x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plrJames Morse2-43/+6
2025-03-12x86/resctrl: Make prefetch_disable_bits belong to the arch codeJames Morse1-5/+8
2025-03-12x86/resctrl: Allow an architecture to disable pseudo lockJames Morse3-11/+46
2025-03-12x86/resctrl: Add resctrl_arch_ prefix to pseudo lock functionsJames Morse1-17/+19
2025-03-12x86/resctrl: Move mbm_cfg_mask to struct rdt_resourceJames Morse3-7/+3
2025-03-12x86/resctrl: Move mba_mbps_default_event init to filesystem codeJames Morse2-5/+5
2025-03-12x86/resctrl: Change mon_event_config_{read,write}() to be arch helpersJames Morse1-23/+23
2025-03-12x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMECJames Morse2-11/+26
2025-03-12x86/resctrl: Move the is_mbm_*_enabled() helpers to asm/resctrl.hJames Morse5-55/+40
2025-03-12x86/resctrl: Rewrite and move the for_each_*_rdt_resource() walkersJames Morse1-29/+0
2025-03-12x86/resctrl: Move monitor init work to a resctrl init callJames Morse3-11/+54