linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-22 19:27:05 to 2024-08-24 19:10:36 UTC [more...]

[PATCH 0/5] regmap: Improve lock handling with maple tree
 2024-08-23 22:57 UTC  (7+ messages)
` [PATCH 1/5] maple_tree: Allow external locks to be configured with their map
` (subset) [PATCH 0/5] regmap: Improve lock handling with maple tree

[syzbot] [mm?] WARNING in zswap_swapoff
 2024-08-22 21:44 UTC  (7+ messages)

[PATCH v11 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-08-23 22:01 UTC  (8+ messages)
` [PATCH v11 25/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v11 26/39] arm64/ptrace: Expose GCS via ptrace and core files

[PATCH v2] Avoid memory barrier in read_seqcount() through load acquire
 2024-08-23 21:05 UTC  (5+ messages)

[PATCH 00/10] shrinker debugging, .to_text() report (resend)
 2024-08-24 19:10 UTC  (3+ messages)
` [PATCH 01/10] seq_buf: seq_buf_human_readable_u64()
` [PATCH 02/10] mm: shrinker: Add a .to_text() method for shrinkers

[RESEND v8 0/2] mm: store zero pages to be swapped out in a bitmap
 2024-08-24 18:58 UTC  (7+ messages)
` [RESEND v8 1/2] "
` [RESEND v8 2/2] mm: remove code to handle same filled pages

[PATCH 02/10] mm: shrinker: Add a .to_text() method for shrinkers
 2024-08-24 18:04 UTC  (3+ messages)
` [PATCH 03/10] mm: shrinker: Add new stats for .to_text()
` [PATCH 04/10] mm: Centralize & improve oom reporting in show_mem.c

[PATCH v2] vma remove the unneeded avc bound with non-CoWed folio
 2024-08-24 18:04 UTC  (4+ messages)

[akpm-mm:mm-unstable 357/379] mm/vma.h:114:19: error: use of undeclared identifier 'USER_PGTABLES_CEILING'
 2024-08-24 15:14 UTC 

[akpm-mm:mm-unstable 357/379] mm/vma.h:113:28: error: 'FIRST_USER_ADDRESS' undeclared
 2024-08-24 15:14 UTC 

[PATCH 0/9] netfs, cifs: Combined repost of fixes for truncation, DIO read and read-retry
 2024-08-24 14:09 UTC  (13+ messages)
` [PATCH 1/9] mm: Fix missing folio invalidation calls during truncation
` [PATCH 2/9] afs: Fix post-setattr file edit to do truncation correctly
` [PATCH 3/9] netfs: Fix netfs_release_folio() to say no if folio dirty
` [PATCH 4/9] netfs: Fix trimming of streaming-write folios in netfs_inval_folio()
` [PATCH 5/9] netfs: Fix missing iterator reset on retry of short read
` [PATCH 6/9] cifs: Fix lack of credit renegotiation on read retry
` [PATCH 7/9] netfs, cifs: Fix handling of short DIO read
` [PATCH 8/9] cifs: Fix FALLOC_FL_PUNCH_HOLE support
` [PATCH 9/9] netfs, cifs: Improve some debugging bits
` [PATCH 10/9] netfs: Fix interaction of streaming writes with zero-point tracker
` (subset) [PATCH 0/9] netfs, cifs: Combined repost of fixes for truncation, DIO read and read-retry

[PATCH] Integrating Namespaces and Cgroups for Enhanced Resource Management
 2024-08-24 13:17 UTC 

[regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
 2024-08-24 10:50 UTC  (12+ messages)

[PATCH v4 0/4] mm: ZSWAP swap-out of mTHP folios
 2024-08-24  6:24 UTC  (6+ messages)

[PATCH RFC] riscv: use gp to save percpu offset
 2024-08-24  1:57 UTC  (2+ messages)

[PATCH v4 0/2] mm: count the number of anonymous THPs per size
 2024-08-24  1:04 UTC  (3+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] mm: count the number of partially mapped "

[RFC PATCH] memcg: add charging of already allocated slab objects
 2024-08-24  1:01 UTC 

[linux-next:fs-next] BUILD SUCCESS 4d6f3085630aa16b4e04512f67955019e08ced4d
 2024-08-24  0:08 UTC 

[linux-next:pending-fixes] BUILD SUCCESS c3598bc5a382923fdc5fbea6c8619fb80303a86a
 2024-08-24  0:09 UTC 

[linux-next:fs-current] BUILD SUCCESS 57f9a63328ed673e137b45b093197755e3477864
 2024-08-23 23:53 UTC 

[PATCH v2] mm: add lazyfree folio to lru tail
 2024-08-23 23:39 UTC  (4+ messages)

[PATCH v6 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-08-23 23:22 UTC  (10+ messages)
` [PATCH v6 bpf-next 08/10] bpf: decouple stack_map_get_build_id_offset() from perf_callchain_entry
` [PATCH v6 bpf-next 09/10] bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers
` [PATCH v6 bpf-next 10/10] selftests/bpf: add build ID tests

order-0 page alloc failures during interrupt context on v6.6.43
 2024-08-23 20:25 UTC  (4+ messages)

[PATCH v2 00/10] mm: remove vma_merge()
 2024-08-23 20:07 UTC  (11+ messages)
` [PATCH v2 01/10] tools: improve vma test Makefile
` [PATCH v2 02/10] tools: add VMA merge tests
` [PATCH v2 03/10] mm: introduce vma_merge_struct and abstract vma_merge(),vma_modify()
` [PATCH v2 04/10] mm: remove duplicated open-coded VMA policy check
` [PATCH v2 05/10] mm: abstract vma_expand() to use vma_merge_struct
` [PATCH v2 06/10] mm: avoid using vma_merge() for new VMAs
` [PATCH v2 07/10] mm: make vma_prepare() and friends static and internal to vma.c
` [PATCH v2 08/10] mm: introduce commit_merge(), abstracting final commit of merge
` [PATCH v2 09/10] mm: refactor vma_merge() into modify-only vma_merge_existing_range()
` [PATCH v2 10/10] mm: rework vm_ops->close() handling on VMA merge

[PATCH v8 0/2] mm: store zero pages to be swapped out in a bitmap
 2024-08-23 18:57 UTC  (2+ messages)
` [PATCH v8 1/2] "

[PATCH v5 00/30] Permission Overlay Extension
 2024-08-23 18:40 UTC  (11+ messages)
` [PATCH v5 04/30] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v5 06/30] arm64: context switch POR_EL0 register
` [PATCH v5 08/30] KVM: arm64: make kvm_at() take an OP_AT_*

[PATCH v7 0/2] mm: Ignite large folios swap-in support
 2024-08-23 17:56 UTC  (5+ messages)
` [PATCH v7 2/2] mm: support large folios swap-in for sync io devices

[PATCH 0/5] tmpfs: Add case-insesitive support for tmpfs
 2024-08-23 17:33 UTC  (6+ messages)
` [PATCH 1/5] tmpfs: Add casefold lookup support
` [PATCH 2/5] tmpfs: Add flag FS_CASEFOLD_FL support for tmpfs dirs
` [PATCH 3/5] tmpfs: Create casefold mount options
` [PATCH 4/5] tmpfs: Expose filesystem features via sysfs
` [PATCH 5/5] docs: tmpfs: Add casefold options

[linux-next:master] BUILD REGRESSION c79c85875f1af04040fe4492ed94ce37ad729c4d
 2024-08-23 16:58 UTC 

[RESEND PATCH v1] mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallback to order 0
 2024-08-23 16:42 UTC  (9+ messages)

[PATCH] codetag: debug: mark codetags for pages which transitioned from being poison to unpoison as empty
 2024-08-23 16:39 UTC  (11+ messages)
          ` [PATCH] codetag: debug: mark codetags for poisoned page "

[PATCH v3 1/3] mm/memcontrol: respect zswap.writeback setting from parent cg too
 2024-08-23 16:27 UTC  (3+ messages)
` [PATCH v3 2/3] selftests: test_zswap: add test for hierarchical zswap.writeback
` [PATCH v3 3/3] Documentation/cgroup-v2: clarify that zswap.writeback is ignored if zswap is disabled

[PATCH 0/5] netfs, cifs: Further fixes
 2024-08-23 16:19 UTC  (7+ messages)
` [PATCH 1/5] cifs: Fix FALLOC_FL_PUNCH_HOLE support
` [PATCH 2/5] netfs, cifs: Improve some debugging bits
` [PATCH 3/5] netfs: Fix missing iterator reset on retry of short read
` [PATCH 4/5] cifs: Fix short read handling
` [PATCH 5/5] cifs: Fix credit handling
` Samba llseek bug

[RFC PATCH v3 24/37] kvx: Add memory management
 2024-08-23 16:02 UTC  (3+ messages)

[PATCH] mm/vmstat: Defer the refresh_zone_stat_thresholds after all CPUs bringup
 2024-08-23 15:32 UTC  (4+ messages)

[syzbot] [mm?] KASAN: slab-use-after-free Read in isolate_migratepages_block
 2024-08-23 15:21 UTC 

[syzbot] [mm?] KASAN: slab-use-after-free Read in __list_lru_walk_one
 2024-08-23 15:14 UTC 

[PATCH net-next v14 01/11] mm: page_frag: add a test module for page_frag
 2024-08-23 15:00 UTC  (8+ messages)
` [PATCH net-next v14 02/11] mm: move the page fragment allocator from page_alloc into its own file
` [PATCH net-next v14 03/11] mm: page_frag: use initial zero offset for page_frag_alloc_align()
` [PATCH net-next v14 04/11] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
` [PATCH net-next v14 05/11] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
` [PATCH net-next v14 06/11] mm: page_frag: use __alloc_pages() to replace alloc_pages_node()
` [PATCH net-next v14 08/11] mm: page_frag: introduce prepare/probe/commit API
` [PATCH net-next v14 10/11] mm: page_frag: update documentation for page_frag

[PATCH] mm: vma remove the redundant avc binded with old folio
 2024-08-23 15:04 UTC  (4+ messages)

[PATCH v2] vma remove the unneeded avc bound with non-CoWed folio
 2024-08-23 14:01 UTC 

[PATCH v7 00/21] Avoid MAP_FIXED gap exposure
 2024-08-23 13:30 UTC  (20+ messages)
` [PATCH v7 04/21] mm/vma: Extract the gathering of vmas from do_vmi_align_munmap()
` [PATCH v7 05/21] mm/vma: Introduce vma_munmap_struct for use in munmap operations
` [PATCH v7 06/21] mm/vma: Change munmap to use vma_munmap_struct() for accounting and surrounding vmas
  ` [PATCH] mm/vma: fix bookkeeping checks
` [PATCH v7 07/21] mm/vma: Extract validate_mm() from vma_complete()
` [PATCH v7 08/21] mm/vma: Inline munmap operation in mmap_region()
` [PATCH v7 10/21] mm/vma: Support vma == NULL in init_vma_munmap()
` [PATCH v7 11/21] mm/mmap: Reposition vma iterator in mmap_region()
` [PATCH v7 17/21] mm/mmap: Use vms accounted pages "
` [PATCH v7 18/21] ipc/shm, mm: Drop do_vma_munmap()
` [PATCH v7 19/21] mm: Move may_expand_vm() check in mmap_region()
` [PATCH v7 20/21] mm/vma: Drop incorrect comment from vms_gather_munmap_vmas()
` [PATCH v7 21/21] mm/vma.h: Optimise vma_munmap_struct

[PATCH v13 00/10] enable bs > ps in XFS
 2024-08-23 13:09 UTC  (5+ messages)
  ` [PATCH v13 01/10] fs: Allow fine-grained control of folio sizes

[linux-next:master 5609/6439] fs/bcachefs/btree_update_interior.o: warning: objtool: bch2_trans_verify_not_unlocked+0x18: stack state mismatch: cfa1=3+0 cfa2=3+16
 2024-08-23 12:55 UTC 

[PATCH 0/2] netfs, cifs: DIO read and read-retry fixes
 2024-08-23 12:39 UTC  (4+ messages)
` [PATCH 1/2] cifs: Fix lack of credit renegotiation on read retry
` [PATCH 2/2] netfs, cifs: Fix handling of short DIO read

[BUG] cgroupv2/blk: inconsistent I/O behavior in Cgroup v2 with set device wbps and wiops
 2024-08-23 12:19 UTC  (3+ messages)

[PATCH v2 0/7] implement async block discards/etc. via io_uring
 2024-08-23 11:59 UTC  (9+ messages)
` [PATCH v2 4/7] block: introduce blk_validate_write()
` [PATCH v2 5/7] block: implement async discard as io_uring cmd

[PATCH v3 0/2] mm: collect the number of anon mTHP
 2024-08-23 11:39 UTC  (6+ messages)
` [PATCH v3 1/2] mm: collect the number of anon large folios
` [PATCH v3 2/2] mm: collect the number of anon large folios partially mapped

[PATCH v2] mm/vmstat: Defer the refresh_zone_stat_thresholds after all CPUs bringup
 2024-08-23  9:32 UTC  (3+ messages)

[PATCH v3 1/3] riscv: mm: Use hint address in mmap if available
 2024-08-23  6:55 UTC  (6+ messages)

[PATCH RFC 0/6] mm: THP-agnostic refactor on huge mappings
 2024-08-23  6:19 UTC  (5+ messages)
` [PATCH RFC 2/6] mm: PGTABLE_HAS_P[MU]D_LEAVES config options

[PATCH V1] mm, slub: avoid zeroing kmalloc redzone
 2024-08-23  6:24 UTC 

[arnd-playground:mm-6.9-test-merge-for-roxell 62/421] mm/kmemleak.c:466:12: error: call to undeclared function 'kmem_cache_alloc_noprof'; ISO C99 and later do not support implicit function declarations
 2024-08-23  4:45 UTC 

[PATCH v3] slab: Introduce kmalloc_obj() and family
 2024-08-23  4:27 UTC  (2+ messages)

[HELP] FUSE writeback performance bottleneck
 2024-08-23  3:34 UTC  (5+ messages)

[arnd-playground:mm-6.9-test-merge-for-roxell 62/421] mm/kmemleak.c:466:26: error: implicit declaration of function 'kmem_cache_alloc_noprof'; did you mean 'kmem_cache_alloc_node'?
 2024-08-23  3:12 UTC 

Re: Re: [PATCH] mm/vmscan: Fix hard LOCKUP in function isolate_lru_folios
 2024-08-23  2:04 UTC 

[linux-next:master 4761/5190] arch/arm/boot/dts/qcom/msm8226-motorola-falcon.dtb: mailbox@f9011000: compatible: 'oneOf' conditional failed, one must be fixed:
 2024-08-23  0:59 UTC 

DAMON Beer/Coffee/Tea chat reminder and extending for office hour
 2024-08-23  0:21 UTC  (2+ messages)
` DAMON Beer/Coffee/Tea chat reminder (was: Re: DAMON Beer/Coffee/Tea chat reminder and extending for office hour)

[PATCH v2] kasan: simplify and clarify Makefile
 2024-08-22 21:46 UTC  (3+ messages)

[PATCH -v2] Resource: fix region_intersects() for CXL memory
 2024-08-22 21:29 UTC  (2+ messages)


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).