summaryrefslogtreecommitdiff
path: root/arch/x86/entry
AgeCommit message (Expand)Author
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-01-28Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-01-28Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-01-18open: introduce openat2(2) syscallAleksa Sarai
2020-01-14x86/vdso: Zap vvar pages when switching to a time namespaceDmitry Safonov
2020-01-14x86/vdso: On timens page fault prefault also VVAR pageDmitry Safonov
2020-01-14x86/vdso: Handle faults on timens pageDmitry Safonov
2020-01-14x86/vdso: Add time napespace pageDmitry Safonov
2020-01-14x86/vdso: Provide vdso_data offset on vvar_pageDmitry Safonov
2020-01-14x86/vdso: Restrict splitting VVAR VMADmitry Safonov
2020-01-13arch: wire up pidfd_getfd syscallSargun Dhillon
2020-01-09x86/entry/64: Add instruction suffix to SYSRETJan Beulich
2019-12-29x86/vdso: Provide missing include fileValdis Klētnieks
2019-12-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds
2019-11-30Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-11-27x86/entry/32: Remove unused 'restore_all_notrace' local labelBorislav Petkov
2019-11-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-11-26x86/doublefault/32: Rewrite the x86_32 #DF handler and unify with 64-bitAndy Lutomirski
2019-11-26Merge branch 'x86-iopl-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-11-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-11-25x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3Andy Lutomirski
2019-11-25Merge branch 'x86/build' into x86/asm, to pick up completed topic branchIngo Molnar
2019-11-21x86/entry/32: Fix NMI vs ESPFIXPeter Zijlstra
2019-11-21x86/entry/32: Unwind the ESPFIX stack earlier on exception entryAndy Lutomirski
2019-11-21x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALLAndy Lutomirski
2019-11-21x86/entry/32: Use %ss segment where requiredAndy Lutomirski
2019-11-21x86/entry/32: Fix IRET exceptionPeter Zijlstra
2019-11-19x86/xen/32: Make xen_iret_crit_fixup() independent of frame layoutJan Beulich
2019-11-19x86/stackframe/32: Repair 32-bit Xen PVJan Beulich
2019-11-16x86/entry/64: Remove pointless jump in paranoid_exitThomas Gleixner
2019-11-16x86/entry/32: Remove unused resume_userspace labelThomas Gleixner
2019-11-16x86/entry/32: Clarify register saving in __switch_to_asm()Thomas Gleixner
2019-11-16x86/ioperm: Move TSS bitmap update to exit to user workThomas Gleixner
2019-11-15y2038: vdso: change time_t to __kernel_old_time_tArnd Bergmann
2019-11-15y2038: vdso: change timeval to __kernel_old_timevalArnd Bergmann
2019-11-15x86/build/vdso: Remove meaningless CFLAGS_REMOVE_*.oMasahiro Yamada
2019-10-29context_tracking: Rename context_tracking_is_enabled() => context_tracking_en...Frederic Weisbecker
2019-10-18x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby
2019-10-18x86/asm/32: Change all ENTRY+END to SYM_CODE_*Jiri Slaby
2019-10-18x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby
2019-10-18x86/asm/64: Change all ENTRY+END to SYM_CODE_*Jiri Slaby
2019-10-18x86/asm: Make some functions localJiri Slaby
2019-10-18x86/asm: Remove the last GLOBAL user and remove the macroJiri Slaby
2019-10-18x86/asm: Use SYM_INNER_LABEL instead of GLOBALJiri Slaby
2019-10-18x86/asm/entry: Annotate interrupt symbols properlyJiri Slaby