summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-052-2/+13
|\
| * x86/entry/32: Fix #MC and #DB wiring on x86_32Andy Lutomirski2020-07-041-1/+3
| * x86/split_lock: Don't write MSR_TEST_CTRL on CPUs that aren't whitelistedSean Christopherson2020-06-301-1/+10
* | Merge tag 'x86_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-287-20/+20
|\ \
| * | x86/cpu: Use pinning mask for CR4 bits needing to be 0Kees Cook2020-06-181-12/+12
| * | x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in rdt_cdp_peer_get()Dan Carpenter2020-06-171-0/+1
| * | x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeupSean Christopherson2020-06-153-4/+2
| * | x86/resctrl: Fix memory bandwidth counter width for AMDBabu Moger2020-06-152-4/+5
| |/
* | Merge branch 'linus' into x86/entry, to resolve conflictsIngo Molnar2020-06-261-6/+0
|\ \
| * | KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROLSean Christopherson2020-06-231-6/+0
| |/
* / x86/entry, cpumask: Provide non-instrumented variant of cpu_is_offline()Peter Zijlstra2020-06-151-1/+1
|/
* Merge tag 'ras-core-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-135-166/+193
|\
| * x86/mce/dev-mcelog: Fix -Wstringop-truncation warning about strncpy()Tony Luck2020-06-111-1/+1
| * x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisonedTony Luck2020-06-111-4/+14
| * Merge branch 'x86/entry' into ras/coreThomas Gleixner2020-06-1125-221/+501
| |\
| * | x86/mcelog: Add compat_ioctl for 32-bit mcelog supportHe Zhe2020-05-041-0/+1
| * | x86/mce: Fixup exception only for the correct MCEsBorislav Petkov2020-04-142-3/+18
| * | x86/mce: Add mce=print_all optionTony Luck2020-04-142-1/+7
| * | x86/mce: Change default MCE logger to check mce->kflagsTony Luck2020-04-141-16/+3
| * | x86/mce: Fix all mce notifiers to update the mce->kflags bitmaskTony Luck2020-04-142-1/+8
| * | x86/mce: Convert the CEC to use the MCE notifierTony Luck2020-04-141-19/+0
| * | x86/mce: Rename "first" function as "early"Tony Luck2020-04-141-5/+5
| * | x86/mce/amd, edac: Remove report_gart_errorsBorislav Petkov2020-04-141-2/+7
| * | x86/mce/amd: Make threshold bank setting hotplug robustThomas Gleixner2020-04-141-3/+11
| * | x86/mce/amd: Cleanup threshold device remove pathThomas Gleixner2020-04-141-42/+37
| * | x86/mce/amd: Straighten CPU hotplug pathThomas Gleixner2020-04-141-17/+15
| * | x86/mce/amd: Sanitize thresholding device creation hotplug pathThomas Gleixner2020-04-142-41/+27
| * | x86/mce/amd: Protect a not-fully initialized bank from the thresholding inter...Thomas Gleixner2020-04-141-2/+17
| * | x86/mce/amd: Init thresholding machinery only on relevant vendorsThomas Gleixner2020-04-143-5/+17
| * | x86/mce/amd: Do proper cleanup on error pathsThomas Gleixner2020-04-141-7/+8
* | | Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-1311-83/+110
|\ \ \ | | |/ | |/|
| * | x86/entry: Rename trace_hardirqs_off_prepare()Peter Zijlstra2020-06-111-1/+1
| * | x86/entry: Remove debug IDT frobbingPeter Zijlstra2020-06-111-17/+0
| * | x86/entry, mce: Disallow #DB during #MCPeter Zijlstra2020-06-111-0/+12
| * | x86/entry: Move paranoid irq tracing out of ASM codeThomas Gleixner2020-06-111-0/+3
| * | x86/entry: Convert various hypervisor vectors to IDTENTRY_SYSVECThomas Gleixner2020-06-112-17/+14
| * | x86/entry: Convert various system vectorsThomas Gleixner2020-06-113-9/+6
| * | x86/idtentry: Switch to conditional RCU handlingThomas Gleixner2020-06-111-2/+2
| * | x86/mce: Address objtools noinstr complaintsThomas Gleixner2020-06-113-7/+21
| * | x86/entry: Implement user mode C entry points for #DB and #MCEThomas Gleixner2020-06-111-7/+33
| * | x86/nmi: Protect NMI entry against instrumentationThomas Gleixner2020-06-111-4/+2
| * | x86/mce: Use untraced rd/wrmsr in the MCE offline/crash checkThomas Gleixner2020-06-111-2/+2
| * | x86/entry: Convert Machine Check to IDTENTRY_ISTThomas Gleixner2020-06-115-14/+19
| * | x86/mce: Move nmi_enter/exit() into the entry pointThomas Gleixner2020-06-113-21/+13
* | | Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-06-121-0/+3
|\ \ \
| * \ \ Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-111-0/+3
| |\ \ \ | | |/ / | |/| |
| | * | Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar2020-04-1312-37/+538
| | |\|
| | * | Merge branch 'linus' into locking/kcsan, to pick up fixesIngo Molnar2020-03-213-7/+13
| | |\ \
| | * \ \ Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar2020-03-2126-351/+446
| | |\ \ \
| | * \ \ \ Merge tag 'v5.5-rc7' into locking/kcsan, to refresh the treeIngo Molnar2020-01-204-10/+11
| | |\ \ \ \