aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page-writeback.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-25tmpfs: simplify unuse and writepageHugh Dickins1-34/+16
2011-07-25tmpfs: simplify filepage/swappageHugh Dickins1-129/+108
2011-07-25tmpfs: simplify prealloc_pageHugh Dickins1-44/+16
2011-07-25tmpfs: remove_shmem_readpageHugh Dickins1-34/+6
2011-07-25tmpfs: pass gfp to shmem_getpage_gfpHugh Dickins1-23/+44
2011-07-25tmpfs: refine shmem_file_splice_readHugh Dickins1-119/+19
2011-07-25tmpfs: clone shmem_file_splice_read()Hugh Dickins3-3/+221
2011-07-25mm/futex: fix futex writes on archs with SW tracking of dirty & youngBenjamin Herrenschmidt3-3/+61
2011-07-25mm: remove useless rcu lock-unlock from mapping_tagged()Konstantin Khlebnikov1-5/+1
2011-07-25mm: page allocator: reconsider zones for allocation after direct reclaimMel Gorman1-0/+23
2011-07-25mm: page allocator: initialise ZLC for first zone eligible for zone_reclaimMel Gorman1-13/+22
2011-07-25mm: preallocate page before lock_page() at filemap COWKAMEZAWA Hiroyuki1-22/+34
2011-07-25tmpfs: no need to use i_lockHugh Dickins1-8/+6
2011-07-25mm: pincer in truncate_inode_pages_rangeHugh Dickins1-1/+1
2011-07-25mm: consistent truncate and invalidate loopsHugh Dickins2-63/+49
2011-07-25mm: tidy vmtruncate_range and related functionsHugh Dickins1-14/+17
2011-07-25mm: truncate functions are in truncate.cHugh Dickins1-2/+1
2011-07-25mm: cleanup descriptions of filler argHugh Dickins2-13/+11
2011-07-25sparc64: implement get_user_pages_fast()David S. Miller2-1/+182
2011-07-25sparc64: add support for _PAGE_SPECIALDavid S. Miller1-4/+11
2011-07-25sparc64: use RCU page table freeingDavid S. Miller2-2/+47
2011-07-25sparc64: kill page table quicklistsDavid S. Miller3-21/+26
2011-07-25mmap: fix and tidy up overcommit page arithmeticDmitry Fink2-42/+26
2011-07-25mm/memblock.c: avoid abuse of RED_INACTIVEAndrew Morton2-4/+10
2011-07-25oom: make deprecated use of oom_adj more verboseDavid Rientjes1-4/+3
2011-07-25oom: remove references to old badness() functionDavid Rientjes4-7/+3
2011-07-25mm/memory.c: remove ZAP_BLOCK_SIZEAndrew Morton1-11/+0
2011-07-25mm: hugetlb: fix coding style issuesChris Forbes1-16/+15
2011-07-25mm/huge_memory.c: minor lock simplification in __khugepaged_exitChris Wright1-4/+2
2011-07-25mm/page_cgroup.c: simplify code by using SECTION_ALIGN_UP() and SECTION_ALIGN_DOWN() macrosDaniel Kiper1-4/+4
2011-07-25mm: remove the leftovers of noswapaccountWANG Cong3-19/+3
2011-07-25pagewalk: fix code comment for THPKOSAKI Motohiro1-1/+2
2011-07-25pagewalk: add locking-rule commentsKOSAKI Motohiro2-0/+5
2011-07-25pagewalk: don't look up vma if walk->hugetlb_entry is unusedKOSAKI Motohiro1-6/+37
2011-07-25pagewalk: fix walk_page_range() don't check find_vma() result properlyKOSAKI Motohiro1-1/+1
2011-07-25mm: swap-token: add a comment for priority agingKOSAKI Motohiro1-0/+11
2011-07-25mm: swap-token: makes global variables to function localKOSAKI Motohiro1-2/+2
2011-07-25mm: swap-token: fix dead linkKOSAKI Motohiro1-1/+1
2011-07-25xen/balloon: memory hotplug support for Xen balloon driverDaniel Kiper3-2/+171
2011-07-25mm: extend memory hotplug API to allow memory hotplug in virtual machinesDaniel Kiper2-5/+74
2011-07-25backlight: set backlight type and max_brightness before backlights are registeredAxel Lin3-8/+18
2011-07-25backlight: add ams369fg06 amoled driverJingoo Han4-1/+653
2011-07-25drivers/video/backlight/adp8860_bl.c: remove a redundant assignment for max_brightnessAxel Lin1-2/+1
2011-07-25drivers/video/backlight/ld9040.c: small fixesAxel Lin1-3/+6
2011-07-25mm/backing-dev.c: reset bdi min_ratio in bdi_unregister()Peter Zijlstra1-0/+1
2011-07-25drivers/misc/pch_phub.c: don't oops if dmi_get_system_info returns NULLAlexander Stein1-1/+4
2011-07-25xtensa: fix a build error in arch/xtensa/include/asm/uaccess.hWANG Cong1-0/+1
2011-07-25xtensa: prevent arbitrary read in ptraceDan Rosenberg1-0/+3
2011-07-25mm: use const struct page for r/o page-flag accessor methodsIan Campbell1-2/+2
2011-07-25mm: make some struct page's constIan Campbell2-7/+7