aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2005-09-12[PATCH] x86-64: Some cleanup and optimization to the processor data area.Andi Kleen
2005-09-12[PATCH] cpuset semaphore depth check optimizePaul Jackson
2005-09-12Mark ia64-specific MCA/INIT scheduler hooks as dangerousLinus Torvalds
2005-09-11[PATCH] MCA/INIT: scheduler hooksKeith Owens
2005-09-10[PATCH] kernel: fix-up schedule_timeout() usageNishanth Aravamudan
2005-09-10[PATCH] add schedule_timeout_{,un}interruptible() interfacesNishanth Aravamudan
2005-09-10[PATCH] kernel/acct: add kerneldocRandy Dunlap
2005-09-10[PATCH] sched: allow the load to grow upto its cpu_powerSiddha, Suresh B
2005-09-10[PATCH] sched: don't kick ALB in the presence of pinned taskSiddha, Suresh B
2005-09-10[PATCH] sched: use cached variable in sys_sched_yield()Renaud Lienhart
2005-09-10[PATCH] sched: HT optimisationNick Piggin
2005-09-10[PATCH] sched: less lockingNick Piggin
2005-09-10[PATCH] sched: less newidle lockingNick Piggin
2005-09-10[PATCH] sched: fix SMT scheduler latency bugIngo Molnar
2005-09-10[PATCH] sched: TASK_NONINTERACTIVEIngo Molnar
2005-09-10[PATCH] sched cleanupsIngo Molnar
2005-09-10[PATCH] sched: make idlest_group/cpu cpus_allowed-awareM.Baris Demiray
2005-09-10[PATCH] sched: run SCHED_NORMAL tasks with real time tasks on SMT siblingsCon Kolivas
2005-09-10[PATCH] cpuset semaphore depth check deadlock fixPaul Jackson
2005-09-10[PATCH] spinlock consolidationIngo Molnar
2005-09-09[PATCH] files: files struct with RCUDipankar Sarma
2005-09-09[PATCH] files: break up files structDipankar Sarma
2005-09-09[PATCH] files: rcuref APIsDipankar Sarma
2005-09-09[PATCH] fix for cpusets minor problemKUROSAWA Takahiro
2005-09-09[PATCH] Prefetch kernel stacks to speed up context switchChen, Kenneth W
2005-09-09[PATCH] fix disassociate_ctty vs. fork raceJason Baron
2005-09-09[PATCH] Clear task_struct->fs_excl on fork()Giancarlo Formicuccia
2005-09-08Merge linux-2.6 with linux-acpi-2.6Len Brown
2005-09-07Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds
2005-09-07[PATCH] kprobes: fix bug when probed on task and isr functionsKeshavamurthy Anil S
2005-09-07[PATCH] Kprobes: prevent possible race conditions genericPrasanna S Panchamukhi
2005-09-07[PATCH] introduce and use kzallocPekka J Enberg
2005-09-07[PATCH] remove duplicated code from proc and ptraceMiklos Szeredi
2005-09-07[PATCH] cpusets: re-enable "dynamic sched domains"John Hawkes
2005-09-07[PATCH] cpusets: fix the "dynamic sched domains" bugJohn Hawkes
2005-09-07[PATCH] cpusets: Move the ia64 domain setup code to the generic codeJohn Hawkes
2005-09-07[PATCH] cpusets: confine oom_killer to mem_exclusive cpusetPaul Jackson
2005-09-07[PATCH] cpusets: formalize intermediate GFP_KERNEL containmentPaul Jackson
2005-09-07[PATCH] futex: remove duplicate codePekka Enberg
2005-09-07[PATCH] fix send_sigqueue() vs thread exit raceOleg Nesterov
2005-09-07[PATCH] remove a redundant variable in sys_prctl()Jesper Juhl
2005-09-07[PATCH] largefile support for accountingPeter Staubach
2005-09-07[PATCH] do_notify_parent_cldstop() cleanupOleg Nesterov
2005-09-07[PATCH] CHECK_IRQ_PER_CPU() to avoid dead code in __do_IRQ()Karsten Wiese
2005-09-07[PATCH] create_workqueue_thread() signedness fixMika Kukkonen
2005-09-07[PATCH] flush icache early when loading moduleThomas Koeller
2005-09-07[PATCH] optimize writer path in time_interpolator_get_counter()Alex Williamson
2005-09-07[PATCH] Provide better printk() support for SMP machinesDavid Howells
2005-09-07[PATCH] detect soft lockupsIngo Molnar
2005-09-07[PATCH] FUTEX_WAKE_OP: pthread_cond_signal() speedupJakub Jelinek