summaryrefslogtreecommitdiffstats
path: root/init/init_task.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-091-1/+2
|\
| * sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-031-1/+2
* | locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start withYuyang Du2019-06-031-1/+1
* | locking/lockdep: Use lockdep_init_task for task initiation consistentlyYuyang Du2019-06-031-0/+2
|/
* Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-071-1/+1
|\
| * audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITRichard Guy Briggs2019-01-251-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-061-1/+2
|\ \
| * | mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-061-1/+2
| |/
* | sched/core: Convert task_struct.stack_refcount to refcount_tElena Reshetova2019-02-041-1/+1
* | sched/core: Convert task_struct.usage to refcount_tElena Reshetova2019-02-041-1/+1
* | sched/core: Convert signal_struct.sigcnt to refcount_tElena Reshetova2019-02-041-1/+1
|/
* signal: Don't restart fork when signals come in.Eric W. Biederman2018-08-091-0/+1
* pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-211-1/+1
* pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman2018-07-211-5/+6
* pids: Initialize leader_pid in init_taskEric W. Biederman2018-07-211-0/+1
* audit: convert sessionid unset to a macroRichard Guy Briggs2018-05-141-1/+2
* Expand the INIT_SIGNALS and INIT_SIGHAND macros and removeDavid Howells2018-01-171-2/+28
* Expand various INIT_* macros and removeDavid Howells2018-01-171-24/+71
* Expand INIT_TASK() in init/init_task.c and removeDavid Howells2018-01-171-2/+83
* Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-101-4/+6
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar2017-03-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* sched/core: Allow putting thread_info into task_structAndy Lutomirski2016-09-151-2/+5
* sched/rt: Move rt specific bits into new header fileClark Williams2013-02-071-0/+1
* sched: Move sched.h sysctl bits into separate headerClark Williams2013-02-071-0/+1
* init_task: Create generic init_task instanceThomas Gleixner2012-05-051-0/+24