index
:
Linux Stable
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.12.y
linux-6.13.y
linux-6.14.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
/
sched
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix race between exit_itimers() and /proc/pid/timers
Oleg Nesterov
2022-07-21
1
-1
/
+1
*
signal: Deliver SIGTRAP on perf event asynchronously if blocked
Marco Elver
2022-06-09
1
-1
/
+1
*
mm, hugetlb: allow for "high" userspace addresses
Christophe Leroy
2022-04-27
1
-0
/
+8
*
sched: Fix yet more sched_fork() races
Peter Zijlstra
2022-03-08
1
-2
/
+2
*
signal: Replace force_fatal_sig with force_exit_sig when in doubt
Eric W. Biederman
2021-11-25
1
-0
/
+1
*
signal: Implement force_fatal_sig
Eric W. Biederman
2021-11-25
1
-0
/
+1
*
shm: extend forced shm destroy to support objects from several IPC nses
Alexander Mikhalitsyn
2021-11-25
1
-1
/
+1
*
kernel/sched: Fix sched_fork() access an invalid sched_task_group
Zhang Qiao
2021-11-18
1
-1
/
+2
*
task_stack: Fix end_of_stack() for architectures with upwards-growing stack
Helge Deller
2021-11-18
1
-0
/
+4
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-08
1
-1
/
+2
|
\
|
*
fs/epoll: use a per-cpu counter for user's watches count
Nicholas Piggin
2021-09-08
1
-1
/
+2
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-03
1
-5
/
+5
|
\
\
|
*
|
memcg: replace in_interrupt() by !in_task() in active_memcg()
Vasily Averin
2021-09-03
1
-1
/
+1
|
*
|
mm: report a more useful address for reclaim acquisition
Matthew Wilcox (Oracle)
2021-09-03
1
-4
/
+4
|
|
/
*
|
Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2021-09-01
1
-0
/
+1
|
\
\
|
*
|
signal/seccomp: Refactor seccomp signal and coredump generation
Eric W. Biederman
2021-08-26
1
-0
/
+1
|
|
/
*
|
Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2021-09-01
1
-8
/
+3
|
\
\
|
*
|
signal: Remove the generic __ARCH_SI_TRAPNO support
Eric W. Biederman
2021-07-23
1
-8
/
+0
|
*
|
signal/alpha: si_trapno is only used with SIGFPE and SIGTRAP TRAP_UNK
Eric W. Biederman
2021-07-23
1
-0
/
+2
|
*
|
signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRP
Eric W. Biederman
2021-07-23
1
-0
/
+1
|
|
/
*
|
Merge tag 'timers-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-08-30
1
-0
/
+6
|
\
\
|
*
|
posix-cpu-timers: Assert task sighand is locked while starting cputime counter
Frederic Weisbecker
2021-08-10
1
-0
/
+6
|
|
/
*
|
Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2021-08-30
1
-2
/
+5
|
\
\
|
*
|
sched/wake_q: Provide WAKE_Q_HEAD_INITIALIZER()
Thomas Gleixner
2021-08-17
1
-2
/
+5
|
|
/
*
|
Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-08-30
1
-18
/
+0
|
\
\
|
|
/
|
/
|
|
*
sched/sysctl: Move extern sysctl declarations to sched.h
Hailong Liu
2021-06-28
1
-18
/
+0
*
|
Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-07-07
1
-7
/
+12
|
\
\
|
*
\
Merge x86/urgent into x86/fpu
Borislav Petkov
2021-06-23
1
-0
/
+1
|
|
\
\
|
*
|
|
x86/signal: Detect and prevent an alternate signal stack overflow
Chang S. Bae
2021-05-19
1
-7
/
+12
*
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-06-29
1
-0
/
+8
|
\
\
\
\
|
*
|
|
|
mm: gup: pack has_pinned in MMF_HAS_PINNED
Andrea Arcangeli
2021-06-29
1
-0
/
+8
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2021-06-28
1
-7
/
+0
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Reimplement RLIMIT_MEMLOCK on top of ucounts
Alexey Gladkov
2021-04-30
1
-1
/
+0
|
*
|
|
Reimplement RLIMIT_SIGPENDING on top of ucounts
Alexey Gladkov
2021-04-30
1
-1
/
+0
|
*
|
|
Reimplement RLIMIT_MSGQUEUE on top of ucounts
Alexey Gladkov
2021-04-30
1
-4
/
+0
|
*
|
|
Reimplement RLIMIT_NPROC on top of ucounts
Alexey Gladkov
2021-04-30
1
-1
/
+0
*
|
|
|
sched/core: Introduce SD_ASYM_CPUCAPACITY_FULL sched_domain flag
Beata Michalska
2021-06-24
1
-0
/
+10
*
|
|
|
sched: Change task_struct::state
Peter Zijlstra
2021-06-18
2
-2
/
+2
*
|
|
|
sched/cpufreq: Consider reduced CPU capacity in energy calculation
Lukasz Luba
2021-06-17
1
-1
/
+1
*
|
|
|
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
2021-06-03
1
-0
/
+1
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-05-21
1
-0
/
+1
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
signal: Factor force_sig_perf out of perf_sigtrap
Eric W. Biederman
2021-05-18
1
-0
/
+1
|
|
|
/
*
|
|
sched: Make nr_iowait_cpu() return 32-bit value
Alexey Dobriyan
2021-05-12
1
-1
/
+1
*
|
|
sched: Make nr_iowait() return 32-bit value
Alexey Dobriyan
2021-05-12
1
-1
/
+1
*
|
|
sched: Make nr_running() return 32-bit value
Alexey Dobriyan
2021-05-12
1
-1
/
+1
*
|
|
sched: Simplify sched_info_on()
Peter Zijlstra
2021-05-12
1
-8
/
+2
|
/
/
*
|
mm: honor PF_MEMALLOC_PIN for all movable pages
Pavel Tatashin
2021-05-05
1
-1
/
+5
*
|
mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN
Pavel Tatashin
2021-05-05
1
-16
/
+5
*
|
Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-04-29
1
-3
/
+0
|
\
\
|
*
|
fanotify: configurable limits via sysfs
Amir Goldstein
2021-03-16
1
-3
/
+0
|
|
/
[next]