aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAge
* Deprecate find_task_by_pid()Pavel Emelyanov2008-04-30
* signals: use HAVE_SET_RESTORE_SIGMASKRoland McGrath2008-04-30
* signals: fix /sbin/init protection from unwanted signalsOleg Nesterov2008-04-30
* signals: join send_sigqueue() with send_group_sigqueue()Oleg Nesterov2008-04-30
* signals: re-assign CLD_CONTINUED notification from the sender to recieverOleg Nesterov2008-04-30
* cgroups: add an owner to the mm_structBalbir Singh2008-04-29
* capabilities: implement per-process securebitsAndrew G. Morgan2008-04-28
* s390: KVM preparation: provide hook to enable pgstes in user pagetableCarsten Otte2008-04-27
* [POWERPC] Add thread_info_cache_init() weak hookBenjamin Herrenschmidt2008-04-24
* Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds2008-04-21
|\
| * include: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-18
* | sched: fair-group: de-couple load-balancing from the rb-treesPeter Zijlstra2008-04-19
* | sched: rt-group: optimize dequeue_rt_stackPeter Zijlstra2008-04-19
* | sched: fair-group: SMP-nice for group schedulingPeter Zijlstra2008-04-19
* | sched, cpuset: customize sched domains, coreHidetoshi Seto2008-04-19
* | sched: fix the task_group hierarchy for UID groupingPeter Zijlstra2008-04-19
* | sched: allow the group scheduler to have multiple levelsDhaval Giani2008-04-19
* | sched: add new set_cpus_allowed_ptr functionMike Travis2008-04-19
* | generic: reduce stack pressure in sched_affinityMike Travis2008-04-19
* | sched: rt-group: synchonised bandwidth periodPeter Zijlstra2008-04-19
* | sched: remove sysctl_sched_batch_wakeup_granularityIngo Molnar2008-04-19
|/
* NOHZ: reevaluate idle sleep length after add_timer_on()Thomas Gleixner2008-03-26
* sched: add exported arch_reinit_sched_domains() to header file.Heiko Carstens2008-03-21
* sched: improve affine wakeupsIngo Molnar2008-03-18
* sched: retain vruntimePeter Zijlstra2008-03-07
* sched: revert load_balance_monitor() changesPeter Zijlstra2008-03-04
* Merge branch 'v2.6.25-rc3-lockdep' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-02-26
|\
| * lockdep: increase MAX_LOCK_DEPTHPeter Zijlstra2008-02-25
* | sched: add declaration of sched_tail to sched.hHarvey Harrison2008-02-25
|/
* include/linux: Remove all users of FASTCALL() macroHarvey Harrison2008-02-13
* sched: rt-group: make rt groups scheduling configurablePeter Zijlstra2008-02-13
* sched: rt-group: interfacePeter Zijlstra2008-02-13
* Get rid of the kill_pgrp_info() functionPavel Emelyanov2008-02-08
* ITIMER_REAL: convert to use struct pidOleg Nesterov2008-02-08
* pid: Extend/Fix pid_vnrEric W. Biederman2008-02-08
* teach set_special_pids() to use struct pidOleg Nesterov2008-02-08
* Memory controller: accounting setupPavel Emelianov2008-02-07
* kernel/sys.c: get rid of expensive divides in groups_sort()Eric Dumazet2008-02-06
* capabilities: introduce per-process capability bounding setSerge E. Hallyn2008-02-05
* maps4: rework TASK_SIZE macrosDave Hansen2008-02-05
* exec: rework the group exit and fix the race with killOleg Nesterov2008-02-05
* get_task_comm(): return the resultAndrew Morton2008-02-05
* [AUDIT] add session id to audit messagesEric Paris2008-02-01
* [PATCH] get rid of loginuid racesAl Viro2008-02-01
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-01-31
|\
| * Add schedule_timeout_killableMatthew Wilcox2007-12-06
| * Add fatal_signal_pendingMatthew Wilcox2007-12-06
| * Add TASK_WAKEKILLMatthew Wilcox2007-12-06
| * Add macros to replace direct uses of TASK_ flagsMatthew Wilcox2007-12-06
* | spinlock: lockbreak cleanupNick Piggin2008-01-30