aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/init_task.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-28posix-cpu-timers: Create a container structThomas Gleixner1-11/+0
2019-02-04sched/core: Convert task_struct.stack_refcount to refcount_tElena Reshetova1-0/+1
2018-07-21pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman1-9/+0
2018-01-17Expand INIT_STRUCT_PID and removeDavid Howells1-15/+0
2018-01-17Expand the INIT_SIGNALS and INIT_SIGHAND macros and removeDavid Howells1-39/+4
2018-01-17Expand various INIT_* macros and removeDavid Howells1-112/+0
2018-01-17Expand INIT_TASK() in init/init_task.c and removeDavid Howells1-83/+4
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells1-0/+3
2017-11-17pid: remove pidhashGargi Sharma1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-08locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso1-3/+2
2017-07-24init_task: Remove redundant INIT_TASK_RCU_TREE_PREEMPT() macroPaul E. McKenney1-7/+1
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/linux-securityLinus Torvalds1-0/+7
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus 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 blob.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/autogroup.h>Ingo Molnar1-2/+0
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move the 'root_task_group' declaration to <linux/sched/autogroup.h>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/cgroupLinus 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 percpu_rwsem"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/cgroupLinus 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 improve scalabilityJason 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/kernel/git/tip/tipLinus 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