index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
entry-common.h
Age
Commit message (
Expand
)
Author
2020-12-02
entry: Add syscall_exit_to_user_mode_work()
Sven Schnelle
2020-12-02
entry: Add exit_to_user_mode() wrapper
Sven Schnelle
2020-12-02
entry_Add_enter_from_user_mode_wrapper
Sven Schnelle
2020-12-02
entry: Support Syscall User Dispatch on common syscall entry
Gabriel Krisman Bertazi
2020-11-16
entry: Drop usage of TIF flags in the generic syscall code
Gabriel Krisman Bertazi
2020-11-16
audit: Migrate to use SYSCALL_WORK flag
Gabriel Krisman Bertazi
2020-11-16
ptrace: Migrate TIF_SYSCALL_EMU to use SYSCALL_WORK flag
Gabriel Krisman Bertazi
2020-11-16
ptrace: Migrate to use SYSCALL_TRACE flag
Gabriel Krisman Bertazi
2020-11-16
tracepoints: Migrate to use SYSCALL_WORK flag
Gabriel Krisman Bertazi
2020-11-16
seccomp: Migrate to use SYSCALL_WORK flag
Gabriel Krisman Bertazi
2020-11-16
entry: Wire up syscall_work in common entry code
Gabriel Krisman Bertazi
2020-11-15
entry: Fix spelling/typo errors in irq entry code
Ira Weiny
2020-11-04
x86/entry: Move nmi entry/exit into common code
Thomas Gleixner
2020-11-04
Merge branch 'core/urgent' into core/entry
Thomas Gleixner
2020-10-29
entry: Add support for TIF_NOTIFY_SIGNAL
Jens Axboe
2020-10-12
Merge tag 'x86_cleanups_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-09-22
x86/entry: Fix typo in comments for syscall_enter_from_user_mode()
Kees Cook
2020-09-04
x86/entry: Unbreak 32bit fast syscall
Thomas Gleixner
2020-07-24
entry: Provide generic interrupt entry/exit code
Thomas Gleixner
2020-07-24
entry: Provide generic syscall exit function
Thomas Gleixner
2020-07-24
entry: Provide generic syscall entry functionality
Thomas Gleixner