summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fs: proc: task_mmu: show page size in /proc/<pid>/numa_mapsRafael Aquini2015-02-132-15/+17
* Documentation/filesystems/proc.txt: add /proc/pid/numa_maps interface explana...Rafael Aquini2015-02-131-0/+33
* fs: proc: use PDE() to get proc_dir_entryAlexander Kuleshov2015-02-132-2/+2
* fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (pea...Petr Cermak2015-02-133-0/+23
* arch/frv/mm/extable.c: remove unused functionRickard Strandqvist2015-02-131-23/+0Star
* mm/zsmalloc: add statistics supportGanesh Mahendran2015-02-132-4/+239
* mm/zpool: add name argument to create zpoolGanesh Mahendran2015-02-137-14/+21
* zram: remove request_queue from struct zramSergey Senozhatsky2015-02-132-9/+8Star
* zram: remove init_lock in zram_make_requestMinchan Kim2015-02-132-32/+64
* zram: check bd_openers instead of bd_holdersMinchan Kim2015-02-131-1/+1
* zram: rework reset and destroy pathSergey Senozhatsky2015-02-131-42/+33Star
* zram: fix umount-reset_store-mount race conditionSergey Senozhatsky2015-02-131-14/+9Star
* zram: free meta table in zram_meta_freeGanesh Mahendran2015-02-131-17/+16Star
* zram: clean up zram_meta_alloc()Sergey Senozhatsky2015-02-131-8/+6Star
* mm: fix negative nr_isolated countsHugh Dickins2015-02-131-1/+3
* mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()Naoya Horiguchi2015-02-131-2/+0Star
* mm/page_alloc: fix commentYaowei Bai2015-02-131-1/+1
* mm/memory.c: actually remap enough memoryGrazvydas Ignotas2015-02-131-1/+1
* kernel/cpuset.c: Mark cpuset_init_current_mems_allowed as __initRasmus Villemoes2015-02-131-1/+1
* mm/mm_init.c: mark mminit_loglevel __meminitdataRasmus Villemoes2015-02-131-1/+1
* mm/mm_init.c: park mminit_verify_zonelist as __initRasmus Villemoes2015-02-131-1/+1
* mm/page_alloc.c: pull out init code from build_all_zonelistsRasmus Villemoes2015-02-131-3/+14
* mm/internal.h: don't split printk call in twoRasmus Villemoes2015-02-131-2/+4
* mm: do not use mm->nr_pmds on !MMU configurationsKirill A. Shutemov2015-02-132-4/+9
* memcg: cleanup static keys decrementVladimir Davydov2015-02-133-38/+9Star
* mm/compaction: stop the isolation when we isolate enough freepageJoonsoo Kim2015-02-131-7/+10
* mm/compaction: fix wrong order check in compact_finished()Joonsoo Kim2015-02-131-1/+1
* slub: make dead caches discard free slabs immediatelyVladimir Davydov2015-02-135-11/+43
* slub: fix kmem_cache_shrink return valueVladimir Davydov2015-02-131-1/+5
* slub: never fail to shrink cacheVladimir Davydov2015-02-131-27/+31
* memcg: reparent list_lrus and free kmemcg_id on css offlineVladimir Davydov2015-02-133-9/+79
* list_lru: add helpers to isolate itemsVladimir Davydov2015-02-138-26/+50
* memcg: free memcg_caches slot on css offlineVladimir Davydov2015-02-133-22/+65
* slab: use css id for naming per memcg cachesVladimir Davydov2015-02-131-3/+3
* cgroup: release css->id after css_freeVladimir Davydov2015-02-131-3/+7
* slab: link memcg caches of the same kind into a listVladimir Davydov2015-02-135-33/+41
* slab: embed memcg_cache_params to kmem_cacheVladimir Davydov2015-02-137-103/+111
* fs: shrinker: always scan at least one object of each typeVladimir Davydov2015-02-131-3/+6
* fs: make shrinker memcg awareVladimir Davydov2015-02-131-3/+3
* list_lru: introduce per-memcg listsVladimir Davydov2015-02-134-36/+424
* list_lru: organize all list_lrus to listVladimir Davydov2015-02-133-0/+45
* list_lru: get rid of ->active_nodesVladimir Davydov2015-02-132-10/+5Star
* memcg: add rwsem to synchronize against memcg_caches arrays relocationVladimir Davydov2015-02-133-17/+33
* memcg: rename some cache id related variablesVladimir Davydov2015-02-133-14/+13Star
* vmscan: per memory cgroup slab shrinkersVladimir Davydov2015-02-137-50/+80
* fs: consolidate {nr,free}_cached_objects args in shrink_controlVladimir Davydov2015-02-133-12/+13
* list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov2015-02-139-43/+51
* mm: numa: avoid unnecessary TLB flushes when setting NUMA hinting entriesMel Gorman2015-02-132-6/+12
* mm: numa: add paranoid check around pte_protnone_numaMel Gorman2015-02-132-0/+6
* x86: mm: restore original pte_special checkMel Gorman2015-02-131-7/+1Star