summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAge
* mm: move recent_rotated pages calculation to shrink_inactive_list()Kirill Tkhai2019-05-14
* mm, page_alloc: disallow __GFP_COMP in alloc_pages_exact()Vlastimil Babka2019-05-14
* mm: page cache: store only head pages in i_pagesMatthew Wilcox2019-05-14
* mm/cma_debug.c: fix the break condition in cma_maxchunk_get()Yue Hu2019-05-14
* mm/slab.c: fix an infinite loop in leaks_show()Qian Cai2019-05-14
* mm/slub.c: update the comment about slab frozenLiu Xiang2019-05-14
* mm/slab.c: remove unneed check in cpuup_canceledLi RongQing2019-05-14
* slub: remove useless kmem_cache_debug() before remove_full()Liu Xiang2019-05-14
* slab: use slab_list instead of lruTobin C. Harding2019-05-14
* slub: use slab_list instead of lruTobin C. Harding2019-05-14
* slub: add comments to endif pre-processor macrosTobin C. Harding2019-05-14
* slob: use slab_list instead of lruTobin C. Harding2019-05-14
* slob: respect list_head abstraction layerTobin C. Harding2019-05-14
* mm/hugetlb.c: don't put_page in lock of hugetlb_lockKai Shen2019-05-14
* mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams2019-05-14
* Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-07
|\
| * shmem: make use of ->free_inode()Al Viro2019-05-01
* | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-07
|\ \
| * | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-09
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-05-06
|\ \ \
| * | | kasan: Makefile: Replace -pg with CC_FLAGS_FTRACETorsten Duwe2019-04-09
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-06
|\ \ \ \
| * | | | mm/vmalloc: Add flag for freeing of special permsissionsRick Edgecombe2019-04-30
| * | | | mm/hibernation: Make hibernation handle unmapped pagesRick Edgecombe2019-04-30
* | | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-06
|\ \ \ \ \
| * | | | | mm/slab: Remove store_stackinfo()Qian Cai2019-04-17
* | | | | | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-05-06
|\ \ \ \ \ \
| * | | | | | mm/page_owner: Simplify stack trace handlingThomas Gleixner2019-04-29
| * | | | | | mm/kasan: Simplify stacktrace handlingThomas Gleixner2019-04-29
| * | | | | | mm/kmemleak: Simplify stacktrace handlingThomas Gleixner2019-04-29
| * | | | | | mm/slub: Simplify stack trace retrievalThomas Gleixner2019-04-29
| * | | | | | mm/kasan: Remove the ULONG_MAX stack trace hackeryThomas Gleixner2019-04-14
| * | | | | | mm/page_owner: Remove the ULONG_MAX stack trace hackeryThomas Gleixner2019-04-14
| * | | | | | mm/slub: Remove the ULONG_MAX stack trace hackeryThomas Gleixner2019-04-14
* | | | | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-06
|\ \ \ \ \ \ \
| * | | | | | | x86/uaccess, kasan: Fix KASAN vs SMAPPeter Zijlstra2019-04-03
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-06
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | asm-generic/tlb: Remove tlb_table_flush()Peter Zijlstra2019-04-03
| * | | | | | asm-generic/tlb: Remove tlb_flush_mmu_free()Peter Zijlstra2019-04-03
| * | | | | | asm-generic/tlb: Remove CONFIG_HAVE_GENERIC_MMU_GATHERPeter Zijlstra2019-04-03
| * | | | | | asm-generic/tlb: Remove arch_tlb*_mmu()Peter Zijlstra2019-04-03
| * | | | | | asm-generic/tlb: Introduce CONFIG_HAVE_MMU_GATHER_NO_GATHER=yMartin Schwidefsky2019-04-03
| * | | | | | asm-generic/tlb, arch: Invert CONFIG_HAVE_RCU_TABLE_INVALIDATEPeter Zijlstra2019-04-03
| * | | | | | asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra2019-04-03
| |/ / / / /
* | | | | | mm/page_alloc.c: fix never set ALLOC_NOFRAGMENT flagAndrey Ryabinin2019-04-26
* | | | | | mm/page_alloc.c: avoid potential NULL pointer dereferenceAndrey Ryabinin2019-04-26
* | | | | | mm, page_alloc: always use a captured page regardless of compaction resultMel Gorman2019-04-26
* | | | | | mm: do not boost watermarks to avoid fragmentation for the DISCONTIG memory m...Mel Gorman2019-04-26
* | | | | | mm/memory_hotplug.c: drop memory device reference after find_memory_block()David Hildenbrand2019-04-26
* | | | | | Merge branch 'for-5.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-04-19
|\ \ \ \ \ \