summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
AgeCommit message (Expand)Author
2011-04-14brk: COMPAT_BRK: fix detection of randomized brkJiri Kosina
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-25Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-23memcg: convert uncharge batching from bytes to page granularityJohannes Weiner
2011-03-23sched.h: Fix a typo ("its")Jonathan Neuschäfer
2011-03-22kthread: NUMA aware kthread_create_on_node()Eric Dumazet
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-03-15Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-03-10block: initial patch for on-stack per-task pluggingJens Axboe
2011-03-04Merge branch 'perf/urgent' into perf/coreIngo Molnar
2011-02-23Merge commit 'v2.6.38-rc6' into sched/coreIngo Molnar
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo
2011-02-03sched: Add yield_to(task, preempt) functionalityMike Galbraith
2011-02-03sched: Use a buddy to implement yield_task_fair()Rik van Riel
2011-02-03perf: Cure task_oncpu_function_call() racesPeter Zijlstra
2011-01-31time: Make do_timer() and xtime_lock local to kernel/time/Torben Hohn
2011-01-31time: Provide xtime_update()Torben Hohn
2011-01-26sched: Fix switch_from_fair()Peter Zijlstra
2011-01-26softirqs: Free up pf flag PF_KSOFTIRQDVenkatesh Pallipadi
2011-01-13thp: khugepagedAndrea Arcangeli
2011-01-13oom: allow a non-CAP_SYS_RESOURCE proces to oom_score_adj downMandeep Singh Baines
2011-01-13sched: remove long deprecated CLONE_STOPPED flagDave Jones
2011-01-13epoll: convert max_user_watches to longRobin Holt
2011-01-10headers: kobject.h reduxAlexey Dobriyan
2011-01-10headers: path.h reduxAlexey Dobriyan
2011-01-07sched: Consolidate the name of root_task_group and init_task_groupYong Zhang
2011-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-01-05Merge commit 'v2.6.37' into sched/coreIngo Molnar
2010-12-23Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2010-12-22Merge commit 'v2.6.37-rc7' into perf/coreIngo Molnar
2010-12-08sched: Make pushable_tasks CONFIG_SMP dependantDario Faggioli
2010-12-08sched: Cure more NO_HZ load average woesPeter Zijlstra
2010-11-30sched: Add 'autogroup' scheduling feature: automated per session task groupsMike Galbraith
2010-11-29rcu: priority boosting for TINY_PREEMPT_RCUPaul E. McKenney
2010-11-26perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra
2010-11-26Merge commit 'v2.6.37-rc3' into sched/coreIngo Molnar
2010-11-18sched: Add sysctl_sched_shares_windowPaul Turner
2010-11-18sched: Rewrite tg_shares_up)Peter Zijlstra
2010-11-18sched: Simplify cpu-hot-unplug task migrationPeter Zijlstra
2010-11-18Merge commit 'v2.6.37-rc2' into sched/coreIngo Molnar
2010-11-10sched: Use group weight, idle cpu metrics to fix imbalances during idleSuresh Siddha
2010-10-30Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds
2010-10-29Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-10-28fanotify: limit number of listeners per userEric Paris
2010-10-27signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro
2010-10-27signals: annotate lock_task_sighand()Namhyung Kim
2010-10-26kernel: remove PF_FLUSHERPeter Zijlstra
2010-10-23sched: Make sched_param argument static in sched_setscheduler() callersKOSAKI Motohiro