summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2003-12-29Merge nuts.ninka.net:/disk1/davem/BK/sparcwork-2.6David S. Miller
2003-12-29[PATCH] synchronize use of mm->core_waitersAndrew Morton
2003-12-29[PATCH] more correct get_compat_timespec interfaceAndrew Morton
2003-12-29[PATCH] pagefault accounting fixAndrew Morton
2003-12-29[PATCH] Minor bug fixes to the compat layerAndrew Morton
2003-12-29[PATCH] find_busiest_queue() commentary fixAndrew Morton
2003-12-29[PATCH] futex uninliningAndrew Morton
2003-12-29[PATCH] unshare_filesAndrew Morton
2003-12-29[SPARC]: Fix serial console selection.Keith M. Wesolowski
2003-12-28[PATCH] Fix context switch accountingIngo Molnar
2003-12-14Fix thread group leader zombie leakLinus Torvalds
2003-12-13More subtle SMP bugs in prepare_to_wait()/finish_wait(). Linus Torvalds
2003-12-11Fix subtle bug in "finish_wait()", which can cause kernel stackLinus Torvalds
2003-12-01[PATCH] Fix lost wakeups problemIngo Molnar
2003-11-24Fix error return on concurrent fork() with threaded exit()Linus Torvalds
2003-11-18[PATCH] resource.c bounds checking fixAndrew Morton
2003-11-10[PATCH] Fix clock_nanosleep() signal restart issuesGeorge Anzinger
2003-11-10Avoid racy optimization in signal sending.Linus Torvalds
2003-11-08[PATCH] SMP signal latency fixIngo Molnar
2003-11-07Don't fold nanosleep() into clock_nanosleep().Linus Torvalds
2003-10-29[PATCH] Fix for module initialization failureRusty Russell
2003-10-26Fix ZOMBIE race with self-reaping threads.Linus Torvalds
2003-10-26Add a sticky "PF_DEAD" task flag to keep track of dead processes.Linus Torvalds
2003-10-21[PATCH] Kill early might_sleep warningsAndrew Morton
2003-10-21[PATCH] export system_running to other filesAndrew Morton
2003-10-21[PATCH] Time precision, adjtime(x) vs. gettimeofdayAndrew Morton
2003-10-21[libata] Integrate Serial ATA driver into kernel tree.Jeff Garzik
2003-10-15[PATCH] Fix early __might_sleep() callsAndrew Morton
2003-10-13Mark timer as running in the timer base _before_ we clear the pendingLinus Torvalds
2003-10-13Revert recent SMP timer changes - they cause deadlocksLinus Torvalds
2003-10-12[PATCH] Kernel thread signal handling.David Woodhouse
2003-10-11[PATCH] SMP races in the timer codeIngo Molnar
2003-10-09Revert the process group accessor functions. They are buggy, andLinus Torvalds
2003-10-08[PATCH] More barriers in module code.Rusty Russell
2003-10-08[PATCH] futex bug fixesJamie Lokier
2003-10-08[PATCH] set sigio target to current->pid and only if not already setJamie Lokier
2003-10-08Merge bk://linux.bkbits.net/linux-2.5Patrick Mochel
2003-10-08[PATCH] add insert_resource() helper functionBenjamin Herrenschmidt
2003-10-07o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the treeArnaldo Carvalho de Melo
2003-10-07o kernel/ksyms.c: move remaining fs/*.c EXPORT_SYMBOLsArnaldo Carvalho de Melo
2003-10-06[swsusp] Don't free buffer when going to sleep. Patrick Mochel
2003-10-05Merge osdl.org:/home/mochel/src/kernel/linux-2.5-virginPatrick Mochel
2003-10-05[PATCH] Fix sysrq-t free stack outputRussell King
2003-10-05[PATCH] Fix another misfiled module symbol exportArnaldo Carvalho de Melo
2003-10-05Fix __wake_up_sync() module export. It hadn't been correcly movedLinus Torvalds
2003-10-04[PATCH] move job control fields from task_struct toAndrew Morton
2003-10-04[PATCH] kernel documentation fixesAndrew Morton
2003-10-04[PATCH] boot-time selectable log buffer sizeAndrew Morton
2003-10-03[power] swsusp UpdatePatrick Mochel
2003-10-01Merge bk://kernel.bkbits.net//home/mochel/linux-2.5-powerPatrick Mochel