linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[LSF/MM/BPF TOPIC] DAMON Updates and Future Plans
 2023-05-13 14:53 UTC  (2+ messages)

[linux-next:master 946/2056] mm/kfence/core.c:329:34: sparse: sparse: cast to restricted __le64
 2023-05-13 14:47 UTC 

[PATCH 00/32] bcachefs - a new COW filesystem
 2023-05-13 13:25 UTC  (12+ messages)
` [PATCH 07/32] mm: Bring back vmalloc_exec

[RESEND PATCH v1 0/5] Encapsulate PTE contents from non-arch code
 2023-05-13 13:14 UTC  (13+ messages)
` [RESEND PATCH v1 1/5] mm: vmalloc must set pte via arch code
` [RESEND PATCH v1 2/5] mm: damon must atomically clear young on ptes and pmds
` [RESEND PATCH v1 3/5] mm: Fix failure to unmap pte on highmem systems
` [RESEND PATCH v1 4/5] mm: Add new ptep_deref() helper to fully encapsulate pte_t
` [RESEND PATCH v1 5/5] mm: ptep_deref() conversion

[LSF/MM/BPF TOPIC] mm documentation
 2023-05-13 11:21 UTC  (4+ messages)

[PATCH] mm/page_alloc: don't wake up kswapd from rmqueue() unless __GFP_KSWAPD_RECLAIM is specified
 2023-05-13 10:23 UTC  (4+ messages)

[linux-next:master 1006/2056] Inconsistent kallsyms data
 2023-05-13 10:10 UTC 

[PATCH 0/4] Fix type confusion in page_table_check
 2023-05-13  9:37 UTC  (8+ messages)
` [PATCH 3/4] mm: page_table_check: Make it dependent on !DEVMEM

[PATCH] debugobject: don't wake up kswapd from fill_pool()
 2023-05-13  9:33 UTC  (9+ messages)

[linux-next:master 1004/2056] lib/maple_tree.c:6251:7: warning: no previous prototype for 'mas_find_range_rev'
 2023-05-13  4:47 UTC 

[PATCH 0/3] mm: Fix bug affecting swapping in MTE tagged pages
 2023-05-13  3:34 UTC  (6+ messages)
` [PATCH 1/3] mm: Move arch_do_swap_page() call to before swap_free()
` [PATCH 2/3] mm: Call arch_swap_restore() from arch_do_swap_page() and deprecate the latter
` [PATCH 3/3] arm64: mte: Simplify swap tag restoration logic and fix uninitialized tag issue

[PATCH RFC] kthread: Unify kernel_thread() and user_mode_thread()
 2023-05-13  3:20 UTC  (5+ messages)

[linux-next:master 1003/2056] lib/maple_tree.c:4606:7: warning: no previous prototype for 'mas_prev_slot'
 2023-05-13  2:44 UTC 

[PATCH] arm64/mm: don't WARN when alloc/free-ing device private pages
 2023-05-13  2:06 UTC  (8+ messages)

[linux-next:master 1574/2056] drivers/infiniband/sw/rxe/rxe_verbs.c:1359:21: error: macro "kfree_rcu" requires 2 arguments, but only 1 given
 2023-05-13  1:53 UTC 

[linux-next:master 1000/2056] lib/maple_tree.c:4707:7: warning: no previous prototype for 'mas_next_slot'
 2023-05-13  0:26 UTC 

[linux-next:master] BUILD SUCCESS WITH WARNING e922ba281a8d84f640d8c8e18a385d032c19e185
 2023-05-13  0:21 UTC 

[PATCH] mm: Convert migrate_pages() to work on folios
 2023-05-13  0:11 UTC 

[PATCH] MAINTAINERS: repair pattern in DIALOG SEMICONDUCTOR DRIVERS
 2023-05-12 23:56 UTC  (2+ messages)

[PATCH 1/2] kasan: add kasan_tag_mismatch prototype
 2023-05-12 23:50 UTC  (3+ messages)
` [PATCH 2/2] [v3] kasan: use internal prototypes matching gcc-13 builtins

[PATCH] mm: fix hugetlb page unmap count balance issue
 2023-05-12 23:29 UTC  (4+ messages)

[PATCH v3 00/35] Maple tree mas_{next,prev}_range() and cleanup
 2023-05-12 23:08 UTC  (37+ messages)
` [PATCH v3 01/35] maple_tree: Fix static analyser cppcheck issue
` [PATCH v3 02/35] maple_tree: Clean up mas_parent_enum() and rename to mas_parent_type()
` [PATCH v3 03/35] maple_tree: Avoid unnecessary ascending
` [PATCH v3 04/35] maple_tree: Clean up mas_dfs_postorder()
` [PATCH v3 05/35] maple_tree: Add format option to mt_dump()
` [PATCH v3 06/35] maple_tree: Add debug BUG_ON and WARN_ON variants
` [PATCH v3 07/35] maple_tree: Convert BUG_ON() to MT_BUG_ON()
` [PATCH v3 08/35] maple_tree: Change RCU checks to WARN_ON() instead of BUG_ON()
` [PATCH v3 09/35] maple_tree: Convert debug code to use MT_WARN_ON() and MAS_WARN_ON()
` [PATCH v3 10/35] maple_tree: Use MAS_BUG_ON() when setting a leaf node as a parent
` [PATCH v3 11/35] maple_tree: Use MAS_BUG_ON() in mas_set_height()
` [PATCH v3 12/35] maple_tree: Use MAS_BUG_ON() from mas_topiary_range()
` [PATCH v3 13/35] maple_tree: Use MAS_WR_BUG_ON() in mas_store_prealloc()
` [PATCH v3 14/35] maple_tree: Use MAS_BUG_ON() prior to calling mas_meta_gap()
` [PATCH v3 15/35] maple_tree: Return error on mte_pivots() out of range
` [PATCH v3 16/35] maple_tree: Make test code work without debug enabled
` [PATCH v3 17/35] mm: Update validate_mm() to use vma iterator
` [PATCH v3 18/35] mm: Update vma_iter_store() to use MAS_WARN_ON()
` [PATCH v3 19/35] maple_tree: Add __init and __exit to test module
` [PATCH v3 20/35] maple_tree: Remove unnecessary check from mas_destroy()
` [PATCH v3 21/35] maple_tree: mas_start() reset depth on dead node
` [PATCH v3 22/35] mm/mmap: Change do_vmi_align_munmap() for maple tree iterator changes
` [PATCH v3 23/35] maple_tree: Try harder to keep active node after mas_next()
` [PATCH v3 24/35] maple_tree: Try harder to keep active node with mas_prev()
` [PATCH v3 25/35] maple_tree: Revise limit checks in mas_empty_area{_rev}()
` [PATCH v3 26/35] maple_tree: Fix testing mas_empty_area()
` [PATCH v3 27/35] maple_tree: Introduce mas_next_slot() interface
` [PATCH v3 28/35] maple_tree: Add mas_next_range() and mas_find_range() interfaces
` [PATCH v3 29/35] maple_tree: Relocate mas_rewalk() and mas_rewalk_if_dead()
` [PATCH v3 30/35] maple_tree: Introduce mas_prev_slot() interface
` [PATCH v3 31/35] maple_tree: Add mas_prev_range() and mas_find_range_rev interface
` [PATCH v3 32/35] maple_tree: Clear up index and last setting in single entry tree
` [PATCH v3 33/35] maple_tree: Update testing code for mas_{next,prev,walk}
` [PATCH v3 34/35] mm: Add vma_iter_{next,prev}_range() to vma iterator
` [PATCH v3 35/35] mm: Avoid rewalk in mmap_region

[PATCH] cachestat: wire up cachestat for other architectures
 2023-05-12 21:47 UTC  (7+ messages)
` [PATCH] arm64: wire up cachestat for arm64

[LSF/MM/BPF TOPIC] Reducing zombie memcgs
 2023-05-12 21:09 UTC  (11+ messages)

[PATCH] net/handshake: Squelch allocation warning during Kunit test
 2023-05-12 19:02 UTC 

[PATCH v2] mm, compaction: Skip all non-migratable pages during scan
 2023-05-12 19:00 UTC 

[PATCH v2 00/36] Maple tree mas_{next,prev}_range() and cleanup
 2023-05-12 17:29 UTC  (5+ messages)
` [PATCH v2 32/36] maple_tree: Clear up index and last setting in single entry tree

[PATCH net-next 1/2] net: Keep sk->sk_forward_alloc as a proper size
 2023-05-12 17:17 UTC  (20+ messages)

[PATCH] mm/gup: Fixes FOLL_UNLOCKABLE against FOLL_NOWAIT
 2023-05-12 17:06 UTC  (2+ messages)

[PATCH] mm, compaction: Skip all pinned pages during scan
 2023-05-12 17:04 UTC  (5+ messages)

next: WARNING: CPU: 0 PID: 1200 at mm/page_alloc.c:4744 __alloc_pages+0x2e8/0x3a0
 2023-05-12 16:17 UTC  (5+ messages)

[PATCH 0/7] riscv: Memory Hot(Un)Plug support
 2023-05-12 14:57 UTC  (8+ messages)
` [PATCH 1/7] riscv: mm: Pre-allocate PGD leaves to avoid synchronization
` [PATCH 2/7] riscv: mm: Change attribute from __init to __meminit for page functions
` [PATCH 3/7] riscv: mm: Refactor create_linear_mapping_range() for hot add
` [PATCH 4/7] riscv: mm: Add memory hot add/remove support
` [PATCH 5/7] riscv: Enable memory hot add/remove arch kbuild support
` [PATCH 6/7] virtio-mem: Enable virtio-mem for RISC-V
` [PATCH 7/7] riscv: mm: Pre-allocate vmalloc PGD leaves

[linux-next:pending-fixes] BUILD SUCCESS 4cffd190aeed947ab08d9a8d775288e53e50485d
 2023-05-12 12:55 UTC 

[PATCHv10 00/11] mm, x86/cc: Implement support for unaccepted memory
 2023-05-12 11:01 UTC  (11+ messages)
` [PATCHv10 04/11] efi/x86: "

(no subject)
 2023-05-12 10:34 UTC  (13+ messages)
` [PATCH v1 1/5] mm: vmalloc must set pte via arch code
` [PATCH v1 2/5] mm: damon must atomically clear young on ptes and pmds
` [PATCH v1 3/5] mm: Fix failure to unmap pte on highmem systems
` [PATCH v1 4/5] mm: Add new ptep_deref() helper to fully encapsulate pte_t
` [PATCH v1 5/5] mm: ptep_deref() conversion
` 

[PATCH RFC v2] Randomized slab caches for kmalloc()
 2023-05-12 10:11 UTC  (4+ messages)

[PATCH] squashfs: cache partial compressed blocks
 2023-05-12  8:54 UTC  (2+ messages)

[syzbot] [fs?] [mm?] BUG: sleeping function called from invalid context in mempool_alloc
 2023-05-12  7:08 UTC 

[PATCH] mm: memory_hotplug: Fix format string in warnings
 2023-05-12  5:56 UTC  (2+ messages)

[PATCH] filemap: Handle error return from __filemap_get_folio()
 2023-05-12  4:49 UTC  (14+ messages)
                  ` [PATCH 1/3] mm: handle_mm_fault_one()

[PATCH 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-05-12  3:38 UTC  (6+ messages)

[RFC 0/6] mm: improve page allocator scalability via splitting zones
 2023-05-12  3:08 UTC  (7+ messages)

[LSF/MM/BPF TOPIC] Swap Abstraction / Native Zswap
 2023-05-12  3:07 UTC  (2+ messages)

[PATCH v3 4/4] LoongArch: Add kernel address sanitizer support
 2023-05-12  1:58 UTC 

[PATCH v3 0/4] LoongArch: Add kernel address sanitizer support
 2023-05-12  1:57 UTC  (4+ messages)
` [PATCH v3 1/4] kasan: Add __HAVE_ARCH_SHADOW_MAP to support arch specific mapping
` [PATCH v3 2/4] kasan: Add (pmd|pud)_init for LoongArch zero_(pud|p4d)_populate process
` [PATCH v3 3/4] LoongArch: Simplify the processing of jumping new kernel for KASLR

[PATCH] mm/mmap/vma_merge: always check invariants
 2023-05-12  1:22 UTC  (7+ messages)

[Regression] mmap with MAP_32BIT randomly fails since 6.1
 2023-05-12  1:02 UTC 

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-05-11 23:32 UTC  (16+ messages)
` [PATCH RFC v7 52/64] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event

[stable:linux-5.15.y 36/9999] arch/s390/kernel/vtime.c:132:2: error: expected absolute expression
 2023-05-11 22:21 UTC  (2+ messages)

[PATCH 1/3] mm: userfaultfd: add new UFFDIO_SIGBUS ioctl
 2023-05-11 22:00 UTC  (7+ messages)
` [PATCH 2/3] selftests/mm: refactor uffd_poll_thread to allow custom fault handlers
` [PATCH 3/3] selftests/mm: add uffd unit test for UFFDIO_SIGBUS

[PATCH v13 0/3] cachestat: a new syscall for page cache state of files
 2023-05-11 19:33 UTC  (4+ messages)
` [PATCH v13 3/3] selftests: Add selftests for cachestat

LSFMMBPF proposal [MM]: Eliminate vmap/vmalloc lock contention
 2023-05-11 16:46 UTC  (2+ messages)

[linux-next:master] BUILD SUCCESS WITH WARNING aabe491169befbe5481144acf575a0260939764a
 2023-05-11 16:33 UTC 

mm/ksm.c:2439:13: warning: stack frame size (2576) exceeds limit (2048) in 'ksm_do_scan'
 2023-05-11 14:14 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