aboutsummaryrefslogtreecommitdiffstats
path: root/init/init_task.c
Commit message (Expand)AuthorAge
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-17
|\
| * posix-cpu-timers: Move state tracking to struct posix_cputimersThomas Gleixner2019-08-28
* | sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner2019-07-31
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-08
|\
| * sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-03
* | locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start withYuyang Du2019-06-03
* | locking/lockdep: Use lockdep_init_task for task initiation consistentlyYuyang Du2019-06-03
|/
* Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-07
|\
| * audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITRichard Guy Briggs2019-01-25
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-06
|\ \
| * | mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-06
| |/
* | sched/core: Convert task_struct.stack_refcount to refcount_tElena Reshetova2019-02-04
* | sched/core: Convert task_struct.usage to refcount_tElena Reshetova2019-02-04
* | sched/core: Convert signal_struct.sigcnt to refcount_tElena Reshetova2019-02-04
|/
* signal: Don't restart fork when signals come in.Eric W. Biederman2018-08-09
* pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-21
* pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman2018-07-21
* pids: Initialize leader_pid in init_taskEric W. Biederman2018-07-21
* audit: convert sessionid unset to a macroRichard Guy Briggs2018-05-14
* 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
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar2017-03-02
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* sched/core: Allow putting thread_info into task_structAndy Lutomirski2016-09-15
* sched/rt: Move rt specific bits into new header fileClark Williams2013-02-07
* sched: Move sched.h sysctl bits into separate headerClark Williams2013-02-07
* init_task: Create generic init_task instanceThomas Gleixner2012-05-05