aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-14/+264
2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-14/+263
2018-01-14x86/pti: Fix !PCID and sanitize definesThomas Gleixner2-4/+4
2018-01-13Merge tag 'pci-v4.15-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+1
2018-01-12error-injection: Separate error-injection from kprobeMasami Hiramatsu1-0/+13
2018-01-12tracing/kprobe: bpf: Check error injectable event is on function entryMasami Hiramatsu1-3/+1
2018-01-12x86/retpoline: Fill return stack buffer on vmexitDavid Woodhouse1-1/+77
2018-01-12x86/retpoline/xen: Convert Xen hypercall indirect jumpsDavid Woodhouse1-2/+3
2018-01-12x86/retpoline/hyperv: Convert assembler indirect jumpsDavid Woodhouse1-8/+10
2018-01-12x86/spectre: Add boot time option to select Spectre v2 mitigationDavid Woodhouse1-0/+10
2018-01-12x86/retpoline: Add initial retpoline supportDavid Woodhouse3-0/+155
2018-01-11x86/PCI: Add "pci=big_root_window" option for AMD 64-bit windows=?UTF-8?q?Christian=20K=C3=B6nig?=1-0/+1
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller22-76/+503
2018-01-09x86/cpu/AMD: Use LFENCE_RDTSC in preference to MFENCE_RDTSCTom Lendacky1-0/+1
2018-01-09x86/cpu/AMD: Make LFENCE a serializing instructionTom Lendacky1-0/+2
2018-01-06x86/cpufeatures: Add X86_BUG_SPECTRE_V[12]David Woodhouse1-0/+2
2018-01-05Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-7/+13
2018-01-05x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWNThomas Gleixner1-1/+1
2018-01-05x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asmDavid Woodhouse1-2/+2
2018-01-05x86/kaslr: Fix the vaddr_end messThomas Gleixner1-1/+7
2018-01-04x86/mm: Map cpu_entry_area at the same place on 4/5 levelThomas Gleixner1-2/+2
2018-01-04x86/mm: Set MODULES_END to 0xffffffffff000000Andrey Ryabinin1-1/+1
2018-01-03Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+13
2018-01-03x86/dumpstack: Fix partial register dumpsJosh Poimboeuf1-4/+13
2017-12-31Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+2
2017-12-31Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+8
2017-12-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2017-12-31Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-9/+9
2017-12-31x86/mm: Remove preempt_disable/enable() from __native_flush_tlb()Thomas Gleixner1-6/+8
2017-12-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds16-53/+462
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-201/+265
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner2-9/+9
2017-12-27x86: Remove unused parameter of prepare_switch_torodrigosiqueira1-3/+2
2017-12-23x86/ldt: Make the LDT mapping ROThomas Gleixner1-0/+2
2017-12-23x86/mm/dump_pagetables: Allow dumping current pagetablesThomas Gleixner1-1/+1
2017-12-23x86/mm/dump_pagetables: Check user space page table for WX pagesThomas Gleixner1-0/+1
2017-12-23x86/mm: Clarify the whole ASID/kernel PCID/user PCID namingPeter Zijlstra1-12/+43
2017-12-23x86/mm: Use INVPCID for __native_flush_tlb_single()Dave Hansen2-1/+23
2017-12-23x86/mm: Use/Fix PCID to optimize user/kernel switchesPeter Zijlstra3-13/+90
2017-12-23x86/mm: Allow flushing for future ASID switchesDave Hansen1-8/+29
2017-12-23x86/pti: Map the vsyscall page if neededAndy Lutomirski1-0/+1
2017-12-23x86/pti: Put the LDT in its own PGD if PTI is onAndy Lutomirski3-13/+73
2017-12-23x86/mm/64: Make a full PGD-entry size hole in the memory mapAndy Lutomirski1-2/+2
2017-12-23x86/cpu_entry_area: Add debugstore entries to cpu_entry_areaThomas Gleixner2-0/+49
2017-12-23x86/mm/pti: Populate user PGDDave Hansen1-1/+8
2017-12-23x86/mm/pti: Allocate a separate user PGDDave Hansen1-0/+11
2017-12-23x86/mm/pti: Allow NX poison to be set in p4d/pgdDave Hansen1-2/+12
2017-12-23x86/mm/pti: Add mapping helper functionsDave Hansen2-1/+97
2017-12-23x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner1-0/+14
2017-12-23x86/cpufeatures: Add X86_BUG_CPU_INSECUREThomas Gleixner2-2/+9