summaryrefslogtreecommitdiff
path: root/include/linux/init_task.h
Commit message (Expand)AuthorAge
* Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-11-05
|\
| * sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo2015-09-16
* | posix_cpu_timer: Reduce unnecessary sighand lock contentionJason Low2015-10-15
* | posix_cpu_timer: Convert cputimer->running to boolJason Low2015-10-15
|/
* Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percp...Tejun Heo2015-09-16
* sched/cputime: Guarantee stime + utime == rtimePeter Zijlstra2015-08-03
* Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-06-26
|\
| * sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo2015-05-26
* | sched, timer: Use the atomic task_cputime in thread_group_cputimerJason Low2015-05-08
* | sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i...Jason Low2015-05-08
|/
* kasan: enable stack instrumentationAndrey Ryabinin2015-02-13
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-12
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-09
|\
| * sched/numa: Init numa balancing fields of init_taskKirill Tkhai2014-11-16
* | rcu: Remove redundant TREE_PREEMPT_RCU config optionPranith Kumar2014-10-29
|/
* rcu: Remove local_irq_disable() in rcu_preempt_note_context_switch()Paul E. McKenney2014-09-07
* rcu: Make TASKS_RCU handle nohz_full= CPUsPaul E. McKenney2014-09-07
* rcu: Add call_rcu_tasks()Paul E. McKenney2014-09-07
* rcu: Simplify priority boosting by putting rt_mutex in rcu_nodePaul E. McKenney2014-07-09
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-01-23
|\
| * audit: convert all sessionid declaration to unsigned intEric Paris2014-01-13
* | introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov2014-01-21
* | rtmutex: Turn the plist into an rb-treePeter Zijlstra2014-01-13
* | seqcount: Add lockdep functionality to seqcount/seqlock structuresJohn Stultz2013-11-06
|/
* sched/rt: Add <linux/sched/rt.h> header to <linux/init_task.h>Ingo Molnar2013-02-19
* cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker2013-01-27
* userns: Convert the audit loginuid to be a kuidEric W. Biederman2012-09-17
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-07-26
|\
| * sched: Fix race in task_group()Peter Zijlstra2012-07-24
* | rcu: Use new RCU_POINTER_INITIALIZER for gcc-style initializationsPaul E. McKenney2012-07-02
|/
* sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'Peter Zijlstra2012-05-30
* cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman2012-03-21
* sched: Make initial SCHED_RR timeslace DEF_TIMESLICEHiroshi Shimamoto2012-02-22
* Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-01-09
|\
| * threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsemTejun Heo2011-12-12
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-12-05
|\ \ | |/ |/|
| * sched: Set the command name of the idle tasks in SMP kernelsCarsten Emde2011-11-14
* | writeback: remove vm_dirties and task->dirtiesWu Fengguang2011-11-17
|/
* locking, sched: Annotate thread_group_cputimer as rawThomas Gleixner2011-09-13
* fixlet: Remove fs_excl from struct task.Justin TerAvest2011-07-12
* cgroups: read-write lock CLONE_THREAD forking per threadgroupBen Blum2011-05-26
* Merge branch 'next' into for-linusJames Morris2011-05-24
|\
| * capabilities: delete all CAP_INIT macrosEric Paris2011-04-04
* | sched: Get rid of lock_depthJonathan Corbet2011-04-24
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-06
|\
| * sched: Make pushable_tasks CONFIG_SMP dependantDario Faggioli2010-12-08
* | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2010-12-23
|\ \ | |/ |/|
| * rcu: priority boosting for TINY_PREEMPT_RCUPaul E. McKenney2010-11-29
* | signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro2010-10-27
|/
* rcu: Add a TINY_PREEMPT_RCUPaul E. McKenney2010-08-20