aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAge
* sched: Cure more NO_HZ load average woesPeter Zijlstra2010-12-08
* sched: Use group weight, idle cpu metrics to fix imbalances during idleSuresh Siddha2010-11-10
* Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2010-10-30
|\
| * fanotify: limit number of listeners per userEric Paris2010-10-28
* | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-10-29
|\ \ | |/ |/|
| * sched, cgroup: Fixup broken cgroup movementPeter Zijlstra2010-10-22
* | signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro2010-10-27
* | signals: annotate lock_task_sighand()Namhyung Kim2010-10-27
* | kernel: remove PF_FLUSHERPeter Zijlstra2010-10-26
* | Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-22
|\ \
| * | Fix compile error in blk-exec.c for !CONFIG_DETECT_HUNG_TASKMark Lord2010-09-25
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-21
|\ \ \ | | |/ | |/|
| * | sched: Add IRQ_TIME_ACCOUNTING, finer accounting of irq timeVenkatesh Pallipadi2010-10-18
| * | sched: Add a PF flag for ksoftirqd identificationVenkatesh Pallipadi2010-10-18
| * | sched: Fix softirq time accountingVenkatesh Pallipadi2010-10-18
| * | sched: Remove unused PF_ALIGNWARN flagDave Young2010-09-13
| * | sched: Add book scheduling domainHeiko Carstens2010-09-09
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-21
|\ \
| * | perf: Provide a separate task context for sweventsPeter Zijlstra2010-09-09
| * | perf: Multiple task contextsPeter Zijlstra2010-09-09
| |/
* | rcu: Add a TINY_PREEMPT_RCUPaul E. McKenney2010-08-20
* | credentials: rcu annotationArnd Bergmann2010-08-19
* | cgroups: __rcu annotationsArnd Bergmann2010-08-19
|/
* Make do_execve() take a const filename pointerDavid Howells2010-08-17
* oom: badness heuristic rewriteDavid Rientjes2010-08-09
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-06
|\
| * Merge branch 'sched/urgent' into sched/coreIngo Molnar2010-08-05
| |\
| | * sched: Revert nohz_ratelimit() for nowPeter Zijlstra2010-07-17
| * | Merge branch 'linus' into sched/coreIngo Molnar2010-07-21
| |\|
| * | sched: Add asymmetric group packing option for sibling domainMichael Neuling2010-06-09
| * | sched: Fix capacity calculations for SMT4Srivatsa Vaddagiri2010-06-09
| * | sched: Change nohz idle load balancing logic to push modelVenkatesh Pallipadi2010-06-09
| * | sched_clock: Add local_clock() API and improve documentationPeter Zijlstra2010-06-09
| * | sched: add hooks for workqueueTejun Heo2010-06-08
* | | Merge branch 'perf/nmi' into perf/coreIngo Molnar2010-08-05
|\ \ \
| * | | lockup_detector: Fix forgotten config conversionFrederic Weisbecker2010-05-12
| * | | lockup_detector: Touch_softlockup cleanups and softlockup_tick removalDon Zickus2010-05-12
| * | | lockup_detector: Combine nmi_watchdog and softlockup detectorDon Zickus2010-05-12
* | | | Merge commit 'v2.6.35' into perf/coreIngo Molnar2010-08-02
|\ \ \ \
| * | | | CRED: Fix __task_cred()'s lockdep check and banner commentDavid Howells2010-07-29
| | |_|/ | |/| |
* / | | tracing: Remove special tracesFrederic Weisbecker2010-07-20
|/ / /
* | / sched: Cure nr_iowait_cpu() usersPeter Zijlstra2010-07-01
| |/ |/|
* | proc: turn signal_struct->count into "int nr_threads"Oleg Nesterov2010-05-27
* | proc: get_nr_threads() doesn't need ->siglock any longerOleg Nesterov2010-05-27
* | kill the obsolete thread_group_cputime_free() helperOleg Nesterov2010-05-27
* | signals: kill the awful task_rq_unlock_wait() hackOleg Nesterov2010-05-27
* | signals: make task_struct->signal immutable/refcountableOleg Nesterov2010-05-27
* | exit: change zap_other_threads() to count sub-threadsOleg Nesterov2010-05-27
* | cpusets: new round-robin rotor for SLAB allocationsJack Steiner2010-05-27
* | kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan2010-05-25