summaryrefslogtreecommitdiffstats
path: root/include/linux/init_task.h
Commit message (Expand)AuthorAgeFilesLines
* timers: Omit POSIX timer stuff from task_struct when disabledNicolas Pitre2017-01-271-15/+25
* sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASKAndy Lutomirski2016-09-161-1/+3
* sched/core: Allow putting thread_info into task_structAndy Lutomirski2016-09-151-0/+9
* fix up initial thread stack pointer vs thread_info confusionLinus Torvalds2016-06-241-1/+1
* sched/cputime: Convert vtime_seqlock to seqcountFrederic Weisbecker2015-12-041-1/+1
* Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-11-051-8/+0
|\
| * sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo2015-09-161-8/+0
* | posix_cpu_timer: Reduce unnecessary sighand lock contentionJason Low2015-10-151-0/+1
* | posix_cpu_timer: Convert cputimer->running to boolJason Low2015-10-151-1/+1
|/
* Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percp...Tejun Heo2015-09-161-0/+8
* sched/cputime: Guarantee stime + utime == rtimePeter Zijlstra2015-08-031-0/+10
* Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-06-261-8/+0
|\
| * sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo2015-05-261-8/+0
* | sched, timer: Use the atomic task_cputime in thread_group_cputimerJason Low2015-05-081-4/+2
* | sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i...Jason Low2015-05-081-3/+4
|/
* kasan: enable stack instrumentationAndrey Ryabinin2015-02-131-0/+8
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-0/+3
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-091-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-071-1/+1
* rcu: Make TASKS_RCU handle nohz_full= CPUsPaul E. McKenney2014-09-071-1/+2
* rcu: Add call_rcu_tasks()Paul E. McKenney2014-09-071-0/+9
* rcu: Simplify priority boosting by putting rt_mutex in rcu_nodePaul E. McKenney2014-07-091-8/+1
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-01-231-1/+1
|\
| * 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
|\