summaryrefslogtreecommitdiffstats
path: root/kernel/entry (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-10/+7
2025-09-30entry: Rename "kvm" entry code assets to "virt" to genericize APIsSean Christopherson2-2/+2
2025-09-30entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM properSean Christopherson1-8/+5
2025-09-11entry: Add arch_irqentry_exit_need_resched() for arm64Jinjie Ruan1-1/+15
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+2
2025-07-21entry: Add arch_in_rcu_eqs()Mark Rutland1-1/+2
2025-06-30Merge tag 'entry-split-for-arm' into core/entryThomas Gleixner3-113/+115
2025-06-30entry: Split generic entry into generic exception and syscall entryJinjie Ruan3-113/+115
2025-06-13syscall_user_dispatch: Add PR_SYS_DISPATCH_INCLUSIVE_ONDmitry Vyukov1-13/+23
2025-04-29entry: Inline syscall_exit_to_user_mode()Charlie Jenkins1-48/+1
2025-03-24Merge tag 'objtool-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2025-03-22tracing: Disable branch profiling in noinstr codeJosh Poimboeuf1-0/+3
2025-02-10seccomp: remove the 'sd' argument from __secure_computing()Oleg Nesterov1-1/+1
2024-11-05sched: Add TIF_NEED_RESCHED_LAZY infrastructurePeter Zijlstra2-3/+3
2024-07-29treewide: context_tracking: Rename CONTEXT_* into CT_STATE_*Valentin Schneider1-1/+1
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