summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-07zram: use zcomp compressing backendsSergey Senozhatsky
2014-04-07zram: introduce compressing backend abstractionSergey Senozhatsky
2014-04-07zram: delete zram_init_device()Sergey Senozhatsky
2014-04-07zram: document failed_reads, failed_writes statsSergey Senozhatsky
2014-04-07zram: move zram size warning to documentationSergey Senozhatsky
2014-04-07zram: drop not used table `count' memberSergey Senozhatsky
2014-04-07zram: report failed read and write statsSergey Senozhatsky
2014-04-07zram: remove zram stats code duplicationSergey Senozhatsky
2014-04-07zram: use atomic64_t for all zram statsSergey Senozhatsky
2014-04-07zram: remove good and bad compress statsSergey Senozhatsky
2014-04-07zram: do not pass rw argument to __zram_make_request()Sergey Senozhatsky
2014-04-07zram: drop `init_done' struct zram memberSergey Senozhatsky
2014-04-07mm/page_alloc.c: change mm debug routines back to EXPORT_SYMBOLJohn Hubbard
2014-04-07numa: use LAST_CPUPID_SHIFT to calculate LAST_CPUPID_MASKSrikar Dronamraju
2014-04-07madvise: correct the comment of MADV_DODUMP flagZhang Yanfei
2014-04-07mm/readahead.c: inline ra_submitFabian Frederick
2014-04-07mm: hugetlb: fix softlockup when a large number of hugepages are freed.Mizuma, Masayoshi
2014-04-07mm/memblock.c: use PFN_PHYS()Fabian Frederick
2014-04-07memblock: use for_each_memblock()Emil Medve
2014-04-07mm: remove unused arg of set_page_dirty_balance()Miklos Szeredi
2014-04-07mm: try_to_unmap_cluster() should lock_page() before mlockingVlastimil Babka
2014-04-07mm: page_alloc: spill to remote nodes before waking kswapdJohannes Weiner
2014-04-07memcg: rename high level charging functionsMichal Hocko
2014-04-07memcg: sanitize __mem_cgroup_try_charge() call protocolJohannes Weiner
2014-04-07memcg: do not replicate get_mem_cgroup_from_mm in __mem_cgroup_try_chargeMichal Hocko
2014-04-07memcg: get_mem_cgroup_from_mm()Johannes Weiner
2014-04-07memcg: remove unnecessary !mm check from try_get_mem_cgroup_from_mm()Johannes Weiner
2014-04-07mm: memcg: push !mm handling out to page cache charge functionJohannes Weiner
2014-04-07mm: memcg: inline mem_cgroup_charge_common()Johannes Weiner
2014-04-07mm: memcg: remove mem_cgroup_move_account_page_stat()Johannes Weiner
2014-04-07mm: memcg: remove unnecessary preemption disablingJohannes Weiner
2014-04-07mm: use 'const char *' insted of 'char *' for reason in dump_page()Kirill A. Shutemov
2014-04-07mm/vmalloc.c: enhance vm_map_ram() commentGioh Kim
2014-04-07mm: fix 'ERROR: do not initialise globals to 0 or NULL' and coding styleChoi Gi-yong
2014-04-07mempool: add unlikely and likely hintsMikulas Patocka
2014-04-07mm, compaction: determine isolation mode only onceDavid Rientjes
2014-04-07res_counter: remove interface for locked charging and unchargingDavid Rientjes
2014-04-07mm, mempolicy: remove per-process flagDavid Rientjes
2014-04-07mm, mempolicy: rename slab_node for clarityDavid Rientjes
2014-04-07fork: collapse copy_flags into copy_processDavid Rientjes
2014-04-07mm: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza
2014-04-07mm: per-thread vma cachingDavidlohr Bueso
2014-04-07mm: implement ->map_pages for shmem/tmpfsNing Qu
2014-04-07mm: add debugfs tunable for fault_around_orderKirill A. Shutemov
2014-04-07mm: cleanup size checks in filemap_fault() and filemap_map_pages()Kirill A. Shutemov
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov
2014-04-07mm: introduce vm_ops->map_pages()Kirill A. Shutemov
2014-04-07drivers/lguest/page_tables.c: rename do_set_pte()Andrew Morton
2014-04-07tools/vm/page-types.c: page-cache sniffing featureKonstantin Khlebnikov
2014-04-07mm: disable split page table lock for !MMUKirill A. Shutemov