summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* [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-221-1/+0Star
|\
| * include: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-191-1/+0Star
* | 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
* | generic: reduce stack pressure in sched_affinityMike Travis2008-04-191-1/+1
* | sched: rt-group: synchonised bandwidth periodPeter Zijlstra2008-04-191-0/+7
* | sched: remove sysctl_sched_batch_wakeup_granularityIngo Molnar2008-04-191-1/+0Star
|/
* NOHZ: reevaluate idle sleep length after add_timer_on()Thomas Gleixner2008-03-261-0/+6
* sched: add exported arch_reinit_sched_domains() to header file.Heiko Carstens2008-03-211-0/+1
* sched: improve affine wakeupsIngo Molnar2008-03-191-0/+3
* sched: retain vruntimePeter Zijlstra2008-03-071-0/+4
* sched: revert load_balance_monitor() changesPeter Zijlstra2008-03-041-4/+0Star
* Merge branch 'v2.6.25-rc3-lockdep' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-02-261-1/+1
|\
| * lockdep: increase MAX_LOCK_DEPTHPeter Zijlstra2008-02-251-1/+1
* | sched: add declaration of sched_tail to sched.hHarvey Harrison2008-02-251-0/+1
|/
* include/linux: Remove all users of FASTCALL() macroHarvey Harrison2008-02-141-7/+7
* sched: rt-group: make rt groups scheduling configurablePeter Zijlstra2008-02-131-4/+7
* sched: rt-group: interfacePeter Zijlstra2008-02-131-2/+5
* Get rid of the kill_pgrp_info() functionPavel Emelyanov2008-02-081-1/+0Star
* ITIMER_REAL: convert to use struct pidOleg Nesterov2008-02-081-2/+1Star
* pid: Extend/Fix pid_vnrEric W. Biederman2008-02-081-3/+2Star
* teach set_special_pids() to use struct pidOleg Nesterov2008-02-081-1/+1
* Memory controller: accounting setupPavel Emelianov2008-02-071-0/+1
* kernel/sys.c: get rid of expensive divides in groups_sort()Eric Dumazet2008-02-061-1/+1
* capabilities: introduce per-process capability bounding setSerge E. Hallyn2008-02-051-1/+1
* maps4: rework TASK_SIZE macrosDave Hansen2008-02-051-0/+4
* exec: rework the group exit and fix the race with killOleg Nesterov2008-02-051-0/+7
* get_task_comm(): return the resultAndrew Morton2008-02-051-1/+1
* [AUDIT] add session id to audit messagesEric Paris2008-02-011-0/+1
* [PATCH] get rid of loginuid racesAl Viro2008-02-011-0/+3
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-011-3/+33
|\
| * Add schedule_timeout_killableMatthew Wilcox2007-12-061-0/+1
| * Add fatal_signal_pendingMatthew Wilcox2007-12-061-1/+8
| * Add TASK_WAKEKILLMatthew Wilcox2007-12-061-8/+14
| * Add macros to replace direct uses of TASK_ flagsMatthew Wilcox2007-12-061-0/+16
* | spinlock: lockbreak cleanupNick Piggin2008-01-301-14/+7Star
* | kernel: add CLONE_IO to specifically request sharing of IO contextsJens Axboe2008-01-281-0/+1
* | ioprio: move io priority from task_struct to io_contextJens Axboe2008-01-281-1/+0Star
* | sched: keep total / count stats in addition to the max forArjan van de Ven2008-01-251-0/+2
* | sched, futex: detach sched.h and futex.hAlexey Dobriyan2008-01-251-1/+1
* | softlockup: fix signednessIngo Molnar2008-01-251-2/+2
* | sched: latencytop supportArjan van de Ven2008-01-251-0/+5
* | sched: rt throttling vs no_hzPeter Zijlstra2008-01-251-0/+2
* | sched: rt group schedulingPeter Zijlstra2008-01-251-1/+9