summaryrefslogtreecommitdiff
path: root/init/init_task.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-15Merge tag 'livepatching-for-6.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2024-05-09livepatch: Rename KLP_* to KLP_TRANSITION_*Wardenjohn1-1/+1
2024-03-25sched/fair: Check if a task has a fitting CPU when updating misfitQais Yousef1-0/+1
2024-02-26rcu-tasks: Initialize data to eliminate RCU-tasks/do_exit() deadlocksPaul E. McKenney1-0/+1
2024-01-11Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-0/+1
2023-12-21plist: Split out plist_types.hKent Overstreet1-0/+1
2023-12-11arch: remove ARCH_TASK_STRUCT_ON_STACKHeiko Carstens1-8/+2
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+0
2023-10-04kill task_struct->thread_groupOleg Nesterov1-1/+0
2023-09-12sched: Add task_struct->faults_disabled_mappingKent Overstreet1-0/+1
2022-06-20rcu-tasks: Add data structures for lightweight grace periodsPaul E. McKenney1-0/+1
2021-12-10kcsan: Remove redundant zero-initialization of globalsMarco Elver1-5/+0
2021-08-20sched: Introduce task_struct::user_cpus_ptr to track requested affinityWill Deacon1-0/+1
2021-06-18sched: Change task_struct::statePeter Zijlstra1-1/+1
2021-03-31seccomp: Fix CONFIG tests for Seccomp_filtersKenta.Tada@sony.com1-1/+1
2021-01-29fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)1-1/+2
2020-12-22kasan, arm64: only use kasan_depth for software modesAndrey Konovalov1-1/+1
2020-12-10exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman1-1/+1
2020-10-01io_uring: don't rely on weak ->files referencesJens Axboe1-0/+3
2020-08-15Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds1-0/+1
2020-08-11Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+2
2020-08-04init: Align init_task to avoid conflict with MUTEX_FLAGSStafford Horne1-0/+1
2020-07-29sched: tasks: Use sequence counter with associated spinlockAhmed S. Darwish1-1/+2
2020-07-11seccomp: Report number of loaded filters in /proc/$pid/statusKees Cook1-0/+3
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner1-0/+10
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+8
2020-05-15scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen1-0/+8
2020-05-08Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner1-0/+1
2020-04-27rcu-tasks: Split ->trc_reader_need_endPaul E. McKenney1-0/+1
2020-04-27rcu-tasks: Add an RCU Tasks Trace to simplify protection of tracing hooksPaul E. McKenney1-0/+4
2020-04-14kcsan: Add support for scoped accessesMarco Elver1-0/+1
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar1-0/+1
2020-03-25exec: Add exec_update_mutex to replace cred_guard_mutexEric W. Biederman1-0/+1
2020-03-21kcsan: Add kcsan_set_access_mask() supportMarco Elver1-0/+1
2019-11-16kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver1-0/+8
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+0
2019-08-28posix-cpu-timers: Move state tracking to struct posix_cputimersThomas Gleixner1-2/+0
2019-07-31sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner1-1/+1
2019-07-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2019-06-03locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start withYuyang Du1-1/+1
2019-06-03locking/lockdep: Use lockdep_init_task for task initiation consistentlyYuyang Du1-0/+2
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior1-1/+2
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2019-03-06mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-1/+2
2019-02-04sched/core: Convert task_struct.stack_refcount to refcount_tElena Reshetova1-1/+1
2019-02-04sched/core: Convert task_struct.usage to refcount_tElena Reshetova1-1/+1
2019-02-04sched/core: Convert signal_struct.sigcnt to refcount_tElena Reshetova1-1/+1
2019-01-25audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITRichard Guy Briggs1-1/+1