aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2006-04-11[PATCH] frv: define MMU mode specific syscalls as 'cond_syscall' and clean up...Hyok S. Choi
2006-04-11[PATCH] sched: don't awaken RT tasks on expired arrayMike Galbraith
2006-04-11[PATCH] sched: fix interactive task starvationMike Galbraith
2006-04-09[PATCH] x86_64: Fix drift with HPET timer enabledJordan Hargrave
2006-04-02BUG_ON() Conversion in kernel/signal.cEric Sesterhenn
2006-04-02BUG_ON() Conversion in kernel/signal.cEric Sesterhenn
2006-04-02BUG_ON() Conversion in kernel/ptrace.cEric Sesterhenn
2006-04-01Fix comments: s/granuality/granularity/Kalin KOZHUHAROV
2006-04-01BUG_ON() Conversion in kernel/printk.cEric Sesterhenn
2006-04-01help text: SOFTWARE_SUSPEND doesn't need ACPIAdrian Bunk
2006-03-31[PATCH] wrong error path in dup_fd() leading to oopses in RCUKirill Korotaev
2006-03-31[PATCH] pidhash: Refactor the pid hash tableEric W. Biederman
2006-03-31[PATCH] task: RCU protect task->usageEric W. Biederman
2006-03-31[PATCH] resurrect __put_task_structAndrew Morton
2006-03-31[PATCH] Make setsid() more robustEric W. Biederman
2006-03-31[PATCH] futex: check and validate timevalsThomas Gleixner
2006-03-31[PATCH] sched: activate SCHED BATCH expiredCon Kolivas
2006-03-31[PATCH] sched: remove on runqueue requeueingCon Kolivas
2006-03-31[PATCH] sched: include noninteractive sleep in idle detectCon Kolivas
2006-03-31[PATCH] sched: dont decrease idle sleep avgCon Kolivas
2006-03-31[PATCH] sched: make task_noninteractive use sleep_typeCon Kolivas
2006-03-31[PATCH] sched: cleanup task_activated()Con Kolivas
2006-03-31[PATCH] sched: reduce overhead of calc_loadJack Steiner
2006-03-31[PATCH] hrtimer: call get_softirq_time() only when necessary in run_hrtimer_q...Dimitri Sivanich
2006-03-31[PATCH] hrtimer: use generic sleeper for nanosleepThomas Gleixner
2006-03-31[PATCH] hrtimer: create generic sleeperThomas Gleixner
2006-03-31[PATCH] modules: permit Dual-MIT/GPL licensesAndrew Morton
2006-03-31[PATCH] cpuset: memory migration interaction fixPaul Jackson
2006-03-31[PATCH] cpuset: unsafe mm reference fixPaul Jackson
2006-03-31[PATCH] cpuset: task_lock comment fixPaul Jackson
2006-03-31[PATCH] Fix pacct bug in multithreading case.KaiGai Kohei
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi
2006-03-31[PATCH] __mod_timer: simplify ->base changingOleg Nesterov
2006-03-31[PATCH] kill __init_timer_base in favor of boot_tvec_basesOleg Nesterov
2006-03-31[PATCH] Fix suspend with traced tasksPavel Machek
2006-03-28[PATCH] send_sigqueue: simplify and fix the raceOleg Nesterov
2006-03-28[PATCH] do_notify_parent_cldstop: remove 'to_self' paramOleg Nesterov
2006-03-28[PATCH] finish_stop: don't check stop_count < 0Oleg Nesterov
2006-03-28[PATCH] simplify do_signal_stop()Oleg Nesterov
2006-03-28[PATCH] cleanup __exit_signal->cleanup_sighand pathOleg Nesterov
2006-03-28[PATCH] make fork() atomic wrt pgrp/session signalsOleg Nesterov
2006-03-28[PATCH] pids: kill PIDTYPE_TGIDOleg Nesterov
2006-03-28[PATCH] do_sigaction: don't take tasklist_lockOleg Nesterov
2006-03-28[PATCH] do_group_exit: don't take tasklist_lockOleg Nesterov
2006-03-28[PATCH] do_signal_stop: don't take tasklist_lockOleg Nesterov
2006-03-28[PATCH] relax sig_needs_tasklist()Oleg Nesterov
2006-03-28[PATCH] sys_times: don't take tasklist_lockOleg Nesterov
2006-03-28[PATCH] do __unhash_process() under ->siglockOleg Nesterov
2006-03-28[PATCH] revert "Optimize sys_times for a single thread process"Oleg Nesterov
2006-03-28[PATCH] move __exit_signal() to kernel/exit.cOleg Nesterov