#!/bin/sh # # stackcollapse.py can cover all type of perf samples including # the tracepoints, so no special record requirements, just record what # you want to analyze. # perf record "$@" xinfinity.dev/distro/kernel/atom/mm/Makefile?h=linux-6.12.y' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/mm/Makefile
AgeCommit message (Expand)Author
2017-02-27mm: add arch-independent testcases for RODATAJinbum Park
2017-02-24mm: introduce page_vma_mapped_walk()Kirill A. Shutemov
2017-02-22mm/swap: add cache for swap slots allocationTim Chen
2016-10-12Disable the __builtin_return_address() warning globally after allLinus Torvalds
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2016-07-26thp: extract khugepaged from mm/huge_memory.cKirill A. Shutemov
2016-07-26mm: Hardened usercopyKees Cook
2016-05-20z3fold: the 3-fold allocator for compressed pagesVitaly Wool
2016-03-25mm, kasan: SLAB supportAlexander Potapenko
2016-03-22kernel: add kcov code coverageDmitry Vyukov
2016-03-17mm/page_ref: add tracepoint to track down page reference manipulationJoonsoo Kim
2016-03-15mm/page_poison.c: enable PAGE_POISONING as a separate optionLaura Abbott
2015-09-11Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2015-09-10mm: introduce idle page trackingVladimir Davydov
2015-09-04userfaultfd: mcopy_atomic|mfill_zeropage: UFFDIO_COPY|UFFDIO_ZEROPAGE prepara...Andrea Arcangeli
2015-08-16[media] mm: Provide new get_vaddr_frames() helperJan Kara
2015-04-14mm: move memtest under mmVladimir Murzin
2015-04-14mm: cma: debugfs interfaceSasha Levin
2015-02-17move iov_iter.c from mm/ to lib/Al Viro
2015-02-16vfs: remove get_xip_memMatthew Wilcox
2015-02-13mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin
2015-02-13kasan: add kernel address sanitizer infrastructureAndrey Ryabinin
2015-02-10mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov