summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* zsmalloc: partial page ordering within a fullness_listSergey Senozhatsky2015-09-081-5/+14
* zsmalloc: use shrinker to trigger auto-compactionSergey Senozhatsky2015-09-081-0/+78
* zsmalloc: account the number of compacted pagesSergey Senozhatsky2015-09-081-10/+17
* zsmalloc/zram: introduce zs_pool_stats apiSergey Senozhatsky2015-09-081-14/+15
* zsmalloc: cosmetic compaction code adjustmentsSergey Senozhatsky2015-09-081-6/+6
* zsmalloc: introduce zs_can_compact() functionSergey Senozhatsky2015-09-081-0/+26
* zsmalloc: always keep per-class statsSergey Senozhatsky2015-09-081-32/+8
* zsmalloc: drop unused variable `nr_to_migrate'Sergey Senozhatsky2015-09-081-4/+0
* mm/memblock.c: fix comment in __next_mem_range()Alexander Kuleshov2015-09-081-1/+1
* mm/page_alloc.c: fix type information of memoryless nodeZhen Lei2015-09-081-1/+2
* memory-hotplug: fix comments in zone_spanned_pages_in_node() and zone_spanned...Xishi Qiu2015-09-081-2/+2
* mm/page_alloc.c: change sysctl_lower_zone_reserve_ratio to sysctl_lowmem_rese...Yaowei Bai2015-09-081-2/+2
* mm/page_alloc.c: fix a misleading commentYaowei Bai2015-09-081-1/+1
* mm/mmap.c:insert_vm_struct(): check for failure before setting valuesChen Gang2015-09-081-6/+7
* mm/khugepaged: allow interruption of allocation sleep againPetr Mladek2015-09-081-2/+6
* mm/memblock.c: fiy typos in commentsAlexander Kuleshov2015-09-081-4/+4
* mm/compaction: correct to flush migrated pages if pageblock skip happensJoonsoo Kim2015-09-082-15/+16
* mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka2015-09-0810-15/+13
* mm, vmscan: unlock page while waiting on writebackHugh Dickins2015-09-081-2/+5
* list_lru: don't call list_lru_from_kmem if the list_head is emptyJeff Layton2015-09-081-2/+2
* kmemleak: record accurate early log buffer count and report when exceededWang Kai2015-09-081-1/+2
* mm/mmap.c: simplify the failure return working flowChen Gang2015-09-081-22/+22
* shmem: recalculate file inode when fstatYu Zhao2015-09-081-0/+16
* mm/memblock.c: rename local variable of memblock_type to 'type'Alexander Kuleshov2015-09-081-5/+5
* mm/hwpoison: don't try to unpoison containment-failed pagesNaoya Horiguchi2015-09-081-0/+16
* mm/hwpoison: fix race between soft_offline_page and unpoison_memoryWanpeng Li2015-09-082-8/+5
* mm/hwpoison: introduce num_poisoned_pages wrappersNaoya Horiguchi2015-09-081-16/+14
* mm/hwpoison: replace most of put_page in memory error handling by put_hwpoiso...Wanpeng Li2015-09-081-17/+15
* mm/hwpoison: fix refcount of THP head page in no-injection caseWanpeng Li2015-09-081-1/+1
* mm/hwpoison: introduce put_hwpoison_page to put refcount for memory error han...Wanpeng Li2015-09-081-0/+21
* mm/hwpoison: fix PageHWPoison test/set raceWanpeng Li2015-09-081-0/+2
* mm/hwpoison: fix failure to split thp w/ refcount heldWanpeng Li2015-09-081-0/+2
* mm: add utility for early copy from unmapped ramMark Salter2015-09-081-0/+22
* mm, compaction: skip compound pages by order in free scannerVlastimil Babka2015-09-081-0/+25
* mm, compaction: always skip all compound pages by order in migrate scannerVlastimil Babka2015-09-081-20/+27
* mm, compaction: encapsulate resetting cached scanner positionsVlastimil Babka2015-09-081-6/+10
* mm, compaction: simplify handling restart position in free pages scannerVlastimil Babka2015-09-081-15/+20
* mm, compaction: more robust check for scanners meetingVlastimil Babka2015-09-081-8/+14
* mm: add support for __GFP_ZERO flag to dma_pool_alloc()Sean O. Stalley2015-09-081-2/+7
* vmscan: fix increasing nr_isolated incurred by putback unevictable pagesJaewon Kim2015-09-081-1/+1
* mm: vmscan: never isolate more pages than necessaryVladimir Davydov2015-09-081-1/+2
* bootmem: avoid freeing to bootmem after bootmem is doneChris Metcalf2015-09-081-0/+7
* mm, page_isolation: make set/unset_migratetype_isolate() file-localNaoya Horiguchi2015-09-081-2/+3
* mm/mempolicy.c: get rid of duplicated check for vma(VM_PFNMAP) in queue_pages...Aristeu Rozanski2015-09-081-3/+0
* mem-hotplug: handle node hole when initializing numa_meminfo.Tang Chen2015-09-081-1/+1
* mm/memblock.c: make memblock_overlaps_region() return bool.Tang Chen2015-09-081-5/+5
* mm: madvise allow remove operation for hugetlbfsMike Kravetz2015-09-081-1/+1
* hugetlbfs: add hugetlbfs_fallocate()Mike Kravetz2015-09-081-1/+1
* hugetlbfs: New huge_add_to_page_cache helper routineMike Kravetz2015-09-081-9/+18
* mm/hugetlb: alloc_huge_page handle areas hole punched by fallocateMike Kravetz2015-09-081-15/+39
OpenPOWER on IntegriCloud