summaryrefslogtreecommitdiff
path: root/include/linux/kern_levels.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/kern_levels.h')
0 files changed, 0 insertions, 0 deletions
9f3933baea22c393'>entry: Remove empty addr_limit_user_check()Mark Rutland 2023-04-16ptrace: Provide set/get interface for syscall user dispatchGregory Price 2023-04-16syscall_user_dispatch: Untag selector address before access_ok()Gregory Price 2023-04-16syscall_user_dispatch: Split up set_syscall_user_dispatch()Gregory Price 2023-03-21entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-upFrederic Weisbecker 2023-03-21entry: Fix noinstr warning in __enter_from_user_mode()Josh Poimboeuf 2022-10-03entry: kmsan: introduce kmsan_unpoison_entry_regs()Alexander Potapenko 2022-07-05context_tracking: Take NMI eqs entrypoints over RCUFrederic Weisbecker 2022-07-05context_tracking: Take IRQ eqs entrypoints over RCUFrederic Weisbecker 2022-06-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds 2022-06-07entry/kvm: Exit to user mode when TIF_NOTIFY_SIGNAL is setSeth Forshee 2022-05-24Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds 2022-05-09entry: Rename arch_check_user_regs() to arch_enter_from_user_mode()Sven Schnelle 2022-04-05lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers 2022-04-05entry: Fix compile error in dynamic_irqentry_exit_cond_resched()Sven Schnelle 2022-03-31Revert "signal, x86: Delay calling signals in atomic on RT enabled kernels"Thomas Gleixner 2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds 2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds 2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman 2022-03-10task_work: Decouple TIF_NOTIFY_SIGNAL and task_workEric W. Biederman 2022-03-10task_work: Call tracehook_notify_signal from get_signal on all architecturesEric W. Biederman 2022-03-10ptrace: Remove arch_syscall_{enter,exit}_tracehookEric W. Biederman 2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman 2022-03-04signal, x86: Delay calling signals in atomic on RT enabled kernelsOleg Nesterov 2022-02-19sched/preempt: Add PREEMPT_DYNAMIC using static keysMark Rutland 2022-02-19sched/preempt: Simplify irqentry_exit_cond_resched() callersMark Rutland 2021-12-01entry: Snapshot thread flagsMark Rutland 2021-11-19signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman 2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds 2021-10-29exit/syscall_user_dispatch: Send ordinary signals on failureEric W. Biederman 2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson 2021-09-22KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guestSean Christopherson 2021-05-31tick/nohz: Only check for RCU deferred wakeup on user/guest entry when neededFrederic Weisbecker