summaryrefslogtreecommitdiffstats
path: root/kernel/entry
Commit message (Expand)AuthorAgeFilesLines
* 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: 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