summaryrefslogtreecommitdiff
path: root/arch/x86/entry
AgeCommit message (Expand)Author
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-02-06Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar
2018-02-05membarrier/x86: Provide core serializing commandMathieu Desnoyers
2018-02-04Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2018-01-30x86/hyperv: Reenlightenment notifications supportVitaly Kuznetsov
2018-01-30x86/syscall: Sanitize syscall table de-references under speculationDan Williams
2018-01-30x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski
2018-01-30x86/entry/64: Push extra regs right awayAndy Lutomirski
2018-01-30x86/entry/64: Remove the SYSCALL64 fast pathAndy Lutomirski
2018-01-30Merge tag 'v4.15' into x86/pti, to be able to merge dependent changesIngo Molnar
2018-01-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-27x86/retpoline: Simplify vmexit_fill_RSB()Borislav Petkov
2018-01-21Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-19x86/mce: Make machine check speculation protectedThomas Gleixner
2018-01-17Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-15x86/retpoline: Fill RSB on context switch for affected CPUsDavid Woodhouse
2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-14x86/pti: Fix !PCID and sanitize definesThomas Gleixner
2018-01-12x86/retpoline/entry: Convert entry assembler indirect jumpsDavid Woodhouse
2018-01-03Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-03x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat()Thomas Gleixner
2017-12-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-12-23x86/mm: Optimize RESTORE_CR3Peter Zijlstra
2017-12-23x86/mm: Use/Fix PCID to optimize user/kernel switchesPeter Zijlstra
2017-12-23x86/pti: Map the vsyscall page if neededAndy Lutomirski
2017-12-23x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner
2017-12-23x86/mm/pti: Prepare the x86/entry assembly code for entry/exit CR3 switchingDave Hansen
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-12-22x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stackDave Hansen
2017-12-22x86/vsyscall/64: Warn and fail vsyscall emulation in NATIVE modeAndy Lutomirski
2017-12-22x86/vsyscall/64: Explicitly set _PAGE_USER in the pagetable hierarchyAndy Lutomirski
2017-12-18Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2017-12-17x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski
2017-12-17x86/entry: Clean up the SYSENTER_stack codeAndy Lutomirski
2017-12-17x86/entry/64: Create a per-CPU SYSCALL entry trampolineAndy Lutomirski
2017-12-17x86/entry/64: Return to userspace from the trampoline stackAndy Lutomirski
2017-12-17x86/entry/64: Use a per-CPU trampoline stack for IDT entriesAndy Lutomirski
2017-12-17x86/entry: Remap the TSS into the CPU entry areaAndy Lutomirski
2017-12-17x86/entry/64: Allocate and enable the SYSENTER stackAndy Lutomirski
2017-12-17x86/entry/64/paravirt: Use paravirt-safe macro to access eflagsBoris Ostrovsky
2017-12-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-12-06x86/vdso: Change time() prototype to match __vdso_time()Arnd Bergmann
2017-12-04livepatch: send a fake signal to all blocking tasksMiroslav Benes
2017-11-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-11-23x86/entry/64: Add missing irqflags tracing to native_load_gs_index()Andy Lutomirski
2017-11-22x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracingAndy Lutomirski
2017-11-17Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2017-11-16Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-11-16kbuild: create object directories simpler and fasterMasahiro Yamada