summaryrefslogtreecommitdiff
path: root/include/linux/sched
AgeCommit message (Expand)AuthorFilesLines
2023-05-30sched: Fix KCSAN noinstr violationJosh Poimboeuf1-1/+1
2023-02-06exit: Add and use make_task_dead.Eric W. Biederman1-0/+1
2021-12-08shm: extend forced shm destroy to support objects from several IPC nsesAlexander Mikhalitsyn1-1/+1
2021-11-26task_stack: Fix end_of_stack() for architectures with upwards-growing stackHelge Deller1-0/+4
2021-03-17include/linux/sched/mm.h: use rcu_dereference in in_vfork()Matthew Wilcox (Oracle)1-1/+2
2021-01-30exit/exec: Seperate mm_release()Thomas Gleixner1-2/+4
2020-10-29mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan1-0/+1
2020-06-22sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra1-0/+2
2019-12-31cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki1-0/+3
2019-12-05fork: fix some -Wmissing-prototypes warningsYi Wang1-0/+2
2019-10-11sched/membarrier: Call sync_core only before usermode for same mmMathieu Desnoyers1-0/+2
2019-08-04sched/fair: Don't free p->numa_faults with concurrent readersJann Horn1-2/+2
2019-06-22coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli1-0/+4
2019-05-04ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKAndrei Vagin1-0/+18
2019-04-27coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli1-0/+21
2019-04-05sched/topology: Fix percpu data types in struct sd_data & struct s_dataLuc Van Oostenryck1-4/+4
2019-02-06oom, oom_reaper: do not enqueue same task twiceTetsuo Handa1-0/+1
2018-12-05x86/speculation: Rework SMT state changeThomas Gleixner1-0/+2
2018-12-05sched/smt: Expose sched_smt_present static keyThomas Gleixner1-0/+18
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-3/+5
2018-08-22signal: make force_sigsegv() voidChristian Brauner1-1/+1
2018-08-22kernel/hung_task.c: allow to set checking interval separately from timeoutDmitry Vyukov1-0/+1
2018-08-22userns: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior1-2/+3
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+46
2018-08-18fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt1-0/+37
2018-08-09signal: Don't restart fork when signals come in.Eric W. Biederman1-0/+8
2018-08-04fork: Have new threads join on-going signal group stopsEric W. Biederman1-0/+2
2018-08-04signal: Add calculate_sigpending()Eric W. Biederman1-0/+1
2018-07-25Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar1-1/+1
2018-07-22alpha: fix osf_wait4() breakageAl Viro1-1/+1
2018-07-21signal: Pass pid and pid type into send_sigqueueEric W. Biederman1-1/+1
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman1-3/+2
2018-07-21pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman1-3/+23
2018-07-21pids: Compute task_tgid using signal->leader_pidEric W. Biederman1-0/+5
2018-07-21pids: Move task_pid_type into sched/signal.hEric W. Biederman1-0/+8
2018-07-16sched/sysctl: Remove unused sched_time_avg_ms sysctlVincent Guittot1-1/+0
2018-06-08lockdep: fix fs_reclaim annotationOmar Sandoval1-0/+4
2018-06-04Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds1-2/+40
2018-05-29doc: document scope NOFS, NOIO APIsMichal Hocko1-0/+38
2018-05-04sched/core: Introduce set_special_state()Peter Zijlstra1-1/+1
2018-04-16Merge branch 'mm-rst' into docs-nextJonathan Corbet1-2/+2
2018-04-16docs/vm: rename documentation files to .rstMike Rapoport1-2/+2
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook1-2/+4
2018-04-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2018-03-23Merge tag 'v4.16-rc6' into next-generalJames Morris2-1/+16
2018-03-09sched/cpufreq: Provide migration hintPeter Zijlstra1-0/+1
2018-03-09sched/nohz: Clean up nohz enter/exitPeter Zijlstra1-2/+0
2018-03-09cpufreq/schedutil: Rewrite CPUFREQ_RT supportPeter Zijlstra1-2/+1
2018-03-09cpufreq/schedutil: Remove unused CPUFREQ_DLPeter Zijlstra1-2/+1
2018-03-09Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2-1/+16