aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-13thp: khugepagedAndrea Arcangeli1-0/+1
2011-01-13oom: allow a non-CAP_SYS_RESOURCE proces to oom_score_adj downMandeep Singh Baines1-0/+2
2011-01-13sched: remove long deprecated CLONE_STOPPED flagDave Jones1-1/+2
2011-01-13epoll: convert max_user_watches to longRobin Holt1-1/+1
2011-01-10headers: kobject.h reduxAlexey Dobriyan1-1/+0
2011-01-10headers: path.h reduxAlexey Dobriyan1-1/+0
2011-01-07sched: Consolidate the name of root_task_group and init_task_groupYong Zhang1-1/+1
2011-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-7/+29
2011-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+4
2011-01-05Merge commit 'v2.6.37' into sched/coreIngo Molnar1-1/+1
2010-12-23Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/rcuIngo Molnar1-2/+9
2010-12-22Merge commit 'v2.6.37-rc7' into perf/coreIngo Molnar1-1/+1
2010-12-08sched: Make pushable_tasks CONFIG_SMP dependantDario Faggioli1-0/+2
2010-12-08sched: Cure more NO_HZ load average woesPeter Zijlstra1-1/+1
2010-11-30sched: Add 'autogroup' scheduling feature: automated per session task groupsMike Galbraith1-0/+23
2010-11-29rcu: priority boosting for TINY_PREEMPT_RCUPaul E. McKenney1-2/+9
2010-11-26perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra1-0/+4
2010-11-26Merge commit 'v2.6.37-rc3' into sched/coreIngo Molnar1-0/+1
2010-11-18sched: Add sysctl_sched_shares_windowPaul Turner1-0/+1
2010-11-18sched: Rewrite tg_shares_up)Peter Zijlstra1-2/+0
2010-11-18sched: Simplify cpu-hot-unplug task migrationPeter Zijlstra1-3/+0
2010-11-18Merge commit 'v2.6.37-rc2' into sched/coreIngo Molnar1-6/+19
2010-11-10sched: Use group weight, idle cpu metrics to fix imbalances during idleSuresh Siddha1-0/+1
2010-10-30Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds1-0/+3
2010-10-29Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-10-28fanotify: limit number of listeners per userEric Paris1-0/+3
2010-10-27signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro1-3/+4
2010-10-27signals: annotate lock_task_sighand()Namhyung Kim1-1/+8
2010-10-26kernel: remove PF_FLUSHERPeter Zijlstra1-1/+0
2010-10-23sched: Make sched_param argument static in sched_setscheduler() callersKOSAKI Motohiro1-2/+3
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+3
2010-10-22sched, cgroup: Fixup broken cgroup movementPeter Zijlstra1-1/+1
2010-10-21Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+18
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+8
2010-10-18sched: Add IRQ_TIME_ACCOUNTING, finer accounting of irq timeVenkatesh Pallipadi1-0/+13
2010-10-18sched: Add a PF flag for ksoftirqd identificationVenkatesh Pallipadi1-0/+1
2010-10-18sched: Fix softirq time accountingVenkatesh Pallipadi1-3/+3
2010-09-25Fix compile error in blk-exec.c for !CONFIG_DETECT_HUNG_TASKMark Lord1-0/+3
2010-09-13sched: Remove unused PF_ALIGNWARN flagDave Young1-2/+0
2010-09-09perf: Provide a separate task context for sweventsPeter Zijlstra1-0/+1
2010-09-09perf: Multiple task contextsPeter Zijlstra1-1/+7
2010-09-09sched: Add book scheduling domainHeiko Carstens1-0/+1
2010-08-20rcu: Add a TINY_PREEMPT_RCUPaul E. McKenney1-3/+7
2010-08-19credentials: rcu annotationArnd Bergmann1-2/+2
2010-08-19cgroups: __rcu annotationsArnd Bergmann1-1/+1
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-1/+3
2010-08-09oom: badness heuristic rewriteDavid Rientjes1-1/+2
2010-08-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-30/+29
2010-08-05Merge branch 'sched/urgent' into sched/coreIngo Molnar1-6/+0
2010-08-05Merge branch 'perf/nmi' into perf/coreIngo Molnar1-8/+4