index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
entry
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-29
treewide: context_tracking: Rename CONTEXT_* into CT_STATE_*
Valentin Schneider
1
-1
/
+1
2024-03-12
entry: Respect changes to system call number by trace_sys_enter()
André Rösti
1
-1
/
+7
2023-12-21
entry: Move syscall_enter_from_user_mode() to header file
Sven Schnelle
1
-31
/
+1
2023-12-21
entry: Move enter_from_user_mode() to header file
Sven Schnelle
1
-23
/
+3
2023-12-21
entry: Move exit to usermode functions to header file
Sven Schnelle
1
-43
/
+9
2023-08-23
entry: Remove empty addr_limit_user_check()
Mark Rutland
1
-2
/
+1
2023-04-16
ptrace: Provide set/get interface for syscall user dispatch
Gregory Price
1
-0
/
+40
2023-04-16
syscall_user_dispatch: Untag selector address before access_ok()
Gregory Price
1
-1
/
+10
2023-04-16
syscall_user_dispatch: Split up set_syscall_user_dispatch()
Gregory Price
1
-8
/
+15
2023-03-21
entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-up
Frederic Weisbecker
1
-1
/
+2
2023-03-21
entry: Fix noinstr warning in __enter_from_user_mode()
Josh Poimboeuf
1
-1
/
+1
2022-10-03
entry: kmsan: introduce kmsan_unpoison_entry_regs()
Alexander Potapenko
1
-0
/
+5
2022-07-05
context_tracking: Take NMI eqs entrypoints over RCU
Frederic Weisbecker
1
-2
/
+2
2022-07-05
context_tracking: Take IRQ eqs entrypoints over RCU
Frederic Weisbecker
1
-6
/
+6
2022-06-08
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-6
/
+0
2022-06-07
entry/kvm: Exit to user mode when TIF_NOTIFY_SIGNAL is set
Seth Forshee
1
-6
/
+0
2022-05-24
Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+3
2022-05-09
entry: Rename arch_check_user_regs() to arch_enter_from_user_mode()
Sven Schnelle
1
-1
/
+1
2022-04-05
lockdep: Fix -Wunused-parameter for _THIS_IP_
Nick Desaulniers
1
-3
/
+3
2022-04-05
entry: Fix compile error in dynamic_irqentry_exit_cond_resched()
Sven Schnelle
1
-1
/
+1
2022-03-31
Revert "signal, x86: Delay calling signals in atomic on RT enabled kernels"
Thomas Gleixner
1
-14
/
+0
2022-03-28
Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-16
/
+12
2022-03-22
Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-8
/
+15
2022-03-10
resume_user_mode: Move to resume_user_mode.h
Eric W. Biederman
2
-3
/
+3
2022-03-10
task_work: Decouple TIF_NOTIFY_SIGNAL and task_work
Eric W. Biederman
1
-2
/
+5
2022-03-10
task_work: Call tracehook_notify_signal from get_signal on all architectures
Eric W. Biederman
2
-11
/
+3
2022-03-10
ptrace: Remove arch_syscall_{enter,exit}_tracehook
Eric W. Biederman
1
-2
/
+2
2022-03-10
ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.h
Eric W. Biederman
1
-0
/
+1
2022-03-04
signal, x86: Delay calling signals in atomic on RT enabled kernels
Oleg Nesterov
1
-0
/
+14
2022-02-19
sched/preempt: Add PREEMPT_DYNAMIC using static keys
Mark Rutland
1
-0
/
+11
2022-02-19
sched/preempt: Simplify irqentry_exit_cond_resched() callers
Mark Rutland
1
-8
/
+4
2021-12-01
entry: Snapshot thread flags
Mark Rutland
2
-4
/
+4
2021-11-19
signal: Replace force_fatal_sig with force_exit_sig when in doubt
Eric W. Biederman
1
-2
/
+2
2021-11-10
Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+8
2021-10-29
exit/syscall_user_dispatch: Send ordinary signals on failure
Eric W. Biederman
1
-4
/
+8
2021-09-22
entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()
Sean Christopherson
2
-6
/
+2
2021-09-22
KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guest
Sean Christopherson
1
-1
/
+3
2021-05-31
tick/nohz: Only check for RCU deferred wakeup on user/guest entry when needed
Frederic Weisbecker
1
-2
/
+3
2021-04-26
Merge tag 'core-entry-2021-04-26' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2021-04-19
preempt/dynamic: Fix typo in macro conditional statement
Zhouyi Zhou
1
-1
/
+1
2021-03-22
entry: Fix typos in comments
Ingo Molnar
1
-1
/
+1
2021-02-17
entry: Explicitly flush pending rcuog wakeup before last rescheduling point
Frederic Weisbecker
1
-0
/
+7
2021-02-17
preempt/dynamic: Provide irqentry_exit_cond_resched() static call
Peter Zijlstra (Intel)
1
-1
/
+9
2021-02-06
entry: Use different define for selector variable in SUD
Gabriel Krisman Bertazi
1
-2
/
+2
2021-02-06
entry: Ensure trap after single-step on system call return
Gabriel Krisman Bertazi
1
-10
/
+2
2021-01-28
entry: Unbreak single step reporting behaviour
Yuxuan Shui
1
-1
/
+1
2020-12-14
Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+2
2020-12-02
entry: Add syscall_exit_to_user_mode_work()
Sven Schnelle
1
-2
/
+12
2020-12-02
entry: Add exit_to_user_mode() wrapper
Sven Schnelle
1
-12
/
+6
2020-12-02
entry_Add_enter_from_user_mode_wrapper
Sven Schnelle
1
-10
/
+6
[next]