summaryrefslogtreecommitdiffstats
path: root/include/linux/init_task.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "task_struct: make journal_info conditional"Linus Torvalds2009-12-171-7/+1
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-151-1/+1
|\
| * sched: Convert pi_lock to raw_spinlockThomas Gleixner2009-12-141-1/+1
* | task_struct: make journal_info conditionalHiroshi Shimamoto2009-12-151-1/+7
|/
* remove CONFIG_SECURITY_FILE_CAPABILITIES compile optionSerge E. Hallyn2009-11-241-4/+0
* perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-7/+7
* rcu: Create rcutree plugins to handle hotplug CPU for multi-level treesPaul E. McKenney2009-08-291-1/+1
* rcu: Remove CONFIG_PREEMPT_RCUPaul E. McKenney2009-08-231-5/+1
* rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney2009-08-231-0/+15
* Add new __init_task_data macro to be used in arch init_task.c files.Tim Abbott2009-06-271-0/+3
* mm: consolidate init_mm definitionAlexey Dobriyan2009-06-161-12/+0
* Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-111-0/+10
|\
| * Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-111-0/+1
| |\
| * | perf_counter: Change pctrl() behaviourPeter Zijlstra2009-05-241-0/+10
| * | perf_counter: Dynamically allocate tasks' perf_counter_context structPaul Mackerras2009-05-221-13/+0
| * | 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