summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Merge commit 'v2.6.29-rc8' into cpus4096Ingo Molnar2009-03-131-0/+3
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | / / | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | cpumask: tsk_cpumask for accessing the struct task_struct's cpus_allowed.Rusty Russell2009-03-121-0/+3
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'x86/urgent' into x86/coreIngo Molnar2009-03-051-0/+4
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | / / / | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | sched: don't allow setuid to succeed if the user does not have rt bandwidthDhaval Giani2009-02-271-0/+4
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'linus' into x86/apicIngo Molnar2009-02-131-29/+34
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 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
| |/ / / / /
| * | | | | sched: add missing kernel-doc in sched.hRandy Dunlap2009-02-031-0/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86/urgent' into x86/apicIngo Molnar2009-02-051-1/+0
|\ \ \ \ \ | |/ / / /
| * | | | epoll: drop max_user_instances and rely only on max_user_watchesDavide Libenzi2009-01-291-1/+0
* | | | | Merge branch 'linus' into core/percpuIngo Molnar2009-01-271-11/+21
|\ \ \ \ \ | |/ / / /
| * | | | 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 'core/percpu' into stackprotectorIngo Molnar2009-01-181-25/+78
|\ \ \ | |/ /
| * | 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 'linus' into stackprotectorIngo Molnar2008-12-311-84/+146
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | 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
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | sched/rt: removed unneeded defintionDhaval Giani2008-11-111-2/+0
| * | | | | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-12-281-0/+31
| |\ \ \ \ \ \
| | * | | | | | x86, bts: provide in-kernel branch-trace interfaceMarkus Metzger2008-12-121-0/+1
| | | |_|_|_|/ | | |/| | | |
| | * | | | | tracing/function-graph-tracer: append the tracing_graph_flagFrederic Weisbecker2008-12-081-0/+2
| | * | | | | ftrace: graph of a single functionSteven Rostedt2008-12-041-0/+4
| | * | | | | Merge commit 'v2.6.28-rc7' into tracing/coreIngo Molnar2008-12-041-0/+4
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
OpenPOWER on IntegriCloud