summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | mm/kasan: Simplify stacktrace handlingThomas Gleixner2019-04-292-21/+16
| * | | | | | mm/kmemleak: Simplify stacktrace handlingThomas Gleixner2019-04-291-21/+3
| * | | | | | mm/slub: Simplify stack trace retrievalThomas Gleixner2019-04-291-8/+4
| * | | | | | mm/kasan: Remove the ULONG_MAX stack trace hackeryThomas Gleixner2019-04-141-3/+0
| * | | | | | mm/page_owner: Remove the ULONG_MAX stack trace hackeryThomas Gleixner2019-04-141-3/+0
| * | | | | | mm/slub: Remove the ULONG_MAX stack trace hackeryThomas Gleixner2019-04-141-9/+4
* | | | | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-063-2/+14
|\ \ \ \ \ \ \
| * | | | | | | x86/uaccess, kasan: Fix KASAN vs SMAPPeter Zijlstra2019-04-033-2/+14
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-065-69/+74
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | asm-generic/tlb: Remove tlb_table_flush()Peter Zijlstra2019-04-031-17/+17