summaryrefslogtreecommitdiffstats
path: root/include/linux/init_task.h
Commit message (Expand)AuthorAgeFilesLines
...
| * audit: convert all sessionid declaration to unsigned intEric Paris2014-01-131-1/+1
* | introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov2014-01-211-0/+2
* | rtmutex: Turn the plist into an rb-treePeter Zijlstra2014-01-131-0/+10
* | seqcount: Add lockdep functionality to seqcount/seqlock structuresJohn Stultz2013-11-061-4/+4
|/
* sched/rt: Add <linux/sched/rt.h> header to <linux/init_task.h>Ingo Molnar2013-02-191-0/+1
* cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker2013-01-271-0/+11
* userns: Convert the audit loginuid to be a kuidEric W. Biederman2012-09-171-1/+1
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-07-261-1/+11
|\
| * sched: Fix race in task_group()Peter Zijlstra2012-07-241-1/+11
* | rcu: Use new RCU_POINTER_INITIALIZER for gcc-style initializationsPaul E. McKenney2012-07-021-2/+2
|/
* sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'Peter Zijlstra2012-05-301-1/+1
* cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman2012-03-211-0/+8
* sched: Make initial SCHED_RR timeslace DEF_TIMESLICEHiroshi Shimamoto2012-02-221-1/+1
* Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-01-091-5/+4
|\
| * threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsemTejun Heo2011-12-121-5/+4
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-12-051-1/+3
|\ \ | |/ |/|
| * sched: Set the command name of the idle tasks in SMP kernelsCarsten Emde2011-11-141-1/+3
* | writeback: remove vm_dirties and task->dirtiesWu Fengguang2011-11-171-1/+0
|/
* locking, sched: Annotate thread_group_cputimer as rawThomas Gleixner2011-09-131-1/+1
* fixlet: Remove fs_excl from struct task.Justin TerAvest2011-07-121-1/+0
* cgroups: read-write lock CLONE_THREAD forking per threadgroupBen Blum2011-05-261-0/+9
* Merge branch 'next' into for-linusJames Morris2011-05-241-7/+0
|\
| * capabilities: delete all CAP_INIT macrosEric Paris2011-04-041-7/+0
* | sched: Get rid of lock_depthJonathan Corbet2011-04-241-1/+0
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-061-1/+8
|\
| * sched: Make pushable_tasks CONFIG_SMP dependantDario Faggioli2010-12-081-1/+8
* | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2010-12-231-1/+8
|\ \ | |/ |/|
| * rcu: priority boosting for TINY_PREEMPT_RCUPaul E. McKenney2010-11-291-1/+8
* | signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro2010-10-271-2/+2
|/
* rcu: Add a TINY_PREEMPT_RCUPaul E. McKenney2010-08-201-2/+8
* kernel: __rcu annotationsArnd Bergmann2010-08-191-2/+2
* Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds2010-06-011-1/+1
|\
| * Rename .data.init_task to .data..init_task.Tim Abbott2010-03-031-1/+1
* | INIT_SIGHAND: use SIG_DFL instead of NULLOleg Nesterov2010-05-271-1/+1
* | pids: init_struct_pid.tasks should never see the swapper processOleg Nesterov2010-05-271-4/+4
* | INIT_TASK() should initialize ->thread_group listOleg Nesterov2010-05-271-0/+1
* | proc: turn signal_struct->count into "int nr_threads"Oleg Nesterov2010-05-271-1/+1
* | rcu: remove all rcu head initializations, except on_stack initializationsPaul E. McKenney2010-05-111-1/+0
* | nsproxy: remove INIT_NSPROXY()Alexey Dobriyan2010-03-121-8/+0
|/
* 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