summaryrefslogtreecommitdiff
path: root/include/linux/init_task.h
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-08locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso
2017-07-24init_task: Remove redundant INIT_TASK_RCU_TREE_PREEMPT() macroPaul E. McKenney
2017-07-05sched/cputime: Move the vtime task fields to their own structFrederic Weisbecker
2017-07-05sched/cputime: Rename vtime fieldsFrederic Weisbecker
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2017-04-04sched/rtmutex/deadline: Fix a PI crash for deadline tasksXunlei Pang
2017-03-28LSM: Revive security_task_alloc() hook and per "struct task_struct" security ...Tetsuo Handa
2017-03-08livepatch: change to a per-task consistency modelJosh Poimboeuf
2017-03-03sched/headers: Move the 'root_task_group' declaration to <linux/sched/autogro...Ingo Molnar
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar
2017-03-02sched/headers: Prepare to move the 'root_task_group' declaration to <linux/sc...Ingo Molnar
2017-01-27timers: Omit POSIX timer stuff from task_struct when disabledNicolas Pitre
2016-09-16sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASKAndy Lutomirski
2016-09-15sched/core: Allow putting thread_info into task_structAndy Lutomirski
2016-06-24fix up initial thread stack pointer vs thread_info confusionLinus Torvalds
2015-12-04sched/cputime: Convert vtime_seqlock to seqcountFrederic Weisbecker
2015-11-05Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2015-10-15posix_cpu_timer: Reduce unnecessary sighand lock contentionJason Low
2015-10-15posix_cpu_timer: Convert cputimer->running to boolJason Low
2015-09-16sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo
2015-09-16Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percp...Tejun Heo
2015-08-03sched/cputime: Guarantee stime + utime == rtimePeter Zijlstra
2015-06-26Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2015-05-26sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo
2015-05-08sched, timer: Use the atomic task_cputime in thread_group_cputimerJason Low
2015-05-08sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i...Jason Low
2015-02-13kasan: enable stack instrumentationAndrey Ryabinin
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2014-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-11-16sched/numa: Init numa balancing fields of init_taskKirill Tkhai
2014-10-29rcu: Remove redundant TREE_PREEMPT_RCU config optionPranith Kumar
2014-09-07rcu: Remove local_irq_disable() in rcu_preempt_note_context_switch()Paul E. McKenney
2014-09-07rcu: Make TASKS_RCU handle nohz_full= CPUsPaul E. McKenney
2014-09-07rcu: Add call_rcu_tasks()Paul E. McKenney
2014-07-09rcu: Simplify priority boosting by putting rt_mutex in rcu_nodePaul E. McKenney
2014-01-23Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-01-21introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov
2014-01-13audit: convert all sessionid declaration to unsigned intEric Paris
2014-01-13rtmutex: Turn the plist into an rb-treePeter Zijlstra
2013-11-06seqcount: Add lockdep functionality to seqcount/seqlock structuresJohn Stultz
2013-02-19sched/rt: Add <linux/sched/rt.h> header to <linux/init_task.h>Ingo Molnar
2013-01-27cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman
2012-07-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-07-24sched: Fix race in task_group()Peter Zijlstra
2012-07-02rcu: Use new RCU_POINTER_INITIALIZER for gcc-style initializationsPaul E. McKenney
2012-05-30sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'Peter Zijlstra
2012-03-21cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman