summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
* sparc,x86: vdso: remove meaningless undefining CONFIG_OPTIMIZE_INLININGMasahiro Yamada2020-04-071-4/+0
* Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-032-0/+2
|\
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-252-0/+2
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-311-0/+1
|\ \
| * | x86/syscalls: Add prototypes for C syscall callbacksBenjamin Thiel2020-02-171-0/+1
| |/
* | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-311-0/+7
|\ \
| * | x86/vdso: Discard .note.gnu.property sections in vDSOH.J. Lu2020-03-271-0/+7
| |/
* | Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-03-3014-904/+855
|\ \
| * | x86/entry: Rename ___preempt_schedulePeter Zijlstra2020-03-212-8/+8
| * | x86/entry: Drop asmlinkage from syscallsBrian Gerst2020-03-213-4/+4
| * | x86/entry/32: Enable pt_regs based syscallsBrian Gerst2020-03-212-28/+2
| * | x86/entry/32: Use IA32-specific wrappers for syscalls taking 64-bit argumentsBrian Gerst2020-03-211-9/+9
| * | x86/entry/32: Rename 32-bit specific syscallsBrian Gerst2020-03-211-15/+15
| * | x86/entry/32: Clean up syscall_32.tblBrian Gerst2020-03-211-289/+289
| * | x86/entry: Remove ABI prefixes from functions in syscall tablesBrian Gerst2020-03-216-799/+791
| * | x86/entry/64: Add __SYSCALL_COMMON()Brian Gerst2020-03-213-20/+6
| * | x86/entry: Remove syscall qualifier supportBrian Gerst2020-03-214-18/+10
| * | x86/entry/64: Remove ptregs qualifier from syscall tableBrian Gerst2020-03-211-10/+10
| * | x86/entry: Move max syscall number calculation to syscallhdr.shBrian Gerst2020-03-215-7/+15
| * | x86/entry/64: Split X32 syscall table into its own fileBrian Gerst2020-03-213-25/+29
| * | x86/entry/64: Move sys_ni_syscall stub to common.cBrian Gerst2020-03-212-7/+7
| * | x86/entry/64: Use syscall wrappers for x32_rt_sigreturnBrian Gerst2020-03-211-1/+1
| * | x86/entry/64: Trace irqflags unconditionally as ON when returning to user spaceThomas Gleixner2020-03-102-3/+3
| * | x86/entry/32: Remove unused label restore_nocheckThomas Gleixner2020-03-101-1/+1
| * | x86/entry/32: Remove the 0/-1 distinction from exception entriesThomas Gleixner2020-02-291-3/+3
| * | x86/entry/entry_32: Route int3 through common_exceptionThomas Gleixner2020-02-271-8/+2
| * | x86/entry/32: Force MCE through do_mce()Thomas Gleixner2020-02-271-1/+1
| * | x86/entry/32: Add missing ASM_CLAC to general_protection entryThomas Gleixner2020-02-271-0/+1
| |/
* | x86/vdso: Use generic VDSO clock mode storageThomas Gleixner2020-02-171-3/+3
* | x86/vdso: Move VDSO clocksource state tracking to callbackThomas Gleixner2020-02-171-0/+4
|/
* kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-041-1/+1
* Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-292-0/+2
|\
| * arch: wire up pidfd_getfd syscallSargun Dhillon2020-01-132-0/+2
* | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-292-0/+2
|\ \
| * | open: introduce openat2(2) syscallAleksa Sarai2020-01-182-0/+2
| |/
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-281-0/+1
|\ \
| * | x86/vdso: Provide missing include fileValdis Klētnieks2019-12-291-0/+1
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-01-281-1/+1
|\ \
| * | x86/entry/64: Add instruction suffix to SYSRETJan Beulich2020-01-091-1/+1
| |/
* | x86/vdso: Zap vvar pages when switching to a time namespaceDmitry Safonov2020-01-141-0/+27
* | x86/vdso: On timens page fault prefault also VVAR pageDmitry Safonov2020-01-141-1/+16
* | x86/vdso: Handle faults on timens pageDmitry Safonov2020-01-141-2/+52
* | x86/vdso: Add time napespace pageDmitry Safonov2020-01-142-2/+12
* | x86/vdso: Provide vdso_data offset on vvar_pageDmitry Safonov2020-01-142-2/+11
* | x86/vdso: Restrict splitting VVAR VMADmitry Safonov2020-01-141-0/+13
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-12-011-1/+42
|\
| * x86/entry/32: Remove unused 'restore_all_notrace' local labelBorislav Petkov2019-11-271-1/+0
| * x86/doublefault/32: Rewrite the x86_32 #DF handler and unify with 64-bitAndy Lutomirski2019-11-261-0/+42
* | Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-012-5/+5
|\ \
| * | y2038: vdso: change time_t to __kernel_old_time_tArnd Bergmann2019-11-152-4/+4