aboutsummaryrefslogtreecommitdiff
path: root/kernel/entry
AgeCommit message (Expand)AuthorFilesLines
2020-11-04entry: Fix the incorrect ordering of lockdep and RCU checkGravatar Thomas Gleixner 1-2/+2
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-4/+1
2020-10-18Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Gravatar Jens Axboe 2-4/+1
2020-10-12Merge tag 'x86_cleanups_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2020-10-09Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-1/+1
2020-09-22x86/entry: Fix typo in comments for syscall_enter_from_user_mode()Gravatar Kees Cook 1-1/+1
2020-09-14core/entry: Report syscall correctly for trace and auditGravatar Kees Cook 1-2/+4
2020-09-04x86/entry: Unbreak 32bit fast syscallGravatar Thomas Gleixner 1-6/+29
2020-08-24rcu: Remove unused __rcu_is_watching() functionGravatar Paul E. McKenney 1-1/+1
2020-08-21core/entry: Respect syscall number rewritesGravatar Thomas Gleixner 1-1/+2
2020-07-26entry: Correct 'noinstr' attributesGravatar Ingo Molnar 1-2/+2
2020-07-24entry: Provide infrastructure for work before transitioning to guest modeGravatar Thomas Gleixner 2-1/+53
2020-07-24entry: Provide generic interrupt entry/exit codeGravatar Thomas Gleixner 1-0/+117
2020-07-24entry: Provide generic syscall exit functionGravatar Thomas Gleixner 1-0/+169
2020-07-24entry: Provide generic syscall entry functionalityGravatar Thomas Gleixner 2-0/+100