Age | Commit message (Expand) | Author | Files | Lines |
2021-03-22 | entry: Fix typos in comments | Ingo Molnar | 1 | -2/+2 |
2021-02-17 | preempt/dynamic: Provide irqentry_exit_cond_resched() static call | Peter Zijlstra (Intel) | 1 | -0/+4 |
2021-02-06 | entry: Ensure trap after single-step on system call return | Gabriel Krisman Bertazi | 1 | -0/+1 |
2020-12-16 | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -4/+0 |
2020-12-12 | kernel: remove checking for TIF_NOTIFY_SIGNAL | Jens Axboe | 1 | -4/+0 |
2020-12-02 | entry: Add syscall_exit_to_user_mode_work() | Sven Schnelle | 1 | -0/+20 |
2020-12-02 | entry: Add exit_to_user_mode() wrapper | Sven Schnelle | 1 | -2/+21 |
2020-12-02 | entry_Add_enter_from_user_mode_wrapper | Sven Schnelle | 1 | -1/+23 |
2020-12-02 | entry: Support Syscall User Dispatch on common syscall entry | Gabriel Krisman Bertazi | 1 | -0/+2 |
2020-11-16 | entry: Drop usage of TIF flags in the generic syscall code | Gabriel Krisman Bertazi | 1 | -14/+12 |
2020-11-16 | audit: Migrate to use SYSCALL_WORK flag | Gabriel Krisman Bertazi | 1 | -12/+6 |
2020-11-16 | ptrace: Migrate TIF_SYSCALL_EMU to use SYSCALL_WORK flag | Gabriel Krisman Bertazi | 1 | -6/+2 |
2020-11-16 | ptrace: Migrate to use SYSCALL_TRACE flag | Gabriel Krisman Bertazi | 1 | -4/+6 |
2020-11-16 | tracepoints: Migrate to use SYSCALL_WORK flag | Gabriel Krisman Bertazi | 1 | -8/+5 |
2020-11-16 | seccomp: Migrate to use SYSCALL_WORK flag | Gabriel Krisman Bertazi | 1 | -6/+2 |
2020-11-16 | entry: Wire up syscall_work in common entry code | Gabriel Krisman Bertazi | 1 | -0/+3 |
2020-11-16 | entry: Fix spelling/typo errors in irq entry code | Ira Weiny | 1 | -2/+2 |
2020-11-09 | Merge tag 'core-entry-notify-signal' of git://git.kernel.org/pub/scm/linux/ke... | Jens Axboe | 1 | -3/+8 |
2020-11-05 | x86/entry: Move nmi entry/exit into common code | Thomas Gleixner | 1 | -1/+38 |
2020-11-04 | Merge branch 'core/urgent' into core/entry | Thomas Gleixner | 1 | -10/+43 |
2020-10-29 | entry: Add support for TIF_NOTIFY_SIGNAL | Jens Axboe | 1 | -3/+8 |
2020-10-12 | Merge tag 'x86_cleanups_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2020-09-22 | x86/entry: Fix typo in comments for syscall_enter_from_user_mode() | Kees Cook | 1 | -1/+1 |
2020-09-04 | x86/entry: Unbreak 32bit fast syscall | Thomas Gleixner | 1 | -9/+42 |
2020-07-24 | entry: Provide generic interrupt entry/exit code | Thomas Gleixner | 1 | -0/+62 |
2020-07-24 | entry: Provide generic syscall exit function | Thomas Gleixner | 1 | -0/+189 |
2020-07-24 | entry: Provide generic syscall entry functionality | Thomas Gleixner | 1 | -0/+121 |