summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] swsusp: prevent possible image corruption on resumeRafael J. Wysocki2006-04-191-4/+5
* [PATCH] task: Make task list manipulations RCU safeEric W. Biederman2006-04-192-2/+2
* [PATCH] kill unushed __put_task_struct_cbEric W. Biederman2006-04-141-6/+0
* [PATCH] remove kernel/power/pm.c:pm_unregister()Adrian Bunk2006-04-141-20/+0
* [PATCH] fix non-leader exec under ptraceRoland McGrath2006-04-142-7/+4
* [PATCH] __group_complete_signal: remove bogus BUG_ONOleg Nesterov2006-04-111-1/+0
* Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-04-111-0/+4
|\
| * [PATCH] splice: add direct fd <-> fd splicing supportJens Axboe2006-04-111-0/+4
* | [PATCH] add cpu_relax to hrtimer_cancelJoe Korty2006-04-111-0/+1
* | [PATCH] build kernel/irq/migration.c only if CONFIG_GENERIC_PENDING_IRQ is setChristoph Hellwig2006-04-112-5/+3
* | [PATCH] the scheduled unexport of panic_timeoutAdrian Bunk2006-04-111-1/+0
* | [PATCH] timer initialisation fixAndrew Morton2006-04-111-10/+19
* | [PATCH] frv: define MMU mode specific syscalls as 'cond_syscall' and clean up...Hyok S. Choi2006-04-111-0/+12
* | [PATCH] sched: don't awaken RT tasks on expired arrayMike Galbraith2006-04-111-1/+1
* | [PATCH] sched: fix interactive task starvationMike Galbraith2006-04-111-18/+44
|/
* [PATCH] x86_64: Fix drift with HPET timer enabledJordan Hargrave2006-04-091-1/+1
* BUG_ON() Conversion in kernel/signal.cEric Sesterhenn2006-04-021-2/+1
* BUG_ON() Conversion in kernel/signal.cEric Sesterhenn2006-04-021-4/+2
* BUG_ON() Conversion in kernel/ptrace.cEric Sesterhenn2006-04-021-2/+1
* Fix comments: s/granuality/granularity/Kalin KOZHUHAROV2006-04-011-4/+4
* BUG_ON() Conversion in kernel/printk.cEric Sesterhenn2006-04-011-4/+2
* help text: SOFTWARE_SUSPEND doesn't need ACPIAdrian Bunk2006-04-011-1/+1
* [PATCH] wrong error path in dup_fd() leading to oopses in RCUKirill Korotaev2006-03-311-1/+1
* [PATCH] pidhash: Refactor the pid hash tableEric W. Biederman2006-03-312-73/+155
* [PATCH] task: RCU protect task->usageEric W. Biederman2006-03-311-1/+6
* [PATCH] resurrect __put_task_structAndrew Morton2006-03-311-3/+7
* [PATCH] Make setsid() more robustEric W. Biederman2006-03-311-4/+15
* [PATCH] futex: check and validate timevalsThomas Gleixner2006-03-312-2/+6
* [PATCH] sched: activate SCHED BATCH expiredCon Kolivas2006-03-311-3/+7
* [PATCH] sched: remove on runqueue requeueingCon Kolivas2006-03-311-2/+1
* [PATCH] sched: include noninteractive sleep in idle detectCon Kolivas2006-03-311-2/+1
* [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/+9
* [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/+4
* [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/+6
* [PATCH] kill __init_timer_base in favor of boot_tvec_basesOleg Nesterov2006-03-311-49/+35
* [PATCH] Fix suspend with traced tasksPavel Machek2006-03-312-2/+2
* [PATCH] send_sigqueue: simplify and fix the raceOleg Nesterov2006-03-281-37/+4
* [PATCH] do_notify_parent_cldstop: remove 'to_self' paramOleg Nesterov2006-03-281-21/+11
* [PATCH] finish_stop: don't check stop_count < 0Oleg Nesterov2006-03-281-1/+1
OpenPOWER on IntegriCloud