aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/entry (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-12Merge tag 'x86_cleanups_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-09-22x86/entry: Fix typo in comments for syscall_enter_from_user_mode()Kees Cook1-1/+1
2020-09-14core/entry: Report syscall correctly for trace and auditKees Cook1-2/+4
2020-09-04x86/entry: Unbreak 32bit fast syscallThomas Gleixner1-6/+29
2020-08-21core/entry: Respect syscall number rewritesThomas Gleixner1-1/+2
2020-07-26entry: Correct 'noinstr' attributesIngo Molnar1-2/+2
2020-07-24entry: Provide infrastructure for work before transitioning to guest modeThomas Gleixner2-1/+53
2020-07-24entry: Provide generic interrupt entry/exit codeThomas Gleixner1-0/+117
2020-07-24entry: Provide generic syscall exit functionThomas Gleixner1-0/+169
2020-07-24entry: Provide generic syscall entry functionalityThomas Gleixner2-0/+100