summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2003-03-06[CPUFREQ] Update ARM CPUFREQ driversRussell King
2003-03-02[PATCH] loop: Fix OOM and oopsAndrew Morton
2003-02-28[PATCH] cpufreq (3/5): "userspace" governorDominik Brodowski
2003-02-28[PATCH] cpufreq (2/5): x86 driver updates #2 (acpi, longhaul)Dominik Brodowski
2003-02-27Avoid memory leak on fork() failure path.Linus Torvalds
2003-02-26[PATCH] Trivial C99 changes for kernel/posix-timers.cArt Haas
2003-02-25Fix up kernel/module.c breakage. Bad Rusty!Linus Torvalds
2003-02-25[PATCH] Modules code tidy upRusty Russell
2003-02-25[PATCH] Modules race fixRusty Russell
2003-02-25[PATCH] Spelling fixes: don'tMichael Hayes
2003-02-25[PATCH] Spelling fixes: doesn'tMichael Hayes
2003-02-24[PATCH] Fix user time accounting's handling of jiffies wrapAndrew Morton
2003-02-24[PATCH] make jiffies wrap 5 min after bootAndrew Morton
2003-02-24[PATCH] Spelling fixes for paticular -> particular and others.Steven Cole
2003-02-24[PATCH] Spelling fixes for relevent -> relevantSteven Cole
2003-02-24[PATCH] Spelling fixes - necessaryMichael Hayes
2003-02-24[PATCH] Spelling fixes - occurringMichael Hayes
2003-02-23[PATCH] swsusp and S3 fixesPavel Machek
2003-02-23[PATCH] convert /proc/io{mem,ports} to seq_fileRandy Dunlap
2003-02-23Add support for forcing default signal handlers to flush_signal_handlers().Linus Torvalds
2003-02-23[PATCH] Enable signals for usermode helpersRusty Russell
2003-02-22[PATCH] kernel/pm.c requires <linux/init.h>Russell King
2003-02-21[PATCH] Allow xtime_lock declaration in arch specific code for x86-64Andi Kleen
2003-02-21[PATCH] Fix some 64bit warningsAndi Kleen
2003-02-20We don't need to wait for task in-activity in release_task() any more,Linus Torvalds
2003-02-20Fix x86 "switch_to()" to properly set the previous task information,Linus Torvalds
2003-02-19[PATCH] Don't call mmdrop under a spinlockAndrew Morton
2003-02-19[PATCH] Keep interrupts enabled in exit pathAndrew Morton
2003-02-18[PATCH] posix-timers: fix callback address truncationAndrew Morton
2003-02-18[PATCH] remove (start|end)_lazy_tlb()Andrew Morton
2003-02-18[PATCH] consolidate and cleanup profiling code.Andrew Morton
2003-02-18[PATCH] export add_to_page_cache() and __pagevec_lru_add toAndrew Morton
2003-02-18[PATCH] signal warning and uninitialised variable fixAndrew Morton
2003-02-17[PATCH] POSIX clocks & timersGeorge Anzinger
2003-02-16[PATCH] fix warning in kernel/dma.cSam Ravnborg
2003-02-16Fix locking for "send_sig_info()", to avoid possible races with signalLinus Torvalds
2003-02-16[PATCH] get rid of exec_usermodehelper, replace with call_usermodehelperRusty Russell
2003-02-16[PATCH] compat futex fixAnton Blanchard
2003-02-16Clean up and fix locking around signal renderingLinus Torvalds
2003-02-15Set ptrace_message before PT_TRACE_EXIT.Daniel Jacobowitz
2003-02-15Clean up ptrace_setoptions and PT_* constantsDaniel Jacobowitz
2003-02-15Merge tp1.ruhr-uni-bochum.de:/scratch/kai/kernel/v2.5/linux-2.5Kai Germaschewski
2003-02-14Fix futex compile breakage introduced by the compat code.Linus Torvalds
2003-02-14[PATCH] cpufreq: move /proc/cpufreq interface code to extra moduleDominik Brodowski
2003-02-14[PATCH] cpufreq: move frequency table helpers to extra moduleDominik Brodowski
2003-02-14[PATCH] compat_sys_futex 1/3 generic, parisc, ppc64, s390x and x86_64Stephen Rothwell
2003-02-14kbuild: Do modversions checks on module structureRusty Russell
2003-02-14kbuild: Add dependency info to modulesKai Germaschewski
2003-02-14kbuild: Move the version magic generation into module postprocessingKai Germaschewski
2003-02-13[PATCH] Ctrl-C-ing straceRoland McGrath