aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-01-03x86/efi: Fix kernel param add_efi_memmap regressionDave Young1-3/+2
2017-12-31Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-15/+15
2017-12-31Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+8
2017-12-31Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+17
2017-12-31x86/ldt: Make LDT pgtable free conditionalThomas Gleixner1-1/+2
2017-12-31x86/ldt: Plug memory leak in error pathThomas Gleixner1-1/+7
2017-12-31x86/smpboot: Remove stale TLB flush invocationsThomas Gleixner1-9/+0
2017-12-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-18/+194
2017-12-29genirq/msi, x86/vector: Prevent reservation mode for non maskable MSIThomas Gleixner1-1/+11
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner2-4/+4
2017-12-29x86/vector: Use IRQD_CAN_RESERVE flagThomas Gleixner1-0/+2
2017-12-29x86/apic: Switch all APICs to Fixed delivery modeThomas Gleixner5-10/+6
2017-12-28ACPI / x86: boot: Don't setup SCI on HW-reduced platformsAndy Shevchenko1-1/+2
2017-12-28ACPI / x86: boot: Use INVALID_ACPI_IRQ instead of 0 for acpi_sci_override_gsiAndy Shevchenko1-2/+3
2017-12-28ACPI / x86: boot: Get rid of ACPI_INVALID_GSIAndy Shevchenko1-4/+2
2017-12-28ACPI / x86: boot: Swap variables in condition in acpi_register_gsi_ioapic()Andy Shevchenko1-2/+1
2017-12-28x86/apic: Avoid wrong warning when parsing 'apic=' in X86-32 caseDou Liyang1-0/+2
2017-12-27x86-32: Fix kexec with stack canary (CONFIG_CC_STACKPROTECTOR)Linus Torvalds1-3/+1
2017-12-28Merge tag 'drm-intel-next-2017-12-22' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-0/+1
2017-12-23x86/ldt: Make the LDT mapping ROThomas Gleixner2-10/+8
2017-12-23x86/dumpstack: Indicate in Oops whether PTI is configured and enabledVlastimil Babka1-2/+4
2017-12-23x86/mm: Use/Fix PCID to optimize user/kernel switchesPeter Zijlstra1-0/+4
2017-12-23x86/pti: Put the LDT in its own PGD if PTI is onAndy Lutomirski1-3/+136
2017-12-23x86/entry: Align entry text section to PMD boundaryThomas Gleixner1-0/+8
2017-12-23x86/mm/pti: Force entry through trampoline when PTI activeThomas Gleixner1-1/+4
2017-12-23x86/mm/pti: Allocate a separate user PGDDave Hansen1-3/+27
2017-12-23x86/cpufeatures: Add X86_BUG_CPU_INSECUREThomas Gleixner1-0/+4
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-154/+53
2017-12-22init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner1-5/+1
2017-12-22x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner2-2/+4
2017-12-22x86/cpu_entry_area: Move it to a separate unitThomas Gleixner2-94/+1
2017-12-22x86/microcode: Dont abuse the TLB-flush interfacePeter Zijlstra1-13/+0
2017-12-22x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stackDave Hansen6-21/+27
2017-12-22x86/ldt: Prevent LDT inheritance on execThomas Gleixner1-13/+5
2017-12-22x86/ldt: Rework lockingPeter Zijlstra1-12/+21
2017-12-21Merge tag 'drm-intel-next-2017-12-14' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-39/+47
2017-12-19x86/stacktrace: Make zombie stack traces reliableJosh Poimboeuf1-1/+5
2017-12-18Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds18-194/+334
2017-12-18x86/MCE: Make correctable error detection look at the Deferred bitYazen Ghannam1-1/+12
2017-12-18x86/MCE: Report only DRAM ECC as memory errors on AMD systemsYazen Ghannam2-3/+12
2017-12-18x86/MCE/AMD: Define a function to get SMCA bank typeYazen Ghannam1-0/+14
2017-12-18Merge tag 'v4.15-rc4' into perf/core, to pick up fixesIngo Molnar1-2/+2
2017-12-17x86/cpufeatures: Make CPU bugs stickyThomas Gleixner1-3/+3
2017-12-17x86/paravirt: Dont patch flush_tlb_singleThomas Gleixner1-2/+0
2017-12-17x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski8-23/+31
2017-12-17x86/entry: Clean up the SYSENTER_stack codeAndy Lutomirski3-19/+8
2017-12-17x86/entry/64: Remove the SYSENTER stack canaryAndy Lutomirski3-10/+1
2017-12-17x86/entry/64: Move the IST stacks into struct cpu_entry_areaAndy Lutomirski2-32/+45
2017-12-17x86/entry/64: Create a per-CPU SYSCALL entry trampolineAndy Lutomirski3-1/+24
2017-12-17x86/entry/64: Use a per-CPU trampoline stack for IDT entriesAndy Lutomirski2-12/+15