Age | Commit message (Expand) | Author | Files | Lines |
2022-01-22 | mm: remove cleancache | Christoph Hellwig | 1 | -1/+0 |
2022-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+1 |
2022-01-15 | mm: page table check | Pasha Tatashin | 1 | -0/+1 |
2021-12-09 | mm, kcsan: Enable barrier instrumentation | Marco Elver | 1 | -0/+2 |
2021-09-27 | mm/util: Add folio_mapping() and folio_file_mapping() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2021-09-08 | mm: introduce Data Access MONitor (DAMON) | SeongJae Park | 1 | -0/+1 |
2021-09-08 | mm: move ioremap_page_range to vmalloc.c | Christoph Hellwig | 1 | -1/+2 |
2021-07-08 | mm: introduce memfd_secret system call to create "secret" memory areas | Mike Rapoport | 1 | -0/+1 |
2021-06-30 | mm: hugetlb: free the vmemmap pages associated with each HugeTLB page | Muchun Song | 1 | -0/+1 |
2021-06-30 | mm: memory_hotplug: factor out bootmem core functions to bootmem_info.c | Muchun Song | 1 | -0/+1 |
2021-05-05 | mm,memory_hotplug: add kernel boot option to enable memmap_on_memory | Oscar Salvador | 1 | -1/+4 |
2021-05-05 | mm: cma: support sysfs | Minchan Kim | 1 | -0/+1 |
2021-04-30 | mm: add a io_mapping_map_user helper | Christoph Hellwig | 1 | -0/+1 |
2021-02-26 | mm: add Kernel Electric-Fence infrastructure | Alexander Potapenko | 1 | -0/+1 |
2021-01-12 | media: videobuf2: Move frame_vector into media subsystem | Daniel Vetter | 1 | -1/+0 |
2020-12-15 | mm: mmap_lock: add tracepoints around lock acquisition | Axel Rasmussen | 1 | -1/+1 |
2020-12-15 | mm/gup_benchmark: rename to mm/gup_test | John Hubbard | 1 | -1/+1 |
2020-10-13 | mm,kmemleak-test.c: move kmemleak-test.c to samples dir | Hui Su | 1 | -1/+0 |
2020-08-07 | mm: move lib/ioremap.c to mm/ | Mike Rapoport | 1 | -1/+1 |
2020-06-11 | Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+8 |
2020-06-11 | Rebase locking/kcsan to locking/urgent | Thomas Gleixner | 1 | -0/+8 |
2020-06-10 | kernel: move use_mm/unuse_mm to kthread.c | Christoph Hellwig | 1 | -1/+1 |
2020-06-04 | mm/debug: add tests validating architecture page table helpers | Anshuman Khandual | 1 | -0/+1 |
2020-04-13 | Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refresh | Ingo Molnar | 1 | -0/+2 |
2020-04-07 | mm: introduce Reported pages | Alexander Duyck | 1 | -0/+1 |
2020-04-02 | mm/Makefile: disable KCSAN for kmemleak | Qian Cai | 1 | -0/+1 |
2020-03-21 | Merge branch 'x86/kdump' into locking/kcsan, to resolve conflicts | Ingo Molnar | 1 | -0/+2 |
2020-02-04 | mm: add generic ptdump | Steven Price | 1 | -0/+1 |
2020-01-31 | kcov: ignore fault-inject and stacktrace | Dmitry Vyukov | 1 | -0/+1 |
2019-12-30 | Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflicts | Ingo Molnar | 1 | -0/+1 |
2019-11-16 | build, kcsan: Add KCSAN build exceptions | Marco Elver | 1 | -0/+8 |
2019-11-06 | mm: Add write-protect and clean utilities for address space ranges | Thomas Hellstrom | 1 | -0/+1 |
2019-09-24 | mm: silence -Woverride-init/initializer-overrides | Qian Cai | 1 | -0/+3 |
2019-09-24 | mm: remove quicklist page table caches | Nicholas Piggin | 1 | -1/+0 |
2019-08-03 | memremap: move from kernel/ to mm/ | Christoph Hellwig | 1 | -0/+1 |
2019-07-14 | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds | 1 | -1/+1 |
2019-07-12 | mm: consolidate the get_user_pages* implementations | Christoph Hellwig | 1 | -2/+2 |
2019-07-02 | mm: remove the HMM config option | Christoph Hellwig | 1 | -1/+1 |
2019-05-14 | mm: shuffle initial free memory to improve memory-side-cache utilization | Dan Williams | 1 | -1/+6 |
2018-10-31 | mm: remove nobootmem | Mike Rapoport | 1 | -1/+0 |
2018-10-31 | mm: remove CONFIG_HAVE_MEMBLOCK | Mike Rapoport | 1 | -1/+1 |
2018-10-31 | mm: remove CONFIG_NO_BOOTMEM | Mike Rapoport | 1 | -6/+1 |
2018-10-22 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -3/+3 |
2018-09-07 | mm/memory: Move mmu_gather and TLB invalidation code into its own file | Peter Zijlstra | 1 | -3/+3 |
2018-08-30 | vfs: implement readahead(2) using POSIX_FADV_WILLNEED | Amir Goldstein | 1 | -2/+1 |
2018-06-07 | mm: restructure memfd code | Mike Kravetz | 1 | -0/+1 |
2018-04-05 | mm/swap_slots.c: use conditional compilation | Randy Dunlap | 1 | -2/+2 |
2017-11-17 | mm: add infrastructure for get_user_pages_fast() benchmarking | Kirill A. Shutemov | 1 | -0/+1 |
2017-11-15 | kmemcheck: rip it out | Levin, Alexander (Sasha Levin) | 1 | -2/+0 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |