summaryrefslogtreecommitdiffstats
path: root/kernel/entry
Commit message (Expand)AuthorAgeFilesLines
...
* | entry: Rename exit_to_user_mode()Sven Schnelle2020-12-021-4/+4
* | entry: Rename enter_from_user_mode()Sven Schnelle2020-12-021-5/+5
* | entry: Support Syscall User Dispatch on common syscall entryGabriel Krisman Bertazi2020-12-021-0/+25
* | kernel: Implement selective syscall userspace redirectionGabriel Krisman Bertazi2020-12-023-1/+112
* | entry: Drop usage of TIF flags in the generic syscall codeGabriel Krisman Bertazi2020-11-161-10/+7
* | ptrace: Migrate TIF_SYSCALL_EMU to use SYSCALL_WORK flagGabriel Krisman Bertazi2020-11-161-9/+10
* | ptrace: Migrate to use SYSCALL_TRACE flagGabriel Krisman Bertazi2020-11-161-2/+2
* | tracepoints: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi2020-11-161-2/+2
* | seccomp: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi2020-11-161-1/+1
* | entry: Wire up syscall_work in common entry codeGabriel Krisman Bertazi2020-11-161-6/+9
* | 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-0/+36
* | Merge branch 'core/urgent' into core/entryThomas Gleixner2020-11-042-14/+37
|\ \
| * | entry: Fix the incorrect ordering of lockdep and RCU checkThomas Gleixner2020-11-041-2/+2
| |/
| * Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-232-4/+1
| |\
| | * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-172-4/+1
| * | Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-181-1/+1
| |\ \ | | |/ | |/|
| | * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2020-10-091-1/+1
| | |\
| | | * rcu: Remove unused __rcu_is_watching() functionPaul E. McKenney2020-08-241-1/+1
| * | | 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
| * | | core/entry: Report syscall correctly for trace and auditKees Cook2020-09-141-2/+4
| * | | x86/entry: Unbreak 32bit fast syscallThomas Gleixner2020-09-041-6/+29
| |/ /
| * / core/entry: Respect syscall number rewritesThomas Gleixner2020-08-211-1/+2
| |/
* | entry: Fixup irqentry_enter() commentIra Weiny2020-10-291-1/+1
* | entry: Add support for TIF_NOTIFY_SIGNALJens Axboe2020-10-292-3/+14
|/
* entry: Correct 'noinstr' attributesIngo Molnar2020-07-261-2/+2
* entry: Provide infrastructure for work before transitioning to guest modeThomas Gleixner2020-07-242-1/+53
* entry: Provide generic interrupt entry/exit codeThomas Gleixner2020-07-241-0/+117
* entry: Provide generic syscall exit functionThomas Gleixner2020-07-241-0/+169
* entry: Provide generic syscall entry functionalityThomas Gleixner2020-07-242-0/+100