aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+3
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
2010-08-02Merge commit 'v2.6.35' into perf/coreIngo Molnar1-0/+1
2010-07-29CRED: Fix __task_cred()'s lockdep check and banner commentDavid Howells1-0/+1
2010-07-21Merge branch 'linus' into sched/coreIngo Molnar1-1/+1
2010-07-20tracing: Remove special tracesFrederic Weisbecker1-12/+0
2010-07-17sched: Revert nohz_ratelimit() for nowPeter Zijlstra1-6/+0
2010-07-01sched: Cure nr_iowait_cpu() usersPeter Zijlstra1-1/+1
2010-06-09sched: Add asymmetric group packing option for sibling domainMichael Neuling1-1/+3
2010-06-09sched: Fix capacity calculations for SMT4Srivatsa Vaddagiri1-1/+1
2010-06-09sched: Change nohz idle load balancing logic to push modelVenkatesh Pallipadi1-6/+3
2010-06-09sched_clock: Add local_clock() API and improve documentationPeter Zijlstra1-16/+21
2010-06-08sched: add hooks for workqueueTejun Heo1-0/+1
2010-05-27proc: turn signal_struct->count into "int nr_threads"Oleg Nesterov1-2/+2
2010-05-27proc: get_nr_threads() doesn't need ->siglock any longerOleg Nesterov1-0/+5
2010-05-27kill the obsolete thread_group_cputime_free() helperOleg Nesterov1-4/+0
2010-05-27signals: kill the awful task_rq_unlock_wait() hackOleg Nesterov1-1/+0
2010-05-27signals: make task_struct->signal immutable/refcountableOleg Nesterov1-1/+1
2010-05-27exit: change zap_other_threads() to count sub-threadsOleg Nesterov1-1/+1
2010-05-27cpusets: new round-robin rotor for SLAB allocationsJack Steiner1-0/+1
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MINAlexey Dobriyan1-1/+1
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie1-0/+1
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-33/+37
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-9/+0
2010-05-13lockup_detector: Fix forgotten config conversionFrederic Weisbecker1-1/+1
2010-05-12lockup_detector: Touch_softlockup cleanups and softlockup_tick removalDon Zickus1-13/+3
2010-05-12lockup_detector: Combine nmi_watchdog and softlockup detectorDon Zickus1-0/+6
2010-05-11revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt1-1/+0
2010-04-23sched: Pre-compute cpumask_weight(sched_domain_span(sd))Peter Zijlstra1-0/+1
2010-04-02sched: Add enqueue/dequeue flagsPeter Zijlstra1-3/+8
2010-04-02sched: Fix TASK_WAKING vs fork deadlockPeter Zijlstra1-1/+2
2010-04-02sched: _cpu_down(): Don't play with current->cpus_allowedOleg Nesterov1-0/+1
2010-04-02Merge branch 'linus' into sched/coreIngo Molnar1-58/+8