summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* x86/resctrl: Fix default monitoring groups reportingBabu Moger2021-08-181-14/+13
* x86/nmi_watchdog: Fix old-style NMI watchdog regression on old Intel CPUsCodyYao-oc2021-06-161-2/+2
* x86/microcode: Check for offline CPUs before requesting new microcodeOtavio Pontes2021-05-141-4/+4
* x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supportedSean Christopherson2021-05-111-1/+1
* x86/entry: Move nmi entry/exit into common codeThomas Gleixner2021-03-171-3/+3
* x86/split_lock: Enable the split lock feature on another Alder Lake CPUFenghua Yu2021-02-171-0/+1
* x86/cpu/amd: Set __max_die_per_package on AMDYazen Ghannam2021-01-271-2/+2
* x86/topology: Make __max_die_per_package available unconditionallyBorislav Petkov2021-01-271-1/+1
* x86/hyperv: Fix kexec panic/hang issuesDexuan Cui2021-01-271-0/+18
* x86/mtrr: Correct the range check before performing MTRR type lookupsYing-Tsun Huang2021-01-121-3/+3
* x86/resctrl: Don't move a task to the same resource groupFenghua Yu2021-01-121-0/+7
* x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSRFenghua Yu2021-01-121-69/+43
* x86/CPU/AMD: Save AMD NodeId as cpu_die_idYazen Ghannam2020-12-303-15/+13
* x86/mce: Correct the detection of invalid notifier prioritiesZhen Lei2020-12-301-1/+2
* x86/resctrl: Fix incorrect local bandwidth when mba_sc is enabledXiaochen Shen2020-12-101-4/+2
* x86/resctrl: Fix AMD L3 QOS CDP enable/disableBabu Moger2020-12-013-2/+14
* x86/mce: Do not overwrite no_way_out if mce_end() failsGabriele Paoloni2020-11-271-2/+4
* x86/speculation: Fix prctl() when spectre_v2_user={seccomp,prctl},ibpbAnand K Mistry2020-11-251-2/+2
* x86/resctrl: Add necessary kernfs_put() calls to prevent refcount leakXiaochen Shen2020-11-241-7/+25
* x86/resctrl: Remove superfluous kernfs_get() calls to prevent refcount leakXiaochen Shen2020-11-241-33/+2
* x86/microcode/intel: Check patch signature before saving microcode for early ...Chen Yu2020-11-171-53/+10
* x86/speculation: Allow IBPB to be conditionally enabled on CPUs with always-o...Anand K Mistry2020-11-051-18/+33
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* task_work: cleanup notification modesJens Axboe2020-10-172-2/+2
* Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-151-1/+6
|\
| * Drivers: hv: vmbus: Add parsing of VMbus interrupt in ACPI DSDTMichael Kelley2020-10-141-1/+6
| * x86/hyperv: Remove aliases with X64 in their nameJoseph Salisbury2020-09-281-4/+4
* | Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-144-6/+73
|\ \
| * | x86/smpboot: Load TSS and getcpu GDT entry before loading IDTJoerg Roedel2020-09-091-0/+23
| * | x86/vmware: Add VMware-specific handling for VMMCALL under SEV-ESDoug Covelli2020-09-091-5/+45
| * | x86/sev-es: Allocate and map an IST stack for #VC handlerJoerg Roedel2020-09-091-0/+2
| * | x86/cpufeatures: Add SEV-ES CPU featureTom Lendacky2020-09-072-1/+3
* | | Merge tag 'x86_asm_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-131-2/+2
|\ \ \
| * | | x86/asm: Replace __force_order with a memory clobberArvind Sankar2020-10-011-2/+2
| |/ /
* | | Merge tag 'x86-hyperv-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-4/+4
|\ \ \
| * | | x86/hyperv: Remove aliases with X64 in their nameJoseph Salisbury2020-09-271-4/+4
| |/ /
* | | Merge tag 'x86-paravirt-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-121-8/+0
|\ \ \
| * | | x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXLJuergen Gross2020-08-151-8/+0
* | | | Merge tag 'x86_cache_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-127-155/+145
|\ \ \ \
| * | | | x86/resctrl: Enable user to view thread or core throttling modeFenghua Yu2020-08-263-7/+87
| * | | | x86/resctrl: Enumerate per-thread MBA controlsFenghua Yu2020-08-262-0/+2
| * | | | cacheinfo: Move resctrl's get_cache_id() to the cacheinfo header fileJames Morse2020-08-191-15/+2
| * | | | x86/resctrl: Add struct rdt_cache::arch_has_{sparse, empty}_bitmapsJames Morse2020-08-193-39/+22
| * | | | x86/resctrl: Merge AMD/Intel parse_bw() callsJames Morse2020-08-193-61/+5
| * | | | x86/resctrl: Add struct rdt_membw::arch_needs_linear to explain AMD/Intel MBA...James Morse2020-08-193-1/+12
| * | | | x86/resctrl: Use is_closid_match() in more placesJames Morse2020-08-191-16/+14
| * | | | x86/resctrl: Use container_of() in delayed_work handlersJames Morse2020-08-181-11/+2
| * | | | x86/resctrl: Fix stale commentJames Morse2020-08-181-1/+1
| * | | | x86/resctrl: Remove struct rdt_membw::max_delayJames Morse2020-08-182-7/+4
| * | | | x86/resctrl: Remove unused struct mbm_state::chunks_bwJames Morse2020-08-182-4/+1
| | |_|/ | |/| |