aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAge
...
| | * | | 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
| |/
* | Implement proper remote preemption supportBjoern B. Brandenburg2010-11-11
* | Merge commit 'v2.6.36' into wip-merge-2.6.36Andrea Bastoni2010-10-23
|\|
| * 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
| * | cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie2010-05-25
| * | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-18
| |\ \
| | * | sched: Pre-compute cpumask_weight(sched_domain_span(sd))Peter Zijlstra2010-04-23
| | * | sched: Add enqueue/dequeue flagsPeter Zijlstra2010-04-02
| | * | sched: Fix TASK_WAKING vs fork deadlockPeter Zijlstra2010-04-02
| | * | sched: _cpu_down(): Don't play with current->cpus_allowedOleg Nesterov2010-04-02
| | * | Merge branch 'linus' into sched/coreIngo Molnar2010-04-02
| | |\|
| | * | sched: Remove avg_overlapMike Galbraith2010-03-11