summaryrefslogtreecommitdiffstats
path: root/init/init_task.c
Commit message (Expand)AuthorAgeFilesLines
* sched: Introduce task_struct::user_cpus_ptr to track requested affinityWill Deacon2021-08-201-0/+1
* sched: Change task_struct::statePeter Zijlstra2021-06-181-1/+1
* seccomp: Fix CONFIG tests for Seccomp_filtersKenta.Tada@sony.com2021-03-301-1/+1
* fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)2021-01-291-1/+2
* kasan, arm64: only use kasan_depth for software modesAndrey Konovalov2020-12-221-1/+1
* exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman2020-12-101-1/+1
* io_uring: don't rely on weak ->files referencesJens Axboe2020-09-301-0/+3
* Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2020-08-141-0/+1
|\
| * init: Align init_task to avoid conflict with MUTEX_FLAGSStafford Horne2020-08-041-0/+1
* | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-101-1/+2
|\ \
| * | sched: tasks: Use sequence counter with associated spinlockAhmed S. Darwish2020-07-291-1/+2
| |/
* / seccomp: Report number of loaded filters in /proc/$pid/statusKees Cook2020-07-101-0/+3
|/
* Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-111-0/+10
|\
| * Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner2020-05-081-0/+1
| |\
| | * kcsan: Add support for scoped accessesMarco Elver2020-04-131-0/+1
| * | Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar2020-04-131-0/+1
| |\ \ | | |/ | |/|
| * | kcsan: Add kcsan_set_access_mask() supportMarco Elver2020-03-211-0/+1
| * | kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver2019-11-161-0/+8
* | | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-011-0/+8
|\ \ \
| * | | scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen2020-05-151-0/+8
| | |/ | |/|
* | | rcu-tasks: Split ->trc_reader_need_endPaul E. McKenney2020-04-271-0/+1
* | | rcu-tasks: Add an RCU Tasks Trace to simplify protection of tracing hooksPaul E. McKenney2020-04-271-0/+4
|/ /
* / exec: Add exec_update_mutex to replace cred_guard_mutexEric W. Biederman2020-03-251-0/+1
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-171-2/+0
|\
| * posix-cpu-timers: Move state tracking to struct posix_cputimersThomas Gleixner2019-08-281-2/+0
* | sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner2019-07-311-1/+1
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-081-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-051-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-091-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