summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* copy_xstate_to_kernel: Fix typo which caused GDB regressionKevin Buettner2020-07-191-1/+1
* Merge tag 'x86-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-193-17/+6
|\
| * x86/ioperm: Fix io bitmap invalidation on Xen PVAndy Lutomirski2020-07-182-17/+4
| * x86/traps: Disable interrupts in exc_aligment_check()Thomas Gleixner2020-07-091-0/+2
* | genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner2020-07-171-17/+5
* | irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner2020-07-143-12/+17
* | x86/ldt: use "pr_info_once()" instead of open-coding it badlyLinus Torvalds2020-07-051-10/+1
* | Merge tag 'x86-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-055-4/+66
|\|
| * x86/ldt: Disable 16-bit segments on Xen PVAndy Lutomirski2020-07-041-1/+34
| * x86/entry/32: Fix #MC and #DB wiring on x86_32Andy Lutomirski2020-07-042-2/+4
| * x86/entry/xen: Route #DB correctly on Xen PVAndy Lutomirski2020-07-041-0/+12
| * x86/split_lock: Don't write MSR_TEST_CTRL on CPUs that aren't whitelistedSean Christopherson2020-06-301-1/+10
| * x86/fpu: Reset MXCSR to default in kernel_fpu_begin()Petteri Aimonen2020-06-291-0/+6
* | 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-268-44/+30
|\ \ \
| * \ \ Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-231-6/+0
| |\ \ \ | | |_|/ | |/| |
| | * | KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROLSean Christopherson2020-06-221-6/+0
| | |/
| * | Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-06-201-13/+3
| |\ \
| | * | kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa2020-06-161-13/+3
| | |/
| * | maccess: make get_kernel_nofault() check for minimal type compatibilityLinus Torvalds2020-06-181-2/+2
| * | maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2020-06-182-11/+11
| * | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-176-13/+15
| |/
* | x86/entry: Fix #UD vs WARN morePeter Zijlstra2020-06-251-34/+38
* | x86/entry: Fixup bad_iret vs noinstrPeter Zijlstra2020-06-251-3/+3
* | x86/entry, cpumask: Provide non-instrumented variant of cpu_is_offline()Peter Zijlstra2020-06-152-2/+2
|/
* Merge tag 'ras-core-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-136-166/+198
|\
| * 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-11100-1523/+2048
| |\
| * | x86/amd_nb: Add AMD family 17h model 60h PCI IDsAlexander Monakov2020-05-221-0/+5
| * | 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-1335-615/+797
|\ \ \