summaryrefslogtreecommitdiff
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | y2038: vdso: change timeval to __kernel_old_timevalArnd Bergmann2019-11-151-1/+1
* | | Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-11-301-1/+1
|\ \ \
| * | | seccomp: simplify secure_computing()Christian Brauner2019-10-101-1/+1
| |/ /
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-11-261-1/+1
|\ \ \ | |_|/ |/| |
| * | context_tracking: Rename context_tracking_is_enabled() => context_tracking_en...Frederic Weisbecker2019-10-291-1/+1
| |/
* | Merge branch 'x86-iopl-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-262-1/+11
|\ \
| * | x86/entry/32: Clarify register saving in __switch_to_asm()Thomas Gleixner2019-11-161-1/+7
| * | x86/ioperm: Move TSS bitmap update to exit to user workThomas Gleixner2019-11-161-0/+4
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-267-152/+151
|\ \
| * \ Merge branch 'x86/build' into x86/asm, to pick up completed topic branchIngo Molnar2019-11-251-2/+0
| |\ \
| | * | x86/build/vdso: Remove meaningless CFLAGS_REMOVE_*.oMasahiro Yamada2019-11-151-2/+0
| | |/
| * | x86/entry/64: Remove pointless jump in paranoid_exitThomas Gleixner2019-11-161-2/+1
| * | x86/entry/32: Remove unused resume_userspace labelThomas Gleixner2019-11-161-1/+0
| * | x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-181-12/+12
| * | x86/asm/32: Change all ENTRY+END to SYM_CODE_*Jiri Slaby2019-10-181-52/+52
| * | x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby2019-10-181-1/+2
| * | x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-182-7/+7
| * | x86/asm/64: Change all ENTRY+END to SYM_CODE_*Jiri Slaby2019-10-182-30/+30
| * | x86/asm: Make some functions localJiri Slaby2019-10-181-10/+11
| * | x86/asm: Remove the last GLOBAL user and remove the macroJiri Slaby2019-10-181-2/+2
| * | x86/asm: Use SYM_INNER_LABEL instead of GLOBALJiri Slaby2019-10-183-6/+6
| * | x86/asm/entry: Annotate interrupt symbols properlyJiri Slaby2019-10-182-21/+20
| * | x86/asm: Annotate local pseudo-functionsJiri Slaby2019-10-181-1/+2
| * | x86/asm/entry: Annotate THUNKsJiri Slaby2019-10-182-5/+6
| * | x86/asm: Make more symbols localJiri Slaby2019-10-111-2/+2
| |/
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-11-261-78/+133
|\ \
| * | x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3Andy Lutomirski2019-11-251-3/+18
| * | x86/entry/32: Fix NMI vs ESPFIXPeter Zijlstra2019-11-211-12/+41
| * | x86/entry/32: Unwind the ESPFIX stack earlier on exception entryAndy Lutomirski2019-11-211-14/+16
| * | x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALLAndy Lutomirski2019-11-211-31/+35