aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)Author
2010-05-11revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt
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-08Merge branch 'for-next' into for-linusJiri Kosina
2010-03-06mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki
2010-03-04rcu: Use wrapper function instead of exporting tasklist_lockPaul E. McKenney
2010-03-01Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-02-23blk-core: use BIO list management functionsAkinobu Mita
2010-02-16Merge branch 'sched/urgent' into sched/coreThomas Gleixner
2010-02-16sched: Fix sched_mv_power_savings for !SMTVaidyanathan Srinivasan
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack
2010-02-08Merge branch 'sched/urgent' into sched/coreIngo Molnar
2010-02-04Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-02-01softlockup: Add sched_clock_tick() to avoid kernel warning on kgdb resumeJason Wessel
2010-01-29Split 'flush_old_exec' into two functionsLinus Torvalds
2010-01-22sched: Extend enqueue_task to allow head queueingThomas Gleixner
2010-01-21sched: Remove USER_SCHEDDhaval Giani
2010-01-21sched: Remove the sched_class load_balance methodsPeter Zijlstra
2010-01-16nommu: don't need get_unmapped_area() for NOMMUDavid Howells
2010-01-04resource: add helpers for fetching rlimitsJiri Slaby
2009-12-19Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-12-17Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-12-17Revert "task_struct: make journal_info conditional"Linus Torvalds
2009-12-17sched: Assert task state bits at build timePeter Zijlstra
2009-12-17sched: Add missing state chars to TASK_STATE_TO_CHAR_STRPeter Zijlstra
2009-12-17sched: Move TASK_STATE_TO_CHAR_STR near the TASK_state bitsPeter Zijlstra
2009-12-17cpumask: rename tsk_cpumask to tsk_cpus_allowedRusty Russell
2009-12-16sched: Remove the cfs_rq dependency from set_task_cpu()Peter Zijlstra
2009-12-16sched: Add pre and post wakeup hooksPeter Zijlstra
2009-12-16signals: kill force_sig_specific()Oleg Nesterov
2009-12-16signals: SEND_SIG_NOINFO should be considered as SI_FROMUSER()Oleg Nesterov
2009-12-16memcg: coalesce uncharge during unmap/truncateKAMEZAWA Hiroyuki
2009-12-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-12-15task_struct: make journal_info conditionalHiroshi Shimamoto
2009-12-14sched: Convert pi_lock to raw_spinlockThomas Gleixner
2009-12-12Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-12-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-12-10sched: Remove forced2_migrations statsIngo Molnar
2009-12-10sched: Mark sched_clock() as notraceMike Frysinger
2009-12-09sched: Make tunable scaling style configurableChristian Ehrhardt
2009-12-09sched: Discard some old bitsPeter Zijlstra
2009-12-09sched: Sanitize fork() handlingPeter Zijlstra
2009-12-09sched: Remove sysctl.sched_featuresPeter Zijlstra
2009-12-09sched: Protect sched_rr_get_param() access to task->sched_classThomas Gleixner
2009-12-05Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-12-05Merge branch 'core-signal-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-12-02sched, cputime: Introduce thread_group_times()Hidetoshi Seto
2009-12-02sched, cputime: Cleanups related to task_times()Hidetoshi Seto