summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-8/+8
|\
| * x86/irq/64: Split the IRQ stack into its own pagesAndy Lutomirski2019-04-171-2/+2
| * x86/irq/64: Rename irq_stack_ptr to hardirq_stack_ptrThomas Gleixner2019-04-171-1/+1
| * x86/exceptions: Split debug IST stackThomas Gleixner2019-04-171-4/+4
| * x86/exceptions: Disconnect IST index and stack orderThomas Gleixner2019-04-171-1/+1
| * x86/exceptions: Make IST index zero basedThomas Gleixner2019-04-171-2/+2
* | Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-062-4/+2
|\ \
| * | x86/entry: Remove unneeded need_resched() loopValentin Schneider2019-04-052-4/+2
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-062-7/+8
|\ \
| * | x86/vdso: Rename variable to fix -Wshadow warningLeonardo BrĂ¡s2019-04-191-6/+7
| * | x86/build/vdso: Add FORCE to the build rule of %.soMasahiro Yamada2019-04-181-1/+1
| |/
* | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-061-0/+2
|\ \
| * | sched/x86_64: Don't save flags on context switchPeter Zijlstra2019-04-031-2/+0
| * | sched/x86: Save [ER]FLAGS on context switchPeter Zijlstra2019-04-032-0/+4
| |/
* / gcc-9: properly declare the {pv,hv}clock_page storageLinus Torvalds2019-05-011-2/+2
|/
* 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
| |/