aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)Author
2008-07-23Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2008-07-23Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2008-07-18sched: fix build error, provide partition_sched_domains() unconditionallyIngo Molnar
2008-07-16ptrace children revampRoland McGrath
2008-07-16Freezer: Introduce PF_FREEZER_NOSIGRafael J. Wysocki
2008-07-15Merge branch 'linus' into core/softlockupIngo Molnar
2008-07-14Merge branch 'sched/new-API-sched_setscheduler' of git://git.kernel.org/pub/s...Linus Torvalds
2008-07-14Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar
2008-07-14Merge branch 'sched/clock' into sched/develIngo Molnar
2008-07-11sched_clock: stop maximum check on NO HZSteven Rostedt
2008-06-27sched: update shares on wakeupPeter Zijlstra
2008-06-27sched: fix sched_domain aggregationPeter Zijlstra
2008-06-27sched: revert revert of: fair-group: SMP-nice for group schedulingPeter Zijlstra
2008-06-23sched: add new API sched_setscheduler_nocheck: add a flag to control access c...Rusty Russell
2008-06-16Merge branch 'linus' into core/softlockupIngo Molnar
2008-06-16Merge branch 'linus' into tracing/ftraceIngo Molnar
2008-06-16Merge branch 'linus' into sched-develIngo Molnar
2008-06-10sched: prevent bound kthreads from changing cpus_allowedDavid Rientjes
2008-06-10sched: fix TASK_WAKEKILL vs SIGKILL raceOleg Nesterov
2008-06-06sched: fix cpupri hotplug supportGregory Haskins
2008-06-06sched: reorder task_struct to reduce padding on 64bit buildsRichard Kennedy
2008-06-06namespacecheck: more sched.c fixesIngo Molnar
2008-05-29Merge commit 'linus/master' into sched-fixes-for-linusIngo Molnar
2008-05-29revert ("sched: fair-group: SMP-nice for group scheduling")Ingo Molnar
2008-05-26posix timers: discard SI_TIMER signals on execOleg Nesterov
2008-05-25softlockup: fix softlockup_thresh unaligned access and disable detection at r...Dimitri Sivanich
2008-05-25softlockup: allow panic on lockupIngo Molnar
2008-05-23Port ftrace to markersMathieu Desnoyers
2008-05-23ftrace: sched specialIngo Molnar
2008-05-23ftrace: fix __trace_special()Ingo Molnar
2008-05-23ftrace: fix wakeupsIngo Molnar
2008-05-23ftrace: sched tracer, trace full rbtreeIngo Molnar
2008-05-23ftrace: sched tracer fixIngo Molnar
2008-05-23ftrace: make the task state char-string visible to allSteven Rostedt
2008-05-23sched: add latency tracer callbacks to the schedulerIngo Molnar
2008-05-12Make 'cond_resched()' nullification depend on PREEMPT_BKLLinus Torvalds
2008-05-12Fix up 'need_resched()' definitionLinus Torvalds
2008-05-11Add new 'cond_resched_bkl()' helper functionLinus Torvalds
2008-05-05sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCKPeter Zijlstra
2008-05-05sched: make clock sync tunable by architecture codeIngo Molnar
2008-05-05sched: fix RT task-wakeup logicGregory Haskins
2008-04-30Deprecate find_task_by_pid()Pavel Emelyanov
2008-04-30signals: use HAVE_SET_RESTORE_SIGMASKRoland McGrath
2008-04-30signals: fix /sbin/init protection from unwanted signalsOleg Nesterov
2008-04-30signals: join send_sigqueue() with send_group_sigqueue()Oleg Nesterov
2008-04-30signals: re-assign CLD_CONTINUED notification from the sender to recieverOleg Nesterov
2008-04-29cgroups: add an owner to the mm_structBalbir Singh
2008-04-28capabilities: implement per-process securebitsAndrew G. Morgan
2008-04-27s390: KVM preparation: provide hook to enable pgstes in user pagetableCarsten Otte
2008-04-24[POWERPC] Add thread_info_cache_init() weak hookBenjamin Herrenschmidt