summaryrefslogtreecommitdiffstats
path: root/include/linux/entry-common.h
Commit message (Expand)AuthorAgeFilesLines
* 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