aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-18include: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-03-26NOHZ: reevaluate idle sleep length after add_timer_on()Thomas Gleixner1-0/+6
2008-03-21sched: add exported arch_reinit_sched_domains() to header file.Heiko Carstens1-0/+1
2008-03-19sched: improve affine wakeupsIngo Molnar1-0/+3
2008-03-07sched: retain vruntimePeter Zijlstra1-0/+4
2008-03-04sched: revert load_balance_monitor() changesPeter Zijlstra1-4/+0
2008-02-26Merge branch 'v2.6.25-rc3-lockdep' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdepLinus Torvalds1-1/+1
2008-02-25lockdep: increase MAX_LOCK_DEPTHPeter Zijlstra1-1/+1
2008-02-25sched: add declaration of sched_tail to sched.hHarvey Harrison1-0/+1
2008-02-13include/linux: Remove all users of FASTCALL() macroHarvey Harrison1-7/+7
2008-02-13sched: rt-group: make rt groups scheduling configurablePeter Zijlstra1-4/+7
2008-02-13sched: rt-group: interfacePeter Zijlstra1-2/+5
2008-02-08Get rid of the kill_pgrp_info() functionPavel Emelyanov1-1/+0
2008-02-08ITIMER_REAL: convert to use struct pidOleg Nesterov1-2/+1
2008-02-08pid: Extend/Fix pid_vnrEric W. Biederman1-3/+2
2008-02-08teach set_special_pids() to use struct pidOleg Nesterov1-1/+1
2008-02-07Memory controller: accounting setupPavel Emelianov1-0/+1
2008-02-06kernel/sys.c: get rid of expensive divides in groups_sort()Eric Dumazet1-1/+1
2008-02-05capabilities: introduce per-process capability bounding setSerge E. Hallyn1-1/+1
2008-02-05maps4: rework TASK_SIZE macrosDave Hansen1-0/+4
2008-02-05exec: rework the group exit and fix the race with killOleg Nesterov1-0/+7
2008-02-05get_task_comm(): return the resultAndrew Morton1-1/+1
2008-02-01[AUDIT] add session id to audit messagesEric Paris1-0/+1
2008-02-01[PATCH] get rid of loginuid racesAl Viro1-0/+3
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds1-3/+33
2008-01-30spinlock: lockbreak cleanupNick Piggin1-14/+7
2008-01-28kernel: add CLONE_IO to specifically request sharing of IO contextsJens Axboe1-0/+1
2008-01-28ioprio: move io priority from task_struct to io_contextJens Axboe1-1/+0
2008-01-25sched: keep total / count stats in addition to the max forArjan van de Ven1-0/+2
2008-01-25sched, futex: detach sched.h and futex.hAlexey Dobriyan1-1/+1
2008-01-25softlockup: fix signednessIngo Molnar1-2/+2
2008-01-25sched: latencytop supportArjan van de Ven1-0/+5
2008-01-25sched: rt throttling vs no_hzPeter Zijlstra1-0/+2
2008-01-25sched: rt group schedulingPeter Zijlstra1-1/+9
2008-01-25sched: rt time limitPeter Zijlstra1-0/+2
2008-01-25sched: high-res preemption tickPeter Zijlstra1-1/+2
2008-01-25sched: do not do cond_resched() when CONFIG_PREEMPTHerbert Xu1-1/+12
2008-01-25sched: SCHED_FIFO/SCHED_RR watchdog timerPeter Zijlstra1-0/+1
2008-01-25sched: sched_rt_entityPeter Zijlstra1-2/+6
2008-01-25Preempt-RCU: implementationPaul E. McKenney1-0/+5
2008-01-25sched: RT-balance, add new methods to sched_classSteven Rostedt1-0/+7
2008-01-25sched: RT-balance, replace hooks with pre/post schedule and wakeup methodsSteven Rostedt1-0/+3
2008-01-25sched: add sched-domain rootsGregory Haskins1-0/+3
2008-01-25sched: de-SCHED_OTHER-ize the RT pathGregory Haskins1-0/+1
2008-01-25sched: add RT-balance cpu-weightGregory Haskins1-0/+2
2008-01-25softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasksIngo Molnar1-0/+10
2008-01-25sched: group scheduler, fix fairness of cpu bandwidth allocation for task groupsSrivatsa Vaddagiri1-0/+4
2008-01-24fix struct user_info export's sysfs interactionKay Sievers1-7/+2
2008-01-13remove task_ppid_nr_nsRoland McGrath1-13/+0
2007-12-06Add schedule_timeout_killableMatthew Wilcox1-0/+1