summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-01-07ioc4: automatically load sgiioc4 subordinate moduleBrent Casavant1-0/+36
2009-01-07Dmitry has been renamedDmitry Eremin-Solenikov2-1/+2
2009-01-07percpu_counter: FBC_BATCH should be a variableEric Dumazet4-14/+20
2009-01-07Allow times and time system calls to return small negative valuesPaul Mackerras3-2/+9
2009-01-07documentation: when to BUG(), and when to not BUG()David Brownell1-0/+17
2009-01-07poll: allow f_op->poll to sleepTejun Heo4-21/+76
2009-01-07fs: use menuconfig to control the Misc. filesystems menuRandy Dunlap1-2/+15
2009-01-07scripts: script from kerneloops.org to pretty print oops dumpsArjan van de Ven1-0/+162
2009-01-07oops: increment the oops UUID every time we oopsArjan van de Ven1-0/+2
2009-01-07strict_strto* is not strict enoughPavel Machek1-0/+4
2009-01-07autodetect_raid: add missing __init markingMike Frysinger1-1/+1
2009-01-07samples: mark {static|__init|__exit} for {init|exit} functionsQinghuang Feng7-13/+13
2009-01-07Create a DIV_ROUND_CLOSEST macro to do division with roundingDarrick J. Wong1-0/+6
2009-01-07lib: proportions.c trivial sparse lock annotationHarvey Harrison1-0/+2
2009-01-07lib: radix_tree.c make percpu variable staticHarvey Harrison1-1/+1
2009-01-07lib: fix sparse shadowed variable warningHarvey Harrison1-1/+1
2009-01-07fork.c: cleanup for copy_sighand()Zhaolei1-1/+1
2009-01-07Remove remaining unwinder codeAlexey Dobriyan7-105/+0
2009-01-07fs/exec.c:__bprm_mm_init(): clean up error handlingLuiz Fernando N. Capitulino1-14/+6
2009-01-07do_mounts: add device info to mount messageMarton Balint1-2/+2
2009-01-07oops handling: ensure that any oops is flushed to the mtdoops consoleViktor Rosendahl1-0/+2
2009-01-07Check fops_get() return valueLaurent Pinchart3-0/+13
2009-01-07pci: use pci_ioremap_bar() in drivers/miscArjan van de Ven2-4/+2
2009-01-07atomic_t: unify all arch definitionsMatthew Wilcox23-104/+33
2009-01-07init: properly placing noinline keywordRakib Mullick1-2/+2
2009-01-07mm: hugetlb: remove redundant `if' operationCyrill Gorcunov1-3/+2
2009-01-07mm: stop kswapd's infinite loop at high order allocationKOSAKI Motohiro1-0/+17
2009-01-07bootmem: print request details before BUG_ON(them)Johannes Weiner1-4/+4
2009-01-07mm: check for no mmaps in exit_mmap()Johannes Weiner1-0/+3
2009-01-07mm: kill page_queue_congested()KOSAKI Motohiro1-20/+0
2009-01-07mm: remove CONFIG_OUT_OF_LINE_PFN_TO_PAGEKOSAKI Motohiro2-20/+0
2009-01-07mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accountingOleg Nesterov4-7/+7
2009-01-07mm: pagecache gfp flags fixNick Piggin1-2/+9
2009-01-07fs: sys_sync fixNick Piggin2-20/+1
2009-01-07fs: sync_sb_inodes fixNick Piggin1-7/+53
2009-01-07fs: remove WB_SYNC_HOLDNick Piggin2-11/+2
2009-01-07UBIFS: do not use WB_SYNC_HOLDArtem Bityutskiy1-1/+8
2009-01-07mm: direct IO starvation improvementNick Piggin1-11/+5
2009-01-07mm/mmap.c: fix coding styleZhenwenXu1-9/+8
2009-01-07shmem: unify regular and tiny shmemMatt Mackall4-151/+72
2009-01-07block_write_begin(): remove useless gotoFranck Bui-Huu1-1/+0
2009-01-07mm: make get_user_pages() interruptibleYing Han3-9/+15
2009-01-07hugetlb: unsigned ret cannot be negativeRoel Kluin1-4/+8
2009-01-07vmscan: shrink_active_list(): reduce lru_lock hold timeAndrew Morton1-7/+7
2009-01-07badpage: KERN_ALERT BUG instead of KERN_EMERGHugh Dickins2-12/+12
2009-01-07badpage: ratelimit print_bad_pte and bad_pageHugh Dickins2-1/+48
2009-01-07badpage: remove vma from page_remove_rmapHugh Dickins5-10/+8
2009-01-07badpage: zap print_bad_pte on swap and fileHugh Dickins3-16/+14
2009-01-07badpage: vm_normal_page use print_bad_pteHugh Dickins3-10/+15
2009-01-07badpage: replace page_remove_rmap Eeek and BUGHugh Dickins3-36/+48