summaryrefslogtreecommitdiff
path: root/Documentation/mm
AgeCommit message (Expand)Author
2023-02-02mm/highmem: add notes about conversions from kmap{,_atomic}()Fabio M. De Francesco
2023-02-02docs/mm: remove useless markupMike Rapoport (IBM)
2023-02-02docs/mm: Physical Memory: remove useless markupMike Rapoport (IBM)
2023-01-26docs/mm: Physical Memory: add structure, introduction and nodes descriptionMike Rapoport (IBM)
2023-01-26Documentation/mm: Fix typo emluation -> emulationJules Maselbas
2023-01-24Docs/subsystem-apis: Remove '[The ]Linux' prefixes from titles of listed docu...SeongJae Park
2023-01-18tools/vm: rename tools/vm to tools/mmSeongJae Park
2023-01-18mm: multi-gen LRU: rename lrugen->lists[] to lrugen->folios[]Yu Zhao
2023-01-02docs: mm/page_owner: fix spelling mistakesChen Xiao
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-11-30documentation/mm: update pmd_present() in arch_pgtable_helpers.rstAnshuman Khandual
2022-11-30mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mappedHugh Dickins
2022-11-30mm,thp,rmap: subpages_mapcount of PTE-mapped subpagesHugh Dickins
2022-11-30mm,thp,rmap: lock_compound_mapcounts() on THP mapcountsHugh Dickins
2022-11-30mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins
2022-10-24mm: Make failslab writable againAlexander Atanasov
2022-10-13Merge tag 'docs-6.1-2' of git://git.lwn.net/linuxLinus Torvalds
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Documentation/mm/page_owner.rst: delete frequently changing experimental dataYixuan Cao
2022-10-10Merge tag 'slab-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-10-03ksm: add the ksm prefix to the names of the ksm private structuresQi Zheng
2022-09-29Documentation/mm: modify page_referenced to folio_referencedVernon Yang
2022-09-26mm: multi-gen LRU: design docYu Zhao
2022-09-23mm/slub: enable debugging memory wasting of kmallocFeng Tang
2022-09-11mm/page_owner.c: add llseek for page_ownerKassey Li
2022-08-08Documentation/mm: add details about kmap_local_page() and preemptionFabio M. De Francesco
2022-08-08Documentation/mm: rrefer kmap_local_page() and avoid kmap()Fabio M. De Francesco
2022-08-08Documentation/mm: avoid invalid use of addresses from kmap_local_page()Fabio M. De Francesco
2022-08-08Documentation/mm: don't kmap*() pages which can't come from HIGHMEMFabio M. De Francesco
2022-08-08mm: hugetlb_vmemmap: move code comments to vmemmap_dedup.rstMuchun Song
2022-08-08mm: hugetlb_vmemmap: introduce the name HVOMuchun Song
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport