aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)AuthorFilesLines
2012-03-05vfork: kill PF_STARTINGGravatar Oleg Nesterov 1-1/+0
2012-03-05coredump_wait: don't call complete_vfork_done()Gravatar Oleg Nesterov 1-1/+0
2012-03-05vfork: make it killableGravatar Oleg Nesterov 1-1/+1
2012-03-05vfork: introduce complete_vfork_done()Gravatar Oleg Nesterov 1-0/+1
2012-02-02Fix race in process_vm_rw_coreGravatar Christopher Yeoh 1-0/+6
2012-01-26Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2012-01-23kernel-doc: fix kernel-doc warnings in schedGravatar Randy Dunlap 1-1/+1
2012-01-17Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Gravatar Ingo Molnar 1-1/+1
2012-01-16sched: Add "const" to is_idle_task() parameterGravatar Paul E. McKenney 1-1/+1
2012-01-12treewide: remove useless NORET_TYPE macro and usesGravatar Joe Perches 1-1/+1
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 1-19/+54
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+1
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+19
2011-12-19Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Martin Schwidefsky 1-2/+17
2011-12-18writeback: dirty ratelimit - think time compensationGravatar Wu Fengguang 1-0/+1
2011-12-15[S390] cputime: add sparse checking and cleanupGravatar Martin Schwidefsky 1-2/+2
2011-12-15sched: Mark parent and real_parent as __rcuGravatar Kees Cook 1-2/+2
2011-12-15Merge commit 'v3.2-rc5' into sched/coreGravatar Ingo Molnar 1-1/+0
2011-12-12threadgroup: extend threadgroup_lock() to cover exit and execGravatar Tejun Heo 1-6/+41
2011-12-12threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsemGravatar Tejun Heo 1-15/+15
2011-12-11sched: Add is_idle_task() to handle invalidated uses of idle_cpu()Gravatar Paul E. McKenney 1-0/+8
2011-12-06sched: Fix compile error for UP,!NOHZGravatar Peter Zijlstra 1-1/+1
2011-12-06sched, nohz: Track nr_busy_cpus in the sched_group_powerGravatar Suresh Siddha 1-0/+6
2011-11-23Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Gravatar Rafael J. Wysocki 1-3/+1
2011-11-23freezer: kill unused set_freezable_with_signal()Gravatar Tejun Heo 1-1/+0
2011-11-21freezer: kill PF_FREEZINGGravatar Tejun Heo 1-2/+1
2011-11-17writeback: remove vm_dirties and task->dirtiesGravatar Wu Fengguang 1-1/+0
2011-11-17sched: Make separate sched*.c translation unitsGravatar Peter Zijlstra 1-0/+9
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+7
2011-10-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+6
2011-10-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+0
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+2
2011-10-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+2
2011-10-04sched: Convert to struct llistGravatar Peter Zijlstra 1-1/+2
2011-10-04Merge branch 'linus' into sched/coreGravatar Ingo Molnar 1-1/+0
2011-10-03writeback: per task dirty rate limitGravatar Wu Fengguang 1-0/+7
2011-09-30posix-cpu-timers: Cure SMP wobblesGravatar Peter Zijlstra 1-1/+0
2011-09-29user namespace: usb: make usb urbs user namespace aware (v2)Gravatar Serge Hallyn 1-1/+2
2011-09-28rcu: Simplify unboosting checksGravatar Paul E. McKenney 1-3/+0
2011-09-28nohz: Remove nohz_cpu_maskGravatar Shi, Alex 1-1/+0
2011-09-13locking, sched: Annotate thread_group_cputimer as rawGravatar Thomas Gleixner 1-2/+2
2011-08-14sched: Accumulate per-cfs_rq cpu usage and charge against bandwidthGravatar Paul Turner 1-0/+4
2011-08-11move RLIMIT_NPROC check from set_user() to do_execve_common()Gravatar Vasiliy Kulikov 1-0/+1
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+0
2011-07-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscGravatar Linus Torvalds 1-18/+34
2011-07-21Merge branch 'linus' into sched/coreGravatar Ingo Molnar 1-5/+14
2011-07-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+3
2011-07-20sched: Allow for overlapping sched_domain spansGravatar Peter Zijlstra 1-0/+2