summaryrefslogtreecommitdiffstats
path: root/kernel/entry/common.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-05-241-3/+3
|\
| * lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers2022-04-051-3/+3
* | entry: Rename arch_check_user_regs() to arch_enter_from_user_mode()Sven Schnelle2022-05-091-1/+1
* | entry: Fix compile error in dynamic_irqentry_exit_cond_resched()Sven Schnelle2022-04-051-1/+1
|/
* Revert "signal, x86: Delay calling signals in atomic on RT enabled kernels"Thomas Gleixner2022-03-311-14/+0
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-281-13/+6
|\
| * resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-2/+2
| * task_work: Call tracehook_notify_signal from get_signal on all architecturesEric W. Biederman2022-03-101-10/+2
| * ptrace: Remove arch_syscall_{enter,exit}_tracehookEric W. Biederman2022-03-101-2/+2
| * ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-0/+1
* | Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-221-8/+15
|\ \
| * | sched/preempt: Add PREEMPT_DYNAMIC using static keysMark Rutland2022-02-191-0/+11
| * | sched/preempt: Simplify irqentry_exit_cond_resched() callersMark Rutland2022-02-191-8/+4
| |/
* / signal, x86: Delay calling signals in atomic on RT enabled kernelsOleg Nesterov2022-03-041-0/+14
|/
* entry: Snapshot thread flagsMark Rutland2021-12-011-2/+2
* entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson2021-09-221-3/+1
* 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: 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
* | 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-041-11/+36
|\ \
| * | 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-231-1/+0
| |\
| | * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+0
| * | 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