summaryrefslogtreecommitdiff
path: root/arch/x86/entry/common.c
AgeCommit message (Expand)Author
2020-06-12x86/entry: Force rcu_irq_enter() when in idle taskx86-entry-2020-06-12Thomas Gleixner
2020-06-11x86/entry: Rename trace_hardirqs_off_prepare()Peter Zijlstra
2020-06-11x86/entry: Make enter_from_user_mode() staticThomas Gleixner
2020-06-11x86/entry: Switch XEN/PV hypercall entry to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Split out idtentry_exit_cond_resched()Thomas Gleixner
2020-06-11x86/entry: Clean up idtentry_enter/exit() leftoversThomas Gleixner
2020-06-11x86/entry: Provide idtentry_enter/exit_user()Thomas Gleixner
2020-06-11x86/entry: Provide idtentry_entry/exit_cond_rcu()Thomas Gleixner
2020-06-11x86/entry/common: Provide idtentry_enter/exit()Thomas Gleixner
2020-06-11x86/entry: Move irq flags tracing to prepare_exit_to_usermode()Thomas Gleixner
2020-06-11x86/entry: Move irq tracing on syscall entry to C-codeThomas Gleixner
2020-06-11x86/entry/common: Protect against instrumentationThomas Gleixner
2020-06-11x86/entry: Mark enter_from_user_mode() noinstrThomas Gleixner
2020-03-31Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-03-21x86/entry/32: Enable pt_regs based syscallsBrian Gerst
2020-03-21x86/entry/64: Move sys_ni_syscall stub to common.cBrian Gerst
2020-02-17x86/syscalls: Add prototypes for C syscall callbacksBenjamin Thiel
2019-11-16x86/ioperm: Move TSS bitmap update to exit to user workThomas Gleixner
2019-07-22x86/syscalls: Split the x32 syscalls into their own tableAndy Lutomirski
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-06-27x86/entry: Simplify _TIF_SYSCALL_EMU handlingSudeep Holla
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 257Thomas Gleixner
2019-05-14Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-04-12x86/fpu: Defer FPU state load until return to userspaceRik van Riel
2019-03-06x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner
2018-12-03x86: Fix various typos in commentsIngo Molnar
2018-06-22rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon
2018-06-06x86: Add support for restartable sequencesMathieu Desnoyers
2018-04-05syscalls/x86: Unconditionally enable 'struct pt_regs' based syscalls on x86_64Dominik Brodowski
2018-04-05syscalls/x86: Use 'struct pt_regs' based syscall calling for IA32_EMULATION a...Dominik Brodowski
2018-04-05syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bi...Dominik Brodowski
2018-04-05x86/syscalls: Don't pointlessly reload the system call numberLinus Torvalds
2018-02-04Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-30x86/syscall: Sanitize syscall table de-references under speculationDan Williams
2018-01-30x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski
2017-12-04livepatch: send a fake signal to all blocking tasksMiroslav Benes
2017-11-08x86: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-07-08x86/syscalls: Check address limit on user-mode returnThomas Garnier
2017-03-08livepatch/x86: add TIF_PATCH_PENDING thread flagJosh Poimboeuf
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-09-15x86/entry: Get rid of pt_regs_to_thread_info()Linus Torvalds
2016-09-15x86/asm: Move the thread_info::status field to thread_structAndy Lutomirski
2016-08-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-07-27x86/ptrace: Stop setting TS_COMPAT in ptrace codeAndy Lutomirski
2016-07-10x86/entry: Inline enter_from_user_mode()Paolo Bonzini
2016-07-10x86/entry: Avoid interrupt flag save and restorePaolo Bonzini
2016-06-14x86/ptrace: run seccomp after ptraceKees Cook