aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-04-27Sanitise linux/sched.h for userspace consumptionDavid Woodhouse1-39/+37
2006-04-25Partially sanitise linux/sched.h for userspace consumptionDavid Woodhouse1-8/+10
2006-04-19[PATCH] task: Make task list manipulations RCU safeEric W. Biederman1-2/+1
2006-04-14[PATCH] kill unushed __put_task_struct_cbEric W. Biederman1-1/+0
2006-04-11Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-0/+6
2006-04-11[PATCH] Reinstate const in next_thread()Keith Owens1-1/+1
2006-04-11[PATCH] splice: add direct fd <-> fd splicing supportJens Axboe1-0/+6
2006-04-10[PATCH] de_thread: Don't confuse users do_each_thread.Eric W. Biederman1-1/+2
2006-03-31[PATCH] pidhash: Refactor the pid hash tableEric W. Biederman1-2/+2
2006-03-31[PATCH] task: RCU protect task->usageEric W. Biederman1-1/+1
2006-03-31[PATCH] resurrect __put_task_structAndrew Morton1-0/+1
2006-03-31[PATCH] sched: activate SCHED BATCH expiredCon Kolivas1-0/+1
2006-03-31[PATCH] sched: cleanup task_activated()Con Kolivas1-1/+8
2006-03-31[PATCH] sched: reduce overhead of calc_loadJack Steiner1-0/+1
2006-03-28[PATCH] cleanup __exit_signal->cleanup_sighand pathOleg Nesterov1-1/+1
2006-03-28[PATCH] pids: kill PIDTYPE_TGIDOleg Nesterov1-3/+8
2006-03-28[PATCH] move __exit_signal() to kernel/exit.cOleg Nesterov1-1/+0
2006-03-28[PATCH] rename __exit_sighand to cleanup_sighandOleg Nesterov1-1/+1
2006-03-28[PATCH] copy_process: cleanup bad_fork_cleanup_signalOleg Nesterov1-1/+1
2006-03-28[PATCH] copy_process: cleanup bad_fork_cleanup_sighandOleg Nesterov1-1/+0
2006-03-28[PATCH] introduce lock_task_sighand() helperOleg Nesterov1-0/+9
2006-03-28[PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCUOleg Nesterov1-8/+0
2006-03-28[PATCH] pidhash: don't count idle threadsOleg Nesterov1-2/+0
2006-03-28[PATCH] kill SET_LINKS/REMOVE_LINKSOleg Nesterov1-12/+0
2006-03-28[PATCH] remove add_parent()'s parent argumentOleg Nesterov1-2/+2
2006-03-28[PATCH] Remove dead kill_sl prototype from sched.hEric W. Biederman1-1/+0
2006-03-27[PATCH] lightweight robust futexes: compatIngo Molnar1-0/+3
2006-03-27[PATCH] lightweight robust futexes: coreIngo Molnar1-0/+3
2006-03-26[PATCH] hrtimers: remove data fieldRoman Zippel1-0/+1
2006-03-24[PATCH] timer-irq-driven soft-watchdog, cleanupsIngo Molnar1-2/+2
2006-03-24[PATCH] cpuset memory spread slab cache optimizationsPaul Jackson1-0/+1
2006-03-24[PATCH] cpuset memory spread basic implementationPaul Jackson1-0/+3
2006-03-23[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe1-0/+1
2006-03-11[PATCH] remove __put_task_struct_cb export againChristoph Hellwig1-1/+0
2006-02-28[PATCH] Add mm->task_size and fix powerpc vdsoBenjamin Herrenschmidt1-2/+3
2006-02-14[PATCH] sched: revert "filter affine wakeups"Chen, Kenneth W1-4/+1
2006-02-09[PATCH] do_sigaction: cleanup ->sa_mask manipulationOleg Nesterov1-1/+1
2006-01-18[PATCH] Generic sys_rt_sigsuspend()David Woodhouse1-0/+1
2006-01-14[PATCH] sched: add new SCHED_BATCH policyIngo Molnar1-3/+4
2006-01-12[PATCH] missing helper - task_stack_page()Al Viro1-0/+1
2006-01-12[PATCH] sched: filter affine wakeupsakpm@osdl.org1-1/+4
2006-01-12[PATCH] scheduler cache-hot-autodetectakpm@osdl.org1-1/+8
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap1-4/+0
2006-01-11[PATCH] uninline capable()Ingo Molnar1-12/+1
2006-01-10[PATCH] include/linux/sched.h: no need to guard the normalize_rt_tasks() prototypeAdrian Bunk1-4/+0
2006-01-10[PATCH] hrtimer: switch itimers to hrtimerThomas Gleixner1-2/+3
2006-01-09[PATCH] mutex subsystem, debugging codeIngo Molnar1-0/+5
2006-01-08[PATCH] keys: Permit running process to instantiate keysDavid Howells1-0/+1
2006-01-08[PATCH] remove get_task_struct_rcu()Paul E. McKenney1-12/+0
2006-01-08[PATCH] RCU signal handlingIngo Molnar1-2/+30