summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2004-06-29[PATCH] Provide console_suspend() and console_resume()Russell King
2004-06-29[PATCH] Provide console_device()Russell King
2004-06-29sparse: fix pointer/integer confusionLinus Torvalds
2004-06-26[PATCH] Fix race between CONFIG_DEBUG_SLABALLOC and modulesRusty Russell
2004-06-23[PATCH] consolidate in-kernel configurationAndrew Morton
2004-06-23[PATCH] Prepare for SMP suspendAndrew Morton
2004-06-23[PATCH] vm: vfs shrinkage tuningAndrew Morton
2004-06-23[PATCH] clean up cpumask_t temporariesAndrew Morton
2004-06-23[PATCH] cpumask: optimize various uses of new cpumasksAndrew Morton
2004-06-23[PATCH] cpumask: rewrite cpumask.h - single bitmap based implementationAndrew Morton
2004-06-23[PATCH] cpumask: make cpu_present_map real even on non-smpAndrew Morton
2004-06-23[PATCH] rcu: avoid passing an argument to the callback functionAndrew Morton
2004-06-23[PATCH] reduce rcu_head size - coreAndrew Morton
2004-06-23[PATCH] rcu lock update: Code move & cleanupAndrew Morton
2004-06-23[PATCH] rcu lock update: Use a sequence lock for starting batchesAndrew Morton
2004-06-23[PATCH] rcu lock update: Add per-cpu batch counterAndrew Morton
2004-06-21merge Greg Kroah-Hartman
2004-06-20[PATCH] Avoid rebuild of IKCFG when using O=Sam Ravnborg
2004-06-19Follow 2.4.x semantics for in-kernel signal sending.Linus Torvalds
2004-06-18[PATCH] sparse: kernel/module.c sparse fixRandy Dunlap
2004-06-17[PATCH] RLIM: remove unused queued_signals global accountingChris Wright
2004-06-17[PATCH] RLIM: enforce rlimits on queued signalsChris Wright
2004-06-17[PATCH] RLIM: pass task_struct in send_signal()Chris Wright
2004-06-17Fix kill_pg_info(): return success if _any_ signal succeeded.Linus Torvalds
2004-06-17[PATCH] contify some scheduler functionsKeith Owens
2004-06-17[PATCH] remove EXPORT_SYMBOL(kallsyms_lookup)Greg Kroah-Hartman
2004-06-17[PATCH] Make update_one_process() staticAndrew Morton
2004-06-17[PATCH] swsusp: remove copy_pagedirHerbert Xu
2004-06-17[PATCH] remove unnecessary memsets from swsusp and pmdiskHerbert Xu
2004-06-17[PATCH] omdisk memory leak fixHerbert Xu
2004-06-17[PATCH] Fix memory leak in swsuspPavel Machek
2004-06-17[PATCH] BSD accounting format reworkTim Schmielau
2004-06-17[PATCH] getgroups16() fixTomas Olsson
2004-06-17[PATCH] RLIM: add mq_bytes to user_structChris Wright
2004-06-17[PATCH] RLIM: add sigpending field to user_structChris Wright
2004-06-17[PATCH] Fixes for idr codeCorey Minyard
2004-06-17[PATCH] Clean up asm/pgalloc.h includeRussell King
2004-06-15[PATCH] insert_resource fixJohn Rose
2004-06-14Revert wakeup-affinity fixesLinus Torvalds
2004-06-12[PATCH] dup_mmap() memory accounting fixAndrew Morton
2004-06-12[PATCH] fix the exit-vs-timer race fixAndrew Morton
2004-06-12[PATCH] fix modprobe_path and hotplug_path sizes and sysctlAndrew Morton
2004-06-08merge i2c-2.6 into driver-2.6 trees due to problems people reported.Greg Kroah-Hartman
2004-06-08[PATCH] dup_mmap() double memory accountingOleg Nesterov
2004-06-08[PATCH] kernel/sysctl annotations for sparseRandy Dunlap
2004-06-08[PATCH] fix uts sysctl write sizeAndrew Morton
2004-06-08[PATCH] flush_workqueue locking simplificationAndrew Morton
2004-06-08[PATCH] __ARCH_WANT_SYS_RT_SIGACTION fixAndrew Morton
2004-06-08[PATCH] speedup flush_workqueue for singlethread_workqueueAndrew Morton
2004-06-05[PATCH] sched: honor the "sync" wakeup bitIngo Molnar