summaryrefslogtreecommitdiffstats
path: root/include/linux/entry-common.h
Commit message (Expand)AuthorAgeFilesLines
* entry: Move syscall_enter_from_user_mode() to header fileSven Schnelle2023-12-211-2/+25
* entry: Move enter_from_user_mode() to header fileSven Schnelle2023-12-211-1/+14
* entry: Move exit to usermode functions to header fileSven Schnelle2023-12-211-1/+52
* include/linux/entry-common.h: remove has_signal comment of arch_do_signal_or_...Tiezhu Yang2022-10-111-1/+0
* context_tracking: Take IRQ eqs entrypoints over RCUFrederic Weisbecker2022-07-051-5/+5
* entry: Rename arch_check_user_regs() to arch_enter_from_user_mode()Sven Schnelle2022-05-091-4/+4
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-281-43/+4
|\
| * task_work: Call tracehook_notify_signal from get_signal on all architecturesEric W. Biederman2022-03-101-1/+1
| * ptrace: Remove arch_syscall_{enter,exit}_tracehookEric W. Biederman2022-03-101-41/+2
| * ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-3/+3
* | sched/preempt: Add PREEMPT_DYNAMIC using static keysMark Rutland2022-02-191-2/+8
* | sched/preempt: Simplify irqentry_exit_cond_resched() callersMark Rutland2022-02-191-3/+6
* | sched/preempt: Refactor sched_dynamic_update()Mark Rutland2022-02-191-0/+2
|/
* entry: Fix typos in commentsIngo Molnar2021-03-221-2/+2
* preempt/dynamic: Provide irqentry_exit_cond_resched() static callPeter Zijlstra (Intel)2021-02-171-0/+4
* entry: Ensure trap after single-step on system call returnGabriel Krisman Bertazi2021-02-061-0/+1
* Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-4/+0
|\
| * kernel: remove checking for TIF_NOTIFY_SIGNALJens Axboe2020-12-121-4/+0
| * Merge tag 'core-entry-notify-signal' of git://git.kernel.org/pub/scm/linux/ke...Jens Axboe2020-11-091-3/+8
| |\
* | | entry: Add syscall_exit_to_user_mode_work()Sven Schnelle2020-12-021-0/+20
* | | entry: Add exit_to_user_mode() wrapperSven Schnelle2020-12-021-2/+21
* | | entry_Add_enter_from_user_mode_wrapperSven Schnelle2020-12-021-1/+23
* | | entry: Support Syscall User Dispatch on common syscall entryGabriel Krisman Bertazi2020-12-021-0/+2
* | | entry: Drop usage of TIF flags in the generic syscall codeGabriel Krisman Bertazi2020-11-161-14/+12
* | | audit: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi2020-11-161-12/+6
* | | ptrace: Migrate TIF_SYSCALL_EMU to use SYSCALL_WORK flagGabriel Krisman Bertazi2020-11-161-6/+2
* | | ptrace: Migrate to use SYSCALL_TRACE flagGabriel Krisman Bertazi2020-11-161-4/+6
* | | tracepoints: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi2020-11-161-8/+5
* | | seccomp: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi2020-11-161-6/+2
* | | entry: Wire up syscall_work in common entry codeGabriel Krisman Bertazi2020-11-161-0/+3
* | | entry: Fix spelling/typo errors in irq entry codeIra Weiny2020-11-151-2/+2
* | | x86/entry: Move nmi entry/exit into common codeThomas Gleixner2020-11-041-1/+38
* | | Merge branch 'core/urgent' into core/entryThomas Gleixner2020-11-041-10/+43
|\| | | |/ |/|
| * Merge tag 'x86_cleanups_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-10-121-1/+1
| |\
| | * x86/entry: Fix typo in comments for syscall_enter_from_user_mode()Kees Cook2020-09-221-1/+1
| * | x86/entry: Unbreak 32bit fast syscallThomas Gleixner2020-09-041-9/+42
| |/
* / entry: Add support for TIF_NOTIFY_SIGNALJens Axboe2020-10-291-3/+8
|/
* entry: Provide generic interrupt entry/exit codeThomas Gleixner2020-07-241-0/+62
* entry: Provide generic syscall exit functionThomas Gleixner2020-07-241-0/+189
* entry: Provide generic syscall entry functionalityThomas Gleixner2020-07-241-0/+121