summaryrefslogtreecommitdiffstats
path: root/mm/readahead.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-26zram: check comp algorithm availability earlierSergey Senozhatsky3-0/+9
2015-06-26zram: cut trailing newline in algorithm nameSergey Senozhatsky2-1/+9
2015-06-26zram: cosmetic zram_bvec_write() cleanupSergey Senozhatsky1-5/+3
2015-06-26zram: add dynamic device add/remove functionalitySergey Senozhatsky3-6/+141
2015-06-26zram: close race by open overridingSergey Senozhatsky2-19/+38
2015-06-26zram: return zram device_id from zram_add()Sergey Senozhatsky1-9/+14
2015-06-26zram: trivial: correct flag operations commentSergey Senozhatsky1-1/+1
2015-06-26zram: report every added and removed deviceSergey Senozhatsky1-2/+3
2015-06-26zram: remove max_num_devices limitationSergey Senozhatsky3-14/+4
2015-06-26zram: reorganize code layoutSergey Senozhatsky1-363/+362
2015-06-26zram: use idr instead of `zram_devices' arraySergey Senozhatsky1-37/+49
2015-06-26zram: cosmetic ZRAM_ATTR_RO code formatting tweakSergey Senozhatsky1-1/+1
2015-06-26zram: add `compact` sysfs entry to documentationSergey Senozhatsky1-1/+1
2015-06-26zsmalloc: remove obsolete ZSMALLOC_DEBUGMarcin Jabrzyk1-4/+0
2015-06-26zram: remove obsolete ZRAM_DEBUG optionMarcin Jabrzyk2-13/+1
2015-06-26s390/mm: change HPAGE_SHIFT type to intDominik Dingel2-2/+2
2015-06-26s390/mm: forward check for huge pmds to pmd_large()Dominik Dingel1-4/+1
2015-06-26s390/hugetlb: remove dead code for sw emulated huge pagesDominik Dingel2-60/+3
2015-06-26mm/hugetlb: remove arch_prepare/release_hugepage from arch headersDominik Dingel10-90/+0
2015-06-26mm/hugetlb: remove unused arch hook prepare/release_hugepageDominik Dingel1-10/+0
2015-06-26s390/mm: make hugepages_supported a boot time decisionDominik Dingel3-4/+8
2015-06-25mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Larry Finger3-7/+10
2015-06-25mm, thp: respect MPOL_PREFERRED policy with non-local nodeVlastimil Babka1-16/+22
2015-06-25tmpfs: truncate prealloc blocks past i_sizeJosef Bacik1-1/+1
2015-06-25mm/memory hotplug: print the last vmemmap region at the end of hot add memoryZhu Guihua1-0/+1
2015-06-25mm/mmap.c: optimization of do_mmap_pgoff functionPiotr Kwapulinski1-3/+3
2015-06-25mm: kmemleak: optimise kmemleak_lock acquiring during kmemleak_scanCatalin Marinas1-34/+56
2015-06-25mm: kmemleak: avoid deadlock on the kmemleak object insertion error pathCatalin Marinas1-4/+11
2015-06-25mm: kmemleak: do not acquire scan_mutex in kmemleak_do_cleanup()Catalin Marinas1-2/+0
2015-06-25mm: kmemleak: fix delete_object_*() race when called on the same memory blockCatalin Marinas1-13/+26
2015-06-25mm: kmemleak: allow safe memory scanning during kmemleak disablingCatalin Marinas1-3/+16
2015-06-25memcg: convert mem_cgroup->under_oom from atomic_t to intTejun Heo1-8/+21
2015-06-25memcg: remove unused mem_cgroup->oom_wakeupsTejun Heo1-9/+1
2015-06-25frontswap: allow multiple backendsDan Streetman3-98/+139
2015-06-25x86, mirror: x86 enabling - find mirrored memory rangesTony Luck3-0/+27
2015-06-25mm/memblock: allocate boot time data structures from mirrored memoryTony Luck3-12/+84
2015-06-25mm/memblock: add extra "flags" to memblock to allow selection of memory based...Tony Luck10-47/+83
2015-06-25mm: do not ignore mapping_gfp_mask in page cache allocation pathsMichal Hocko3-5/+7
2015-06-25mm/cma.c: fix typos in commentsShailendra Verma1-2/+2
2015-06-25mm/oom_kill.c: print points as unsigned intWang Long1-1/+1
2015-06-25mm/hugetlb: handle races in alloc_huge_page and hugetlb_reserve_pagesMike Kravetz1-4/+35
2015-06-25mm/hugetlb: compute/return the number of regions added by region_add()Mike Kravetz1-24/+48
2015-06-25mm/hugetlb: document the reserve map/region tracking routinesMike Kravetz1-2/+50
2015-06-25Documentation/vm/unevictable-lru.txt: clarify MAP_LOCKED behaviorMichal Hocko1-1/+7
2015-06-25mm: nommu: refactor debug and warning printsLeon Romanovsky1-92/+20
2015-06-25mm: clarify that the function operates on hugepage pteAneesh Kumar K.V13-61/+65
2015-06-25powerpc/mm: use generic version of pmdp_clear_flush()Aneesh Kumar K.V5-22/+27
2015-06-25mm/thp: split out pmd collapse flush into separate functionsAneesh Kumar K.V4-36/+67
2015-06-25tracing: add trace event for memory-failureXie XiuQi3-0/+89
2015-06-25memory-failure: change type of action_result's param 3 to enumXie XiuQi2-2/+3