summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
* x86/vdso: Fix vDSO syscall fallback asm constraint regressionAndy Lutomirski2018-10-041-4/+4
* x86/vdso: Only enable vDSO retpolines when enabled and supportedAndy Lutomirski2018-10-031-2/+14
* x86/vdso: Fix asm constraints on vDSO syscall fallbacksAndy Lutomirski2018-10-021-8/+10
* x86/vdso: Fix vDSO build if a retpoline is emittedAndy Lutomirski2018-08-201-2/+4
* Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-08-152-0/+6
|\
| * x86: Add build salt to the vDSOLaura Abbott2018-07-172-0/+6
* | Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2018-08-141-110/+522
|\ \
| * \ Merge branch 'x86/pti-urgent' into x86/ptiThomas Gleixner2018-08-061-14/+4Star
| |\ \
| * | | x86/entry/32: Check for VM86 mode in slow-path checkJoerg Roedel2018-07-201-2/+10
| * | | x86/entry/32: Add debug code to check entry/exit CR3Joerg Roedel2018-07-201-0/+43
| * | | x86/entry/32: Add PTI CR3 switches to NMI handler codeJoerg Roedel2018-07-201-6/+33
| * | | x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit pointsJoerg Roedel2018-07-201-4/+82
| * | | x86/entry/32: Simplify debug entry pointJoerg Roedel2018-07-201-32/+3Star
| * | | x86/entry/32: Handle Entry from Kernel-Mode on Entry-StackJoerg Roedel2018-07-201-1/+115
| * | | x86/entry/32: Introduce SAVE_ALL_NMI and RESTORE_ALL_NMIJoerg Roedel2018-07-201-4/+11
| * | | x86/entry/32: Leave the kernel via trampoline stackJoerg Roedel2018-07-201-2/+77
| * | | x86/entry/32: Enter the kernel via trampoline stackJoerg Roedel2018-07-201-20/+99
| * | | x86/entry/32: Split off return-to-kernel pathJoerg Roedel2018-07-201-3/+8
| * | | x86/entry/32: Unshare NMI return pathJoerg Roedel2018-07-201-2/+6
| * | | x86/entry/32: Put ESPFIX code into a macroJoerg Roedel2018-07-201-48/+49
| * | | x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry2task_stackJoerg Roedel2018-07-201-1/+1
| | |/ | |/|
* | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-08-141-13/+9Star
|\ \ \
| * | | x86: vdso: Use $LD instead of $CC to linkAlistair Strachan2018-08-051-13/+9Star
| | |/ | |/|
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-08-132-5/+4Star
|\ \ \ | |/ / |/| |
| * | x86/entry/64: Add two more instruction suffixesJan Beulich2018-07-031-2/+2
| * | x86/build/vdso: Simplify 'cmd_vdso2c'Masahiro Yamada2018-07-031-3/+1Star
| * | x86/unwind/orc: Detect the end of the stackJosh Poimboeuf2018-06-211-0/+1
* | | x86/entry/64: Remove %ebx handling from error_entry/exitAndy Lutomirski2018-07-241-14/+4Star
| |/ |/|
* | x86/entry/64/compat: Fix "x86/entry/64/compat: Preserve r8-r11 in int $0x80"Andy Lutomirski2018-06-271-8/+8
* | x86/entry/32: Add explicit 'l' instruction suffixJan Beulich2018-06-261-1/+1
* | rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon2018-06-221-1/+1
|/
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds2018-06-142-2/+2
* x86: Wire up restartable sequence system callMathieu Desnoyers2018-06-062-0/+2
* x86: Add support for restartable sequencesMathieu Desnoyers2018-06-061-0/+3
* Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-051-7/+4Star
|\
| * x86/build/vdso: Put generated linker scripts to $(obj)/Masahiro Yamada2018-05-151-2/+2
| * x86/build/vdso: Remove unnecessary export in MakefileMasahiro Yamada2018-05-151-1/+1
| * x86/build/vdso: Remove unused $(vobjs-nox32) in MakefileMasahiro Yamada2018-05-151-4/+1Star
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-051-1/+1
|\ \
| * | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-1/+1
* | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-042-0/+2
|\ \ \
| * | | aio: implement io_pgeteventsChristoph Hellwig2018-05-022-0/+2
| | |/ | |/|
* / | x86/vdso: Remove unused fileJann Horn2018-05-051-1/+0Star
|/ /
* / x86/entry/64/compat: Preserve r8-r11 in int $0x80Andy Lutomirski2018-04-271-4/+4
|/
* Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-04-161-3/+1Star
|\
| * kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada2018-04-071-3/+1Star
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-1610-737/+782
|\ \
| * | syscalls/core, syscalls/x86: Rename struct pt_regs-based sys_*() to __x64_sys...Dominik Brodowski2018-04-094-345/+359
| * | syscalls/core, syscalls/x86: Clean up compat syscall stub naming conventionDominik Brodowski2018-04-092-162/+162