summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti2019-05-142-18/+40
* mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOCAlexandre Ghiti2019-05-142-2/+4
* mm/cma.c: fix crash on CMA allocation if bitmap allocation failsYue Hu2019-05-141-1/+3
* mm: memcontrol: quarantine the mem_cgroup_[node_]nr_lru_pages() APIJohannes Weiner2019-05-141-31/+36
* mm: memcontrol: push down mem_cgroup_nr_lru_pages()Johannes Weiner2019-05-141-6/+7
* mm: memcontrol: push down mem_cgroup_node_nr_lru_pages()Johannes Weiner2019-05-142-5/+10
* mm: memcontrol: replace node summing with memcg_page_state()Johannes Weiner2019-05-141-3/+6
* mm: memcontrol: replace zone summing with lruvec_page_state()Johannes Weiner2019-05-142-2/+2
* mm/vmscan: add tracepoints for node reclaimYafang Shao2019-05-141-0/+6
* mm/page_isolation.c: remove redundant pfn_valid_within() in __first_valid_page()Anshuman Khandual2019-05-141-2/+0
* mm/cma.c: fix the bitmap status to show failed allocation reasonYue Hu2019-05-141-8/+11
* mm/compaction.c: fix an undefined behaviourQian Cai2019-05-141-1/+3
* mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORYBaoquan He2019-05-141-1/+1
* mm,memory_hotplug: drop redundant hugepage_migration_supported checkOscar Salvador2019-05-141-2/+1
* mm,memory_hotplug: unlock 1GB-hugetlb on x86_64Oscar Salvador2019-05-141-4/+0
* mm/gup: add FOLL_LONGTERM capability to GUP fastIra Weiny2019-05-141-4/+36
* mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-142-9/+9
* mm/gup: change write parameter to flags in fast walkIra Weiny2019-05-141-26/+26
* mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny2019-05-142-75/+120
* mm: generalize putback scan functionsKirill Tkhai2019-05-141-82/+40
* mm: remove pages_to_free argument of move_active_pages_to_lru()Kirill Tkhai2019-05-141-6/+13
* mm: move nr_deactivate accounting to shrink_active_list()Kirill Tkhai2019-05-141-6/+4
* mm: move recent_rotated pages calculation to shrink_inactive_list()Kirill Tkhai2019-05-141-8/+7
* mm, page_alloc: disallow __GFP_COMP in alloc_pages_exact()Vlastimil Babka2019-05-141-3/+11
* mm: page cache: store only head pages in i_pagesMatthew Wilcox2019-05-147-103/+73
* mm/cma_debug.c: fix the break condition in cma_maxchunk_get()Yue Hu2019-05-141-1/+1
* mm/slab.c: fix an infinite loop in leaks_show()Qian Cai2019-05-141-1/+5
* mm/slub.c: update the comment about slab frozenLiu Xiang2019-05-141-4/+5
* mm/slab.c: remove unneed check in cpuup_canceledLi RongQing2019-05-141-4/+2
* slub: remove useless kmem_cache_debug() before remove_full()Liu Xiang2019-05-141-2/+1
* slab: use slab_list instead of lruTobin C. Harding2019-05-141-24/+25
* slub: use slab_list instead of lruTobin C. Harding2019-05-141-20/+20
* slub: add comments to endif pre-processor macrosTobin C. Harding2019-05-141-10/+10
* slob: use slab_list instead of lruTobin C. Harding2019-05-141-6/+6
* slob: respect list_head abstraction layerTobin C. Harding2019-05-141-14/+37
* mm/hugetlb.c: don't put_page in lock of hugetlb_lockKai Shen2019-05-141-1/+2
* mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams2019-05-141-6/+10
* Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-071-3/+2
|\
| * shmem: make use of ->free_inode()Al Viro2019-05-021-3/+2
* | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-073-8/+8
|\ \
| * | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-093-9/+9
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-05-071-4/+4
|\ \ \
| * | | kasan: Makefile: Replace -pg with CC_FLAGS_FTRACETorsten Duwe2019-04-091-3/+3
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-072-21/+99
|\ \ \ \
| * | | | mm/vmalloc: Add flag for freeing of special permsissionsRick Edgecombe2019-04-301-19/+94
| * | | | mm/hibernation: Make hibernation handle unmapped pagesRick Edgecombe2019-04-301-2/+5
* | | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-071-42/+6
|\ \ \ \ \
| * | | | | mm/slab: Remove store_stackinfo()Qian Cai2019-04-171-42/+6
* | | | | | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-05-065-115/+54
|\ \ \ \ \ \
| * | | | | | mm/page_owner: Simplify stack trace handlingThomas Gleixner2019-04-291-51/+28