summaryrefslogtreecommitdiff
path: root/include/linux/init_task.h
Commit message (Expand)AuthorAge
* Expand INIT_STRUCT_PID and removeDavid Howells2018-01-17
* Expand the INIT_SIGNALS and INIT_SIGHAND macros and removeDavid Howells2018-01-17
* Expand various INIT_* macros and removeDavid Howells2018-01-17
* Expand INIT_TASK() in init/init_task.c and removeDavid Howells2018-01-17
* Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-09
* pid: remove pidhashGargi Sharma2017-11-17
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso2017-09-08
* init_task: Remove redundant INIT_TASK_RCU_TREE_PREEMPT() macroPaul E. McKenney2017-07-24
* sched/cputime: Move the vtime task fields to their own structFrederic Weisbecker2017-07-05
* sched/cputime: Rename vtime fieldsFrederic Weisbecker2017-07-05
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-05-03
|\
| * LSM: Revive security_task_alloc() hook and per "struct task_struct" security ...Tetsuo Handa2017-03-28
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-02
|\ \
| * | livepatch: change to a per-task consistency modelJosh Poimboeuf2017-03-08
| |/
* | sched/rtmutex/deadline: Fix a PI crash for deadline tasksXunlei Pang2017-04-04
|/
* sched/headers: Move the 'root_task_group' declaration to <linux/sched/autogro...Ingo Molnar2017-03-03
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-02
* sched/headers: Prepare to move the 'root_task_group' declaration to <linux/sc...Ingo Molnar2017-03-02
* timers: Omit POSIX timer stuff from task_struct when disabledNicolas Pitre2017-01-27
* sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASKAndy Lutomirski2016-09-16
* sched/core: Allow putting thread_info into task_structAndy Lutomirski2016-09-15
* fix up initial thread stack pointer vs thread_info confusionLinus Torvalds2016-06-24
* sched/cputime: Convert vtime_seqlock to seqcountFrederic Weisbecker2015-12-04
* 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