summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-03-162-0/+2
|\
| * signal: add pidfd_send_signal() syscallChristian Brauner2019-03-052-0/+2
* | Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-082-0/+6
|\ \
| * | io_uring: add support for pre-mapped user IO buffersJens Axboe2019-02-282-0/+2
| * | Add io_uring IO interfaceJens Axboe2019-02-282-0/+4
| |/
* | Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-102-29/+49
|\ \
| * | y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann2019-02-071-0/+20
| * | y2038: rename old time and utime syscallsArnd Bergmann2019-02-071-5/+5
| * | y2038: use time32 syscall names on 32-bitArnd Bergmann2019-02-071-22/+22
| * | y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-071-26/+26
| * | x86/x32: use time64 versions of sigtimedwait and recvmmsgArnd Bergmann2019-02-071-2/+2
* | | Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kern...Thomas Gleixner2019-02-102-0/+13
|\| | | |/ |/|
| * arch: add split IPC system calls where neededArnd Bergmann2019-01-252-0/+13
* | x86/entry/64/compat: Fix stack switching for XEN PVJan Beulich2019-01-181-2/+4
|/
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-1/+1
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-261-1/+1
|\
| * Merge branch 'x86/urgent' into x86/mm, to pick up dependent fixIngo Molnar2018-12-171-3/+4
| |\
| * | x86/vsyscall/64: Use X86_PF constants in the simulated #PF error codeAndy Lutomirski2018-11-221-1/+1
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-262-2/+2
|\ \ \
| * | | x86: Fix various typos in commentsIngo Molnar2018-12-032-2/+2
| |/ /
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-262-35/+0
|\ \ \
| * | | x86/vdso: Remove a stale/misleading comment from the linker scriptSean Christopherson2018-12-051-5/+0
| * | | x86/vdso: Remove obsolete "fake section table" reservationSean Christopherson2018-12-052-30/+0
| |/ /
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-12-212-2/+3
|\ \ \
| * | | Revert "x86/jump-labels: Macrofy inline assembly code to work around GCC inli...Ingo Molnar2018-12-191-1/+1
| | |/ | |/|
| * | x86/vdso: Pass --eh-frame-hdr to the linkerAlistair Strachan2018-12-151-1/+2
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-12-091-2/+2
|\| |
| * | x86/vdso: Drop implicit common-page-size linker flagNick Desaulniers2018-12-071-2/+2
| |/
* / kprobes/x86: Blacklist non-attachable interrupt functionsAndrea Righi2018-12-061-0/+4
|/
* Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-014-0/+29
|\
| * x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov2018-09-044-0/+29
* | x86: convert vdso to use vm_fault_tMatthew Wilcox2018-10-261-15/+9
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-8/+1
|\ \
| * | signal/x86: Use force_sig_fault where appropriateEric W. Biederman2018-09-211-8/+1
| |/
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-232-173/+88
|\ \
| * | x86/vdso: Rearrange do_hres() to improve code generationAndy Lutomirski2018-10-051-4/+8
| * | x86/vdso: Remove "memory" clobbers in the vDSO syscall fallbacksAndy Lutomirski2018-10-051-2/+2
| * | x66/vdso: Add CLOCK_TAI supportThomas Gleixner2018-10-041-0/+4
| * | x86/vdso: Move cycle_last handling into the callerThomas Gleixner2018-10-041-32/+7
| * | x86/vdso: Simplify the invalid vclock caseThomas Gleixner2018-10-041-61/+21
| * | x86/vdso: Replace the clockid switch caseThomas Gleixner2018-10-041-20/+18
| * | x86/vdso: Collapse coarse functionsThomas Gleixner2018-10-041-16/+4
| * | x86/vdso: Collapse high resolution functionsThomas Gleixner2018-10-041-28/+7
| * | x86/vdso: Introduce and use vgtod_tsThomas Gleixner2018-10-042-32/+39
| * | x86/vdso: Use unsigned int consistently for vsyscall_gtod_data:: SeqThomas Gleixner2018-10-041-4/+4
| * | x86/vdso: Enforce 64bit clocksourceThomas Gleixner2018-10-041-1/+1
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-231-72/+45
|\ \ \
| * | | x86/pti/64: Remove the SYSCALL64 entry trampolineAndy Lutomirski2018-09-121-67/+2
| * | | x86/entry/64: Use the TSS sp2 slot for SYSCALL/SYSRET scratch spaceAndy Lutomirski2018-09-081-7/+9