Age | Commit message (Expand) | Author | Files | Lines |
2014-12-13 | mm/zswap: delete unnecessary check before calling free_percpu() | Markus Elfring | 1 | -2/+1 |
2014-12-13 | mm/zswap: add __init to some functions in zswap | Mahendran Ganesh | 1 | -3/+3 |
2014-12-13 | zram: use DEVICE_ATTR_[RW|RO|WO] to define zram sys device attribute | Ganesh Mahendran | 1 | -17/+11 |
2014-12-13 | mm/zsmalloc: allocate exactly size of struct zs_pool | Ganesh Mahendran | 1 | -3/+2 |
2014-12-13 | mm/zsmalloc: avoid duplicate assignment of prev_class | Ganesh Mahendran | 1 | -5/+4 |
2014-12-13 | mm/zram: correct ZRAM_ZERO flag bit position | Mahendran Ganesh | 1 | -2/+2 |
2014-12-13 | mm/zsmalloc: support allocating obj with size of ZS_MAX_ALLOC_SIZE | Mahendran Ganesh | 1 | -6/+32 |
2014-12-13 | zsmalloc: correct fragile [kmap|kunmap]_atomic use | Minchan Kim | 1 | -9/+12 |
2014-12-13 | zsmalloc: fix zs_init cpu notifier error handling | Sergey Senozhatsky | 1 | -15/+24 |
2014-12-13 | zram: implement rw_page operation of zram | karam.lee | 1 | -0/+44 |
2014-12-13 | zram: change parameter from vaild_io_request() | karam.lee | 1 | -8/+8 |
2014-12-13 | zram: remove bio parameter from zram_bvec_rw() | karam.lee | 1 | -8/+8 |
2014-12-13 | zsmalloc: merge size_class to reduce fragmentation | Joonsoo Kim | 1 | -14/+66 |
2014-12-13 | mm/memcontrol.c: remove unused mem_cgroup_lru_names_not_uptodate() | Rickard Strandqvist | 1 | -5/+2 |
2014-12-13 | memcg: fix possible use-after-free in memcg_kmem_get_cache() | Vladimir Davydov | 5 | -44/+39 |
2014-12-13 | mm/memcontrol.c: fix defined but not used compiler warning | Michele Curti | 1 | -1/+2 |
2014-12-13 | mm: fadvise: document the fadvise(FADV_DONTNEED) behaviour for partial pages | Mel Gorman | 1 | -1/+5 |
2014-12-13 | mm/vmalloc.c: fix memory ordering bug | Dmitry Vyukov | 1 | -2/+2 |
2014-12-13 | oom: kill the insufficient and no longer needed PT_TRACE_EXIT check | Oleg Nesterov | 1 | -8/+3 |
2014-12-13 | oom: don't assume that a coredumping thread will exit soon | Oleg Nesterov | 3 | -4/+15 |
2014-12-13 | mm: remove the highmem zones' memmap in the highmem zone | Zhong Hongbo | 1 | -10/+12 |
2014-12-13 | mm: unmapped page migration avoid unmap+remap overhead | Hugh Dickins | 1 | -10/+18 |
2014-12-13 | fs, seq_file: fallback to vmalloc instead of oom kill processes | David Rientjes | 1 | -1/+5 |
2014-12-13 | mm: vmscan: invoke slab shrinkers from shrink_zone() | Johannes Weiner | 7 | -149/+106 |
2014-12-13 | mm,vmacache: count number of system-wide flushes | Davidlohr Bueso | 3 | -0/+4 |
2014-12-13 | Documentation: add new page_owner document | Joonsoo Kim | 1 | -0/+81 |
2014-12-13 | mm/page_owner: correct owner information for early allocated pages | Joonsoo Kim | 1 | -2/+91 |
2014-12-13 | mm/page_owner: keep track of page owners | Joonsoo Kim | 11 | -3/+554 |
2014-12-13 | stacktrace: introduce snprint_stack_trace for buffer output | Joonsoo Kim | 2 | -0/+37 |
2014-12-13 | mm/nommu: use alloc_pages_exact() rather than its own implementation | Joonsoo Kim | 1 | -22/+11 |
2014-12-13 | mm/debug-pagealloc: make debug-pagealloc boottime configurable | Joonsoo Kim | 9 | -7/+57 |
2014-12-13 | mm/debug-pagealloc: prepare boottime configurable on/off | Joonsoo Kim | 8 | -44/+106 |
2014-12-13 | mm/page_ext: resurrect struct page extending code for debugging | Joonsoo Kim | 7 | -0/+485 |
2014-12-13 | mm, gfp: escalatedly define GFP_HIGHUSER and GFP_HIGHUSER_MOVABLE | Jianyu Zhan | 1 | -5/+2 |
2014-12-13 | include/linux/kmemleak.h: needs slab.h | Andrew Morton | 1 | -0/+2 |
2014-12-13 | mm/memcontrol.c: remove the unused arg in __memcg_kmem_get_cache() | Zhang Zhen | 2 | -4/+3 |
2014-12-13 | mm: move swp_entry_t definition to include/linux/mm_types.h | Tejun Heo | 2 | -8/+8 |
2014-12-13 | memory-hotplug: remove redundant call of page_to_pfn | Zhang Zhen | 1 | -2/+2 |
2014-12-13 | iommu/amd: use handle_mm_fault directly | Jesse Barnes | 1 | -31/+53 |
2014-12-13 | mm: export find_extend_vma() and handle_mm_fault() for driver use | Jesse Barnes | 2 | -0/+3 |
2014-12-13 | hugetlb: hugetlb_register_all_nodes(): add __init marker | Luiz Capitulino | 1 | -1/+1 |
2014-12-13 | hugetlb: alloc_bootmem_huge_page(): use IS_ALIGNED() | Luiz Capitulino | 1 | -1/+1 |
2014-12-13 | hugetlb: fix hugepages= entry in kernel-parameters.txt | Luiz Capitulino | 1 | -3/+1 |
2014-12-13 | memcg: turn memcg_kmem_skip_account into a bit field | Vladimir Davydov | 2 | -35/+7 |
2014-12-13 | memcg: only check memcg_kmem_skip_account in __memcg_kmem_get_cache | Vladimir Davydov | 1 | -28/+0 |
2014-12-13 | memcg: zap kmem_account_flags | Vladimir Davydov | 1 | -21/+10 |
2014-12-13 | mm: mincore: add hwpoison page handle | Weijie Yang | 1 | -2/+5 |
2014-12-13 | mm/rmap: calculate page offset when needed | Davidlohr Bueso | 1 | -2/+4 |
2014-12-13 | mm/debug-pagealloc: cleanup page guard code | Joonsoo Kim | 1 | -19/+19 |
2014-12-13 | mm/memblock.c: refactor functions to set/clear MEMBLOCK_HOTPLUG | Tony Luck | 1 | -23/+20 |