summaryrefslogtreecommitdiff
path: root/include/linux/entry-common.h
AgeCommit message (Expand)Author
2023-12-21entry: Move syscall_enter_from_user_mode() to header fileSven Schnelle
2023-12-21entry: Move enter_from_user_mode() to header fileSven Schnelle
2023-12-21entry: Move exit to usermode functions to header fileSven Schnelle
2022-10-11include/linux/entry-common.h: remove has_signal comment of arch_do_signal_or_...Tiezhu Yang
2022-07-05context_tracking: Take IRQ eqs entrypoints over RCUFrederic Weisbecker
2022-05-09entry: Rename arch_check_user_regs() to arch_enter_from_user_mode()Sven Schnelle
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-10task_work: Call tracehook_notify_signal from get_signal on all architecturesEric W. Biederman
2022-03-10ptrace: Remove arch_syscall_{enter,exit}_tracehookEric W. Biederman
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman
2022-02-19sched/preempt: Add PREEMPT_DYNAMIC using static keysMark Rutland
2022-02-19sched/preempt: Simplify irqentry_exit_cond_resched() callersMark Rutland
2022-02-19sched/preempt: Refactor sched_dynamic_update()Mark Rutland
2021-03-22entry: Fix typos in commentsIngo Molnar
2021-02-17preempt/dynamic: Provide irqentry_exit_cond_resched() static callPeter Zijlstra (Intel)
2021-02-06entry: Ensure trap after single-step on system call returnGabriel Krisman Bertazi
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-12kernel: remove checking for TIF_NOTIFY_SIGNALJens Axboe
2020-12-02entry: Add syscall_exit_to_user_mode_work()Sven Schnelle
2020-12-02entry: Add exit_to_user_mode() wrapperSven Schnelle
2020-12-02entry_Add_enter_from_user_mode_wrapperSven Schnelle
2020-12-02entry: Support Syscall User Dispatch on common syscall entryGabriel Krisman Bertazi
2020-11-16entry: Drop usage of TIF flags in the generic syscall codeGabriel Krisman Bertazi
2020-11-16audit: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi
2020-11-16ptrace: Migrate TIF_SYSCALL_EMU to use SYSCALL_WORK flagGabriel Krisman Bertazi
2020-11-16ptrace: Migrate to use SYSCALL_TRACE flagGabriel Krisman Bertazi
2020-11-16tracepoints: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi
2020-11-16seccomp: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi
2020-11-16entry: Wire up syscall_work in common entry codeGabriel Krisman Bertazi
2020-11-15entry: Fix spelling/typo errors in irq entry codeIra Weiny
2020-11-09Merge tag 'core-entry-notify-signal' of git://git.kernel.org/pub/scm/linux/ke...Jens Axboe
2020-11-04x86/entry: Move nmi entry/exit into common codeThomas Gleixner
2020-11-04Merge branch 'core/urgent' into core/entryThomas Gleixner
2020-10-29entry: Add support for TIF_NOTIFY_SIGNALJens Axboe
2020-10-12Merge tag 'x86_cleanups_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-09-22x86/entry: Fix typo in comments for syscall_enter_from_user_mode()Kees Cook
2020-09-04x86/entry: Unbreak 32bit fast syscallThomas Gleixner
2020-07-24entry: Provide generic interrupt entry/exit codeThomas Gleixner
2020-07-24entry: Provide generic syscall exit functionThomas Gleixner
2020-07-24entry: Provide generic syscall entry functionalityThomas Gleixner