summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] x86-64: Some cleanup and optimization to the processor data area.Andi Kleen2005-09-121-1/+1
* [PATCH] cpuset semaphore depth check optimizePaul Jackson2005-09-121-4/+9
* Mark ia64-specific MCA/INIT scheduler hooks as dangerousLinus Torvalds2005-09-121-26/+44
* [PATCH] MCA/INIT: scheduler hooksKeith Owens2005-09-111-0/+26
* [PATCH] kernel: fix-up schedule_timeout() usageNishanth Aravamudan2005-09-103-20/+10
* [PATCH] add schedule_timeout_{,un}interruptible() interfacesNishanth Aravamudan2005-09-101-0/+14
* [PATCH] kernel/acct: add kerneldocRandy Dunlap2005-09-101-16/+27
* [PATCH] sched: allow the load to grow upto its cpu_powerSiddha, Suresh B2005-09-101-2/+7
* [PATCH] sched: don't kick ALB in the presence of pinned taskSiddha, Suresh B2005-09-101-1/+14
* [PATCH] sched: use cached variable in sys_sched_yield()Renaud Lienhart2005-09-101-1/+1
* [PATCH] sched: HT optimisationNick Piggin2005-09-101-6/+28
* [PATCH] sched: less lockingNick Piggin2005-09-101-7/+2
* [PATCH] sched: less newidle lockingNick Piggin2005-09-101-7/+10
* [PATCH] sched: fix SMT scheduler latency bugIngo Molnar2005-09-101-4/+15
* [PATCH] sched: TASK_NONINTERACTIVEIngo Molnar2005-09-101-1/+10
* [PATCH] sched cleanupsIngo Molnar2005-09-101-19/+25
* [PATCH] sched: make idlest_group/cpu cpus_allowed-awareM.Baris Demiray2005-09-101-4/+13
* [PATCH] sched: run SCHED_NORMAL tasks with real time tasks on SMT siblingsCon Kolivas2005-09-101-18/+47
* [PATCH] cpuset semaphore depth check deadlock fixPaul Jackson2005-09-101-40/+60
* [PATCH] spinlock consolidationIngo Molnar2005-09-103-6/+14
* [PATCH] files: files struct with RCUDipankar Sarma2005-09-092-13/+25
* [PATCH] files: break up files structDipankar Sarma2005-09-092-40/+63
* [PATCH] files: rcuref APIsDipankar Sarma2005-09-091-0/+14
* [PATCH] fix for cpusets minor problemKUROSAWA Takahiro2005-09-091-0/+4
* [PATCH] Prefetch kernel stacks to speed up context switchChen, Kenneth W2005-09-091-0/+1
* [PATCH] fix disassociate_ctty vs. fork raceJason Baron2005-09-091-0/+3
* [PATCH] Clear task_struct->fs_excl on fork()Giancarlo Formicuccia2005-09-091-0/+1
* Merge linux-2.6 with linux-acpi-2.6Len Brown2005-09-0828-290/+1128
|\
| * Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds2005-09-071-0/+1
| |\
| | * [kernel-doc] fix various DocBook build problems/warningsJeff Garzik2005-09-071-0/+1
| * | [PATCH] kprobes: fix bug when probed on task and isr functionsKeshavamurthy Anil S2005-09-071-0/+22
| * | [PATCH] Kprobes: prevent possible race conditions genericPrasanna S Panchamukhi2005-09-071-29/+43
| * | [PATCH] introduce and use kzallocPekka J Enberg2005-09-075-10/+6
| * | [PATCH] remove duplicated code from proc and ptraceMiklos Szeredi2005-09-071-13/+28
| * | [PATCH] cpusets: re-enable "dynamic sched domains"John Hawkes2005-09-071-12/+0
| * | [PATCH] cpusets: fix the "dynamic sched domains" bugJohn Hawkes2005-09-071-20/+69
| * | [PATCH] cpusets: Move the ia64 domain setup code to the generic codeJohn Hawkes2005-09-071-54/+236
| * | [PATCH] cpusets: confine oom_killer to mem_exclusive cpusetPaul Jackson2005-09-071-0/+33
| * | [PATCH] cpusets: formalize intermediate GFP_KERNEL containmentPaul Jackson2005-09-071-8/+72
| * | [PATCH] futex: remove duplicate codePekka Enberg2005-09-071-12/+9
| * | [PATCH] fix send_sigqueue() vs thread exit raceOleg Nesterov2005-09-072-23/+27
| * | [PATCH] remove a redundant variable in sys_prctl()Jesper Juhl2005-09-071-4/+2
| * | [PATCH] largefile support for accountingPeter Staubach2005-09-071-1/+1
| * | [PATCH] do_notify_parent_cldstop() cleanupOleg Nesterov2005-09-071-35/+26
| * | [PATCH] CHECK_IRQ_PER_CPU() to avoid dead code in __do_IRQ()Karsten Wiese2005-09-071-1/+1
| * | [PATCH] create_workqueue_thread() signedness fixMika Kukkonen2005-09-071-1/+1
| * | [PATCH] flush icache early when loading moduleThomas Koeller2005-09-071-14/+19
| * | [PATCH] optimize writer path in time_interpolator_get_counter()Alex Williamson2005-09-071-4/+13
| * | [PATCH] Provide better printk() support for SMP machinesDavid Howells2005-09-071-1/+12
| * | [PATCH] detect soft lockupsIngo Molnar2005-09-074-0/+154