aboutsummaryrefslogtreecommitdiffstats
path: root/init/init_task.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-09signal: Don't restart fork when signals come in.Eric W. Biederman1-0/+1
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman1-1/+1
2018-07-21pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman1-5/+6
2018-07-21pids: Initialize leader_pid in init_taskEric W. Biederman1-0/+1
2018-05-14audit: convert sessionid unset to a macroRichard Guy Briggs1-1/+2
2018-01-17Expand the INIT_SIGNALS and INIT_SIGHAND macros and removeDavid Howells1-2/+28
2018-01-17Expand various INIT_* macros and removeDavid Howells1-24/+71
2018-01-17Expand INIT_TASK() in init/init_task.c and removeDavid Howells1-2/+83
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells1-4/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-15sched/core: Allow putting thread_info into task_structAndy Lutomirski1-2/+5
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams1-0/+1
2013-02-07sched: Move sched.h sysctl bits into separate headerClark Williams1-0/+1
2012-05-05init_task: Create generic init_task instanceThomas Gleixner1-0/+24