aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra1-9/+0
2010-03-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+4
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-03-12copy_signal() cleanup: clean thread_group_cputime_init()Veaceslav Falico1-2/+0
2010-03-11sched: Remove avg_overlapMike Galbraith1-3/+0
2010-03-11sched: Remove avg_wakeupMike Galbraith1-3/+0
2010-03-11sched: Rate-limit nohzMike Galbraith1-0/+6
2010-03-11sched: Implement group scheduler statistics in one structLucas De Marchi1-29/+25
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-06mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki1-1/+3
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki1-54/+0
2010-03-04rcu: Use wrapper function instead of exporting tasklist_lockPaul E. McKenney1-0/+4
2010-03-01Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+2
2010-02-23blk-core: use BIO list management functionsAkinobu Mita1-2/+2
2010-02-16Merge branch 'sched/urgent' into sched/coreThomas Gleixner1-1/+4
2010-02-16sched: Fix sched_mv_power_savings for !SMTVaidyanathan Srinivasan1-1/+4
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-02-08Merge branch 'sched/urgent' into sched/coreIngo Molnar1-3/+32
2010-02-04Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+4
2010-02-01softlockup: Add sched_clock_tick() to avoid kernel warning on kgdb resumeJason Wessel1-0/+4
2010-01-29Split 'flush_old_exec' into two functionsLinus Torvalds1-1/+1
2010-01-22sched: Extend enqueue_task to allow head queueingThomas Gleixner1-1/+2
2010-01-21sched: Remove USER_SCHEDDhaval Giani1-13/+1
2010-01-21sched: Remove the sched_class load_balance methodsPeter Zijlstra1-8/+0
2010-01-16nommu: don't need get_unmapped_area() for NOMMUDavid Howells1-2/+5
2010-01-04resource: add helpers for fetching rlimitsJiri Slaby1-0/+22
2009-12-19Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+9
2009-12-17Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-1/+1
2009-12-17Revert "task_struct: make journal_info conditional"Linus Torvalds1-2/+0
2009-12-17sched: Assert task state bits at build timePeter Zijlstra1-0/+4
2009-12-17sched: Add missing state chars to TASK_STATE_TO_CHAR_STRPeter Zijlstra1-1/+1
2009-12-17sched: Move TASK_STATE_TO_CHAR_STR near the TASK_state bitsPeter Zijlstra1-2/+2
2009-12-17cpumask: rename tsk_cpumask to tsk_cpus_allowedRusty Russell1-1/+1
2009-12-16sched: Remove the cfs_rq dependency from set_task_cpu()Peter Zijlstra1-1/+1
2009-12-16sched: Add pre and post wakeup hooksPeter Zijlstra1-1/+2
2009-12-16signals: kill force_sig_specific()Oleg Nesterov1-1/+0
2009-12-16signals: SEND_SIG_NOINFO should be considered as SI_FROMUSER()Oleg Nesterov1-5/+0
2009-12-16memcg: coalesce uncharge during unmap/truncateKAMEZAWA Hiroyuki1-0/+8
2009-12-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-12-15task_struct: make journal_info conditionalHiroshi Shimamoto1-0/+2