linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
iomap folio conversion for 5.17
 2021-12-02  1:49 UTC  (2+ messages)

[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
 2021-12-02  0:31 UTC  (5+ messages)

[PATCH v2 00/33] Separate struct slab from struct page
 2021-12-01 23:34 UTC  (39+ messages)
` [PATCH v2 01/33] mm: add virt_to_folio() and folio_address()
` [PATCH v2 02/33] mm/slab: Dissolve slab_map_pages() in its caller
` [PATCH v2 03/33] mm/slub: Make object_err() static
` [PATCH v2 04/33] mm: Split slab into its own type
` [PATCH v2 05/33] mm: Add account_slab() and unaccount_slab()
` [PATCH v2 06/33] mm: Convert virt_to_cache() to use struct slab
` [PATCH v2 07/33] mm: Convert __ksize() to "
` [PATCH v2 08/33] mm: Use struct slab in kmem_obj_info()
` [PATCH v2 09/33] mm: Convert check_heap_object() to use struct slab
` [PATCH v2 10/33] mm/slub: Convert detached_freelist to use a "
` [PATCH v2 11/33] mm/slub: Convert kfree() "
` [PATCH v2 12/33] mm/slub: Convert __slab_lock() and __slab_unlock() to "
` [PATCH v2 13/33] mm/slub: Convert print_page_info() to print_slab_info()
` [PATCH v2 14/33] mm/slub: Convert alloc_slab_page() to return a struct slab
` [PATCH v2 15/33] mm/slub: Convert __free_slab() to use "
` [PATCH v2 16/33] mm/slub: Convert pfmemalloc_match() to take a "
` [PATCH v2 17/33] mm/slub: Convert most struct page to struct slab by spatch
` [PATCH v2 18/33] mm/slub: Finish struct page to struct slab conversion
` [PATCH v2 19/33] mm/slab: Convert kmem_getpages() and kmem_freepages() to struct slab
` [PATCH v2 20/33] mm/slab: Convert most struct page to struct slab by spatch
` [PATCH v2 21/33] mm/slab: Finish struct page to struct slab conversion
` [PATCH v2 22/33] mm: Convert struct page to struct slab in functions used by other subsystems
` [PATCH v2 23/33] mm/memcg: Convert slab objcgs from struct page to struct slab
` [PATCH v2 24/33] mm/slob: Convert SLOB to use "
` [PATCH v2 25/33] mm/kasan: Convert to struct folio and "
` [PATCH v2 26/33] mm/kfence: Convert kfence_guarded_alloc() to "
` [PATCH v2 27/33] zsmalloc: Stop using slab fields in struct page
` [PATCH v2 28/33] bootmem: Use page->index instead of page->freelist
` [PATCH v2 29/33] iommu: Use put_pages_list
` [PATCH v2 30/33] mm: Remove slab from struct page
` [PATCH v2 31/33] mm/sl*b: Differentiate struct slab fields by sl*b implementations
` [PATCH v2 32/33] mm/slub: Simplify struct slab slabs field definition
` [PATCH v2 33/33] mm/slub: Define struct slab fields for CONFIG_SLUB_CPU_PARTIAL only when enabled
` slab tree for next

[5.4 PATCH] mm/gup: Do not force a COW break on file-backed memory
 2021-12-01 23:17 UTC 

[linux-next:master 3692/4626] ERROR: modpost: "packing" [drivers/net/ethernet/microchip/lan966x/lan966x-switch.ko] undefined!
 2021-12-01 22:23 UTC 

[linux-next:master 3615/4301] include/linux/compiler_types.h:335:45: error: call to '__compiletime_assert_314' declared with attribute error: BUILD_BUG_ON failed: sizeof(txpd->tx_dest_addr) != ETH_ALEN
 2021-12-01 19:37 UTC  (6+ messages)

[RFC] psi: Add additional PSI counters for each type of memory pressure
 2021-12-01 19:26 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 048aeae86c3967f4c40666cd26f2c1eb73a4b805
 2021-12-01 18:33 UTC 

[PATCH] kcov: fix generic Kconfig dependencies if ARCH_WANTS_NO_INSTR
 2021-12-01 18:28 UTC  (7+ messages)

[PATCH] mm: fix the type of a parameter
 2021-12-01 18:12 UTC 

mm/damon/vaddr-test.h:309:1: warning: the frame size of 1064 bytes is larger than 1024 bytes
 2021-12-01 17:35 UTC  (2+ messages)

[PATCH 1/1] mm: vmscan: Reduce throttling due to a failure to make progress
 2021-12-01 17:29 UTC  (18+ messages)

[PATCH v5 0/3] mm: add new syscall set_mempolicy_home_node
 2021-12-01 16:22 UTC  (9+ messages)
` [PATCH v5 2/3] mm/mempolicy: add set_mempolicy_home_node syscall

[PATCH] mm/vmscan: add sysctl knobs for protecting the working set
 2021-12-01 15:51 UTC  (2+ messages)

[PATCH 00/11] mm/damon: Trivial fixups and improvements
 2021-12-01 15:04 UTC  (12+ messages)
` [PATCH 01/11] mm/damon/core: Use better timer mechanisms selection threshold
` [PATCH 02/11] mm/damon/dbgfs: Remove an unnecessary error message
` [PATCH 03/11] mm/damon/core: Remove unnecessary error messages
` [PATCH 04/11] mm/damon/vaddr: Remove an unnecessary warning message
` [PATCH 05/11] mm/damon/vaddr-test: Split a test function having >1024 bytes frame size
` [PATCH 06/11] mm/damon/vaddr-test: Remove unnecessary variables
` [PATCH 07/11] selftests/damon: Skip test if DAMON is running
` [PATCH 08/11] selftests/damon: Test DAMON enabling with empty target_ids case
` [PATCH 09/11] selftests/damon: Test wrong DAMOS condition ranges input
` [PATCH 10/11] selftests/damon: Test debugfs file reads/writes with huge count
` [PATCH 11/11] selftests/damon: Split test cases

[PATCH v4 00/66] Introducing the Maple Tree
 2021-12-01 14:30 UTC  (67+ messages)
` [PATCH v4 02/66] radix tree test suite: Add kmem_cache_set_non_kernel()
` [PATCH v4 01/66] radix tree test suite: Add pr_err define
` [PATCH v4 04/66] radix tree test suite: Add support for slab bulk APIs
` [PATCH v4 03/66] radix tree test suite: Add allocation counts and size to kmem_cache
` [PATCH v4 05/66] Maple Tree: Add new data structure
` [PATCH v4 06/66] mm: Start tracking VMAs with maple tree
` [PATCH v4 07/66] mm: Add VMA iterator
` [PATCH v4 09/66] mm/mmap: Use the maple tree in find_vma() instead of the rbtree
` [PATCH v4 08/66] mmap: Use the VMA iterator in count_vma_pages_range()
` [PATCH v4 11/66] mm/mmap: Use maple tree for unmapped_area{_topdown}
` [PATCH v4 10/66] mm/mmap: Use the maple tree for find_vma_prev() instead of the rbtree
` [PATCH v4 12/66] kernel/fork: Use maple tree for dup_mmap() during forking
` [PATCH v4 15/66] mm: Convert vma_lookup() to use the Maple Tree
` [PATCH v4 13/66] damon: Convert __damon_va_three_regions to use the VMA iterator
` [PATCH v4 14/66] proc: Remove VMA rbtree use from nommu
` [PATCH v4 16/66] mm: Remove rb tree
` [PATCH v4 18/66] xen: Use vma_lookup() in privcmd_ioctl_mmap()
` [PATCH v4 19/66] mm: Optimize find_exact_vma() to use vma_lookup()
` [PATCH v4 17/66] mmap: Change zeroing of maple tree in __vma_adjust
` [PATCH v4 20/66] mm/khugepaged: Optimize collapse_pte_mapped_thp() by using vma_lookup()
` [PATCH v4 21/66] mm/mmap: Change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v4 22/66] mm: Use maple tree operations for find_vma_intersection() and find_vma()
` [PATCH v4 23/66] mm/mmap: Use advanced maple tree API for mmap_region()
` [PATCH v4 25/66] mm/mmap: Move mmap_region() below do_munmap()
` [PATCH v4 24/66] mm: Remove vmacache
` [PATCH v4 26/66] mm/mmap: Reorganize munmap to use maple states
` [PATCH v4 27/66] mm/mmap: Change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v4 29/66] parisc: Remove mmap linked list from cache handling
` [PATCH v4 28/66] arm64: Remove mmap linked list from vdso
` [PATCH v4 32/66] x86: Remove vma linked list walks
` [PATCH v4 31/66] s390: "
` [PATCH v4 30/66] powerpc: Remove mmap "
` [PATCH v4 34/66] cxl: Remove vma linked list walk
` [PATCH v4 33/66] xtensa: Remove vma linked list walks
` [PATCH v4 36/66] um: Remove vma linked list walk
` [PATCH v4 37/66] binfmt_elf: "
` [PATCH v4 35/66] optee: "
` [PATCH v4 38/66] coredump: "
` [PATCH v4 39/66] binfmt_elf: Take the mmap lock when walking the VMA list
` [PATCH v4 41/66] fs/proc/base: Use maple tree iterators in place of linked list
` [PATCH v4 40/66] exec: Use VMA iterator instead "
` [PATCH v4 42/66] fs/proc/task_mmu: Stop using linked list and highest_vm_end
` [PATCH v4 44/66] ipc/shm: Use VMA iterator instead of linked list
` [PATCH v4 43/66] userfaultfd: Use maple tree iterator to iterate VMAs
` [PATCH v4 45/66] acct: Use VMA iterator instead of linked list
` [PATCH v4 47/66] sched: Use maple tree iterator to walk VMAs
` [PATCH v4 46/66] perf: Use VMA iterator
` [PATCH v4 49/66] bpf: Remove VMA linked list
` [PATCH v4 48/66] fork: Use VMA iterator
` [PATCH v4 50/66] mm/gup: Use maple tree navigation instead of linked list
` [PATCH v4 52/66] mm/ksm: Use maple tree iterators instead of vma "
` [PATCH v4 51/66] mm/khugepaged: "
` [PATCH v4 54/66] mm/memcontrol: Stop using mm->highest_vm_end
` [PATCH v4 53/66] mm/madvise: Use vma_find() instead of vma linked list
` [PATCH v4 55/66] mm/mempolicy: Use maple tree iterators "
` [PATCH v4 56/66] mm/mlock: "
` [PATCH v4 57/66] mm/mprotect: Use maple tree navigation "
` [PATCH v4 60/66] mm/oom_kill: Use maple tree iterators "
` [PATCH v4 58/66] mm/mremap: Use vma_find() "
` [PATCH v4 59/66] mm/msync: "
` [PATCH v4 61/66] mm/pagewalk: "
` [PATCH v4 62/66] mm/swapfile: Use maple tree iterator "
` [PATCH v4 64/66] nommu: Remove uses of VMA "
` [PATCH v4 63/66] i915: Use the VMA iterator
` [PATCH v4 66/66] mm/mmap: Drop range_has_overlap() function
` [PATCH v4 65/66] mm: Remove the vma linked list

[PATCH 00/31] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
 2021-12-01 14:09 UTC  (29+ messages)
` [PATCH 04/31] kasan, page_alloc: simplify kasan_poison_pages call site
` [PATCH 07/31] kasan: only apply __GFP_ZEROTAGS when memory is zeroed
` [PATCH 08/31] kasan, page_alloc: refactor init checks in post_alloc_hook
` [PATCH 09/31] kasan, page_alloc: merge kasan_alloc_pages into post_alloc_hook
` [PATCH 10/31] kasan, page_alloc: combine tag_clear_highpage calls in post_alloc_hook
` [PATCH 11/31] kasan, page_alloc: move SetPageSkipKASanPoison "
` [PATCH 12/31] kasan, page_alloc: move kernel_init_free_pages "
` [PATCH 13/31] kasan, page_alloc: simplify kasan_unpoison_pages call site
` [PATCH 14/31] kasan: clean up metadata byte definitions
` [PATCH 15/31] kasan: define KASAN_VMALLOC_INVALID for SW_TAGS
` [PATCH 16/31] kasan, x86, arm64, s390: rename functions for modules shadow
` [PATCH 17/31] kasan, vmalloc: drop outdated VM_KASAN comment
` [PATCH 18/31] kasan: reorder vmalloc hooks
` [PATCH 19/31] kasan: add wrappers for "
` [PATCH 20/31] kasan, vmalloc: reset tags in vmalloc functions
` [PATCH 21/31] kasan, fork: don't tag stacks allocated with vmalloc
` [PATCH 22/31] kasan, vmalloc: add vmalloc support to SW_TAGS
` [PATCH 23/31] kasan, arm64: allow KASAN_VMALLOC with SW_TAGS
` [PATCH 24/31] kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged
` [PATCH 25/31] kasan, vmalloc: don't unpoison VM_ALLOC pages before mapping
` [PATCH 26/31] kasan, page_alloc: allow skipping unpoisoning for HW_TAGS
` [PATCH 27/31] kasan, vmalloc: add vmalloc support to HW_TAGS
` [PATCH 28/31] kasan: add kasan.vmalloc command line flag
` [PATCH 29/31] kasan, arm64: allow KASAN_VMALLOC with HW_TAGS
` [PATCH 30/31] kasan: documentation updates
` [PATCH 31/31] kasan: improve vmalloc tests

[PATCH 0/3] page table check
 2021-12-01 13:55 UTC  (7+ messages)
` [PATCH 2/3] mm: "
` [PATCH 3/3] x86: mm: add x86_64 support for "

[linux-next:pending-fixes] BUILD SUCCESS 1df8f9137669ca06141f13e591960c0b860a7b06
 2021-12-01 13:12 UTC 

[PATCH] percpu: km: Use for SMP+NOMMU
 2021-12-01 11:51 UTC  (4+ messages)
` [PATCH] percpu: km: ensure it is used with NOMMU (either UP or SMP)

[linux-next:master 2997/4626] powerpc64le-linux-ld: arch/powerpc/sysdev/xive/common.o:undefined reference to `xive_has_save_restore'
 2021-12-01 11:43 UTC 

[RFC PATCH] mm: count zram read/write into PSI_IO_WAIT
 2021-12-01 11:12 UTC  (2+ messages)

[linux-next:master 4619/4626] drivers/nubus/proc.c:112:20: error: called object 'pde_data' is not a function or function pointer
 2021-12-01 10:31 UTC 

[linux-next:master 2877/4626] ld: sound/soc/codecs/cs35l41-spi.c:60: undefined reference to `__devm_regmap_init_spi'
 2021-12-01 10:21 UTC 

[PATCH v1 0/2] virtio-mem: prepare for granularity smaller than MAX_ORDER - 1
 2021-12-01  8:24 UTC  (3+ messages)

[PATCH v2 rebased 0/9] Convert powerpc to default topdown mmap layout
 2021-12-01  6:06 UTC  (13+ messages)
` [PATCH v2 rebased 1/9] powerpc/mm: Make slice specific to book3s/64
` [PATCH v2 rebased 2/9] powerpc/mm: Move vma_mmu_pagesize() and hugetlb_get_unmapped_area() to slice.c
` [PATCH v2 rebased 3/9] powerpc/mm: Remove CONFIG_PPC_MM_SLICES
` [PATCH v2 rebased 4/9] powerpc/mm: Remove asm/slice.h
` [PATCH v2 rebased 5/9] powerpc/mm: Call radix__arch_get_unmapped_area() from arch_get_unmapped_area()
` [PATCH v2 rebased 7/9] powerpc/mm: Convert to default topdown mmap layout

[PATCH v7 0/5] Introduce multi-preference mempolicy
 2021-12-01  5:33 UTC  (3+ messages)

[linux-next:master 4289/4301] drivers/nubus/proc.c:112:20: error: called object 'pde_data' is not a function or function pointer
 2021-12-01  2:52 UTC  (2+ messages)

[PATCH -V3] mm/rmap: fix potential batched TLB flush race
 2021-12-01  2:11 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox