summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] sched: remove on runqueue requeueingCon Kolivas2006-03-311-2/+1Star
* [PATCH] sched: include noninteractive sleep in idle detectCon Kolivas2006-03-311-2/+1Star
* [PATCH] sched: dont decrease idle sleep avgCon Kolivas2006-03-311-5/+10
* [PATCH] sched: make task_noninteractive use sleep_typeCon Kolivas2006-03-311-8/+8
* [PATCH] sched: cleanup task_activated()Con Kolivas2006-03-311-9/+15
* [PATCH] sched: reduce overhead of calc_loadJack Steiner2006-03-312-1/+16
* [PATCH] hrtimer: call get_softirq_time() only when necessary in run_hrtimer_q...Dimitri Sivanich2006-03-311-0/+3
* [PATCH] hrtimer: use generic sleeper for nanosleepThomas Gleixner2006-03-311-30/+9Star
* [PATCH] hrtimer: create generic sleeperThomas Gleixner2006-03-311-0/+19
* [PATCH] modules: permit Dual-MIT/GPL licensesAndrew Morton2006-03-311-0/+1
* [PATCH] cpuset: memory migration interaction fixPaul Jackson2006-03-311-5/+52
* [PATCH] cpuset: unsafe mm reference fixPaul Jackson2006-03-311-2/+2
* [PATCH] cpuset: task_lock comment fixPaul Jackson2006-03-311-6/+4Star
* [PATCH] Fix pacct bug in multithreading case.KaiGai Kohei2006-03-311-6/+6
* [PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi2006-03-311-1/+1
* [PATCH] __mod_timer: simplify ->base changingOleg Nesterov2006-03-311-8/+6Star
* [PATCH] kill __init_timer_base in favor of boot_tvec_basesOleg Nesterov2006-03-311-49/+35Star
* [PATCH] Fix suspend with traced tasksPavel Machek2006-03-312-2/+2
* [PATCH] send_sigqueue: simplify and fix the raceOleg Nesterov2006-03-291-37/+4Star
* [PATCH] do_notify_parent_cldstop: remove 'to_self' paramOleg Nesterov2006-03-291-21/+11Star
* [PATCH] finish_stop: don't check stop_count < 0Oleg Nesterov2006-03-291-1/+1
* [PATCH] simplify do_signal_stop()Oleg Nesterov2006-03-291-24/+8Star
* [PATCH] cleanup __exit_signal->cleanup_sighand pathOleg Nesterov2006-03-292-7/+4Star
* [PATCH] make fork() atomic wrt pgrp/session signalsOleg Nesterov2006-03-291-20/+17Star
* [PATCH] pids: kill PIDTYPE_TGIDOleg Nesterov2006-03-292-10/+4Star
* [PATCH] do_sigaction: don't take tasklist_lockOleg Nesterov2006-03-291-19/+3Star
* [PATCH] do_group_exit: don't take tasklist_lockOleg Nesterov2006-03-291-2/+0Star
* [PATCH] do_signal_stop: don't take tasklist_lockOleg Nesterov2006-03-291-52/+17Star
* [PATCH] relax sig_needs_tasklist()Oleg Nesterov2006-03-291-2/+1Star
* [PATCH] sys_times: don't take tasklist_lockOleg Nesterov2006-03-291-12/+1Star
* [PATCH] do __unhash_process() under ->siglockOleg Nesterov2006-03-291-2/+2
* [PATCH] revert "Optimize sys_times for a single thread process"Oleg Nesterov2006-03-292-65/+27Star
* [PATCH] move __exit_signal() to kernel/exit.cOleg Nesterov2006-03-292-64/+64
* [PATCH] rename __exit_sighand to cleanup_sighandOleg Nesterov2006-03-292-18/+13Star
* [PATCH] cleanup __exit_signal()Oleg Nesterov2006-03-291-16/+15Star
* [PATCH] copy_process: cleanup bad_fork_cleanup_signalOleg Nesterov2006-03-292-18/+20
* [PATCH] copy_process: cleanup bad_fork_cleanup_sighandOleg Nesterov2006-03-292-15/+2Star
* [PATCH] introduce sig_needs_tasklist() helperOleg Nesterov2006-03-291-1/+4
* [PATCH] introduce lock_task_sighand() helperOleg Nesterov2006-03-291-14/+24
* [PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCUOleg Nesterov2006-03-292-11/+12
* [PATCH] release_task: replace open-coded ptrace_unlink()Oleg Nesterov2006-03-291-3/+2Star
* [PATCH] wait_for_helper: trivial style cleanupOleg Nesterov2006-03-291-1/+1
* [PATCH] reparent_thread: use remove_parent/add_parentOleg Nesterov2006-03-291-2/+2
* [PATCH] pidhash: don't count idle threadsOleg Nesterov2006-03-293-43/+20Star
* [PATCH] kill SET_LINKS/REMOVE_LINKSOleg Nesterov2006-03-292-2/+6
* [PATCH] don't use REMOVE_LINKS/SET_LINKS for reparentingOleg Nesterov2006-03-292-6/+6
* [PATCH] remove add_parent()'s parent argumentOleg Nesterov2006-03-291-1/+1
* [PATCH] choose_new_parent: remove unused arg, sanitize exit_state checkOleg Nesterov2006-03-291-4/+4
* [PATCH] pidhash: kill switch_exec_pidsEric W. Biederman2006-03-291-30/+0Star
* [PATCH] exec: allow init to exec from any thread.Eric W. Biederman2006-03-292-2/+2