summaryrefslogtreecommitdiffstats
path: root/include/linux/init_task.h
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-291-13/+0
| |\ \
| * \ \ Merge commit 'v2.6.30-rc1' into perfcounters/coreIngo Molnar2009-04-081-1/+3
| |\ \ \
| * | | | perf_counter: fix uninitialized usage of event_listPeter Zijlstra2009-04-061-0/+2
| * | | | Merge branch 'linus' into perfcounters/core-v2Ingo Molnar2009-04-061-0/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-02-131-6/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge commit 'v2.6.29-rc4' into perfcounters/coreIngo Molnar2009-02-111-0/+6
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge commit 'v2.6.29-rc1' into perfcounters/coreIngo Molnar2009-01-111-0/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2008-12-291-8/+6
| |\ \ \ \ \ \ \ \
| * | | | | | | | | perfcounters: fix init context lockIngo Molnar2008-12-231-1/+3
| * | | | | | | | | perfcounters: pull inherited countersIngo Molnar2008-12-231-0/+9
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-06-111-2/+2
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | CRED: Rename cred_exec_mutex to reflect that it's a guard against ptraceDavid Howells2009-05-111-2/+2
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'linus' into tracing/coreIngo Molnar2009-05-071-13/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | aio: remove INIT_KIOCTXAlexey Dobriyan2009-04-131-13/+0
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-04-071-0/+2
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | tracing: add same level recursion detectionSteven Rostedt2009-04-171-0/+1
* | | | | | | | Merge branch 'tracing/urgent' into tracing/ftraceIngo Molnar2009-04-071-0/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / /
| * | | | | | function-graph: add proper initialization for init taskSteven Rostedt2009-04-071-0/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'sched/urgent'; commit 'v2.6.29-rc5' into sched/coreIngo Molnar2009-02-151-6/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | timers: split process wide cpu clocks/timersPeter Zijlstra2009-02-051-6/+5
| | |_|_|/ | |/| | |
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge branches 'sched/rt' and 'sched/urgent' into sched/coreIngo Molnar2009-02-081-0/+7
|\ \ \ \ \ \ | | |/ / / / | | | | | / | |_|_|_|/ |/| | | |
| | * | | itimers: remove the per-cpu-ish-nessPeter Zijlstra2009-01-071-0/+6
| |/ / / |/| | |
| * | | Merge branch 'sched/latest' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2009-01-111-0/+1
| |\ \ \ |/ / / /
| * | | sched: create "pushable_tasks" list to limit pushing to one attemptGregory Haskins2008-12-291-0/+1
| |/ /
* | | take init_fs to saner placeAl Viro2008-12-311-0/+1
| |/ |/|
* | User namespaces: set of cleanups (v2)Serge Hallyn2008-11-241-1/+0
* | CRED: Differentiate objective and effective subjective credentials on a taskDavid Howells2008-11-141-0/+1
* | CRED: Inaugurate COW credentialsDavid Howells2008-11-141-0/+2
* | CRED: Detach the credentials from task_structDavid Howells2008-11-141-15/+1
* | CRED: Separate task security context from task_structDavid Howells2008-11-141-7/+17
|/
* hrtimer: create a "timer_slack" field in the task structArjan van de Ven2008-09-051-0/+1
* introduce PF_KTHREAD flagOleg Nesterov2008-07-251-1/+1
* ptrace children revampRoland McGrath2008-07-161-2/+2
* [PATCH] take init_files to fs/file.cAl Viro2008-05-161-22/+1
* [PATCH] split linux/file.hAl Viro2008-05-011-1/+1
* capabilities: implement per-process securebitsAndrew G. Morgan2008-04-281-1/+2
* sched: fair-group: de-couple load-balancing from the rb-treesPeter Zijlstra2008-04-191-0/+3
* capabilities: introduce per-process capability bounding setSerge E. Hallyn2008-02-051-0/+13
* [AUDIT] add session id to audit messagesEric Paris2008-02-011-1/+2
* [PATCH] get rid of loginuid racesAl Viro2008-02-011-0/+7
* ioprio: move io priority from task_struct to io_contextJens Axboe2008-01-281-1/+0
* sched: rt group schedulingPeter Zijlstra2008-01-251-2/+3
* sched: sched_rt_entityPeter Zijlstra2008-01-251-2/+3
* sched: add RT-balance cpu-weightGregory Haskins2008-01-251-0/+1
* Isolate the explicit usage of signal->pgrpPavel Emelyanov2007-10-191-3/+0
* pid namespaces: remove the struct pid unneeded fieldsPavel Emelyanov2007-10-191-3/+0
* pid namespaces: introduce struct upidSukadev Bhattiprolu2007-10-191-0/+6
* Remove unused member from nsproxyPavel Emelyanov2007-10-171-1/+0
* mm: dirty balancing for tasksPeter Zijlstra2007-10-171-0/+1
* [NETNS]: Fix allnoconfig compilation error.Daniel Lezcano2007-10-101-1/+1
OpenPOWER on IntegriCloud