aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched/new-API-sched_setscheduler' of git://git.kernel.org/pub/s...Linus Torvalds2008-07-141-0/+2
|\
| * sched: add new API sched_setscheduler_nocheck: add a flag to control access c...Rusty Russell2008-06-231-0/+2
* | Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar2008-07-141-0/+16
|\ \
| * \ Merge branch 'linus' into tracing/ftraceIngo Molnar2008-06-161-1/+15
| |\ \ | | |/
| * | Port ftrace to markersMathieu Desnoyers2008-05-231-32/+0
| * | ftrace: sched specialIngo Molnar2008-05-231-0/+6
| * | ftrace: fix __trace_special()Ingo Molnar2008-05-231-8/+12
| * | ftrace: fix wakeupsIngo Molnar2008-05-231-0/+2
| * | ftrace: sched tracer, trace full rbtreeIngo Molnar2008-05-231-9/+23
| * | ftrace: sched tracer fixIngo Molnar2008-05-231-6/+0
| * | ftrace: make the task state char-string visible to allSteven Rostedt2008-05-231-0/+2
| * | sched: add latency tracer callbacks to the schedulerIngo Molnar2008-05-231-0/+26
* | | Merge branch 'sched/clock' into sched/develIngo Molnar2008-07-141-1/+16
|\ \ \
| * | | sched_clock: stop maximum check on NO HZSteven Rostedt2008-07-111-1/+16
| | |/ | |/|
* | | sched: update shares on wakeupPeter Zijlstra2008-06-271-0/+3
* | | sched: fix sched_domain aggregationPeter Zijlstra2008-06-271-1/+0
* | | sched: revert revert of: fair-group: SMP-nice for group schedulingPeter Zijlstra2008-06-271-0/+1
* | | Merge branch 'linus' into sched-develIngo Molnar2008-06-161-0/+13
|\ \ \ | |/ /
| * | sched: fix TASK_WAKEKILL vs SIGKILL raceOleg Nesterov2008-06-101-0/+13
* | | sched: prevent bound kthreads from changing cpus_allowedDavid Rientjes2008-06-101-0/+1
* | | sched: fix cpupri hotplug supportGregory Haskins2008-06-061-2/+2
* | | sched: reorder task_struct to reduce padding on 64bit buildsRichard Kennedy2008-06-061-8/+8
* | | namespacecheck: more sched.c fixesIngo Molnar2008-06-061-18/+0
|/ /
* | Merge commit 'linus/master' into sched-fixes-for-linusIngo Molnar2008-05-291-0/+2
|\ \
| * | posix timers: discard SI_TIMER signals on execOleg Nesterov2008-05-261-0/+2
| |/
* | revert ("sched: fair-group: SMP-nice for group scheduling")Ingo Molnar2008-05-291-1/+0
|/
* Make 'cond_resched()' nullification depend on PREEMPT_BKLLinus Torvalds2008-05-121-1/+1
* Fix up 'need_resched()' definitionLinus Torvalds2008-05-121-1/+1
* Add new 'cond_resched_bkl()' helper functionLinus Torvalds2008-05-111-1/+5
* sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCKPeter Zijlstra2008-05-051-0/+29
* sched: make clock sync tunable by architecture codeIngo Molnar2008-05-051-0/+2
* sched: fix RT task-wakeup logicGregory Haskins2008-05-051-1/+6
* Deprecate find_task_by_pid()Pavel Emelyanov2008-04-301-1/+4
* signals: use HAVE_SET_RESTORE_SIGMASKRoland McGrath2008-04-301-1/+1
* signals: fix /sbin/init protection from unwanted signalsOleg Nesterov2008-04-301-0/+2
* signals: join send_sigqueue() with send_group_sigqueue()Oleg Nesterov2008-04-301-2/+1
* signals: re-assign CLD_CONTINUED notification from the sender to recieverOleg Nesterov2008-04-301-0/+6
* cgroups: add an owner to the mm_structBalbir Singh2008-04-291-0/+13
* capabilities: implement per-process securebitsAndrew G. Morgan2008-04-281-2/+1
* s390: KVM preparation: provide hook to enable pgstes in user pagetableCarsten Otte2008-04-271-0/+2
* [POWERPC] Add thread_info_cache_init() weak hookBenjamin Herrenschmidt2008-04-241-0/+2
* Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds2008-04-211-1/+0
|\
| * include: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-181-1/+0
* | sched: fair-group: de-couple load-balancing from the rb-treesPeter Zijlstra2008-04-191-0/+1
* | sched: rt-group: optimize dequeue_rt_stackPeter Zijlstra2008-04-191-0/+1
* | sched: fair-group: SMP-nice for group schedulingPeter Zijlstra2008-04-191-0/+1
* | sched, cpuset: customize sched domains, coreHidetoshi Seto2008-04-191-1/+22
* | sched: fix the task_group hierarchy for UID groupingPeter Zijlstra2008-04-191-0/+3
* | sched: allow the group scheduler to have multiple levelsDhaval Giani2008-04-191-1/+1
* | sched: add new set_cpus_allowed_ptr functionMike Travis2008-04-191-4/+11