summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
* x86/vdso: Pass --eh-frame-hdr to the linkerAlistair Strachan2018-12-291-1/+2
* x86/entry/64: Further improve paranoid_entry commentsAndy Lutomirski2018-10-171-6/+4
* x86/entry/32: Clear the CS high bitsJan Kiszka2018-10-171-6/+7
* x86/entry: Add some paranoid entry/exit CR3 handling commentsDave Hansen2018-10-141-0/+15
* 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-182-0/+6
* | Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2018-08-131-110/+522
|\ \
| * \ Merge branch 'x86/pti-urgent' into x86/ptiThomas Gleixner2018-08-061-14/+4
| |\ \
| * | | 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/+3
| * | | 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-131-13/+9
|\ \ \
| * | | x86: vdso: Use $LD instead of $CC to linkAlistair Strachan2018-08-051-13/+9
| | |/ | |/|
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-08-132-5/+4
|\ \ \ | |/ / |/| |
| * | x86/entry/64: Add two more instruction suffixesJan Beulich2018-07-031-2/+2
| * | x86/build/vdso: Simplify 'cmd_vdso2c'Masahiro Yamada2018-07-031-3/+1
| * | 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/+4
| |/ |/|
* | 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-041-7/+4
|\
| * 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/+1
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-041-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/+0
|/ /
* / 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-151-3/+1
|\