aboutsummaryrefslogtreecommitdiff
path: root/init/init_task.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+2
2019-06-03locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start withGravatar Yuyang Du 1-1/+1
2019-06-03locking/lockdep: Use lockdep_init_task for task initiation consistentlyGravatar Yuyang Du 1-0/+2
2019-06-03sched/core: Provide a pointer to the valid CPU maskGravatar Sebastian Andrzej Siewior 1-1/+2
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2019-03-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+2
2019-03-05mm: replace all open encodings for NUMA_NO_NODEGravatar Anshuman Khandual 1-1/+2
2019-02-04sched/core: Convert task_struct.stack_refcount to refcount_tGravatar Elena Reshetova 1-1/+1
2019-02-04sched/core: Convert task_struct.usage to refcount_tGravatar Elena Reshetova 1-1/+1
2019-02-04sched/core: Convert signal_struct.sigcnt to refcount_tGravatar Elena Reshetova 1-1/+1
2019-01-25audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITGravatar Richard Guy Briggs 1-1/+1
2018-08-09signal: Don't restart fork when signals come in.Gravatar Eric W. Biederman 1-0/+1
2018-07-21pid: Implement PIDTYPE_TGIDGravatar Eric W. Biederman 1-1/+1
2018-07-21pids: Move the pgrp and session pid pointers from task_struct to signal_structGravatar Eric W. Biederman 1-5/+6
2018-07-21pids: Initialize leader_pid in init_taskGravatar Eric W. Biederman 1-0/+1
2018-05-14audit: convert sessionid unset to a macroGravatar Richard Guy Briggs 1-1/+2
2018-01-17Expand the INIT_SIGNALS and INIT_SIGHAND macros and removeGravatar David Howells 1-2/+28
2018-01-17Expand various INIT_* macros and removeGravatar David Howells 1-24/+71
2018-01-17Expand INIT_TASK() in init/init_task.c and removeGravatar David Howells 1-2/+83
2018-01-09Construct init thread stack in the linker script rather than by unionGravatar David Howells 1-4/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Gravatar Ingo Molnar 1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-09-15sched/core: Allow putting thread_info into task_structGravatar Andy Lutomirski 1-2/+5
2013-02-07sched/rt: Move rt specific bits into new header fileGravatar Clark Williams 1-0/+1
2013-02-07sched: Move sched.h sysctl bits into separate headerGravatar Clark Williams 1-0/+1
2012-05-05init_task: Create generic init_task instanceGravatar Thomas Gleixner 1-0/+24