aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
AgeCommit message (Expand)AuthorFilesLines
2006-07-14[PATCH] delay accounting taskstats interface send tgid onceShailabh Nagar1-0/+4
2006-07-14[PATCH] per-task-delay-accounting: delay accounting usage of taskstats interfaceShailabh Nagar1-0/+1
2006-07-14[PATCH] per-task-delay-accounting: cpu delay collection via schedstatsChandra Seetharaman1-3/+17
2006-07-14[PATCH] per-task-delay-accounting: sync block I/O and swapin delay collectionShailabh Nagar1-0/+13
2006-07-14[PATCH] per-task-delay-accounting: setupShailabh Nagar1-0/+20
2006-07-03[PATCH] sched: cleanup, convert sched.c-internal typedefs to structIngo Molnar1-2/+3
2006-07-03[PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar1-27/+28
2006-07-03[PATCH] lockdep: coreIngo Molnar1-0/+7
2006-07-03[PATCH] lockdep: irqtrace subsystem, coreIngo Molnar1-0/+15
2006-07-03[PATCH] lockdep: better lock debuggingIngo Molnar1-4/+0
2006-06-30[PATCH] SELinux: add security hook call to kill_proc_info_as_uidDavid Quigley1-1/+1
2006-06-27[PATCH] rtmutex: Propagate priority settings into PI lock chainsThomas Gleixner1-0/+2
2006-06-27[PATCH] pi-futex: futex_lock_pi/futex_unlock_pi supportIngo Molnar1-0/+3
2006-06-27[PATCH] pi-futex: rt mutex testerThomas Gleixner1-0/+1
2006-06-27[PATCH] pi-futex: rt mutex coreIngo Molnar1-0/+12
2006-06-27[PATCH] pi-futex: scheduler support for piIngo Molnar1-2/+19
2006-06-27[PATCH] sched: mc/smt power savings sched policySiddha, Suresh B1-0/+10
2006-06-27[PATCH] sched_domain: handle kmalloc failureSrivatsa Vaddagiri1-1/+1
2006-06-27[PATCH] sched: implement smpnicePeter Williams1-2/+6
2006-06-26[PATCH] proc: Rewrite the proc dentry flush on exit optimizationEric W. Biederman1-3/+0
2006-06-25[PATCH] pacct: none-delayed process accounting accumulationKaiGai Kohei1-0/+2
2006-06-25[PATCH] pacct: avoidance to refer the last thread as a representation of the ...KaiGai Kohei1-0/+2
2006-06-25[PATCH] pacct: add pacct_struct to fix some pacct bugs.KaiGai Kohei1-0/+7
2006-06-23[PATCH] Kill PF_SYNCWRITE flagJens Axboe1-6/+5
2006-06-23[PATCH] ptrace: document the locking rulesEric W. Biederman1-1/+1
2006-06-20Merge branch 'audit.b21' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2006-06-20[PATCH] inotify (1/5): split kernel API from userspace supportAmy Griffis1-1/+1
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() prot...Adrian 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
2006-01-08[PATCH] Swap Migration V5: PF_SWAPWRITE to allow writing to swapChristoph Lameter1-0/+1
2006-01-06[PATCH] atomic_long_t & include/asm-generic/atomic.h V2Christoph Lameter1-19/+6
2005-11-28[PATCH] clean up lock_cpu_hotplug() in cpufreqAshok Raj1-1/+0
2005-11-13[PATCH] aio: remove kioctx from mm_structZach Brown1-1/+0
2005-11-13[PATCH] m68k: thread_info header cleanupAl Viro1-0/+4
2005-11-13[PATCH] m68k: introduce setup_thread_stack() and end_of_stack()Al Viro1-0/+11
2005-11-13[PATCH] m68k: introduce task_thread_infoAl Viro1-7/+9
2005-11-09[PATCH] cpu hotplug: fix locking in cpufreq driversAshok Raj1-0/+1
2005-10-30[PATCH] cleanup the usage of SEND_SIG_xxx constantsOleg Nesterov1-0/+5
2005-10-30[PATCH] sched: hardcode non-smp set_cpus_allowedPaul Jackson1-1/+1
2005-10-30[PATCH] cpusets: dual semaphore locking overhaulPaul Jackson1-1/+1
2005-10-29[PATCH] mm: fix rss and mmlist lockingHugh Dickins1-4/+38
2005-10-29[PATCH] mm: mm_struct hiwaters movedHugh Dickins1-10/+9
2005-10-29[PATCH] mm: update_hiwaters just in timeHugh Dickins1-0/+10
2005-10-29[PATCH] mm: rss = file_rss + anon_rssHugh Dickins1-1/+3
2005-10-10[PATCH] Fix signal sending in usbdevio on async URB completionHarald Welte1-0/+1
2005-09-29Revert task flag re-ordering, add commentsLinus Torvalds1-5/+17
2005-09-29[PATCH] fix TASK_STOPPED vs TASK_NONINTERACTIVE interactionOleg Nesterov1-5/+5
2005-09-13[PATCH] set_current_state() commentaryAndrew Morton1-0/+11
2005-09-12[PATCH] cpuset semaphore depth check optimizePaul Jackson1-1/+0
2005-09-11[PATCH] MCA/INIT: scheduler hooksKeith Owens1-0/+2
2005-09-10[PATCH] add schedule_timeout_{,un}interruptible() interfacesNishanth Aravamudan1-0/+2
2005-09-10[PATCH] sched: TASK_NONINTERACTIVEIngo Molnar1-0/+1
2005-09-10[PATCH] cpuset semaphore depth check deadlock fixPaul Jackson1-0/+1
2005-09-09[PATCH] Prefetch kernel stacks to speed up context switchChen, Kenneth W1-0/+5
2005-09-07[PATCH] cpusets: Move the ia64 domain setup code to the generic codeJohn Hawkes1-7/+0
2005-09-07[PATCH] auxiliary vector cleanupsH. J. Lu1-1/+3
2005-09-07[PATCH] detect soft lockupsIngo Molnar1-0/+17
2005-07-12[PATCH] inotifyRobert Love1-0/+4
2005-06-27[PATCH] Update cfq io scheduler to time sliced designJens Axboe1-1/+5
2005-06-25Merge Christoph's freeze cleanup patchLinus Torvalds1-14/+59
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter1-14/+59
2005-06-25[PATCH] Dynamic sched domains: sched changesDinakar Guniguntala1-0/+2
2005-06-25[PATCH] sched: consolidate sbe sbfNick Piggin1-1/+1
2005-06-25[PATCH] sched: cleanup context switch lockingNick Piggin1-2/+8
2005-06-25[PATCH] sched: schedstats update for balance on forkNick Piggin1-2/+8
2005-06-25[PATCH] sched: balance on forkNick Piggin1-4/+6
2005-06-25[PATCH] sched: balance timersNick Piggin1-0/+4
2005-06-24[PATCH] Keys: Make request-key create an authorisation keyDavid Howells1-3/+5
2005-06-23[PATCH] setuid core dumpAlan Cox1-1/+1
2005-06-21[PATCH] Avoiding mmap fragmentationWolfgang Wander1-5/+6
2005-05-05[PATCH] comments on locking of task->commPaolo 'Blaisorblade' Giarrusso1-2/+5
2005-05-01[PATCH] make lots of things staticAdrian Bunk1-1/+0
2005-05-01[PATCH] nice and rt-prio rlimitsMatt Mackall1-0/+1
2005-04-16[PATCH] reparent_to_init cleanupCoywolf Qi Hunt1-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1273