summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2006-04-14[PATCH] kill unushed __put_task_struct_cbEric W. Biederman1-6/+0
2006-04-14[PATCH] remove kernel/power/pm.c:pm_unregister()Adrian Bunk1-20/+0
2006-04-14[PATCH] fix non-leader exec under ptraceRoland McGrath2-7/+4
2006-04-11[PATCH] __group_complete_signal: remove bogus BUG_ONOleg Nesterov1-1/+0
2006-04-11Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-0/+4
2006-04-11[PATCH] add cpu_relax to hrtimer_cancelJoe Korty1-0/+1
2006-04-11[PATCH] build kernel/irq/migration.c only if CONFIG_GENERIC_PENDING_IRQ is setChristoph Hellwig2-5/+3
2006-04-11[PATCH] the scheduled unexport of panic_timeoutAdrian Bunk1-1/+0
2006-04-11[PATCH] timer initialisation fixAndrew Morton1-10/+19
2006-04-11[PATCH] frv: define MMU mode specific syscalls as 'cond_syscall' and clean up...Hyok S. Choi1-0/+12
2006-04-11[PATCH] sched: don't awaken RT tasks on expired arrayMike Galbraith1-1/+1
2006-04-11[PATCH] sched: fix interactive task starvationMike Galbraith1-18/+44
2006-04-11[PATCH] splice: add direct fd <-> fd splicing supportJens Axboe1-0/+4
2006-04-09[PATCH] x86_64: Fix drift with HPET timer enabledJordan Hargrave1-1/+1
2006-04-02BUG_ON() Conversion in kernel/signal.cEric Sesterhenn1-2/+1
2006-04-02BUG_ON() Conversion in kernel/signal.cEric Sesterhenn1-4/+2
2006-04-02BUG_ON() Conversion in kernel/ptrace.cEric Sesterhenn1-2/+1
2006-04-01Fix comments: s/granuality/granularity/Kalin KOZHUHAROV1-4/+4
2006-04-01BUG_ON() Conversion in kernel/printk.cEric Sesterhenn1-4/+2
2006-04-01help text: SOFTWARE_SUSPEND doesn't need ACPIAdrian Bunk1-1/+1
2006-03-31[PATCH] wrong error path in dup_fd() leading to oopses in RCUKirill Korotaev1-1/+1
2006-03-31[PATCH] pidhash: Refactor the pid hash tableEric W. Biederman2-73/+155
2006-03-31[PATCH] task: RCU protect task->usageEric W. Biederman1-1/+6
2006-03-31[PATCH] resurrect __put_task_structAndrew Morton1-3/+7
2006-03-31[PATCH] Make setsid() more robustEric W. Biederman1-4/+15
2006-03-31[PATCH] futex: check and validate timevalsThomas Gleixner2-2/+6
2006-03-31[PATCH] sched: activate SCHED BATCH expiredCon Kolivas1-3/+7
2006-03-31[PATCH] sched: remove on runqueue requeueingCon Kolivas1-2/+1
2006-03-31[PATCH] sched: include noninteractive sleep in idle detectCon Kolivas1-2/+1
2006-03-31[PATCH] sched: dont decrease idle sleep avgCon Kolivas1-5/+10
2006-03-31[PATCH] sched: make task_noninteractive use sleep_typeCon Kolivas1-8/+8
2006-03-31[PATCH] sched: cleanup task_activated()Con Kolivas1-9/+15
2006-03-31[PATCH] sched: reduce overhead of calc_loadJack Steiner2-1/+16
2006-03-31[PATCH] hrtimer: call get_softirq_time() only when necessary in run_hrtimer_q...Dimitri Sivanich1-0/+3
2006-03-31[PATCH] hrtimer: use generic sleeper for nanosleepThomas Gleixner1-30/+9
2006-03-31[PATCH] hrtimer: create generic sleeperThomas Gleixner1-0/+19
2006-03-31[PATCH] modules: permit Dual-MIT/GPL licensesAndrew Morton1-0/+1
2006-03-31[PATCH] cpuset: memory migration interaction fixPaul Jackson1-5/+52
2006-03-31[PATCH] cpuset: unsafe mm reference fixPaul Jackson1-2/+2
2006-03-31[PATCH] cpuset: task_lock comment fixPaul Jackson1-6/+4
2006-03-31[PATCH] Fix pacct bug in multithreading case.KaiGai Kohei1-6/+6
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi1-1/+1
2006-03-31[PATCH] __mod_timer: simplify ->base changingOleg Nesterov1-8/+6
2006-03-31[PATCH] kill __init_timer_base in favor of boot_tvec_basesOleg Nesterov1-49/+35
2006-03-31[PATCH] Fix suspend with traced tasksPavel Machek2-2/+2
2006-03-28[PATCH] send_sigqueue: simplify and fix the raceOleg Nesterov1-37/+4
2006-03-28[PATCH] do_notify_parent_cldstop: remove 'to_self' paramOleg Nesterov1-21/+11
2006-03-28[PATCH] finish_stop: don't check stop_count < 0Oleg Nesterov1-1/+1
2006-03-28[PATCH] simplify do_signal_stop()Oleg Nesterov1-24/+8
2006-03-28[PATCH] cleanup __exit_signal->cleanup_sighand pathOleg Nesterov2-7/+4