summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] task: Make task list manipulations RCU safeEric W. Biederman2006-04-191-2/+1Star
* [PATCH] kill unushed __put_task_struct_cbEric W. Biederman2006-04-151-1/+0Star
* Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-04-111-0/+6
|\
| * [PATCH] splice: add direct fd <-> fd splicing supportJens Axboe2006-04-111-0/+6
* | [PATCH] Reinstate const in next_thread()Keith Owens2006-04-111-1/+1
* | [PATCH] de_thread: Don't confuse users do_each_thread.Eric W. Biederman2006-04-111-1/+2
|/
* [PATCH] pidhash: Refactor the pid hash tableEric W. Biederman2006-03-311-2/+2
* [PATCH] task: RCU protect task->usageEric W. Biederman2006-03-311-1/+1
* [PATCH] resurrect __put_task_structAndrew Morton2006-03-311-0/+1
* [PATCH] sched: activate SCHED BATCH expiredCon Kolivas2006-03-311-0/+1
* [PATCH] sched: cleanup task_activated()Con Kolivas2006-03-311-1/+8
* [PATCH] sched: reduce overhead of calc_loadJack Steiner2006-03-311-0/+1
* [PATCH] cleanup __exit_signal->cleanup_sighand pathOleg Nesterov2006-03-291-1/+1
* [PATCH] pids: kill PIDTYPE_TGIDOleg Nesterov2006-03-291-3/+8
* [PATCH] move __exit_signal() to kernel/exit.cOleg Nesterov2006-03-291-1/+0Star
* [PATCH] rename __exit_sighand to cleanup_sighandOleg Nesterov2006-03-291-1/+1
* [PATCH] copy_process: cleanup bad_fork_cleanup_signalOleg Nesterov2006-03-291-1/+1
* [PATCH] copy_process: cleanup bad_fork_cleanup_sighandOleg Nesterov2006-03-291-1/+0Star
* [PATCH] introduce lock_task_sighand() helperOleg Nesterov2006-03-291-0/+9
* [PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCUOleg Nesterov2006-03-291-8/+0Star
* [PATCH] pidhash: don't count idle threadsOleg Nesterov2006-03-291-2/+0Star
* [PATCH] kill SET_LINKS/REMOVE_LINKSOleg Nesterov2006-03-291-12/+0Star
* [PATCH] remove add_parent()'s parent argumentOleg Nesterov2006-03-291-2/+2
* [PATCH] Remove dead kill_sl prototype from sched.hEric W. Biederman2006-03-291-1/+0Star
* [PATCH] lightweight robust futexes: compatIngo Molnar2006-03-271-0/+3
* [PATCH] lightweight robust futexes: coreIngo Molnar2006-03-271-0/+3
* [PATCH] hrtimers: remove data fieldRoman Zippel2006-03-261-0/+1
* [PATCH] timer-irq-driven soft-watchdog, cleanupsIngo Molnar2006-03-241-2/+2
* [PATCH] cpuset memory spread slab cache optimizationsPaul Jackson2006-03-241-0/+1
* [PATCH] cpuset memory spread basic implementationPaul Jackson2006-03-241-0/+3
* [PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe2006-03-231-0/+1
* [PATCH] remove __put_task_struct_cb export againChristoph Hellwig2006-03-111-1/+0Star
* [PATCH] Add mm->task_size and fix powerpc vdsoBenjamin Herrenschmidt2006-03-011-2/+3
* [PATCH] sched: revert "filter affine wakeups"Chen, Kenneth W2006-02-151-4/+1Star
* [PATCH] do_sigaction: cleanup ->sa_mask manipulationOleg Nesterov2006-02-101-1/+1
* [PATCH] Generic sys_rt_sigsuspend()David Woodhouse2006-01-191-0/+1
* [PATCH] sched: add new SCHED_BATCH policyIngo Molnar2006-01-151-3/+4
* [PATCH] missing helper - task_stack_page()Al Viro2006-01-121-0/+1
* [PATCH] sched: filter affine wakeupsakpm@osdl.org2006-01-121-1/+4
* [PATCH] scheduler cache-hot-autodetectakpm@osdl.org2006-01-121-1/+8
* [PATCH] move capable() to capability.hRandy.Dunlap2006-01-121-4/+0Star
* [PATCH] uninline capable()Ingo Molnar2006-01-121-12/+1Star
* [PATCH] include/linux/sched.h: no need to guard the normalize_rt_tasks() prot...Adrian Bunk2006-01-101-4/+0Star
* [PATCH] hrtimer: switch itimers to hrtimerThomas Gleixner2006-01-101-2/+3
* [PATCH] mutex subsystem, debugging codeIngo Molnar2006-01-101-0/+5
* [PATCH] keys: Permit running process to instantiate keysDavid Howells2006-01-091-0/+1
* [PATCH] remove get_task_struct_rcu()Paul E. McKenney2006-01-091-12/+0Star
* [PATCH] RCU signal handlingIngo Molnar2006-01-091-2/+30
* [PATCH] Swap Migration V5: PF_SWAPWRITE to allow writing to swapChristoph Lameter2006-01-091-0/+1
* [PATCH] atomic_long_t & include/asm-generic/atomic.h V2Christoph Lameter2006-01-061-19/+6Star