summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* pids: kill signal_struct-> __pgrp/__session and friendsOleg Nesterov2009-04-021-37/+6
* pids: refactor vnr/nr_ns helpers to make them safeOleg Nesterov2009-04-021-7/+20
* pids: document task_pgrp/task_session is not safe without tasklist/rcuOleg Nesterov2009-04-021-0/+5
* forget_original_parent: split out the un-ptrace partOleg Nesterov2009-04-021-0/+5
* Simplify copy_thread()Alexey Dobriyan2009-04-021-1/+2
* get_mm_hiwater_xxx: trivial, s/define/inline/Oleg Nesterov2009-04-011-2/+9
* Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-03-301-0/+3
|\
| * lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin2009-02-141-0/+1
| * Merge branch 'linus' into core/lockingIngo Molnar2009-02-071-12/+22
| |\
| * | mutex: implement adaptive spinningPeter Zijlstra2009-01-141-0/+1
| * | mutex: preemption fixesPeter Zijlstra2009-01-141-0/+1
* | | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-271-2/+14
|\ \ \
| * \ \ Merge branch 'linus' into x86/apicIngo Molnar2009-02-131-29/+34
| |\ \ \
| * \ \ \ Merge branch 'x86/urgent' into x86/apicIngo Molnar2009-02-051-1/+0
| |\ \ \ \
| * \ \ \ \ Merge branch 'linus' into core/percpuIngo Molnar2009-01-271-11/+21
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'core/percpu' into stackprotectorIngo Molnar2009-01-181-25/+78
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'linus' into stackprotectorIngo Molnar2008-12-311-84/+146
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'linus' into stackprotectorIngo Molnar2008-10-151-96/+93
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'linus' into stackprotectorIngo Molnar2008-06-251-1/+15
| |\ \ \ \ \ \ \ \
| * | | | | | | | | stackprotector: use canary at end of stack to indicate overruns at oops timeEric Sandeen2008-05-261-0/+13
| * | | | | | | | | x86: fix stackprotector canary updates during context switchesIngo Molnar2008-05-261-2/+1
* | | | | | | | | | 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
| | |/ / / / / | |/| | | | |
OpenPOWER on IntegriCloud