Merge tag 'mm-stable-2022-08-09' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Pull remaining MM updates from Andrew Morton: "Three patch series - two that perform cleanups and one feature: - hugetlb_vmemmap cleanups from Muchun Song - hardware poisoning support for 1GB hugepages, from Naoya Horiguchi - highmem documentation fixups from Fabio De Francesco" * tag 'mm-stable-2022-08-09' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: (23 commits) Documentation/mm: add details about kmap_local_page() and preemption highmem: delete a sentence from kmap_local_page() kdocs Documentation/mm: rrefer kmap_local_page() and avoid kmap() Documentation/mm: avoid invalid use of addresses from kmap_local_page() Documentation/mm: don't kmap*() pages which can't come from HIGHMEM highmem: specify that kmap_local_page() is callable from interrupts highmem: remove unneeded spaces in kmap_local_page() kdocs mm, hwpoison: enable memory error handling on 1GB hugepage mm, hwpoison: skip raw hwpoison page in freeing 1GB hugepage mm, hwpoison: make __page_handle_poison returns int mm, hwpoison: set PG_hwpoison for busy hugetlb pages mm, hwpoison: make unpoison aware of raw error info in hwpoisoned hugepage mm, hwpoison, hugetlb: support saving mechanism of raw error pages mm/hugetlb: make pud_huge() and follow_huge_pud() aware of non-present pud entry mm/hugetlb: check gigantic_page_runtime_supported() in return_unused_surplus_pages() mm: hugetlb_vmemmap: use PTRS_PER_PTE instead of PMD_SIZE / PAGE_SIZE mm: hugetlb_vmemmap: move code comments to vmemmap_dedup.rst mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readability mm: hugetlb_vmemmap: replace early_param() with core_param() mm: hugetlb_vmemmap: move vmemmap code related to HugeTLB to hugetlb_vmemmap.c ...
No related branches found
No related tags found
Showing
- Documentation/admin-guide/kernel-parameters.txt 4 additions, 3 deletionsDocumentation/admin-guide/kernel-parameters.txt
- Documentation/admin-guide/mm/hugetlbpage.rst 2 additions, 2 deletionsDocumentation/admin-guide/mm/hugetlbpage.rst
- Documentation/admin-guide/mm/memory-hotplug.rst 2 additions, 2 deletionsDocumentation/admin-guide/mm/memory-hotplug.rst
- Documentation/admin-guide/sysctl/vm.rst 1 addition, 2 deletionsDocumentation/admin-guide/sysctl/vm.rst
- Documentation/mm/highmem.rst 27 additions, 4 deletionsDocumentation/mm/highmem.rst
- Documentation/mm/vmemmap_dedup.rst 49 additions, 23 deletionsDocumentation/mm/vmemmap_dedup.rst
- arch/arm64/mm/flush.c 3 additions, 10 deletionsarch/arm64/mm/flush.c
- arch/x86/mm/hugetlbpage.c 7 additions, 1 deletionarch/x86/mm/hugetlbpage.c
- fs/Kconfig 5 additions, 7 deletionsfs/Kconfig
- include/linux/highmem.h 3 additions, 4 deletionsinclude/linux/highmem.h
- include/linux/hugetlb.h 18 additions, 6 deletionsinclude/linux/hugetlb.h
- include/linux/mm.h 1 addition, 8 deletionsinclude/linux/mm.h
- include/linux/page-flags.h 4 additions, 28 deletionsinclude/linux/page-flags.h
- include/linux/swapops.h 9 additions, 0 deletionsinclude/linux/swapops.h
- include/linux/sysctl.h 4 additions, 0 deletionsinclude/linux/sysctl.h
- include/ras/ras_event.h 0 additions, 1 deletioninclude/ras/ras_event.h
- mm/hugetlb.c 53 additions, 20 deletionsmm/hugetlb.c
- mm/hugetlb_vmemmap.c 453 additions, 136 deletionsmm/hugetlb_vmemmap.c
- mm/hugetlb_vmemmap.h 30 additions, 15 deletionsmm/hugetlb_vmemmap.h
- mm/memory-failure.c 148 additions, 31 deletionsmm/memory-failure.c
Loading
Please register or sign in to comment