summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* frv: use for_each_sg()Akinobu Mita2015-06-262-7/+10
* frv: remove unused inline function is_in_rom()Tobias Klauser2015-06-261-6/+0
* zpool: remove zpool_evict()Dan Streetman2015-06-264-36/+24
* zpool: change pr_info to pr_debugDan Streetman2015-06-261-3/+3
* zswap: runtime enable/disableDan Streetman2015-06-262-9/+21
* zram: check comp algorithm availability earlierSergey Senozhatsky2015-06-263-0/+9
* zram: cut trailing newline in algorithm nameSergey Senozhatsky2015-06-262-1/+9
* zram: cosmetic zram_bvec_write() cleanupSergey Senozhatsky2015-06-261-5/+3
* zram: add dynamic device add/remove functionalitySergey Senozhatsky2015-06-263-6/+141
* zram: close race by open overridingSergey Senozhatsky2015-06-262-19/+38
* zram: return zram device_id from zram_add()Sergey Senozhatsky2015-06-261-9/+14
* zram: trivial: correct flag operations commentSergey Senozhatsky2015-06-261-1/+1
* zram: report every added and removed deviceSergey Senozhatsky2015-06-261-2/+3
* zram: remove max_num_devices limitationSergey Senozhatsky2015-06-263-14/+4
* zram: reorganize code layoutSergey Senozhatsky2015-06-261-363/+362
* zram: use idr instead of `zram_devices' arraySergey Senozhatsky2015-06-261-37/+49
* zram: cosmetic ZRAM_ATTR_RO code formatting tweakSergey Senozhatsky2015-06-261-1/+1
* zram: add `compact` sysfs entry to documentationSergey Senozhatsky2015-06-261-1/+1
* zsmalloc: remove obsolete ZSMALLOC_DEBUGMarcin Jabrzyk2015-06-261-4/+0
* zram: remove obsolete ZRAM_DEBUG optionMarcin Jabrzyk2015-06-262-13/+1
* s390/mm: change HPAGE_SHIFT type to intDominik Dingel2015-06-262-2/+2
* s390/mm: forward check for huge pmds to pmd_large()Dominik Dingel2015-06-261-4/+1
* s390/hugetlb: remove dead code for sw emulated huge pagesDominik Dingel2015-06-262-60/+3
* mm/hugetlb: remove arch_prepare/release_hugepage from arch headersDominik Dingel2015-06-2610-90/+0
* mm/hugetlb: remove unused arch hook prepare/release_hugepageDominik Dingel2015-06-261-10/+0
* s390/mm: make hugepages_supported a boot time decisionDominik Dingel2015-06-263-4/+8
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-25151-1321/+2277
|\
| * mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Larry Finger2015-06-253-7/+10
| * mm, thp: respect MPOL_PREFERRED policy with non-local nodeVlastimil Babka2015-06-251-16/+22
| * tmpfs: truncate prealloc blocks past i_sizeJosef Bacik2015-06-251-1/+1
| * mm/memory hotplug: print the last vmemmap region at the end of hot add memoryZhu Guihua2015-06-251-0/+1
| * mm/mmap.c: optimization of do_mmap_pgoff functionPiotr Kwapulinski2015-06-251-3/+3
| * mm: kmemleak: optimise kmemleak_lock acquiring during kmemleak_scanCatalin Marinas2015-06-251-34/+56
| * mm: kmemleak: avoid deadlock on the kmemleak object insertion error pathCatalin Marinas2015-06-251-4/+11
| * mm: kmemleak: do not acquire scan_mutex in kmemleak_do_cleanup()Catalin Marinas2015-06-251-2/+0
| * mm: kmemleak: fix delete_object_*() race when called on the same memory blockCatalin Marinas2015-06-251-13/+26
| * mm: kmemleak: allow safe memory scanning during kmemleak disablingCatalin Marinas2015-06-251-3/+16
| * memcg: convert mem_cgroup->under_oom from atomic_t to intTejun Heo2015-06-251-8/+21
| * memcg: remove unused mem_cgroup->oom_wakeupsTejun Heo2015-06-251-9/+1
| * frontswap: allow multiple backendsDan Streetman2015-06-253-98/+139
| * x86, mirror: x86 enabling - find mirrored memory rangesTony Luck2015-06-253-0/+27
| * mm/memblock: allocate boot time data structures from mirrored memoryTony Luck2015-06-253-12/+84
| * mm/memblock: add extra "flags" to memblock to allow selection of memory based...Tony Luck2015-06-2510-47/+83
| * mm: do not ignore mapping_gfp_mask in page cache allocation pathsMichal Hocko2015-06-253-5/+7
| * mm/cma.c: fix typos in commentsShailendra Verma2015-06-251-2/+2
| * mm/oom_kill.c: print points as unsigned intWang Long2015-06-251-1/+1
| * mm/hugetlb: handle races in alloc_huge_page and hugetlb_reserve_pagesMike Kravetz2015-06-251-4/+35
| * mm/hugetlb: compute/return the number of regions added by region_add()Mike Kravetz2015-06-251-24/+48
| * mm/hugetlb: document the reserve map/region tracking routinesMike Kravetz2015-06-251-2/+50
| * Documentation/vm/unevictable-lru.txt: clarify MAP_LOCKED behaviorMichal Hocko2015-06-251-1/+7