aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-03fork: Have new threads join on-going signal group stopsEric W. Biederman1-0/+2
2018-08-03signal: 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-07lockdep: 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/jmorris/linux-securityLinus 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
2018-03-07usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as_cred and security_task_killStephen Smalley1-1/+1
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar1-6/+0
2018-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+12