summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-148-14/+243
|\
| * x86/retpoline/irq32: Convert assembler indirect jumpsAndi Kleen2018-01-121-4/+5
| * x86/retpoline/ftrace: Convert ftrace assembler indirect jumpsDavid Woodhouse2018-01-122-6/+8
| * x86/spectre: Add boot time option to select Spectre v2 mitigationDavid Woodhouse2018-01-122-5/+157
| * x86/retpoline: Add initial retpoline supportDavid Woodhouse2018-01-121-0/+4
| * x86/pti: Make unpoison of pgd for trusted boot work for realDave Hansen2018-01-111-1/+11
| * x86/alternatives: Fix optimize_nops() checkingBorislav Petkov2018-01-101-2/+5
| * x86/cpu/AMD: Use LFENCE_RDTSC in preference to MFENCE_RDTSCTom Lendacky2018-01-091-2/+16
| * x86/cpu/AMD: Make LFENCE a serializing instructionTom Lendacky2018-01-091-0/+10
| * x86/tboot: Unbreak tboot with PTI enabledDave Hansen2018-01-081-0/+1
| * x86/cpu: Implement CPU vulnerabilites sysfs functionsThomas Gleixner2018-01-081-0/+29
| * x86/cpufeatures: Add X86_BUG_SPECTRE_V[12]David Woodhouse2018-01-061-0/+3
* | x86/microcode/intel: Extend BDW late-loading with a revision checkJia Zhang2018-01-061-2/+11
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-051-1/+1
|\|
| * x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWNThomas Gleixner2018-01-051-1/+1
* | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-051-3/+2
|\ \
| * | x86/efi: Fix kernel param add_efi_memmap regressionDave Young2018-01-031-3/+2
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-044-13/+26
|\ \ \ | |/ / |/| / | |/
| * x86/process: Define cpu_tss_rw in same section as declarationNick Desaulniers2018-01-031-1/+1
| * x86/dumpstack: Print registers for first stack frameJosh Poimboeuf2018-01-031-1/+2
| * x86/dumpstack: Fix partial register dumpsJosh Poimboeuf2018-01-032-9/+21
| * x86/cpu, x86/pti: Do not enable PTI on AMD processorsTom Lendacky2018-01-031-2/+2
* | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2017-12-319-15/+15
|\ \
| * | x86/apic: Switch all APICs to Fixed delivery modeThomas Gleixner2017-12-295-10/+6
| * | x86/apic: Avoid wrong warning when parsing 'apic=' in X86-32 caseDou Liyang2017-12-281-0/+2
| * | x86-32: Fix kexec with stack canary (CONFIG_CC_STACKPROTECTOR)Linus Torvalds2017-12-271-3/+1
| * | x86/stacktrace: Make zombie stack traces reliableJosh Poimboeuf2017-12-191-1/+5
| * | x86/espfix/64: Fix espfix double-fault handling on 5-level systemsAndy Lutomirski2017-12-151-1/+1
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-312-10/+8
|\ \ \ | | |/ | |/|
| * | x86/ldt: Make LDT pgtable free conditionalThomas Gleixner2017-12-311-1/+2
| * | x86/ldt: Plug memory leak in error pathThomas Gleixner2017-12-311-1/+7
| * | x86/smpboot: Remove stale TLB flush invocationsThomas Gleixner2017-12-311-9/+0
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-312-5/+17
|\ \ \
| * | | genirq/msi, x86/vector: Prevent reservation mode for non maskable MSIThomas Gleixner2017-12-291-1/+11
| * | | genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner2017-12-292-4/+4
| * | | x86/vector: Use IRQD_CAN_RESERVE flagThomas Gleixner2017-12-291-0/+2
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-307-18/+194
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | x86/ldt: Make the LDT mapping ROThomas Gleixner2017-12-232-10/+8
| * | x86/dumpstack: Indicate in Oops whether PTI is configured and enabledVlastimil Babka2017-12-231-2/+4
| * | x86/mm: Use/Fix PCID to optimize user/kernel switchesPeter Zijlstra2017-12-231-0/+4
| * | x86/pti: Put the LDT in its own PGD if PTI is onAndy Lutomirski2017-12-231-3/+136
| * | x86/entry: Align entry text section to PMD boundaryThomas Gleixner2017-12-231-0/+8
| * | x86/mm/pti: Force entry through trampoline when PTI activeThomas Gleixner2017-12-231-1/+4
| * | x86/mm/pti: Allocate a separate user PGDDave Hansen2017-12-231-3/+27
| * | x86/cpufeatures: Add X86_BUG_CPU_INSECUREThomas Gleixner2017-12-231-0/+4
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-2310-154/+53
|\| |
| * | init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner2017-12-221-5/+1
| * | x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner2017-12-222-2/+4
| * | x86/cpu_entry_area: Move it to a separate unitThomas Gleixner2017-12-222-94/+1
| * | x86/microcode: Dont abuse the TLB-flush interfacePeter Zijlstra2017-12-221-13/+0