summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-cpu-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-08-311-0/+70
|\
| * x86, prctl: Hook L1D flushing in via prctlBalbir Singh2021-07-281-0/+33
| * x86/mm: Prepare for opt-in based L1D flush in switch_mm()Balbir Singh2021-07-281-0/+37
* | Merge tag 'perf-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-08-302-1/+7
|\ \
| * | x86/cpu: Add get_llc_id() helper functionKim Phillips2021-08-262-1/+7
* | | Merge tag 'x86_cleanups_for_v5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-08-303-17/+17
|\ \ \
| * | | x86/mce/inject: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-101-4/+4
| * | | x86/microcode: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-101-9/+9
| * | | x86/mtrr: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-101-4/+4
| | |/ | |/|
* | | Merge tag 'x86_cache_for_v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-306-595/+592
|\ \ \
| * | | x86/resctrl: Make resctrl_arch_get_config() return its valueJames Morse2021-08-113-16/+19
| * | | x86/resctrl: Merge the CDP resourcesJames Morse2021-08-113-239/+85
| * | | x86/resctrl: Expand resctrl_arch_update_domains()'s msr_param rangeJames Morse2021-08-111-3/+9
| * | | x86/resctrl: Remove rdt_cdp_peer_get()James Morse2021-08-111-85/+14
| * | | x86/resctrl: Merge the ctrl_val arraysJames Morse2021-08-111-4/+61
| * | | x86/resctrl: Calculate the index from the configuration typeJames Morse2021-08-112-22/+15
| * | | x86/resctrl: Apply offset correction when config is stagedJames Morse2021-08-114-31/+27
| * | | x86/resctrl: Make ctrlval arrays the same sizeJames Morse2021-08-112-1/+18
| * | | x86/resctrl: Pass configuration type to resctrl_arch_get_config()James Morse2021-08-113-15/+27
| * | | x86/resctrl: Add a helper to read a closid's configurationJames Morse2021-08-113-30/+35
| * | | x86/resctrl: Rename update_domains() to resctrl_arch_update_domains()James Morse2021-08-113-4/+3
| * | | x86/resctrl: Allow different CODE/DATA configurations to be stagedJames Morse2021-08-112-8/+17
| * | | x86/resctrl: Group staged configuration into a separate structJames Morse2021-08-112-23/+42
| * | | x86/resctrl: Move the schemata names into struct resctrl_schemaJames Morse2021-08-113-16/+28
| * | | x86/resctrl: Add a helper to read/set the CDP configurationJames Morse2021-08-114-34/+60
| * | | x86/resctrl: Swizzle rdt_resource and resctrl_schema in pseudo_lock_regionJames Morse2021-08-114-11/+11
| * | | x86/resctrl: Pass the schema to resctrl filesystem functionsJames Morse2021-08-113-21/+27
| * | | x86/resctrl: Add resctrl_arch_get_num_closid()James Morse2021-08-113-4/+13
| * | | x86/resctrl: Store the effective num_closid in the schemaJames Morse2021-08-112-15/+7
| * | | x86/resctrl: Walk the resctrl schema list instead of an arch listJames Morse2021-08-112-14/+27
| * | | x86/resctrl: Label the resources with their configuration typeJames Morse2021-08-113-0/+10
| * | | x86/resctrl: Pass the schema in info dir's private pointerJames Morse2021-08-111-13/+25
| * | | x86/resctrl: Add a separate schema list for resctrlJames Morse2021-08-112-1/+43
| * | | x86/resctrl: Split struct rdt_domainJames Morse2021-08-115-59/+63
| * | | x86/resctrl: Split struct rdt_resourceJames Morse2021-08-116-272/+252
| |/ /
* | | Merge tag 'ras_core_for_v5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-08-301-3/+8
|\ \ \
| * | | x86/mce: Defer processing of early errorsBorislav Petkov2021-08-241-3/+8
| | |/ | |/|
* / | x86/resctrl: Fix a maybe-uninitialized build warning treated as errorBabu Moger2021-08-221-0/+6
|/ /
* / x86/resctrl: Fix default monitoring groups reportingBabu Moger2021-08-121-14/+13
|/
* Revert "x86/hyperv: fix logical processor creation"Wei Liu2021-07-211-1/+1
* Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-071-20/+17
|\
| * x86/cpu: Write the default PKRU value when enabling PKEThomas Gleixner2021-06-231-0/+2
| * x86/cpu: Sanitize X86_FEATURE_OSPKEThomas Gleixner2021-06-231-13/+11
| * x86/fpu: Get rid of fpu__get_supported_xfeatures_mask()Thomas Gleixner2021-06-231-3/+2
| * x86/pkeys: Revert a5eff7259790 ("x86/pkeys: Add PKRU value to init_fpstate")Thomas Gleixner2021-06-231-5/+0
| * Merge x86/urgent into x86/fpuBorislav Petkov2021-06-232-2/+3
| |\
| * | x86/signal: Introduce helpers to get the maximum signal frame sizeChang S. Bae2021-05-191-0/+3
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-0/+1
|\ \ \
| * | | kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-302-4/+13
|\| | |