aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/init_task.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-07rcu: Remove local_irq_disable() in rcu_preempt_note_context_switch()Paul E. McKenney1-1/+1
2014-09-07rcu: Make TASKS_RCU handle nohz_full= CPUsPaul E. McKenney1-1/+2
2014-09-07rcu: Add call_rcu_tasks()Paul E. McKenney1-0/+9
2014-07-09rcu: Simplify priority boosting by putting rt_mutex in rcu_nodePaul E. McKenney1-8/+1
2014-01-23Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-1/+1
2014-01-21introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov1-0/+2
2014-01-13audit: convert all sessionid declaration to unsigned intEric Paris1-1/+1
2014-01-13rtmutex: Turn the plist into an rb-treePeter Zijlstra1-0/+10
2013-11-06seqcount: Add lockdep functionality to seqcount/seqlock structuresJohn Stultz1-4/+4
2013-02-19sched/rt: Add <linux/sched/rt.h> header to <linux/init_task.h>Ingo Molnar1-0/+1
2013-01-27cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker1-0/+11
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman1-1/+1
2012-07-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+11
2012-07-24sched: Fix race in task_group()Peter Zijlstra1-1/+11
2012-07-02rcu: Use new RCU_POINTER_INITIALIZER for gcc-style initializationsPaul E. McKenney1-2/+2
2012-05-30sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'Peter Zijlstra1-1/+1
2012-03-21cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman1-0/+8
2012-02-22sched: Make initial SCHED_RR timeslace DEF_TIMESLICEHiroshi Shimamoto1-1/+1
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-5/+4
2011-12-12threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsemTejun Heo1-5/+4
2011-12-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2011-11-17writeback: remove vm_dirties and task->dirtiesWu Fengguang1-1/+0
2011-11-14sched: Set the command name of the idle tasks in SMP kernelsCarsten Emde1-1/+3
2011-09-13locking, sched: Annotate thread_group_cputimer as rawThomas Gleixner1-1/+1
2011-07-12fixlet: Remove fs_excl from struct task.Justin TerAvest1-1/+0
2011-05-26cgroups: read-write lock CLONE_THREAD forking per threadgroupBen Blum1-0/+9
2011-05-24Merge branch 'next' into for-linusJames Morris1-7/+0
2011-04-24sched: Get rid of lock_depthJonathan Corbet1-1/+0
2011-04-04capabilities: delete all CAP_INIT macrosEric Paris1-7/+0
2011-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+8
2010-12-23Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/rcuIngo Molnar1-1/+8
2010-12-08sched: Make pushable_tasks CONFIG_SMP dependantDario Faggioli1-1/+8
2010-11-29rcu: priority boosting for TINY_PREEMPT_RCUPaul E. McKenney1-1/+8
2010-10-27signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro1-2/+2
2010-08-20rcu: Add a TINY_PREEMPT_RCUPaul E. McKenney1-2/+8
2010-08-19kernel: __rcu annotationsArnd Bergmann1-2/+2
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds1-1/+1
2010-05-27INIT_SIGHAND: use SIG_DFL instead of NULLOleg Nesterov1-1/+1
2010-05-27pids: init_struct_pid.tasks should never see the swapper processOleg Nesterov1-4/+4
2010-05-27INIT_TASK() should initialize ->thread_group listOleg Nesterov1-0/+1
2010-05-27proc: turn signal_struct->count into "int nr_threads"Oleg Nesterov1-1/+1
2010-05-11rcu: remove all rcu head initializations, except on_stack initializationsPaul E. McKenney1-1/+0
2010-03-12nsproxy: remove INIT_NSPROXY()Alexey Dobriyan1-8/+0
2010-03-03Rename .data.init_task to .data..init_task.Tim Abbott1-1/+1
2009-12-17Revert "task_struct: make journal_info conditional"Linus Torvalds1-7/+1
2009-12-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-12-15task_struct: make journal_info conditionalHiroshi Shimamoto1-1/+7
2009-12-14sched: Convert pi_lock to raw_spinlockThomas Gleixner1-1/+1
2009-11-24remove CONFIG_SECURITY_FILE_CAPABILITIES compile optionSerge E. Hallyn1-4/+0
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-7/+7