linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 1/2 v2] bcachefs: do not use PF_MEMALLOC_NORECLAIM
 2024-11-22 21:48 UTC  (25+ messages)

[linux-next:fs-next] BUILD SUCCESS 0d95084546d9f9079a41bd9f3010695ed93d80ec
 2024-11-22 21:17 UTC 

[PATCH v3 3/3] dmapool: Use xarray for vaddr-to-block lookup
 2024-11-22 21:11 UTC  (4+ messages)
` [PATCH v3 2/3] dmapool: Use pool_find_block() in pool_block_err()
` [PATCH v3 1/3] dmapool: Move pool metadata into non-DMA memory
` [PATCH v3 0/3] dmapool: Mitigate dev-controllable mem. corruption

[RFC PATCH 0/4] Add support for File Based Memory Management
 2024-11-22 20:38 UTC  (5+ messages)
` [RFC PATCH 1/4] mm: "
` [RFC PATCH 2/4] fbmm: Add helper functions for FBMM MM Filesystems
` [RFC PATCH 3/4] mm: Export functions for writing "
` [RFC PATCH 4/4] Add base implementation of an MFS

[PATCH next 6/7] minmax.h: Simplify the variants of clamp()
 2024-11-22 20:20 UTC  (2+ messages)

[PATCH v9 0/8] Rust support for mm_struct, vm_area_struct, and mmap
 2024-11-22 20:16 UTC  (22+ messages)
` [PATCH v9 1/8] mm: rust: add abstraction for struct mm_struct
` [PATCH v9 2/8] mm: rust: add vm_area_struct methods that require read access
` [PATCH v9 3/8] mm: rust: add vm_insert_page
` [PATCH v9 4/8] mm: rust: add lock_vma_under_rcu
` [PATCH v9 5/8] mm: rust: add mmput_async support
` [PATCH v9 6/8] mm: rust: add VmAreaNew for f_ops->mmap()
` [PATCH v9 7/8] rust: miscdevice: add mmap support
` [PATCH v9 8/8] task: rust: rework how current is accessed

[RFC PATCH 0/4] CXL Hotness Monitoring Unit perf driver
 2024-11-22 20:08 UTC  (2+ messages)

[RFC v2 0/2] dmapool: Mitigate device-controllable mem. corruption
 2024-11-22 19:19 UTC  (9+ messages)

[PATCH] slab: Fix too strict alignment check in create_cache()
 2024-11-22 18:54 UTC  (18+ messages)

[PATCH v5 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library
 2024-11-22 18:33 UTC  (5+ messages)
` [PATCH v5 1/2] filemap: Pass address_space mapping to ->free_folio()
` [PATCH v5 2/2] mm: guestmem: Convert address_space operations to guestmem library

[PATCH v3 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2024-11-22 18:20 UTC  (30+ messages)
` [PATCH v3 01/25] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v3 02/25] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v3 03/25] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v3 04/25] fs/dax: Refactor wait for dax idle page
` [PATCH v3 05/25] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v3 06/25] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v3 07/25] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v3 08/25] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v3 09/25] mm/gup.c: Remove redundant check for PCI P2PDMA page
` [PATCH v3 10/25] pci/p2pdma: Don't initialise page refcount to one
` [PATCH v3 11/25] mm: Allow compound zone device pages
` [PATCH v3 12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v3 13/25] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v3 14/25] huge_memory: Allow mappings of PUD sized pages
` [PATCH v3 15/25] huge_memory: Allow mappings of PMD "
` [PATCH v3 16/25] memremap: Add is_device_dax_page() and is_fsdax_page() helpers
` [PATCH v3 17/25] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v3 18/25] proc/task_mmu: Ignore ZONE_DEVICE pages
` [PATCH v3 19/25] memcontrol-v1: "
` [PATCH v3 20/25] mm/mlock: Skip ZONE_DEVICE PMDs during mlock
` [PATCH v3 21/25] fs/dax: Properly refcount fs dax pages
` [PATCH v3 22/25] device/dax: Properly refcount device dax pages when mapping
` [PATCH v3 23/25] mm: Remove pXX_devmap callers
` [PATCH v3 24/25] mm: Remove devmap related functions and page table bits
` [PATCH v3 25/25] Revert "riscv: mm: Add support for ZONE_DEVICE"

[syzbot] [mm?] WARNING: locking bug in __rmqueue_pcplist
 2024-11-22 18:04 UTC  (12+ messages)
        ` [PATCH] kasan: Remove kasan_record_aux_stack_noalloc()
            ` [PATCH v2] kasan: Make kasan_record_aux_stack_noalloc() the default behaviour

[PATCH v17 00/18] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-11-22 18:04 UTC  (19+ messages)
` [PATCH v17 01/18] EDAC: Add support for EDAC device features control
` [PATCH v17 02/18] EDAC: Add scrub control feature
` [PATCH v17 03/18] EDAC: Add ECS "
` [PATCH v17 04/18] cxl: Refactor user ioctl command path from mds to mailbox
` [PATCH v17 05/18] cxl: Add Get Supported Features command for kernel usage
` [PATCH v17 06/18] cxl/mbox: Add GET_FEATURE mailbox command
` [PATCH v17 07/18] cxl: Add Get Feature command support for user submission
` [PATCH v17 08/18] cxl/mbox: Add SET_FEATURE mailbox command
` [PATCH v17 09/18] cxl: Add Set Feature command support for user submission
` [PATCH v17 10/18] cxl: Add UUIDs for the CXL RAS features
` [PATCH v17 11/18] cxl/memfeature: Add CXL memory device patrol scrub control feature
` [PATCH v17 12/18] cxl/memfeature: Add CXL memory device ECS "
` [PATCH v17 13/18] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v17 14/18] ras: mem: Add memory "
` [PATCH v17 15/18] EDAC: Add memory repair control feature
` [PATCH v17 16/18] cxl/mbox: Add support for PERFORM_MAINTENANCE mailbox command
` [PATCH v17 17/18] cxl/memfeature: Add CXL memory device soft PPR control feature
` [PATCH v17 18/18] cxl/memfeature: Add CXL memory device memory sparing "

[PATCH] kasan: make report_lock a raw spinlock
 2024-11-22 18:03 UTC  (3+ messages)

[PATCH v5 tip/perf/core 0/2] uprobes: speculative lockless VMA-to-uprobe lookup
 2024-11-22 17:48 UTC  (7+ messages)
` [PATCH v5 tip/perf/core 1/2] uprobes: simplify find_active_uprobe_rcu() VMA checks
` [PATCH v5 tip/perf/core 2/2] uprobes: add speculative lockless VMA-to-inode-to-uprobe resolution

[PATCH v4 0/5] move per-vma lock into vm_area_struct
 2024-11-22 17:47 UTC  (8+ messages)
` [PATCH v4 3/5] mm: mark vma as detached until it's added into vma tree

[PATCH v3 1/3] seqlock: add raw_seqcount_try_begin
 2024-11-22 17:44 UTC  (3+ messages)
` [PATCH v3 2/3] mm: convert mm_lock_seq to a proper seqcount
` [PATCH v3 3/3] mm: introduce mmap_lock_speculate_{try_begin|retry}

[PATCH v8 0/7] Rust support for mm_struct, vm_area_struct, and mmap
 2024-11-22 17:41 UTC  (5+ messages)
` [PATCH v8 1/7] mm: rust: add abstraction for struct mm_struct

[PATCH] stackdepot: fix stack_depot_save_flags() in NMI context
 2024-11-22 17:38 UTC  (2+ messages)

[PATCH] mm/hugetlb_cgroup: avoid useless return in void function
 2024-11-22 17:35 UTC 

[PATCH v2] mm: add per-order mTHP swap-in fallback/fallback_charge counters
 2024-11-22 16:14 UTC 

[PATCH 0/3] mas_anode_descend() related cleanup
 2024-11-22 15:18 UTC  (13+ messages)
` [PATCH 2/3] maple_tree: not possible to be a root node after loop
` [PATCH 3/3] maple_tree: we don't set offset to MAPLE_NODE_SLOTS on error

[PATCH v2 1/3] seqlock: add raw_seqcount_try_begin
 2024-11-22 15:15 UTC  (11+ messages)
` [PATCH v2 2/3] mm: convert mm_lock_seq to a proper seqcount
` [PATCH v2 3/3] mm: introduce mmap_lock_speculate_{try_begin|retry}

[PATCH v1] mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MM
 2024-11-22 14:57 UTC  (6+ messages)

[RFC PATCH v3 00/15] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2024-11-22 14:56 UTC  (21+ messages)
` [RFC PATCH v3 04/15] rcu: Add a small-width RCU watching counter debug option
` [RFC PATCH v3 05/15] rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTURE
` [RFC PATCH v3 06/15] jump_label: Add forceful jump label type
` [RFC PATCH v3 11/15] context-tracking: Introduce work deferral infrastructure

[PATCH RFC v3 0/4] mTHP-friendly compression in zsmalloc and zram based on multi-pages
 2024-11-22 14:54 UTC  (5+ messages)
` [PATCH RFC v3 2/4] zram: support compression at the granularity of multi-pages
` [PATCH RFC v3 3/4] zram: backend_zstd: Adjust estimated_src_size to accommodate multi-page compression
` [PATCH RFC v3 4/4] mm: fall back to four small folios if mTHP allocation fails

[RFC PATCH v3 5/9] futex: Track the futex hash bucket
 2024-11-22 14:28 UTC  (2+ messages)

[RFC PATCH 0/2] Improve simple directory offset wrap behavior
 2024-11-22 14:24 UTC  (13+ messages)
` [RFC PATCH 2/2] libfs: Improve behavior when directory offset values wrap

[PATCH v8 00/19] fanotify: add pre-content hooks
 2024-11-22 13:51 UTC  (9+ messages)
` [PATCH v8 10/19] fanotify: introduce FAN_PRE_ACCESS permission event

[RFC PATCH v2 00/13] nommu UML
 2024-11-22 12:52 UTC  (8+ messages)

[PATCH v3 0/2] rust: page: Add support for existing struct page mappings
 2024-11-22 12:37 UTC  (15+ messages)

[syzbot] [bcachefs?] [mm?] BUG: corrupted list in list_lru_add
 2024-11-22 12:30 UTC 

[GIT PULL] MM updates for 6.13-rc1
 2024-11-22 11:23 UTC  (4+ messages)

[PATCH v2 5/5] docs: tmpfs: update the huge folios policy for tmpfs and shmem
 2024-11-22 11:12 UTC  (4+ messages)
` [PATCH] docs: tmpfs: update the huge folios policy for tmpfs and shmem fix

[PATCH v4 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library
 2024-11-22 11:03 UTC  (5+ messages)
` [PATCH v4 2/2] mm: guestmem: Convert address_space operations to "

[PATCH v9 00/19] fanotify: add pre-content hooks
 2024-11-22 10:58 UTC  (4+ messages)
` [PATCH 03/19] fsnotify: check if file is actually being watched for pre-content events on open

[PATCH] mm/kmemleak: Fix sleeping function called from invalid context in kmemleak_seq_show
 2024-11-22 10:48 UTC  (10+ messages)

[PATCH v1] makedumpfile: fix detection of typed (compound) pages (Linux 6.12)
 2024-11-22 10:12 UTC 

[vbabka:slub-percpu-sheaves-v1r5] [TESTING, HACK] 3340b9085e: BUG:kernel_NULL_pointer_dereference,address
 2024-11-22 10:03 UTC 

[PATCH v1 00/11] fs/proc/vmcore: kdump support for virtio-mem on s390
 2024-11-22  9:47 UTC  (14+ messages)
` [PATCH v1 03/11] fs/proc/vmcore: disallow vmcore modifications after the vmcore was opened
` [PATCH v1 07/11] fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges in 2nd kernel

[PATCH v3 0/2] rust: page: Add support for existing struct page mappings
 2024-11-22  8:50 UTC  (9+ messages)
` [PATCH v3 2/2] rust: page: Extend support to "

[PATCH for-next v3] selftests/mm: Add a few missing gitignore files
 2024-11-22  7:46 UTC 

[PATCH v2] mm: pgtable: make ptep_clear() non-atomic
 2024-11-22  7:36 UTC 

[PATCH RFC v4 0/3] fix two bugs related to page_pool
 2024-11-22  7:20 UTC  (6+ messages)
` [PATCH RFC v4 3/3] page_pool: skip dma sync operation for inflight pages

[PATCH] mm/mempolicy: Fix redundant check and refine lock protection scope in init_nodemask_of_mempolicy
 2024-11-22  3:54 UTC  (4+ messages)

[PATCH v1] tmpfs: Unsigned expression compared with zero
 2024-11-22  3:31 UTC  (2+ messages)

[PATCH] mm: add per-order mTHP swap-in fallback counters
 2024-11-22  2:25 UTC  (3+ messages)

[PATCH v3 0/3] symlink length caching
 2024-11-22  1:56 UTC  (4+ messages)
` [PATCH v3 1/3] vfs: support caching symlink lengths in inodes

[syzbot] [bpf?] INFO: rcu detected stall in security_file_ioctl (9)
 2024-11-22  1:19 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