linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-25 08:24:31 to 2024-02-26 19:10:02 UTC [more...]

[PATCH v2 0/9] Cover a guard gap corner case
 2024-02-26 19:09 UTC 

[PATCH] tracefs: remove SLAB_MEM_SPREAD flag usage
 2024-02-26 18:52 UTC  (2+ messages)

[PATCH v2] mm: madvise: pageout: ignore references rather than clearing young
 2024-02-26 18:43 UTC  (2+ messages)

[PATCH v9 0/1] mm: report per-page metadata information
 2024-02-26 18:12 UTC  (3+ messages)
` [PATCH v9 1/1] "

[PATCH v2] mm/mmap: convert all mas except mas_detach to vma iterator
 2024-02-26 18:00 UTC  (2+ messages)

[PATCH 00/13] enable bs > ps in XFS
 2024-02-26 17:58 UTC  (22+ messages)
` [PATCH 01/13] mm: Support order-1 folios in the page cache
` [PATCH 02/13] fs: Allow fine-grained control of folio sizes
` [PATCH 03/13] filemap: align the index to mapping_min_order in the page cache
` [PATCH 04/13] filemap: use mapping_min_order while allocating folios
` [PATCH 05/13] readahead: set file_ra_state->ra_pages to be at least mapping_min_order
` [PATCH 06/13] readahead: align index to mapping_min_order in ondemand_ra and force_ra
` [PATCH 07/13] readahead: rework loop in page_cache_ra_unbounded()
` [PATCH 08/13] readahead: allocate folios with mapping_min_order in ra_(unbounded|order)
` [PATCH 09/13] mm: do not split a folio if it has minimum folio order requirement
` [PATCH 10/13] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH 11/13] xfs: expose block size in stat
` [PATCH 12/13] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH 13/13] xfs: enable block size larger than page size support

[PATCH v4 00/36] Memory allocation profiling
 2024-02-26 17:48 UTC  (25+ messages)
` [PATCH v4 03/36] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v4 05/36] fs: Convert alloc_inode_sb() to a macro
` [PATCH v4 07/36] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v4 08/36] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v4 09/36] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v4 10/36] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v4 13/36] lib: prevent module unloading if memory is not freed
` [PATCH v4 15/36] lib: introduce support for page allocation tagging

[PATCH v3 0/4] Swap-out small-sized THP without splitting
 2024-02-26 17:41 UTC  (27+ messages)
` [PATCH v3 1/4] mm: swap: Remove CLUSTER_FLAG_HUGE from swap_cluster_info:flags
` [PATCH RFC 0/6] mm: support large folios swap-in
  ` [PATCH RFC 1/6] arm64: mm: swap: support THP_SWAP on hardware with MTE
  ` [PATCH RFC 2/6] mm: swap: introduce swap_nr_free() for batched swap_free()
  ` [PATCH RFC 4/6] mm: support large folios swapin as a whole
  ` [PATCH RFC 5/6] mm: rmap: weaken the WARN_ON in __folio_add_anon_rmap()
  ` [PATCH RFC 6/6] mm: madvise: don't split mTHP for MADV_PAGEOUT

[PATCH] slub: avoid scanning all partial slabs in get_slabinfo()
 2024-02-26 17:38 UTC  (12+ messages)

[PATCH] vfio/type1: unpin PageReserved page
 2024-02-26 17:32 UTC  (4+ messages)

[PATCH v17 00/35] Drivers for Gunyah hypervisor
 2024-02-26 17:27 UTC  (7+ messages)
` [PATCH v17 19/35] arch/mm: Export direct {un,}map functions
    `  "

[LSF/MM/BPF TOPIC] Measuring limits and enhancing buffered IO
 2024-02-26 17:17 UTC  (18+ messages)

[PATCH] mm: add alloc_contig_migrate_range allocation statistics
 2024-02-26 17:07 UTC  (3+ messages)

[PATCH v2 0/2] mm: remove total_mapcount()
 2024-02-26 16:56 UTC  (6+ messages)
` [PATCH v2 1/2] mm/memfd: refactor memfd_tag_pins() and memfd_wait_for_pins()
` [PATCH v2 2/2] mm: remove total_mapcount()

Stall at page allocations with __GFP_RETRY_MAYFAIL (Re: [PATCH v1] ALSA: memalloc: Fix indefinite hang in non-iommu case)
 2024-02-26 16:45 UTC  (4+ messages)
` [PATCH] mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL allocations

[PATCH v5 1/1] mm: enumerate all gfp flags
 2024-02-26 16:13 UTC  (5+ messages)

LSF/MM/BPF: 2024: Call for Proposals
 2024-02-26 15:25 UTC  (10+ messages)
  ` [LSF/MM/BPF TOPIC] Large block for I/O

[RFC PATCH 15/73] mm/vmalloc: Add a helper to reserve a contiguous and aligned kernel virtual area
 2024-02-26 14:35 UTC 

[RCF 0/1] mm/mempolicy: weighted interleave system default weights
 2024-02-26 14:29 UTC  (6+ messages)
` [RFC 1/1] mm/mempolicy: introduce system default interleave weights

[RFC PATCH v2 0/7] DAMON based 2-tier memory management for CXL memory
 2024-02-26 14:05 UTC  (8+ messages)
` [PATCH v2 1/7] mm/damon: refactor DAMOS_PAGEOUT with migration_mode
` [PATCH v2 2/7] mm: make alloc_demote_folio externally invokable for migration
` [PATCH v2 3/7] mm/damon: introduce DAMOS_DEMOTE action for demotion
` [PATCH v2 4/7] mm/memory-tiers: add next_promotion_node to find promotion target
` [PATCH v2 5/7] mm/damon: introduce DAMOS_PROMOTE action for promotion
` [PATCH v2 6/7] mm/damon/sysfs-schemes: add target_nid on sysfs-schemes
` [PATCH v2 7/7] mm/damon/sysfs-schemes: apply target_nid for promote and demote actions

[RFC PATCH] mm: Add reclaim type to memory.reclaim
 2024-02-26 14:04 UTC  (6+ messages)

[PATCH 1/1] mm/madvise: enhance lazyfreeing with mTHP in madvise_free
 2024-02-26 13:54 UTC  (14+ messages)

[PATCH] madvise:madvise_cold_or_pageout_pte_range(): allow split while folio_estimated_sharers = 0
 2024-02-26 13:50 UTC  (3+ messages)

[PATCH] zonefs: remove SLAB_MEM_SPREAD flag usage
 2024-02-26 13:44 UTC  (3+ messages)

[PATCH 1/3] mm/mempolicy: Use the already fetched local variable
 2024-02-26 13:09 UTC  (8+ messages)
` [PATCH 3/3] mm/numa_balancing:Allow migrate on protnone reference with MPOL_PREFERRED_MANY policy

[PATCH v3] mm, vmscan: do not turn on cache_trim_mode if it doesn't work
 2024-02-26 13:06 UTC  (2+ messages)

[PATCH 0/2] Address some contpte nits
 2024-02-26 12:40 UTC  (8+ messages)
` [PATCH 1/2] arm64/mm: Export contpte symbols only to GPL users
` [PATCH 2/2] arm64/mm: Improve comment in contpte_ptep_get_lockless()

[PATCH] mm, thp: display [never] for defrag when THP is set to never
 2024-02-26 11:49 UTC  (7+ messages)

[linux-next:master 10011/10236] fs/ubifs/journal.c:369: warning: expecting prototype for wake_up_reservation(). Prototype was for add_or_start_queue() instead
 2024-02-26 11:37 UTC 

[PATCH next v2 11/11] minmax: min() and max() don't need to return constant expressions
 2024-02-26 10:56 UTC  (3+ messages)

[PATCH v2 bpf-next 0/3] mm: Cleanup and identify various users of kernel virtual address space
 2024-02-26 10:51 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/3] mm: Enforce VM_IOREMAP flag and range in ioremap_page_range
` [PATCH v2 bpf-next 2/3] mm, xen: Separate xen use cases from ioremap

[PATCH v11 1/3] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
 2024-02-26 10:46 UTC  (10+ messages)
` [PATCH v11 2/3] mm: memory-failure: move return value documentation to function declaration

[PATCH 0/2] Adjust brk randomness
 2024-02-26 10:39 UTC  (3+ messages)
` [PATCH 1/2] x86: Increase brk randomness entropy on x86_64

[PATCH] affs: remove SLAB_MEM_SPREAD flag usage
 2024-02-26 10:33 UTC  (2+ messages)

[RFC PATCH v6 00/12] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
 2024-02-26 10:29 UTC  (5+ messages)

regression/bisected commit 773688a6cb24b0b3c2ba40354d883348a2befa38 make my system completely unusable under high load
 2024-02-26 10:12 UTC  (19+ messages)

[PATCH] freevxfs: remove SLAB_MEM_SPREAD flag usage
 2024-02-26 10:06 UTC  (2+ messages)

[PATCH 1/2] stackdepot: add stats counters exported via debugfs
 2024-02-26 10:02 UTC  (7+ messages)
` [PATCH 2/2] stackdepot: make fast paths lock-less again

[RFC PATCH 0/3] make the hugetlb migration strategy consistent
 2024-02-26  9:59 UTC  (8+ messages)
` [RFC PATCH 2/3] mm: hugetlb: "

folio_mmapped
 2024-02-26  9:28 UTC  (3+ messages)
  ` [RFC PATCH v1 00/26] KVM: Restricted mapping of guest_memfd at the host and pKVM/arm64 support

[PATCH v2 0/3] cleanup of SLAB_ flags
 2024-02-26  9:11 UTC  (2+ messages)

[PATCH v2] filemap: avoid unnecessary major faults in filemap_fault()
 2024-02-26  8:46 UTC  (9+ messages)

[PATCH] ceph: remove SLAB_MEM_SPREAD flag usage
 2024-02-26  8:32 UTC  (7+ messages)

[PATCH stable 4.19] mm: memcontrol: switch to rcu protection in drain_all_stock()
 2024-02-26  7:16 UTC  (2+ messages)

[PATCH 5.10/5.15 v2 0/1 RESEND] mm/truncate: fix WARNING in ext4_set_page_dirty()
 2024-02-26  6:45 UTC 

mm/DAMON: Profiling enhancements for DAMON
 2024-02-26  6:09 UTC 

Recent-ish changes in binfmt_elf made my program segfault
 2024-02-26  5:54 UTC  (8+ messages)

[linux-next:master 8227/9575] fs/libfs.c:2018:13: sparse: sparse: Using plain integer as NULL pointer
 2024-02-26  5:10 UTC 

[RESEND PATCH v8 0/8] Reduce TLB flushes by 94% by improving folio migration
 2024-02-26  3:06 UTC  (9+ messages)
` [RESEND PATCH v8 1/8] x86/tlb: Add APIs manipulating tlb batch's arch data
` [RESEND PATCH v8 2/8] arm64: tlbflush: "
` [RESEND PATCH v8 3/8] mm/rmap: Recognize read-only TLB entries during batched TLB flush
` [RESEND PATCH v8 4/8] x86/tlb, mm/rmap: Separate arch_tlbbatch_clear() out of arch_tlbbatch_flush()
` [RESEND PATCH v8 5/8] mm: Separate move/undo doing on folio list from migrate_pages_batch()
` [RESEND PATCH v8 6/8] mm: Add APIs to free a folio directly to the buddy bypassing pcp
` [RESEND PATCH v8 7/8] mm: Defer TLB flush by keeping both src and dst folios at migration
` [RESEND PATCH v8 8/8] mm: Pause migrc mechanism at high memory pressure

[linux-next:master] [wifi] 0a44dfc070: hwsim.ap_vht80_csa.fail
 2024-02-26  2:51 UTC 

[linux-next:master 2856/9575] undefined reference to `expresswire_power_off'
 2024-02-26  2:46 UTC 

[PATCH] jffs2: remove SLAB_MEM_SPREAD flag usage
 2024-02-26  2:13 UTC  (2+ messages)

[PATCH] ubifs: remove SLAB_MEM_SPREAD flag usage
 2024-02-26  2:12 UTC  (3+ messages)

[PATCH] ocfs2: remove SLAB_MEM_SPREAD flag usage
 2024-02-26  1:11 UTC  (4+ messages)

[syzbot] [mm?] BUG: unable to handle kernel paging request in copy_from_kernel_nofault
 2024-02-25 19:03 UTC  (6+ messages)

[PATCH] smb: remove SLAB_MEM_SPREAD flag usage
 2024-02-25 16:51 UTC  (2+ messages)

[linux-next:master 6213/9575] igc_leds.c:undefined reference to `devm_led_classdev_register_ext'
 2024-02-25 11:00 UTC  (2+ messages)

[PATCH v12 0/8] mm/gup: Introduce memfd_pin_folios() for pinning memfd folios
 2024-02-25  7:57 UTC  (4+ messages)
` [PATCH v12 6/8] udmabuf: Convert udmabuf driver to use folios
` [PATCH v12 7/8] udmabuf: Pin the pages using memfd_pin_folios() API
` [PATCH v12 8/8] selftests/udmabuf: Add tests to verify data after page migration


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).