aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* thp: khugepagedAndrea Arcangeli2011-01-131-0/+1
* oom: allow a non-CAP_SYS_RESOURCE proces to oom_score_adj downMandeep Singh Baines2011-01-131-0/+2
* sched: remove long deprecated CLONE_STOPPED flagDave Jones2011-01-131-1/+2
* epoll: convert max_user_watches to longRobin Holt2011-01-131-1/+1
* headers: kobject.h reduxAlexey Dobriyan2011-01-101-1/+0
* headers: path.h reduxAlexey Dobriyan2011-01-101-1/+0
* sched: Consolidate the name of root_task_group and init_task_groupYong Zhang2011-01-071-1/+1
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-061-7/+29
|\
| * Merge commit 'v2.6.37' into sched/coreIngo Molnar2011-01-051-1/+1
| |\
| * | sched: Make pushable_tasks CONFIG_SMP dependantDario Faggioli2010-12-081-0/+2
| * | sched: Add 'autogroup' scheduling feature: automated per session task groupsMike Galbraith2010-11-301-0/+23
| * | Merge commit 'v2.6.37-rc3' into sched/coreIngo Molnar2010-11-261-0/+1
| |\ \
| * | | sched: Add sysctl_sched_shares_windowPaul Turner2010-11-181-0/+1
| * | | sched: Rewrite tg_shares_up)Peter Zijlstra2010-11-181-2/+0
| * | | sched: Simplify cpu-hot-unplug task migrationPeter Zijlstra2010-11-181-3/+0
| * | | Merge commit 'v2.6.37-rc2' into sched/coreIngo Molnar2010-11-181-6/+19
| |\ \ \
| * | | | sched: Make sched_param argument static in sched_setscheduler() callersKOSAKI Motohiro2010-10-231-2/+3
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-01-061-0/+4
|\ \ \ \ \
| * \ \ \ \ Merge commit 'v2.6.37-rc7' into perf/coreIngo Molnar2010-12-221-1/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra2010-11-261-0/+4
| | |_|_|/ | |/| | |
* | | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2010-12-231-2/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | rcu: priority boosting for TINY_PREEMPT_RCUPaul E. McKenney2010-11-291-2/+9
* | | | | sched: Cure more NO_HZ load average woesPeter Zijlstra2010-12-081-1/+1
| |/ / / |/| | |
* | | | sched: Use group weight, idle cpu metrics to fix imbalances during idleSuresh Siddha2010-11-101-0/+1
| |_|/ |/| |
* | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2010-10-301-0/+3
|\ \ \
| * | | fanotify: limit number of listeners per userEric Paris2010-10-281-0/+3
* | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-10-291-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | sched, cgroup: Fixup broken cgroup movementPeter Zijlstra2010-10-221-1/+1
* | | | signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro2010-10-271-3/+4
* | | | signals: annotate lock_task_sighand()Namhyung Kim2010-10-271-1/+8
* | | | kernel: remove PF_FLUSHERPeter Zijlstra2010-10-261-1/+0
* | | | Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-0/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix compile error in blk-exec.c for !CONFIG_DETECT_HUNG_TASKMark Lord2010-09-251-0/+3
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-211-5/+18
|\ \ \ \ | | |/ / | |/| |
| * | | sched: Add IRQ_TIME_ACCOUNTING, finer accounting of irq timeVenkatesh Pallipadi2010-10-181-0/+13
| * | | sched: Add a PF flag for ksoftirqd identificationVenkatesh Pallipadi2010-10-181-0/+1
| * | | sched: Fix softirq time accountingVenkatesh Pallipadi2010-10-181-3/+3
| * | | sched: Remove unused PF_ALIGNWARN flagDave Young2010-09-131-2/+0
| * | | sched: Add book scheduling domainHeiko Carstens2010-09-091-0/+1
| |/ /
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-211-1/+8
|\ \ \ | |_|/ |/| |
| * | perf: Provide a separate task context for sweventsPeter Zijlstra2010-09-091-0/+1
| * | perf: Multiple task contextsPeter Zijlstra2010-09-091-1/+7
| |/
* | rcu: Add a TINY_PREEMPT_RCUPaul E. McKenney2010-08-201-3/+7
* | credentials: rcu annotationArnd Bergmann2010-08-191-2/+2
* | cgroups: __rcu annotationsArnd Bergmann2010-08-191-1/+1
|/
* Make do_execve() take a const filename pointerDavid Howells2010-08-171-1/+3
* oom: badness heuristic rewriteDavid Rientjes2010-08-091-1/+2
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-061-30/+29
|\
| * Merge branch 'sched/urgent' into sched/coreIngo Molnar2010-08-051-6/+0
| |\
| | * sched: Revert nohz_ratelimit() for nowPeter Zijlstra2010-07-171-6/+0