index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-30
sched: Fix KCSAN noinstr violation
Josh Poimboeuf
1
-1
/
+1
2023-02-06
exit: Add and use make_task_dead.
Eric W. Biederman
1
-0
/
+1
2021-12-08
shm: extend forced shm destroy to support objects from several IPC nses
Alexander Mikhalitsyn
1
-1
/
+1
2021-11-26
task_stack: Fix end_of_stack() for architectures with upwards-growing stack
Helge Deller
1
-0
/
+4
2021-03-17
include/linux/sched/mm.h: use rcu_dereference in in_vfork()
Matthew Wilcox (Oracle)
1
-1
/
+2
2021-01-30
exit/exec: Seperate mm_release()
Thomas Gleixner
1
-2
/
+4
2020-10-29
mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary
Suren Baghdasaryan
1
-0
/
+1
2020-06-22
sched/core: Fix illegal RCU from offline CPUs
Peter Zijlstra
1
-0
/
+2
2019-12-31
cpufreq: Avoid leaving stale IRQ work items during CPU offline
Rafael J. Wysocki
1
-0
/
+3
2019-12-05
fork: fix some -Wmissing-prototypes warnings
Yi Wang
1
-0
/
+2
2019-10-11
sched/membarrier: Call sync_core only before usermode for same mm
Mathieu Desnoyers
1
-0
/
+2
2019-08-04
sched/fair: Don't free p->numa_faults with concurrent readers
Jann Horn
1
-2
/
+2
2019-06-22
coredump: fix race condition between collapse_huge_page() and core dumping
Andrea Arcangeli
1
-0
/
+4
2019-05-04
ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASK
Andrei Vagin
1
-0
/
+18
2019-04-27
coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...
Andrea Arcangeli
1
-0
/
+21
2019-04-05
sched/topology: Fix percpu data types in struct sd_data & struct s_data
Luc Van Oostenryck
1
-4
/
+4
2019-02-06
oom, oom_reaper: do not enqueue same task twice
Tetsuo Handa
1
-0
/
+1
2018-12-05
x86/speculation: Rework SMT state change
Thomas Gleixner
1
-0
/
+2
2018-12-05
sched/smt: Expose sched_smt_present static key
Thomas Gleixner
1
-0
/
+18
2018-08-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-3
/
+5
2018-08-22
signal: make force_sigsegv() void
Christian Brauner
1
-1
/
+1
2018-08-22
kernel/hung_task.c: allow to set checking interval separately from timeout
Dmitry Vyukov
1
-0
/
+1
2018-08-22
userns: use refcount_t for reference counting instead atomic_t
Sebastian Andrzej Siewior
1
-2
/
+3
2018-08-21
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+46
2018-08-18
fs: fsnotify: account fsnotify metadata to kmemcg
Shakeel Butt
1
-0
/
+37
2018-08-09
signal: Don't restart fork when signals come in.
Eric W. Biederman
1
-0
/
+8
2018-08-04
fork: Have new threads join on-going signal group stops
Eric W. Biederman
1
-0
/
+2
2018-08-04
signal: Add calculate_sigpending()
Eric W. Biederman
1
-0
/
+1
2018-07-25
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
1
-1
/
+1
2018-07-22
alpha: fix osf_wait4() breakage
Al Viro
1
-1
/
+1
2018-07-21
signal: Pass pid and pid type into send_sigqueue
Eric W. Biederman
1
-1
/
+1
2018-07-21
pid: Implement PIDTYPE_TGID
Eric W. Biederman
1
-3
/
+2
2018-07-21
pids: Move the pgrp and session pid pointers from task_struct to signal_struct
Eric W. Biederman
1
-3
/
+23
2018-07-21
pids: Compute task_tgid using signal->leader_pid
Eric W. Biederman
1
-0
/
+5
2018-07-21
pids: Move task_pid_type into sched/signal.h
Eric W. Biederman
1
-0
/
+8
2018-07-16
sched/sysctl: Remove unused sched_time_avg_ms sysctl
Vincent Guittot
1
-1
/
+0
2018-06-08
lockdep: fix fs_reclaim annotation
Omar Sandoval
1
-0
/
+4
2018-06-04
Merge tag 'docs-4.18' of git://git.lwn.net/linux
Linus Torvalds
1
-2
/
+40
2018-05-29
doc: document scope NOFS, NOIO APIs
Michal Hocko
1
-0
/
+38
2018-05-04
sched/core: Introduce set_special_state()
Peter Zijlstra
1
-1
/
+1
2018-04-16
Merge branch 'mm-rst' into docs-next
Jonathan Corbet
1
-2
/
+2
2018-04-16
docs/vm: rename documentation files to .rst
Mike Rapoport
1
-2
/
+2
2018-04-11
exec: pass stack rlimit into mm layout functions
Kees Cook
1
-2
/
+4
2018-04-07
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2018-03-23
Merge tag 'v4.16-rc6' into next-general
James Morris
2
-1
/
+16
2018-03-09
sched/cpufreq: Provide migration hint
Peter Zijlstra
1
-0
/
+1
2018-03-09
sched/nohz: Clean up nohz enter/exit
Peter Zijlstra
1
-2
/
+0
2018-03-09
cpufreq/schedutil: Rewrite CPUFREQ_RT support
Peter Zijlstra
1
-2
/
+1
2018-03-09
cpufreq/schedutil: Remove unused CPUFREQ_DL
Peter Zijlstra
1
-2
/
+1
2018-03-09
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
2
-1
/
+16
[next]