summaryrefslogtreecommitdiff
path: root/include/linux/init_task.h
AgeCommit message (Expand)AuthorFilesLines
2017-07-05sched/cputime: Move the vtime task fields to their own structFrederic Weisbecker1-3/+3
2017-07-05sched/cputime: Rename vtime fieldsFrederic Weisbecker1-2/+2
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-0/+7
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-0/+9
2017-04-04sched/rtmutex/deadline: Fix a PI crash for deadline tasksXunlei Pang1-0/+1
2017-03-28LSM: Revive security_task_alloc() hook and per "struct task_struct" security ...Tetsuo Handa1-0/+7
2017-03-08livepatch: change to a per-task consistency modelJosh Poimboeuf1-0/+9
2017-03-03sched/headers: Move the 'root_task_group' declaration to <linux/sched/autogro...Ingo Molnar1-2/+0
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move the 'root_task_group' declaration to <linux/sc...Ingo Molnar1-0/+1
2017-01-27timers: Omit POSIX timer stuff from task_struct when disabledNicolas Pitre1-15/+25
2016-09-16sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASKAndy Lutomirski1-1/+3
2016-09-15sched/core: Allow putting thread_info into task_structAndy Lutomirski1-0/+9
2016-06-24fix up initial thread stack pointer vs thread_info confusionLinus Torvalds1-1/+1
2015-12-04sched/cputime: Convert vtime_seqlock to seqcountFrederic Weisbecker1-1/+1
2015-11-05Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-8/+0
2015-10-15posix_cpu_timer: Reduce unnecessary sighand lock contentionJason Low1-0/+1
2015-10-15posix_cpu_timer: Convert cputimer->running to boolJason Low1-1/+1
2015-09-16sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo1-8/+0
2015-09-16Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percp...Tejun Heo1-0/+8
2015-08-03sched/cputime: Guarantee stime + utime == rtimePeter Zijlstra1-0/+10
2015-06-26Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-8/+0
2015-05-26sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo1-8/+0
2015-05-08sched, timer: Use the atomic task_cputime in thread_group_cputimerJason Low1-4/+2
2015-05-08sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i...Jason Low1-3/+4
2015-02-13kasan: enable stack instrumentationAndrey Ryabinin1-0/+8
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-0/+3
2014-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+10
2014-11-16sched/numa: Init numa balancing fields of init_taskKirill Tkhai1-0/+10
2014-10-29rcu: Remove redundant TREE_PREEMPT_RCU config optionPranith Kumar1-1/+1
2014-09-07rcu: Remove local_irq_disable() in rcu_preempt_note_context_switch()Paul E. McKenney1-1/+1
2014-09-07rcu: Make TASKS_RCU handle nohz_full= CPUsPaul E. McKenney1-1/+2
2014-09-07rcu: Add call_rcu_tasks()Paul E. McKenney1-0/+9
2014-07-09rcu: Simplify priority boosting by putting rt_mutex in rcu_nodePaul E. McKenney1-8/+1
2014-01-23Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-1/+1
2014-01-21introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov1-0/+2
2014-01-13audit: convert all sessionid declaration to unsigned intEric Paris1-1/+1
2014-01-13rtmutex: Turn the plist into an rb-treePeter Zijlstra1-0/+10
2013-11-06seqcount: Add lockdep functionality to seqcount/seqlock structuresJohn Stultz1-4/+4
2013-02-19sched/rt: Add <linux/sched/rt.h> header to <linux/init_task.h>Ingo Molnar1-0/+1
2013-01-27cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker1-0/+11
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman1-1/+1
2012-07-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+11
2012-07-24sched: Fix race in task_group()Peter Zijlstra1-1/+11
2012-07-02rcu: Use new RCU_POINTER_INITIALIZER for gcc-style initializationsPaul E. McKenney1-2/+2
2012-05-30sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'Peter Zijlstra1-1/+1
2012-03-21cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman1-0/+8
2012-02-22sched: Make initial SCHED_RR timeslace DEF_TIMESLICEHiroshi Shimamoto1-1/+1
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-5/+4
2011-12-12threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsemTejun Heo1-5/+4