summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
...
* | | x86/resctrl: Fix kfree() of the wrong type in domain_add_cpu()James Morse2021-10-061-2/+2
* | | x86/resctrl: Free the ctrlval arrays when domain_setup_mon_state() failsJames Morse2021-10-061-0/+2
|/ /
* | Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-191-11/+32
|\ \ | |/ |/|
| * x86/mce: Avoid infinite loop for copy from user recoveryTony Luck2021-09-141-11/+32
* | Merge branch 'linus' into smp/urgentThomas Gleixner2021-09-111-22/+16
|\ \
| * \ Merge tag 'hyperv-next-signed-20210831' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-09-011-22/+16
| |\ \ | | |/ | |/|
| | * x86/hyperv: add comment describing TSC_INVARIANT_CONTROL MSR setting bit 0Ani Sinha2021-07-161-0/+9
| | * Drivers: hv: Move Hyper-V misc functionality to arch-neutral codeMichael Kelley2021-07-151-11/+0
| | * Drivers: hv: Add arch independent default functions for some Hyper-V handlersMichael Kelley2021-07-151-6/+0
| | * Drivers: hv: Make portions of Hyper-V init code be arch neutralMichael Kelley2021-07-151-3/+0
| | * x86/hyperv: fix for unwanted manipulation of sched_clock when TSC marked unst...Ani Sinha2021-07-131-2/+7
* | | drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner2021-09-011-5/+2
|/ /
* | Merge tag 'x86-cpu-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-08-301-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
|/ / /