summaryrefslogtreecommitdiffstats
path: root/init/init_task.c
Commit message (Expand)AuthorAgeFilesLines
* rcu-tasks: Initialize data to eliminate RCU-tasks/do_exit() deadlocksPaul E. McKenney2024-02-251-0/+1
* Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-101-0/+1
|\
| * plist: Split out plist_types.hKent Overstreet2023-12-201-0/+1
* | arch: remove ARCH_TASK_STRUCT_ON_STACKHeiko Carstens2023-12-101-8/+2
|/
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-1/+0
|\
| * kill task_struct->thread_groupOleg Nesterov2023-10-041-1/+0
* | sched: Add task_struct->faults_disabled_mappingKent Overstreet2023-09-111-0/+1
|/
* rcu-tasks: Add data structures for lightweight grace periodsPaul E. McKenney2022-06-201-0/+1
* kcsan: Remove redundant zero-initialization of globalsMarco Elver2021-12-091-5/+0
* 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