summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | 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
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | tracing/function-return-tracer: change the name into function-graph-tracerFrederic Weisbecker2008-11-261-1/+1
| * | | | | x86, bts, ptrace: move BTS buffer allocation from ds.c into ptrace.cMarkus Metzger2008-11-251-0/+4
| * | | | | x86, bts: base in-kernel ds interface on handlesMarkus Metzger2008-11-251-0/+9
| | |_|_|/ | |/| | |
| * | | | tracing/function-return-tracer: store return stack into task_struct and alloc...Frederic Weisbecker2008-11-231-12/+11
| * | | | tracing/function-return-tracer: add the overrun fieldFrederic Weisbecker2008-11-181-0/+1
| * | | | Merge branch 'tracing/function-return-tracer' into tracing/fastbootIngo Molnar2008-11-121-0/+11
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | tracing, x86: add low level support for ftrace return tracingFrederic Weisbecker2008-11-111-0/+11
* | | | | Merge branch 'master' into nextJames Morris2008-12-041-0/+4
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | epoll: introduce resource usage limitsDavide Libenzi2008-12-011-0/+4
| |/ / /
* | | | User namespaces: set of cleanups (v2)Serge Hallyn2008-11-241-0/+1
* | | | Merge branch 'master' into nextJames Morris2008-11-141-0/+3
|\ \ \ \ | |/ / /
| * | | fix for account_group_exec_runtime(), make sure ->signal can't be freed under...Oleg Nesterov2008-11-111-0/+1
| |/ /
| * | net: Fix recursive descent in __scm_destroy().David Miller2008-11-061-0/+2
| |/
* | CRED: Differentiate objective and effective subjective credentials on a taskDavid Howells2008-11-141-1/+4
* | CRED: Inaugurate COW credentialsDavid Howells2008-11-141-2/+4
* | CRED: Separate per-task-group keyrings from signal_structDavid Howells2008-11-141-6/+0
* | CRED: Detach the credentials from task_structDavid Howells2008-11-141-1/+0
* | CRED: Separate task security context from task_structDavid Howells2008-11-141-48/+4
|/
* Merge commit 'v2.6.28-rc1' into sched/urgentIngo Molnar2008-10-241-19/+88
|\
OpenPOWER on IntegriCloud