summaryrefslogtreecommitdiffstats
path: root/kernel/entry
Commit message (Expand)AuthorAgeFilesLines
* tick/nohz: Only check for RCU deferred wakeup on user/guest entry when neededFrederic Weisbecker2021-05-311-2/+3
* Merge tag 'core-entry-2021-04-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-04-261-1/+1
|\
| * entry: Fix typos in commentsIngo Molnar2021-03-221-1/+1
* | preempt/dynamic: Fix typo in macro conditional statementZhouyi Zhou2021-04-191-1/+1
|/
* entry: Explicitly flush pending rcuog wakeup before last rescheduling pointFrederic Weisbecker2021-02-171-0/+7
* preempt/dynamic: Provide irqentry_exit_cond_resched() static callPeter Zijlstra (Intel)2021-02-171-1/+9
* entry: Use different define for selector variable in SUDGabriel Krisman Bertazi2021-02-061-2/+2
* entry: Ensure trap after single-step on system call returnGabriel Krisman Bertazi2021-02-061-10/+2
* entry: Unbreak single step reporting behaviourYuxuan Shui2021-01-281-1/+1
* Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-141-0/+2
|\
| * sched: highmem: Store local kmaps in task structThomas Gleixner2020-11-241-0/+2
* | entry: Add syscall_exit_to_user_mode_work()Sven Schnelle2020-12-021-2/+12
* | entry: Add exit_to_user_mode() wrapperSven Schnelle2020-12-021-12/+6
* | entry_Add_enter_from_user_mode_wrapperSven Schnelle2020-12-021-10/+6
* | 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