aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2005-09-10[PATCH] sched: allow the load to grow upto its cpu_powerGravatar Siddha, Suresh B 1-2/+7
2005-09-10[PATCH] sched: don't kick ALB in the presence of pinned taskGravatar Siddha, Suresh B 1-1/+14
2005-09-10[PATCH] sched: use cached variable in sys_sched_yield()Gravatar Renaud Lienhart 1-1/+1
2005-09-10[PATCH] sched: HT optimisationGravatar Nick Piggin 1-6/+28
2005-09-10[PATCH] sched: less lockingGravatar Nick Piggin 1-7/+2
2005-09-10[PATCH] sched: less newidle lockingGravatar Nick Piggin 1-7/+10
2005-09-10[PATCH] sched: fix SMT scheduler latency bugGravatar Ingo Molnar 1-4/+15
2005-09-10[PATCH] sched: TASK_NONINTERACTIVEGravatar Ingo Molnar 1-1/+10
2005-09-10[PATCH] sched cleanupsGravatar Ingo Molnar 1-19/+25
2005-09-10[PATCH] sched: make idlest_group/cpu cpus_allowed-awareGravatar M.Baris Demiray 1-4/+13
2005-09-10[PATCH] sched: run SCHED_NORMAL tasks with real time tasks on SMT siblingsGravatar Con Kolivas 1-18/+47
2005-09-10[PATCH] cpuset semaphore depth check deadlock fixGravatar Paul Jackson 1-40/+60
2005-09-10[PATCH] spinlock consolidationGravatar Ingo Molnar 3-6/+14
2005-09-09[PATCH] files: files struct with RCUGravatar Dipankar Sarma 2-13/+25
2005-09-09[PATCH] files: break up files structGravatar Dipankar Sarma 2-40/+63
2005-09-09[PATCH] files: rcuref APIsGravatar Dipankar Sarma 1-0/+14
2005-09-09[PATCH] fix for cpusets minor problemGravatar KUROSAWA Takahiro 1-0/+4
2005-09-09[PATCH] Prefetch kernel stacks to speed up context switchGravatar Chen, Kenneth W 1-0/+1
2005-09-09[PATCH] fix disassociate_ctty vs. fork raceGravatar Jason Baron 1-0/+3
2005-09-09[PATCH] Clear task_struct->fs_excl on fork()Gravatar Giancarlo Formicuccia 1-0/+1
2005-09-08Merge linux-2.6 with linux-acpi-2.6Gravatar Len Brown 28-290/+1128
2005-09-07Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Gravatar Linus Torvalds 1-0/+1
2005-09-07[PATCH] kprobes: fix bug when probed on task and isr functionsGravatar Keshavamurthy Anil S 1-0/+22
2005-09-07[PATCH] Kprobes: prevent possible race conditions genericGravatar Prasanna S Panchamukhi 1-29/+43
2005-09-07[PATCH] introduce and use kzallocGravatar Pekka J Enberg 5-10/+6
2005-09-07[PATCH] remove duplicated code from proc and ptraceGravatar Miklos Szeredi 1-13/+28
2005-09-07[PATCH] cpusets: re-enable "dynamic sched domains"Gravatar John Hawkes 1-12/+0
2005-09-07[PATCH] cpusets: fix the "dynamic sched domains" bugGravatar John Hawkes 1-20/+69
2005-09-07[PATCH] cpusets: Move the ia64 domain setup code to the generic codeGravatar John Hawkes 1-54/+236
2005-09-07[PATCH] cpusets: confine oom_killer to mem_exclusive cpusetGravatar Paul Jackson 1-0/+33
2005-09-07[PATCH] cpusets: formalize intermediate GFP_KERNEL containmentGravatar Paul Jackson 1-8/+72
2005-09-07[PATCH] futex: remove duplicate codeGravatar Pekka Enberg 1-12/+9
2005-09-07[PATCH] fix send_sigqueue() vs thread exit raceGravatar Oleg Nesterov 2-23/+27
2005-09-07[PATCH] remove a redundant variable in sys_prctl()Gravatar Jesper Juhl 1-4/+2
2005-09-07[PATCH] largefile support for accountingGravatar Peter Staubach 1-1/+1
2005-09-07[PATCH] do_notify_parent_cldstop() cleanupGravatar Oleg Nesterov 1-35/+26
2005-09-07[PATCH] CHECK_IRQ_PER_CPU() to avoid dead code in __do_IRQ()Gravatar Karsten Wiese 1-1/+1
2005-09-07[PATCH] create_workqueue_thread() signedness fixGravatar Mika Kukkonen 1-1/+1
2005-09-07[PATCH] flush icache early when loading moduleGravatar Thomas Koeller 1-14/+19
2005-09-07[PATCH] optimize writer path in time_interpolator_get_counter()Gravatar Alex Williamson 1-4/+13
2005-09-07[PATCH] Provide better printk() support for SMP machinesGravatar David Howells 1-1/+12
2005-09-07[PATCH] detect soft lockupsGravatar Ingo Molnar 4-0/+154
2005-09-07[PATCH] FUTEX_WAKE_OP: pthread_cond_signal() speedupGravatar Jakub Jelinek 1-0/+116
2005-09-07[PATCH] swsusp: update documentationGravatar Pavel Machek 1-1/+1
2005-09-07[PATCH] x86/x86_64: deferred handling of writes to /proc/irqxx/smp_affinityGravatar Ashok Raj 2-2/+16
2005-09-07[kernel-doc] fix various DocBook build problems/warningsGravatar Jeff Garzik 1-0/+1
2005-09-05[PATCH] UML Support - Ptrace: adds the host SYSEMU support, for UML and gener...Gravatar Laurent Vivier 1-0/+3
2005-09-05[PATCH] pm: clean up /sys/power/diskGravatar Pavel Machek 1-2/+3
2005-09-05[PATCH] pm: fix process freezingGravatar Pavel Machek 1-2/+22
2005-09-05[PATCH] swsusp: fix error handling and cleanupsGravatar Pavel Machek 2-35/+22