aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-06fs: fix function param name in kernel-docRandy Dunlap
2009-01-06include/linux/interrupt.h: do not include linux/irqnr.h twiceJesper Juhl
2009-01-06sysrq: more explicit, less terse help messagesRandy Dunlap
2009-01-06fs/inode: fix kernel-doc notationRandy Dunlap
2009-01-06Remove obsolete CONFIG_RESOURCES_64BITGeert Uytterhoeven
2009-01-06do_coredump(): check return from argv_split()Tetsuo Handa
2009-01-06profile: don't include <asm/ptrace.h> twice.KOSAKI Motohiro
2009-01-06init/main.c: mark late_time_init as __initdataJan Beulich
2009-01-06add missing accounting calls to compat_sys_{readv,writev}Gerd Hoffmann
2009-01-06fs: fix name overwrite in __register_chrdev_region()Cyrill Gorcunov
2009-01-06remove linux/hardirq.h from asm-generic/local.hRussell King
2009-01-06ioc4: automatically load sgiioc4 subordinate moduleBrent Casavant
2009-01-06Dmitry has been renamedDmitry Eremin-Solenikov
2009-01-06percpu_counter: FBC_BATCH should be a variableEric Dumazet
2009-01-06Allow times and time system calls to return small negative valuesPaul Mackerras
2009-01-06documentation: when to BUG(), and when to not BUG()David Brownell
2009-01-06poll: allow f_op->poll to sleepTejun Heo
2009-01-06fs: use menuconfig to control the Misc. filesystems menuRandy Dunlap
2009-01-06scripts: script from kerneloops.org to pretty print oops dumpsArjan van de Ven
2009-01-06oops: increment the oops UUID every time we oopsArjan van de Ven
2009-01-06strict_strto* is not strict enoughPavel Machek
2009-01-06autodetect_raid: add missing __init markingMike Frysinger
2009-01-06samples: mark {static|__init|__exit} for {init|exit} functionsQinghuang Feng
2009-01-06Create a DIV_ROUND_CLOSEST macro to do division with roundingDarrick J. Wong
2009-01-06lib: proportions.c trivial sparse lock annotationHarvey Harrison
2009-01-06lib: radix_tree.c make percpu variable staticHarvey Harrison
2009-01-06lib: fix sparse shadowed variable warningHarvey Harrison
2009-01-06fork.c: cleanup for copy_sighand()Zhaolei
2009-01-06Remove remaining unwinder codeAlexey Dobriyan
2009-01-06fs/exec.c:__bprm_mm_init(): clean up error handlingLuiz Fernando N. Capitulino
2009-01-06do_mounts: add device info to mount messageMarton Balint
2009-01-06oops handling: ensure that any oops is flushed to the mtdoops consoleViktor Rosendahl
2009-01-06Check fops_get() return valueLaurent Pinchart
2009-01-06pci: use pci_ioremap_bar() in drivers/miscArjan van de Ven
2009-01-06atomic_t: unify all arch definitionsMatthew Wilcox
2009-01-06init: properly placing noinline keywordRakib Mullick
2009-01-06mm: hugetlb: remove redundant `if' operationCyrill Gorcunov
2009-01-06mm: stop kswapd's infinite loop at high order allocationKOSAKI Motohiro
2009-01-06bootmem: print request details before BUG_ON(them)Johannes Weiner
2009-01-06mm: check for no mmaps in exit_mmap()Johannes Weiner
2009-01-06mm: kill page_queue_congested()KOSAKI Motohiro
2009-01-06mm: remove CONFIG_OUT_OF_LINE_PFN_TO_PAGEKOSAKI Motohiro
2009-01-06mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accountingOleg Nesterov
2009-01-06mm: pagecache gfp flags fixNick Piggin
2009-01-06fs: sys_sync fixNick Piggin
2009-01-06fs: sync_sb_inodes fixNick Piggin
2009-01-06fs: remove WB_SYNC_HOLDNick Piggin
2009-01-06UBIFS: do not use WB_SYNC_HOLDArtem Bityutskiy
2009-01-06mm: direct IO starvation improvementNick Piggin
2009-01-06mm/mmap.c: fix coding styleZhenwenXu