summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)Author
2011-01-07Merge branch 'linux-tegra-2.6.36' into android-tegra-2.6.36Colin Cross
2011-01-07sched: Cure more NO_HZ load average woesPeter Zijlstra
2010-10-04sched: normalize sleeper's vruntime during group changeDima Zavin
2010-09-29sched: Add a generic notifier when a task struct is about to be freedSan Mehat
2010-08-17Make do_execve() take a const filename pointerDavid Howells
2010-08-09oom: badness heuristic rewriteDavid Rientjes
2010-08-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-08-05Merge branch 'sched/urgent' into sched/coreIngo Molnar
2010-08-05Merge branch 'perf/nmi' into perf/coreIngo Molnar
2010-08-02Merge commit 'v2.6.35' into perf/coreIngo Molnar
2010-07-29CRED: Fix __task_cred()'s lockdep check and banner commentDavid Howells
2010-07-21Merge branch 'linus' into sched/coreIngo Molnar
2010-07-20tracing: Remove special tracesFrederic Weisbecker
2010-07-17sched: Revert nohz_ratelimit() for nowPeter Zijlstra
2010-07-01sched: Cure nr_iowait_cpu() usersPeter Zijlstra
2010-06-09sched: Add asymmetric group packing option for sibling domainMichael Neuling
2010-06-09sched: Fix capacity calculations for SMT4Srivatsa Vaddagiri
2010-06-09sched: Change nohz idle load balancing logic to push modelVenkatesh Pallipadi
2010-06-09sched_clock: Add local_clock() API and improve documentationPeter Zijlstra
2010-06-08sched: add hooks for workqueueTejun Heo
2010-05-27proc: turn signal_struct->count into "int nr_threads"Oleg Nesterov
2010-05-27proc: get_nr_threads() doesn't need ->siglock any longerOleg Nesterov
2010-05-27kill the obsolete thread_group_cputime_free() helperOleg Nesterov
2010-05-27signals: kill the awful task_rq_unlock_wait() hackOleg Nesterov
2010-05-27signals: make task_struct->signal immutable/refcountableOleg Nesterov
2010-05-27exit: change zap_other_threads() to count sub-threadsOleg Nesterov
2010-05-27cpusets: new round-robin rotor for SLAB allocationsJack Steiner
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-05-13lockup_detector: Fix forgotten config conversionFrederic Weisbecker
2010-05-12lockup_detector: Touch_softlockup cleanups and softlockup_tick removalDon Zickus
2010-05-12lockup_detector: Combine nmi_watchdog and softlockup detectorDon Zickus
2010-05-11revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt
2010-04-23sched: Pre-compute cpumask_weight(sched_domain_span(sd))Peter Zijlstra
2010-04-02sched: Add enqueue/dequeue flagsPeter Zijlstra
2010-04-02sched: Fix TASK_WAKING vs fork deadlockPeter Zijlstra
2010-04-02sched: _cpu_down(): Don't play with current->cpus_allowedOleg Nesterov
2010-04-02Merge branch 'linus' into sched/coreIngo Molnar
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra
2010-03-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2010-03-12copy_signal() cleanup: clean thread_group_cputime_init()Veaceslav Falico
2010-03-11sched: Remove avg_overlapMike Galbraith
2010-03-11sched: Remove avg_wakeupMike Galbraith
2010-03-11sched: Rate-limit nohzMike Galbraith
2010-03-11sched: Implement group scheduler statistics in one structLucas De Marchi
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-03-06mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki