aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/entry
AgeCommit message (Expand)AuthorFilesLines
2024-03-12entry: Respect changes to system call number by trace_sys_enter()André Rösti1-1/+7
2023-12-21entry: Move syscall_enter_from_user_mode() to header fileSven Schnelle1-31/+1
2023-12-21entry: Move enter_from_user_mode() to header fileSven Schnelle1-23/+3
2023-12-21entry: Move exit to usermode functions to header fileSven Schnelle1-43/+9
2023-08-23entry: Remove empty addr_limit_user_check()Mark Rutland1-2/+1
2023-04-16ptrace: Provide set/get interface for syscall user dispatchGregory Price1-0/+40
2023-04-16syscall_user_dispatch: Untag selector address before access_ok()Gregory Price1-1/+10
2023-04-16syscall_user_dispatch: Split up set_syscall_user_dispatch()Gregory Price1-8/+15
2023-03-21entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-upFrederic Weisbecker1-1/+2
2023-03-21entry: Fix noinstr warning in __enter_from_user_mode()Josh Poimboeuf1-1/+1
2022-10-03entry: kmsan: introduce kmsan_unpoison_entry_regs()Alexander Potapenko1-0/+5
2022-07-05context_tracking: Take NMI eqs entrypoints over RCUFrederic Weisbecker1-2/+2
2022-07-05context_tracking: Take IRQ eqs entrypoints over RCUFrederic Weisbecker1-6/+6
2022-06-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-6/+0
2022-06-07entry/kvm: Exit to user mode when TIF_NOTIFY_SIGNAL is setSeth Forshee1-6/+0
2022-05-24Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2022-05-09entry: Rename arch_check_user_regs() to arch_enter_from_user_mode()Sven Schnelle1-1/+1
2022-04-05lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers1-3/+3
2022-04-05entry: Fix compile error in dynamic_irqentry_exit_cond_resched()Sven Schnelle1-1/+1
2022-03-31Revert "signal, x86: Delay calling signals in atomic on RT enabled kernels"Thomas Gleixner1-14/+0
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-16/+12
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+15
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman2-3/+3
2022-03-10task_work: Decouple TIF_NOTIFY_SIGNAL and task_workEric W. Biederman1-2/+5
2022-03-10task_work: Call tracehook_notify_signal from get_signal on all architecturesEric W. Biederman2-11/+3
2022-03-10ptrace: Remove arch_syscall_{enter,exit}_tracehookEric W. Biederman1-2/+2
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman1-0/+1
2022-03-04signal, x86: Delay calling signals in atomic on RT enabled kernelsOleg Nesterov1-0/+14
2022-02-19sched/preempt: Add PREEMPT_DYNAMIC using static keysMark Rutland1-0/+11
2022-02-19sched/preempt: Simplify irqentry_exit_cond_resched() callersMark Rutland1-8/+4
2021-12-01entry: Snapshot thread flagsMark Rutland2-4/+4
2021-11-19signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman1-2/+2
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+8
2021-10-29exit/syscall_user_dispatch: Send ordinary signals on failureEric W. Biederman1-4/+8
2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson2-6/+2
2021-09-22KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guestSean Christopherson1-1/+3
2021-05-31tick/nohz: Only check for RCU deferred wakeup on user/guest entry when neededFrederic Weisbecker1-2/+3
2021-04-26Merge tag 'core-entry-2021-04-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2021-04-19preempt/dynamic: Fix typo in macro conditional statementZhouyi Zhou1-1/+1
2021-03-22entry: Fix typos in commentsIngo Molnar1-1/+1
2021-02-17entry: Explicitly flush pending rcuog wakeup before last rescheduling pointFrederic Weisbecker1-0/+7
2021-02-17preempt/dynamic: Provide irqentry_exit_cond_resched() static callPeter Zijlstra (Intel)1-1/+9
2021-02-06entry: Use different define for selector variable in SUDGabriel Krisman Bertazi1-2/+2
2021-02-06entry: Ensure trap after single-step on system call returnGabriel Krisman Bertazi1-10/+2
2021-01-28entry: Unbreak single step reporting behaviourYuxuan Shui1-1/+1
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2020-12-02entry: Add syscall_exit_to_user_mode_work()Sven Schnelle1-2/+12
2020-12-02entry: Add exit_to_user_mode() wrapperSven Schnelle1-12/+6
2020-12-02entry_Add_enter_from_user_mode_wrapperSven Schnelle1-10/+6
2020-12-02entry: Rename exit_to_user_mode()Sven Schnelle1-4/+4
2020-12-02entry: Rename enter_from_user_mode()Sven Schnelle1-5/+5
2020-12-02entry: Support Syscall User Dispatch on common syscall entryGabriel Krisman Bertazi1-0/+25
2020-12-02kernel: Implement selective syscall userspace redirectionGabriel Krisman Bertazi3-1/+112
2020-11-24sched: highmem: Store local kmaps in task structThomas Gleixner1-0/+2
2020-11-16entry: Drop usage of TIF flags in the generic syscall codeGabriel Krisman Bertazi1-10/+7
2020-11-16ptrace: Migrate TIF_SYSCALL_EMU to use SYSCALL_WORK flagGabriel Krisman Bertazi1-9/+10
2020-11-16ptrace: Migrate to use SYSCALL_TRACE flagGabriel Krisman Bertazi1-2/+2
2020-11-16tracepoints: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi1-2/+2
2020-11-16seccomp: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi1-1/+1
2020-11-16entry: Wire up syscall_work in common entry codeGabriel Krisman Bertazi1-6/+9
2020-11-15entry: Fix spelling/typo errors in irq entry codeIra Weiny1-2/+2
2020-11-04x86/entry: Move nmi entry/exit into common codeThomas Gleixner1-0/+36
2020-11-04Merge branch 'core/urgent' into core/entryThomas Gleixner2-14/+37
2020-11-04entry: Fix the incorrect ordering of lockdep and RCU checkThomas Gleixner1-2/+2
2020-10-29entry: Fixup irqentry_enter() commentIra Weiny1-1/+1
2020-10-29entry: Add support for TIF_NOTIFY_SIGNALJens Axboe2-3/+14
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2-4/+1
2020-10-18Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2-4/+1
2020-10-12Merge tag 'x86_cleanups_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2020-10-09Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-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-24rcu: Remove unused __rcu_is_watching() functionPaul E. McKenney1-1/+1
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