aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-16ptrace children revampRoland McGrath1-14/+12
2008-07-16Freezer: Introduce PF_FREEZER_NOSIGRafael J. Wysocki1-0/+1
2008-07-15Merge branch 'linus' into core/softlockupIngo Molnar1-29/+48
2008-07-14Merge branch 'sched/new-API-sched_setscheduler' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2008-07-14Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar1-0/+16
2008-07-14Merge branch 'sched/clock' into sched/develIngo Molnar1-1/+16
2008-07-11sched_clock: stop maximum check on NO HZSteven Rostedt1-1/+16
2008-06-27sched: update shares on wakeupPeter Zijlstra1-0/+3
2008-06-27sched: fix sched_domain aggregationPeter Zijlstra1-1/+0
2008-06-27sched: revert revert of: fair-group: SMP-nice for group schedulingPeter Zijlstra1-0/+1
2008-06-23sched: add new API sched_setscheduler_nocheck: add a flag to control access checksRusty Russell1-0/+2
2008-06-16Merge branch 'linus' into core/softlockupIngo Molnar1-1/+15
2008-06-16Merge branch 'linus' into tracing/ftraceIngo Molnar1-1/+15
2008-06-16Merge branch 'linus' into sched-develIngo Molnar1-0/+13
2008-06-10sched: prevent bound kthreads from changing cpus_allowedDavid Rientjes1-0/+1
2008-06-10sched: fix TASK_WAKEKILL vs SIGKILL raceOleg Nesterov1-0/+13
2008-06-06sched: fix cpupri hotplug supportGregory Haskins1-2/+2
2008-06-06sched: reorder task_struct to reduce padding on 64bit buildsRichard Kennedy1-8/+8
2008-06-06namespacecheck: more sched.c fixesIngo Molnar1-18/+0
2008-05-29Merge commit 'linus/master' into sched-fixes-for-linusIngo Molnar1-0/+2
2008-05-29revert ("sched: fair-group: SMP-nice for group scheduling")Ingo Molnar1-1/+0
2008-05-26posix timers: discard SI_TIMER signals on execOleg Nesterov1-0/+2
2008-05-25softlockup: fix softlockup_thresh unaligned access and disable detection at runtimeDimitri Sivanich1-1/+1
2008-05-25softlockup: allow panic on lockupIngo Molnar1-1/+2
2008-05-23Port ftrace to markersMathieu Desnoyers1-32/+0
2008-05-23ftrace: sched specialIngo Molnar1-0/+6
2008-05-23ftrace: fix __trace_special()Ingo Molnar1-8/+12
2008-05-23ftrace: fix wakeupsIngo Molnar1-0/+2
2008-05-23ftrace: sched tracer, trace full rbtreeIngo Molnar1-9/+23
2008-05-23ftrace: sched tracer fixIngo Molnar1-6/+0
2008-05-23ftrace: make the task state char-string visible to allSteven Rostedt1-0/+2
2008-05-23sched: add latency tracer callbacks to the schedulerIngo Molnar1-0/+26
2008-05-12Make 'cond_resched()' nullification depend on PREEMPT_BKLLinus Torvalds1-1/+1
2008-05-12Fix up 'need_resched()' definitionLinus Torvalds1-1/+1
2008-05-11Add new 'cond_resched_bkl()' helper functionLinus Torvalds1-1/+5
2008-05-05sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCKPeter Zijlstra1-0/+29
2008-05-05sched: make clock sync tunable by architecture codeIngo Molnar1-0/+2
2008-05-05sched: fix RT task-wakeup logicGregory Haskins1-1/+6
2008-04-30Deprecate find_task_by_pid()Pavel Emelyanov1-1/+4
2008-04-30signals: use HAVE_SET_RESTORE_SIGMASKRoland McGrath1-1/+1
2008-04-30signals: fix /sbin/init protection from unwanted signalsOleg Nesterov1-0/+2
2008-04-30signals: join send_sigqueue() with send_group_sigqueue()Oleg Nesterov1-2/+1
2008-04-30signals: re-assign CLD_CONTINUED notification from the sender to recieverOleg Nesterov1-0/+6
2008-04-29cgroups: add an owner to the mm_structBalbir Singh1-0/+13
2008-04-28capabilities: implement per-process securebitsAndrew G. Morgan1-2/+1
2008-04-27s390: KVM preparation: provide hook to enable pgstes in user pagetableCarsten Otte1-0/+2
2008-04-24[POWERPC] Add thread_info_cache_init() weak hookBenjamin Herrenschmidt1-0/+2
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds1-1/+0
2008-04-19sched: fair-group: de-couple load-balancing from the rb-treesPeter Zijlstra1-0/+1
2008-04-19sched: rt-group: optimize dequeue_rt_stackPeter Zijlstra1-0/+1