summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)Author
2011-12-28mm, rt: kmap_atomic schedulingPeter Zijlstra
2011-12-28softirq-local-lock.patchThomas Gleixner
2011-12-28sched: teach migrate_disable about atomic contextsPeter Zijlstra
2011-12-28sched: Generic migrate_disablePeter Zijlstra
2011-12-28sched-migrate-disable.patchThomas Gleixner
2011-12-28stomp-machine-mark-stomper-thread.patchThomas Gleixner
2011-12-28cond-resched-lock-rt-tweak.patchThomas Gleixner
2011-12-28sched-no-work-when-pi-blocked.patchThomas Gleixner
2011-12-28cond-resched-softirq-fix.patchThomas Gleixner
2011-12-28sched-rt-mutex-wakeup.patchThomas Gleixner
2011-12-28sched-mmdrop-delayed.patchThomas Gleixner
2011-12-28sched-delay-put-task.patchThomas Gleixner
2011-12-28posix-timers: thread posix-cpu-timers on -rtJohn Stultz
2011-12-28latency-hist.patchCarsten Emde
2011-12-28mm: pagefault_disabled()Peter Zijlstra
2011-12-28mm: Prepare decoupling the page fault disabling logicIngo Molnar
2011-12-28signals: Allow rt tasks to cache one sigqueue structThomas Gleixner
2011-12-28sched: Create schedule_preempt_disabled()Thomas Gleixner
2011-11-17writeback: remove vm_dirties and task->dirtiesWu Fengguang
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-10-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-10-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-10-04sched: Convert to struct llistPeter Zijlstra
2011-10-04Merge branch 'linus' into sched/coreIngo Molnar
2011-10-03writeback: per task dirty rate limitWu Fengguang
2011-09-30posix-cpu-timers: Cure SMP wobblesPeter Zijlstra
2011-09-29user namespace: usb: make usb urbs user namespace aware (v2)Serge Hallyn
2011-09-28rcu: Simplify unboosting checksPaul E. McKenney
2011-09-28nohz: Remove nohz_cpu_maskShi, Alex
2011-09-13locking, sched: Annotate thread_group_cputimer as rawThomas Gleixner
2011-08-14sched: Accumulate per-cfs_rq cpu usage and charge against bandwidthPaul Turner
2011-08-11move RLIMIT_NPROC check from set_user() to do_execve_common()Vasiliy Kulikov
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-07-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds
2011-07-21Merge branch 'linus' into sched/coreIngo Molnar
2011-07-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-07-20sched: Allow for overlapping sched_domain spansPeter Zijlstra
2011-07-20sched: Break out cpu_power from the sched_group structurePeter Zijlstra
2011-07-19rcu: Fix RCU_BOOST race handling current->rcu_read_unlock_specialPaul E. McKenney
2011-07-12fixlet: Remove fs_excl from struct task.Justin TerAvest
2011-07-05sched: Disable (revert) SCHED_LOAD_SCALE increasePeter Zijlstra
2011-07-01Merge branch 'sched/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2011-06-27redefine thread_group_leader() as exit_signal >= 0Oleg Nesterov
2011-06-27kill task_detached()Oleg Nesterov
2011-06-27make do_notify_parent() __must_check, update the callersOleg Nesterov
2011-06-27make do_notify_parent() return boolOleg Nesterov
2011-06-16ptrace: implement PTRACE_LISTENTejun Heo