summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-12-312-1/+6
|\
| * perf/x86/intel: Plug memory leak in intel_pmu_init()Thomas Gleixner2017-12-271-1/+4
| * x86/asm: Allow again using asm.h when building for the 'bpf' clang targetArnaldo Carvalho de Melo2017-12-181-0/+2
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-315-15/+27
|\ \
| * | 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-295-14/+14
| * | 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-2939-198/+1600
|\ \ \ | |/ / |/| |
| * | x86/ldt: Make the LDT mapping ROThomas Gleixner2017-12-233-10/+10
| * | x86/mm/dump_pagetables: Allow dumping current pagetablesThomas Gleixner2017-12-233-6/+73
| * | x86/mm/dump_pagetables: Check user space page table for WX pagesThomas Gleixner2017-12-233-6/+27
| * | x86/mm/dump_pagetables: Add page table directory to the debugfs VFS hierarchyBorislav Petkov2017-12-231-5/+10
| * | x86/dumpstack: Indicate in Oops whether PTI is configured and enabledVlastimil Babka2017-12-231-2/+4
| * | x86/mm: Clarify the whole ASID/kernel PCID/user PCID namingPeter Zijlstra2017-12-231-12/+43
| * | x86/mm: Use INVPCID for __native_flush_tlb_single()Dave Hansen2017-12-233-28/+60
| * | x86/mm: Optimize RESTORE_CR3Peter Zijlstra2017-12-232-4/+30
| * | x86/mm: Use/Fix PCID to optimize user/kernel switchesPeter Zijlstra2017-12-239-33/+162
| * | x86/mm: Abstract switching CR3Dave Hansen2017-12-231-2/+20
| * | x86/mm: Allow flushing for future ASID switchesDave Hansen2017-12-232-8/+64
| * | x86/pti: Map the vsyscall page if neededAndy Lutomirski2017-12-233-3/+69
| * | x86/pti: Put the LDT in its own PGD if PTI is onAndy Lutomirski2017-12-235-16/+218
| * | x86/mm/64: Make a full PGD-entry size hole in the memory mapAndy Lutomirski2017-12-231-2/+2
| * | x86/events/intel/ds: Map debug buffers in cpu_entry_areaHugh Dickins2017-12-232-45/+82
| * | x86/cpu_entry_area: Add debugstore entries to cpu_entry_areaThomas Gleixner2017-12-235-21/+81
| * | x86/mm/pti: Map ESPFIX into user spaceAndy Lutomirski2017-12-231-0/+11
| * | x86/mm/pti: Share entry text PMDThomas Gleixner2017-12-231-0/+10
| * | x86/entry: Align entry text section to PMD boundaryThomas Gleixner2017-12-231-0/+8
| * | x86/mm/pti: Share cpu_entry_area with user space page tablesAndy Lutomirski2017-12-231-0/+25
| * | x86/mm/pti: Force entry through trampoline when PTI activeThomas Gleixner2017-12-231-1/+4
| * | x86/mm/pti: Add functions to clone kernel PMDsAndy Lutomirski2017-12-231-0/+127
| * | x86/mm/pti: Populate user PGDDave Hansen2017-12-231-1/+8
| * | x86/mm/pti: Allocate a separate user PGDDave Hansen2017-12-234-6/+45
| * | x86/mm/pti: Allow NX poison to be set in p4d/pgdDave Hansen2017-12-231-2/+12
| * | x86/mm/pti: Add mapping helper functionsDave Hansen2017-12-233-1/+138
| * | x86/pti: Add the pti= cmdline option and documentationBorislav Petkov2017-12-231-1/+25
| * | x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner2017-12-236-3/+114
| * | x86/mm/pti: Prepare the x86/entry assembly code for entry/exit CR3 switchingDave Hansen2017-12-233-7/+128
| * | x86/mm/pti: Disable global pages if PAGE_TABLE_ISOLATION=yDave Hansen2017-12-231-3/+9
| * | x86/cpufeatures: Add X86_BUG_CPU_INSECUREThomas Gleixner2017-12-233-2/+13
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-2335-426/+593
|\ \ \ | |/ /
| * | x86/cpu_entry_area: Prevent wraparound in setup_cpu_entry_area_ptes() on 32bitThomas Gleixner2017-12-231-1/+2
| * | init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner2017-12-222-8/+5
| * | x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner2017-12-2213-88/+141
| * | x86/cpu_entry_area: Move it to a separate unitThomas Gleixner2017-12-226-135/+159
| * | x86/mm: Create asm/invpcid.hPeter Zijlstra2017-12-222-48/+54
| * | x86/mm: Put MMU to hardware ASID translation in one placeDave Hansen2017-12-221-11/+18
| * | x86/mm: Remove hard-coded ASID limit checksDave Hansen2017-12-221-2/+18
| * | x86/mm: Move the CR3 construction functions to tlbflush.hDave Hansen2017-12-223-32/+31
| * | x86/mm: Add comments to clarify which TLB-flush functions are supposed to flu...Peter Zijlstra2017-12-221-2/+21
| * | x86/mm: Remove superfluous barriersPeter Zijlstra2017-12-221-7/+1
OpenPOWER on IntegriCloud