aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
AgeCommit message (Expand)Author
2018-10-02x86/vdso: Fix asm constraints on vDSO syscall fallbacksAndy Lutomirski
2018-09-21signal/x86: Use force_sig_fault where appropriateEric W. Biederman
2018-09-12x86/pti/64: Remove the SYSCALL64 entry trampolineAndy Lutomirski
2018-09-08x86/entry/64: Use the TSS sp2 slot for SYSCALL/SYSRET scratch spaceAndy Lutomirski
2018-09-08x86/entry/64: Document idtentryAndy Lutomirski
2018-09-04x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov
2018-09-03x86/xen: Move pv irq related functions under CONFIG_XEN_PV umbrellaJuergen Gross
2018-08-20x86/vdso: Fix vDSO build if a retpoline is emittedAndy Lutomirski
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2018-08-13Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds
2018-08-13Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-08-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-08-06Merge branch 'x86/pti-urgent' into x86/ptiThomas Gleixner
2018-08-05x86: vdso: Use $LD instead of $CC to linkAlistair Strachan
2018-07-24x86/entry/64: Remove %ebx handling from error_entry/exitAndy Lutomirski
2018-07-20x86/entry/32: Check for VM86 mode in slow-path checkJoerg Roedel
2018-07-20x86/entry/32: Add debug code to check entry/exit CR3Joerg Roedel
2018-07-20x86/entry/32: Add PTI CR3 switches to NMI handler codeJoerg Roedel
2018-07-20x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit pointsJoerg Roedel
2018-07-20x86/entry/32: Simplify debug entry pointJoerg Roedel
2018-07-20x86/entry/32: Handle Entry from Kernel-Mode on Entry-StackJoerg Roedel
2018-07-20x86/entry/32: Introduce SAVE_ALL_NMI and RESTORE_ALL_NMIJoerg Roedel
2018-07-20x86/entry/32: Leave the kernel via trampoline stackJoerg Roedel
2018-07-20x86/entry/32: Enter the kernel via trampoline stackJoerg Roedel
2018-07-20x86/entry/32: Split off return-to-kernel pathJoerg Roedel
2018-07-20x86/entry/32: Unshare NMI return pathJoerg Roedel
2018-07-20x86/entry/32: Put ESPFIX code into a macroJoerg Roedel
2018-07-20x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry2task_stackJoerg Roedel
2018-07-18x86: Add build salt to the vDSOLaura Abbott
2018-07-03x86/entry/64: Add two more instruction suffixesJan Beulich
2018-07-03x86/build/vdso: Simplify 'cmd_vdso2c'Masahiro Yamada
2018-06-27x86/entry/64/compat: Fix "x86/entry/64/compat: Preserve r8-r11 in int $0x80"Andy Lutomirski
2018-06-26x86/entry/32: Add explicit 'l' instruction suffixJan Beulich
2018-06-22rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon
2018-06-21x86/unwind/orc: Detect the end of the stackJosh Poimboeuf
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds
2018-06-06x86: Wire up restartable sequence system callMathieu Desnoyers
2018-06-06x86: Add support for restartable sequencesMathieu Desnoyers
2018-06-04Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-15x86/build/vdso: Put generated linker scripts to $(obj)/Masahiro Yamada
2018-05-15x86/build/vdso: Remove unnecessary export in MakefileMasahiro Yamada
2018-05-15x86/build/vdso: Remove unused $(vobjs-nox32) in MakefileMasahiro Yamada
2018-05-05x86/vdso: Remove unused fileJann Horn
2018-05-02aio: implement io_pgeteventsChristoph Hellwig
2018-04-27x86/entry/64/compat: Preserve r8-r11 in int $0x80Andy Lutomirski
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2018-04-15Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds