summaryrefslogtreecommitdiffstats
path: root/init/init_task.c
AgeCommit message (Expand)Author
2020-03-25exec: Add exec_update_mutex to replace cred_guard_mutexEric W. Biederman
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-08-28posix-cpu-timers: Move state tracking to struct posix_cputimersThomas Gleixner
2019-07-31sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-06-03locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start withYuyang Du
2019-06-03locking/lockdep: Use lockdep_init_task for task initiation consistentlyYuyang Du
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual
2019-02-04sched/core: Convert task_struct.stack_refcount to refcount_tElena Reshetova
2019-02-04sched/core: Convert task_struct.usage to refcount_tElena Reshetova
2019-02-04sched/core: Convert signal_struct.sigcnt to refcount_tElena Reshetova
2019-01-25audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITRichard Guy Briggs
2018-08-09signal: Don't restart fork when signals come in.Eric W. Biederman
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman
2018-07-21pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman
2018-07-21pids: Initialize leader_pid in init_taskEric W. Biederman
2018-05-14audit: convert sessionid unset to a macroRichard Guy Briggs
2018-01-17Expand the INIT_SIGNALS and INIT_SIGHAND macros and removeDavid Howells
2018-01-17Expand various INIT_* macros and removeDavid Howells
2018-01-17Expand INIT_TASK() in init/init_task.c and removeDavid Howells
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-09-15sched/core: Allow putting thread_info into task_structAndy Lutomirski
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams
2013-02-07sched: Move sched.h sysctl bits into separate headerClark Williams
2012-05-05init_task: Create generic init_task instanceThomas Gleixner