aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-13coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli1-0/+4
2019-05-14include/linux/sched/signal.h: replace `tsk' with `task'Andrei Vagin1-25/+26
2019-05-09Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+2
2019-05-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+7
2019-05-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2019-05-03Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-0/+21
2019-04-30fork: Provide a function for copying init_mmNadav Amit1-0/+1
2019-04-19cgroup: cgroup v2 freezerRoman Gushchin1-0/+2
2019-04-19coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumpingAndrea Arcangeli1-0/+21
2019-04-10keys: safe concurrent user->{session,uid}_keyring accessJann Horn1-0/+7
2019-04-03sched_domain: Annotate RCU pointers properlyJoel Fernandes (Google)1-2/+2
2019-03-29ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKAndrei Vagin1-0/+18
2019-03-08Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-8/+40
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-9/+17
2019-03-05mm/cma: add PF flag to force non cma allocAneesh Kumar K.V1-8/+40
2019-02-28Add io_uring IO interfaceJens Axboe1-1/+1
2019-02-11sched/topology: Fix percpu data types in struct sd_data & struct s_dataLuc Van Oostenryck1-4/+4
2019-02-11Merge tag 'v5.0-rc6' into sched/core, to pick up fixesIngo Molnar2-1/+6
2019-02-04sched/wake_q: Reduce reference counting for special usersDavidlohr Bueso1-2/+2
2019-02-04sched/core: Convert task_struct.stack_refcount to refcount_tElena Reshetova1-1/+1
2019-02-04sched/core: Convert task_struct.usage to refcount_tElena Reshetova1-2/+2
2019-02-04sched/core: Convert signal_struct.sigcnt to refcount_tElena Reshetova1-1/+1
2019-02-04sched/core: Convert sighand_struct.count to refcount_tElena Reshetova1-1/+2
2019-02-01oom, oom_reaper: do not enqueue same task twiceTetsuo Handa1-0/+1
2019-01-27sched/topology: Introduce a sysctl for Energy Aware SchedulingQuentin Perret1-0/+7
2019-01-21sched/wake_q: Document wake_q_add()Peter Zijlstra1-1/+5
2019-01-04fork: fix some -Wmissing-prototypes warningsYi Wang1-0/+2
2018-12-11sched/cpufreq: Prepare schedutil for Energy Aware SchedulingQuentin Perret1-0/+6
2018-12-11sched/topology: Relocate arch_scale_cpu_capacity() to the internal headerQuentin Perret1-0/+16
2018-12-11sched/topology: Remove the ::smt_gain field from 'struct sched_domain'Vincent Guittot1-1/+0
2018-12-03sched: Fix various typos in commentsIngo Molnar3-4/+4
2018-11-28x86/speculation: Rework SMT state changeThomas Gleixner1-0/+2
2018-11-28sched/smt: Expose sched_smt_present static keyThomas Gleixner1-0/+18
2018-10-30Merge tag 'pm-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+0
2018-10-26sched: loadavg: make calc_load_n() publicJohannes Weiner1-0/+3
2018-10-26sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner1-4/+17
2018-10-25cpuidle: menu: Remove get_loadavg() from the performance multiplierDaniel Lezcano1-1/+0
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-12/+11
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman1-9/+9
2018-09-11signal: Remove SEND_SIG_FORCEDEric W. Biederman1-1/+0
2018-09-11signal: Remove the siginfo paramater from kernel_dqueue_signalEric W. Biederman1-2/+2
2018-09-10sched/topology: Add SD_ASYM_CPUCAPACITY flag detectionMorten Rasmussen1-3/+3
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/ebiederm/user-namespaceLinus Torvalds1-3/+46
2018-08-17fs: 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