summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-171-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
|/
* 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
|\ \ \
| * | | x86/entry: Make NMI use IDTENTRY_RAWThomas Gleixner2020-06-121-1/+1
| * | | x86/entry: Treat BUG/WARN as NMI-like entriesAndy Lutomirski2020-06-121-26/+38
| | |/ | |/|
| * | x86/entry: Unbreak __irqentry_text_start/end magicThomas Gleixner2020-06-114-18/+2
| * | x86/entry: Re-order #DB handler to avoid *SAN instrumentationPeter Zijlstra2020-06-111-28/+27
| * | x86/idt: Consolidate idt functionalityThomas Gleixner2020-06-111-25/+38
| * | 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-113-4/+4
| * | x86/entry: Remove DBn stacksPeter Zijlstra2020-06-112-8/+2
| * | x86/entry: Remove debug IDT frobbingPeter Zijlstra2020-06-113-56/+0
| * | x86/entry: Optimize local_db_save() for virtPeter Zijlstra2020-06-111-4/+22
| * | 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-111-16/+2
| * | 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
| * | x86/hw_breakpoint: Prevent data breakpoints on direct GDTLai Jiangshan2020-06-111-8/+22
| * | x86/hw_breakpoint: Add within_area() to check data breakpointsLai Jiangshan2020-06-111-2/+11
| * | x86/entry: Move paranoid irq tracing out of ASM codeThomas Gleixner2020-06-113-0/+17
| * | x86/entry: Remove the apic/BUILD interrupt leftoversThomas Gleixner2020-06-111-3/+4
| * | x86/entry: Convert reschedule interrupt to IDTENTRY_SYSVEC_SIMPLEThomas Gleixner2020-06-113-33/+5
| * | x86/entry: Convert various hypervisor vectors to IDTENTRY_SYSVECThomas Gleixner2020-06-112-17/+14