aboutsummaryrefslogtreecommitdiffstats
path: root/init/init_task.c
AgeCommit message (Expand)Author
2022-06-20rcu-tasks: Add data structures for lightweight grace periodsPaul E. McKenney
2021-12-09kcsan: Remove redundant zero-initialization of globalsMarco Elver
2021-08-20sched: Introduce task_struct::user_cpus_ptr to track requested affinityWill Deacon
2021-06-18sched: Change task_struct::statePeter Zijlstra
2021-03-30seccomp: Fix CONFIG tests for Seccomp_filtersKenta.Tada@sony.com
2021-01-29fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)
2020-12-22kasan, arm64: only use kasan_depth for software modesAndrey Konovalov
2020-12-10exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman
2020-09-30io_uring: don't rely on weak ->files referencesJens Axboe
2020-08-14Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-08-04init: Align init_task to avoid conflict with MUTEX_FLAGSStafford Horne
2020-07-29sched: tasks: Use sequence counter with associated spinlockAhmed S. Darwish
2020-07-10seccomp: Report number of loaded filters in /proc/$pid/statusKees Cook
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-05-15scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen
2020-05-08Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner
2020-04-27rcu-tasks: Split ->trc_reader_need_endPaul E. McKenney
2020-04-27rcu-tasks: Add an RCU Tasks Trace to simplify protection of tracing hooksPaul E. McKenney
2020-04-13kcsan: Add support for scoped accessesMarco Elver
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar
2020-03-25exec: Add exec_update_mutex to replace cred_guard_mutexEric W. Biederman
2020-03-21kcsan: Add kcsan_set_access_mask() supportMarco Elver
2019-11-16kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver
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