summaryrefslogtreecommitdiffstats
path: root/include/linux/init_task.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-06-271-8/+0Star
|\
| * sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo2015-05-271-8/+0Star
* | sched, timer: Use the atomic task_cputime in thread_group_cputimerJason Low2015-05-081-4/+2Star
* | sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i...Jason Low2015-05-081-3/+4
|/
* kasan: enable stack instrumentationAndrey Ryabinin2015-02-141-0/+8
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-131-0/+3
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-101-0/+10
|\
| * sched/numa: Init numa balancing fields of init_taskKirill Tkhai2014-11-161-0/+10
* | rcu: Remove redundant TREE_PREEMPT_RCU config optionPranith Kumar2014-10-291-1/+1
|/
* rcu: Remove local_irq_disable() in rcu_preempt_note_context_switch()Paul E. McKenney2014-09-081-1/+1
* rcu: Make TASKS_RCU handle nohz_full= CPUsPaul E. McKenney2014-09-081-1/+2
* rcu: Add call_rcu_tasks()Paul E. McKenney2014-09-081-0/+9
* rcu: Simplify priority boosting by putting rt_mutex in rcu_nodePaul E. McKenney2014-07-091-8/+1Star
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-01-241-1/+1
|\
| * audit: convert all sessionid declaration to unsigned intEric Paris2014-01-141-1/+1
* | introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov2014-01-221-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-181-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-221-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/+4Star
|\
| * threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsemTejun Heo2011-12-131-5/+4Star
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-12-061-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/+0Star
|/
* 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/+0Star
* cgroups: read-write lock CLONE_THREAD forking per threadgroupBen Blum2011-05-271-0/+9
* Merge branch 'next' into for-linusJames Morris2011-05-241-7/+0Star
|\
| * capabilities: delete all CAP_INIT macrosEric Paris2011-04-041-7/+0Star
* | sched: Get rid of lock_depthJonathan Corbet2011-04-241-1/+0Star
|/
* 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-301-1/+8
* | signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro2010-10-281-2/+2
|/
* rcu: Add a TINY_PREEMPT_RCUPaul E. McKenney2010-08-201-2/+8
* kernel: __rcu annotationsArnd Bergmann2010-08-201-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