aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-06mm/hugetlb: export hugetlb_entry_migration helperAneesh Kumar K.V1-4/+4
2017-07-06mm/follow_page_mask: split follow_page_mask to smaller functions.Aneesh Kumar K.V1-57/+91
2017-07-06mm/hugetlb/migration: use set_huge_pte_at instead of set_pte_atAneesh Kumar K.V1-10/+11
2017-07-06mm/madvise: enable (soft|hard) offline of HugeTLB pages at PGD levelAnshuman Khandual2-5/+26
2017-07-06mm, memory_hotplug: remove unused cruft after memory hotplug reworkMichal Hocko1-207/+0
2017-07-06mm, memory_hotplug: fix the section mismatch warningMichal Hocko1-1/+1
2017-07-06mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko1-1/+1
2017-07-06mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zoneMichal Hocko1-3/+24
2017-07-06mm, memory_hotplug: fix MMOP_ONLINE_KEEP behaviorMichal Hocko1-4/+5
2017-07-06mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko2-81/+123
2017-07-06mm, vmstat: skip reporting offline pages in pagetypeinfoMichal Hocko1-3/+2
2017-07-06mm: __first_valid_page skip over offline pagesMichal Hocko1-8/+18
2017-07-06mm, compaction: skip over holes in __reset_isolation_suitableMichal Hocko1-3/+2
2017-07-06mm: consider zone which is not fully populated to have holesMichal Hocko3-2/+52
2017-07-06mm, memory_hotplug: split up register_one_node()Michal Hocko1-1/+16
2017-07-06mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko1-3/+6
2017-07-06mm, memory_hotplug: use node instead of zone in can_online_high_movableMichal Hocko1-4/+4
2017-07-06mm: remove return value from init_currently_empty_zoneMichal Hocko2-24/+7
2017-07-06mm, THP, swap: enable THP swap optimization only if has compound mapHuang Ying1-4/+13
2017-07-06mm, THP, swap: check whether THP can be split firstlyHuang Ying2-4/+20
2017-07-06mm, THP, swap: move anonymous THP split logic to vmscanMinchan Kim2-18/+22
2017-07-06mm, THP, swap: unify swap slot free functions to put_swap_pageMinchan Kim4-14/+19
2017-07-06mm, THP, swap: delay splitting THP during swap outHuang Ying8-155/+349
2017-07-06mm/vmstat.c: standardize file operations variable namesAnshuman Khandual1-8/+8
2017-07-06ksm: optimize refile of stable_node_dup at the head of the chainAndrea Arcangeli1-12/+23
2017-07-06ksm: swap the two output parameters of chain/chain_pruneAndrea Arcangeli1-26/+52
2017-07-06ksm: cleanup stable_node chain collapse caseAndrea Arcangeli1-22/+28
2017-07-06ksm: fix use after free with merge_across_nodes = 0Andrea Arcangeli1-11/+55
2017-07-06ksm: introduce ksm_max_page_sharing per page deduplication limitAndrea Arcangeli1-66/+667
2017-07-06mm/nobootmem.c: return 0 when start_pfn equals end_pfnWei Yang1-1/+1
2017-07-06mm/vmscan.c: fix unsequenced modification and access warningNick Desaulniers1-7/+6
2017-07-06mm/mmap.c: mark protection_map as __ro_after_initDaniel Micay1-1/+1
2017-07-06mm, sparsemem: break out of loops earlyDave Hansen1-14/+46
2017-07-06mm: allow slab_nomerge to be set at build timeKees Cook1-3/+2
2017-07-06mm/slab.c: replace open-coded round-up code with ALIGNCanjiang Lu1-6/+2
2017-07-06mm/slub.c: wrap kmem_cache->cpu_partial in config CONFIG_SLUB_CPU_PARTIALWei Yang1-31/+38
2017-07-06mm/slub.c: wrap cpu_slab->partial in CONFIG_SLUB_CPU_PARTIALWei Yang1-7/+11
2017-07-06mm/slub: reset cpu_slab's pointer in deactivate_slab()Wei Yang1-13/+8
2017-07-06mm/slub.c: remove a redundant assignment in ___slab_alloc()Wei Yang1-1/+0
2017-07-06thp, mm: fix crash due race in MADV_FREE handlingKirill A. Shutemov1-1/+1
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds7-40/+465
2017-07-06fs: new infrastructure for writeback error handling and reportingJeff Layton1-0/+84
2017-07-06mm: don't TestClearPageError in __filemap_fdatawait_rangeJeff Layton1-15/+5
2017-07-06mm: clear AS_EIO/AS_ENOSPC when writeback initiation failsJeff Layton1-0/+6
2017-07-06jbd2: don't clear and reset errors after waiting on writebackJeff Layton1-2/+14
2017-07-06mm: fix mapping_set_error call in me_pagecache_dirtyJeff Layton1-1/+1
2017-07-05mm: clean up error handling in write_one_pageJeff Layton1-7/+6
2017-07-05mm: drop "wait" parameter from write_one_page()Jeff Layton1-7/+7
2017-07-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-20/+8
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-16/+16