summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | sched: rt time limitPeter Zijlstra2008-01-251-0/+2
* | sched: high-res preemption tickPeter Zijlstra2008-01-251-1/+2
* | sched: do not do cond_resched() when CONFIG_PREEMPTHerbert Xu2008-01-251-1/+12
* | sched: SCHED_FIFO/SCHED_RR watchdog timerPeter Zijlstra2008-01-251-0/+1
* | sched: sched_rt_entityPeter Zijlstra2008-01-251-2/+6
* | Preempt-RCU: implementationPaul E. McKenney2008-01-251-0/+5
* | sched: RT-balance, add new methods to sched_classSteven Rostedt2008-01-251-0/+7
* | sched: RT-balance, replace hooks with pre/post schedule and wakeup methodsSteven Rostedt2008-01-251-0/+3
* | sched: add sched-domain rootsGregory Haskins2008-01-251-0/+3
* | sched: de-SCHED_OTHER-ize the RT pathGregory Haskins2008-01-251-0/+1
* | sched: add RT-balance cpu-weightGregory Haskins2008-01-251-0/+2
* | softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasksIngo Molnar2008-01-251-0/+10
* | sched: group scheduler, fix fairness of cpu bandwidth allocation for task groupsSrivatsa Vaddagiri2008-01-251-0/+4
* | fix struct user_info export's sysfs interactionKay Sievers2008-01-251-7/+2Star