index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
entry-common.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
include/linux/entry-common.h: remove has_signal comment of arch_do_signal_or_...
Tiezhu Yang
2022-10-11
1
-1
/
+0
*
context_tracking: Take IRQ eqs entrypoints over RCU
Frederic Weisbecker
2022-07-05
1
-5
/
+5
*
entry: Rename arch_check_user_regs() to arch_enter_from_user_mode()
Sven Schnelle
2022-05-09
1
-4
/
+4
*
Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-03-28
1
-43
/
+4
|
\
|
*
task_work: Call tracehook_notify_signal from get_signal on all architectures
Eric W. Biederman
2022-03-10
1
-1
/
+1
|
*
ptrace: Remove arch_syscall_{enter,exit}_tracehook
Eric W. Biederman
2022-03-10
1
-41
/
+2
|
*
ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.h
Eric W. Biederman
2022-03-10
1
-3
/
+3
*
|
sched/preempt: Add PREEMPT_DYNAMIC using static keys
Mark Rutland
2022-02-19
1
-2
/
+8
*
|
sched/preempt: Simplify irqentry_exit_cond_resched() callers
Mark Rutland
2022-02-19
1
-3
/
+6
*
|
sched/preempt: Refactor sched_dynamic_update()
Mark Rutland
2022-02-19
1
-0
/
+2
|
/
*
entry: Fix typos in comments
Ingo Molnar
2021-03-22
1
-2
/
+2
*
preempt/dynamic: Provide irqentry_exit_cond_resched() static call
Peter Zijlstra (Intel)
2021-02-17
1
-0
/
+4
*
entry: Ensure trap after single-step on system call return
Gabriel Krisman Bertazi
2021-02-06
1
-0
/
+1
*
Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-16
1
-4
/
+0
|
\
|
*
kernel: remove checking for TIF_NOTIFY_SIGNAL
Jens Axboe
2020-12-12
1
-4
/
+0
|
*
Merge tag 'core-entry-notify-signal' of git://git.kernel.org/pub/scm/linux/ke...
Jens Axboe
2020-11-09
1
-3
/
+8
|
|
\
*
|
|
entry: Add syscall_exit_to_user_mode_work()
Sven Schnelle
2020-12-02
1
-0
/
+20
*
|
|
entry: Add exit_to_user_mode() wrapper
Sven Schnelle
2020-12-02
1
-2
/
+21
*
|
|
entry_Add_enter_from_user_mode_wrapper
Sven Schnelle
2020-12-02
1
-1
/
+23
*
|
|
entry: Support Syscall User Dispatch on common syscall entry
Gabriel Krisman Bertazi
2020-12-02
1
-0
/
+2
*
|
|
entry: Drop usage of TIF flags in the generic syscall code
Gabriel Krisman Bertazi
2020-11-16
1
-14
/
+12
*
|
|
audit: Migrate to use SYSCALL_WORK flag
Gabriel Krisman Bertazi
2020-11-16
1
-12
/
+6
*
|
|
ptrace: Migrate TIF_SYSCALL_EMU to use SYSCALL_WORK flag
Gabriel Krisman Bertazi
2020-11-16
1
-6
/
+2
*
|
|
ptrace: Migrate to use SYSCALL_TRACE flag
Gabriel Krisman Bertazi
2020-11-16
1
-4
/
+6
*
|
|
tracepoints: Migrate to use SYSCALL_WORK flag
Gabriel Krisman Bertazi
2020-11-16
1
-8
/
+5
*
|
|
seccomp: Migrate to use SYSCALL_WORK flag
Gabriel Krisman Bertazi
2020-11-16
1
-6
/
+2
*
|
|
entry: Wire up syscall_work in common entry code
Gabriel Krisman Bertazi
2020-11-16
1
-0
/
+3
*
|
|
entry: Fix spelling/typo errors in irq entry code
Ira Weiny
2020-11-15
1
-2
/
+2
*
|
|
x86/entry: Move nmi entry/exit into common code
Thomas Gleixner
2020-11-04
1
-1
/
+38
*
|
|
Merge branch 'core/urgent' into core/entry
Thomas Gleixner
2020-11-04
1
-10
/
+43
|
\
|
|
|
|
/
|
/
|
|
*
Merge tag 'x86_cleanups_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-10-12
1
-1
/
+1
|
|
\
|
|
*
x86/entry: Fix typo in comments for syscall_enter_from_user_mode()
Kees Cook
2020-09-22
1
-1
/
+1
|
*
|
x86/entry: Unbreak 32bit fast syscall
Thomas Gleixner
2020-09-04
1
-9
/
+42
|
|
/
*
/
entry: Add support for TIF_NOTIFY_SIGNAL
Jens Axboe
2020-10-29
1
-3
/
+8
|
/
*
entry: Provide generic interrupt entry/exit code
Thomas Gleixner
2020-07-24
1
-0
/
+62
*
entry: Provide generic syscall exit function
Thomas Gleixner
2020-07-24
1
-0
/
+189
*
entry: Provide generic syscall entry functionality
Thomas Gleixner
2020-07-24
1
-0
/
+121