aboutsummaryrefslogtreecommitdiffstats
path: root/firmware (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-26mm/memory_hotplug.c: make scan_lru_pages() staticAndrew Morton1-1/+1
2010-10-26fs/fs-writeback.c: restore lost commentAndrew Morton1-0/+4
2010-10-26mm: fix sparse warnings on GFP_ZONE_TABLE/BADNamhyung Kim1-42/+63
2010-10-26vmstat: include compaction.h when CONFIG_COMPACTIONNamhyung Kim1-0/+2
2010-10-26mm: declare some external symbolsNamhyung Kim2-0/+3
2010-10-26vmalloc: annotate lock context change on s_start/stop()Namhyung Kim1-0/+2
2010-10-26vmalloc: rename temporary variable in __insert_vmap_area()Namhyung Kim1-4/+4
2010-10-26rmap: make anon_vma_chain_free() staticNamhyung Kim1-1/+1
2010-10-26rmap: wrap page_check_address() using __cond_lock()Namhyung Kim2-2/+13
2010-10-26rmap: annotate lock context change on page_[un]lock_anon_vma()Namhyung Kim2-2/+17
2010-10-26mm: wrap follow_pte() using __cond_lock()Namhyung Kim1-1/+12
2010-10-26mm: add lock release annotation on do_wp_page()Namhyung Kim1-0/+1
2010-10-26mm: wrap get_locked_pte() using __cond_lock()Namhyung Kim2-2/+10
2010-10-26mm: add casts to/from gfp_t in gfp_to_alloc_flags()Namhyung Kim1-2/+2
2010-10-26mm: remove temporary variable on generic_file_direct_write()Namhyung Kim1-4/+4
2010-10-26x86: access_error API cleanupMichel Lespinasse1-3/+3
2010-10-26mm: retry page fault when blocking on disk transferMichel Lespinasse5-15/+64
2010-10-26mm: filemap_fault: unique path for locking pageMichel Lespinasse1-9/+11
2010-10-26mm: remove alignment padding from anon_vma on (some) 64 bit buildsRichard Kennedy1-1/+1
2010-10-26mm: add a might_sleep_if() to dma_pool_alloc()Dima Zavin1-0/+2