summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)Author
2013-11-29exec/ptrace: fix get_dumpable() incorrect testsKees Cook
2013-11-29exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov
2013-01-27ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov
2012-10-02sched: Fix race in task_group()Peter Zijlstra
2012-07-19sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-23prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervisionLennart Poettering
2012-03-21cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-03-20Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-03-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-03-13Merge branch 'linus' into irq/coreThomas Gleixner
2012-03-13Merge tag 'v3.3-rc7' into sched/coreIngo Molnar
2012-03-09genirq: Get rid of unnecessary irqaction field in task_structAlexander Gordeev
2012-03-05vfork: kill PF_STARTINGOleg Nesterov
2012-03-05coredump_wait: don't call complete_vfork_done()Oleg Nesterov
2012-03-05vfork: make it killableOleg Nesterov
2012-03-05vfork: introduce complete_vfork_done()Oleg Nesterov
2012-03-02sched: Clean up parameter passing of proc_sched_autogroup_set_nice()Hiroshi Shimamoto
2012-03-01sched/rt: Do not submit new work when PI-blockedThomas Gleixner
2012-03-01sched/rt: Add schedule_preempt_disabled()Thomas Gleixner
2012-03-01Merge branch 'linus' into sched/coreIngo Molnar
2012-02-22sched: Make initial SCHED_RR timeslace DEF_TIMESLICEHiroshi Shimamoto
2012-02-21rcu: Simplify unboosting checksPaul E. McKenney
2012-02-11sched: Turn lock_task_sighand() into a static inlineAnton Vorontsov
2012-02-02Fix race in process_vm_rw_coreChristopher Yeoh
2012-01-27sched: Ensure cpu_power periodic updateVincent Guittot
2012-01-27sched, block: Unify cache detectionPeter Zijlstra
2012-01-26Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-01-23kernel-doc: fix kernel-doc warnings in schedRandy Dunlap
2012-01-17Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar
2012-01-16sched: Add "const" to is_idle_task() parameterPaul E. McKenney
2012-01-12treewide: remove useless NORET_TYPE macro and usesJoe Perches
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-12-19Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Martin Schwidefsky
2011-12-18writeback: dirty ratelimit - think time compensationWu Fengguang
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky
2011-12-15sched: Mark parent and real_parent as __rcuKees Cook
2011-12-15Merge commit 'v3.2-rc5' into sched/coreIngo Molnar
2011-12-12threadgroup: extend threadgroup_lock() to cover exit and execTejun Heo
2011-12-12threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsemTejun Heo
2011-12-11sched: Add is_idle_task() to handle invalidated uses of idle_cpu()Paul E. McKenney
2011-12-06sched: Fix compile error for UP,!NOHZPeter Zijlstra
2011-12-06sched, nohz: Track nr_busy_cpus in the sched_group_powerSuresh Siddha
2011-11-23Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Rafael J. Wysocki
2011-11-23freezer: kill unused set_freezable_with_signal()Tejun Heo