aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-03-261-1/+16
|\
| *-. Merge branches 'sched/clock', 'sched/urgent' and 'linus' into sched/coreIngo Molnar2009-03-131-0/+3
| |\ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'sched/clock', 'sched/urgent' and 'linus' into sched/coreIngo Molnar2009-03-021-0/+14
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | sched: allow architectures to specify sched_clock_stableIngo Molnar2009-02-261-0/+10
| | | |/ / | | |/| |
| * | | | Merge branch 'sched/urgent'; commit 'v2.6.29-rc5' into sched/coreIngo Molnar2009-02-151-30/+34
| |\ \ \ \ | | |/ / /
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'sched/rt' and 'sched/urgent' into sched/coreIngo Molnar2009-02-081-12/+24
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'sched/latest' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2009-01-111-0/+2
| | |\ \ \ \ \
| | | * | | | | sched: create "pushable_tasks" list to limit pushing to one attemptGregory Haskins2008-12-291-0/+1
| | | * | | | | sched: add sched_class->needs_post_schedule() memberGregory Haskins2008-12-291-0/+1
| * | | | | | | sched: fix !CONFIG_SCHEDSTATS build failureIngo Molnar2009-01-161-4/+4
| * | | | | | | sched: introduce avg_wakeupPeter Zijlstra2009-01-151-0/+3
| |/ / / / / /
* | | | | | | Merge branch 'master' into nextJames Morris2009-03-241-30/+41
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | cpumask: tsk_cpumask for accessing the struct task_struct's cpus_allowed.Rusty Russell2009-03-121-0/+3
| | |_|_|_|/ | |/| | | |
| * | | | | sched: don't allow setuid to succeed if the user does not have rt bandwidthDhaval Giani2009-02-271-0/+4
| | |_|_|/ | |/| | |
| * | | | timers: fix TIMER_ABSTIME for process wide cpu timersPeter Zijlstra2009-02-111-12/+1
| * | | | timers: split process wide cpu clocks/timers, fixPeter Zijlstra2009-02-111-0/+1
| * | | | timers: split process wide cpu clocks/timers, remove spurious warningIngo Molnar2009-02-061-2/+0
| * | | | timers: split process wide cpu clocks/timersPeter Zijlstra2009-02-051-23/+31
| * | | | signal: re-add dead task accumulation stats.Peter Zijlstra2009-02-051-1/+9
| | |_|/ | |/| |
* | | | Add in_execve flag into task_struct.Kentaro Takeda2009-02-121-0/+2
|/ / /
* | | sched: add missing kernel-doc in sched.hRandy Dunlap2009-02-031-0/+1
* | | epoll: drop max_user_instances and rely only on max_user_watchesDavide Libenzi2009-01-291-1/+0
* | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-261-0/+3
|\ \ \
| * | | softlock: fix false panic which can occur if softlockup_thresh is reducedMandeep Singh Baines2009-01-141-0/+3
| |/ /
* | | itimers: remove the per-cpu-ish-nessPeter Zijlstra2009-01-071-11/+18
|/ /
* | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-01-061-4/+3
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'sched/clock', 'sched/cleanups' and 'linus' into sched/urgentIngo Molnar2009-01-061-3/+3
| |\ \ \ \
| | | * | | sched: sched.c declare variables before they get usedJaswinder Singh Rajput2008-12-301-3/+3
| | |/ / /
| * | | | sched: clean up arch_reinit_sched_domains()Li Zefan2009-01-051-1/+0
| | |/ / | |/| |
* | | | mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accountingOleg Nesterov2009-01-061-0/+3
|/ / /
* | | Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-01-031-1/+0
|\ \ \
| * | | [PATCH] idle cputime accountingMartin Schwidefsky2008-12-311-1/+0
| |/ /
* | | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-021-20/+72
|\ \ \ | |/ / |/| / | |/
| * sched: move test_sd_parent() to an SMP section of sched.hIngo Molnar2008-12-191-9/+9
| * sched: add SD_BALANCE_NEWIDLE at MC and CPU level for sched_mc>0Vaidyanathan Srinivasan2008-12-191-0/+13
| * sched: framework for sched_mc/smt_power_savings=NGautham R Shenoy2008-12-191-0/+11
| * sched: convert BALANCE_FOR_xx_POWER to inline functionsVaidyanathan Srinivasan2008-12-191-9/+24
| * Merge branch 'sched/core' into cpus4096Ingo Molnar2008-12-121-0/+1
| |\
| * \ Merge branch 'tracing/fastboot' into cpus4096Ingo Molnar2008-12-121-1/+20
| |\ \
| * \ \ Merge branch 'linus' into cpus4096Ingo Molnar2008-12-021-0/+4
| |\ \ \
| * | | | sched: convert remaining old-style cpumask operatorsRusty Russell2008-11-241-8/+8
| * | | | sched: convert nohz_cpu_mask to cpumask_var_t.Rusty Russell2008-11-241-1/+1
| * | | | sched: convert struct sched_group/sched_domain cpumask_ts to variable bitmapsRusty Russell2008-11-241-4/+7
| * | | | sched: wrap sched_group and sched_domain cpumask accesses.Rusty Russell2008-11-241-0/+10
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'sched/core', 'core/core' and 'tracing/core' into cpus4096Ingo Molnar2008-11-241-0/+11
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-12-281-4/+2
|\ \ \ \ \ \ \
| * | | | | | | schedstat: consolidate per-task cpu runtime statsKen Chen2008-12-181-2/+1
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge commit 'v2.6.28-rc8' into sched/coreIngo Molnar2008-12-121-0/+4
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | sched: add uid information to sched_debug for CONFIG_USER_SCHEDArun R Bharadwaj2008-12-011-0/+1
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'sched/rt' into sched/coreIngo Molnar2008-11-241-2/+0
| |\ \ \ \ \ | | |_|/ / / | |/| | | |