summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/purgatory: Add -fno-stack-protectorArvind Sankar2020-06-161-0/+1
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-136-208/+208
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-146-209/+209
* | Merge tag 'ras-core-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-1310-180/+233
|\ \
| * | 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-112-10/+27
| * | Merge branch 'x86/entry' into ras/coreThomas Gleixner2020-06-11374-7500/+9341
| |\ \
| * | | 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: Drop bogus comment about mce.kflagsTony Luck2020-04-171-1/+1
| * | | x86/mce: Fixup exception only for the correct MCEsBorislav Petkov2020-04-143-3/+19
| * | | 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: Add a struct mce.kflags fieldTony Luck2020-04-142-0/+9
| * | | 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-142-12/+14
| * | | x86/mce/amd, edac: Remove report_gart_errorsBorislav Petkov2020-04-142-3/+9
| * | | x86/mce/amd: Make threshold bank setting hotplug robustThomas Gleixner2020-04-141-3/+11
| * | | x86/mce/amd: Cleanup threshold device remove pathThomas Gleixner2020-04-142-42/+38
| * | | 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-1388-2269/+2554
|\ \ \ \
| * | | | x86/entry: Force rcu_irq_enter() when in idle taskThomas Gleixner2020-06-121-7/+28
| * | | | x86/entry: Make NMI use IDTENTRY_RAWThomas Gleixner2020-06-122-3/+3
| * | | | x86/entry: Treat BUG/WARN as NMI-like entriesAndy Lutomirski2020-06-123-29/+52
| | |/ / | |/| |
| * | | x86/entry: Unbreak __irqentry_text_start/end magicThomas Gleixner2020-06-118-22/+31
| * | | x86/entry: __always_inline CR2 for noinstrPeter Zijlstra2020-06-113-6/+6
| * | | x86/entry: Re-order #DB handler to avoid *SAN instrumentationPeter Zijlstra2020-06-111-28/+27
| * | | x86/entry: __always_inline arch_atomic_* for noinstrPeter Zijlstra2020-06-111-7/+7
| * | | x86/entry: __always_inline irqflags for noinstrPeter Zijlstra2020-06-111-10/+10
| * | | x86/entry: __always_inline debugreg for noinstrPeter Zijlstra2020-06-111-3/+3
| * | | x86/idt: Consolidate idt functionalityThomas Gleixner2020-06-113-52/+44
| * | | x86/idt: Cleanup trap_init()Thomas Gleixner2020-06-112-9/+18
| * | | x86/idt: Use proper constants for table sizeThomas Gleixner2020-06-111-1/+2
| * | | x86/idt: Add comments about early #PF handlingThomas Gleixner2020-06-111-2/+8
| * | | x86/idt: Mark init only functions __initThomas Gleixner2020-06-111-2/+2
| * | | x86/entry: Rename trace_hardirqs_off_prepare()Peter Zijlstra2020-06-114-7/+7
| * | | x86/entry: Clarify irq_{enter,exit}_rcu()Peter Zijlstra2020-06-111-2/+0
| * | | x86/entry: Remove DBn stacksPeter Zijlstra2020-06-115-35/+5
| * | | x86/entry: Remove debug IDT frobbingPeter Zijlstra2020-06-115-108/+1
| * | | x86/entry: Optimize local_db_save() for virtPeter Zijlstra2020-06-113-6/+27
| * | | x86/entry, mce: Disallow #DB during #MCPeter Zijlstra2020-06-111-0/+12
| * | | x86/entry, nmi: Disable #DBPeter Zijlstra2020-06-111-52/+3
| * | | x86/entry: Introduce local_db_{save,restore}()Peter Zijlstra2020-06-112-16/+32
| * | | x86/hw_breakpoint: Prevent data breakpoints on user_pcid_flush_maskLai Jiangshan2020-06-111-0/+11
| * | | x86/hw_breakpoint: Prevent data breakpoints on per_cpu cpu_tss_rwLai Jiangshan2020-06-111-0/+9