linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-23 23:40:01 to 2024-08-26 10:36:17 UTC [more...]

[RFC PATCH 1/1] mm: Skip folio with private data during isolation
 2024-08-26 10:36 UTC  (2+ messages)

[PATCH v2 00/17] Wire up getrandom() vDSO implementation on powerpc
 2024-08-26 10:20 UTC  (33+ messages)
` [PATCH v2 01/17] asm-generic/unaligned.h: Extract common header for vDSO
` [PATCH v2 02/17] vdso: Clean header inclusion in getrandom
` [PATCH v2 03/17] vdso: Add __arch_get_k_vdso_rng_data()
` [PATCH v2 04/17] vdso: Add missing c-getrandom-y in Makefile
` [PATCH v2 05/17] vdso: Avoid call to memset() by getrandom
` [PATCH v2 06/17] vdso: Change getrandom's generation to unsigned long
` [PATCH v2 13/17] selftests: vdso: Don't hard-code location of vDSO sources
` [PATCH v2 14/17] selftests: vdso: Make test_vdso_getrandom look for the right vDSO function
` [PATCH v2 15/17] selftests: vdso: Fix build of test_vdso_chacha
` [PATCH v2 16/17] selftests: vdso: Make VDSO function call more generic

[PATCH v2 07/17] mm: Define VM_DROPPABLE for powerpc/32
 2024-08-26 10:13 UTC  (3+ messages)

[PATCH v11 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-08-26 10:00 UTC  (33+ messages)
` [PATCH v11 01/39] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v11 02/39] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v11 03/39] prctl: arch-agnostic prctl for shadow stack
` [PATCH v11 05/39] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v11 11/39] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v11 13/39] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v11 17/39] arm64/hwcap: Add hwcap for GCS
` [PATCH v11 18/39] arm64/traps: Handle GCS exceptions
` [PATCH v11 19/39] arm64/mm: Handle GCS data aborts
` [PATCH v11 20/39] arm64/gcs: Context switch GCS state for EL0
` [PATCH v11 21/39] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v11 24/39] arm64/signal: Set up and restore the GCS context for signal handlers
` [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 v11 27/39] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v11 30/39] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v11 33/39] kselftest/arm64: Add very basic GCS test program
` [PATCH v11 38/39] kselftest/arm64: Enable GCS for the FP stress tests

[PATCH v7 0/8] Improve the copy of task comm
 2024-08-26  9:20 UTC  (5+ messages)
` [PATCH v7 6/8] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}

[PATCH] [POC/RFE]: Avoid silently growing struct file due to SLAB_TYPESAFE_BY_RCU
 2024-08-26  9:25 UTC  (2+ messages)

[PATCH 0/2] get rid of PF_MEMALLOC_NORECLAIM
 2024-08-26  8:47 UTC  (3+ messages)
` [PATCH 1/2] bcachefs: do not use PF_MEMALLOC_NORECLAIM
` [PATCH 2/2] mm: drop PF_MEMALLOC_NORECLAIM

[RESEND PATCH v1] mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallback to order 0
 2024-08-26  7:52 UTC  (10+ messages)

[PATCH] x86/mm/pat: Support splitting of virtual memory areas
 2024-08-26  7:11 UTC  (2+ messages)

[PATCH v2 0/8] x86/module: use large ROX pages for text allocations
 2024-08-26  6:55 UTC  (9+ messages)
` [PATCH v2 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v2 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v2 3/8] asm-generic: introduce text-patching.h
` [PATCH v2 4/8] module: prepare to handle ROX allocations for text
` [PATCH v2 5/8] ftrace: Add swap_func to ftrace_process_locs()
` [PATCH v2 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v2 7/8] execmem: add support for cache of large ROX pages
` [PATCH v2 8/8] x86/module: enable ROX caches for module text

[RFC PATCH -next 0/3] fs: Introduce the scope-based resource management for folio_lock/unlock
 2024-08-26  7:10 UTC  (4+ messages)
` [RFC PATCH -next 1/3] mm: Support "
` [RFC PATCH -next 2/3] buffer: Using scope-based resource instead of folio_lock/unlock
` [RFC PATCH -next 3/3] splice: "

[PATCH] binfmt_elf_fdpic: fix AUXV size calculation when ELF_HWCAP2 is defined
 2024-08-26  7:00 UTC  (2+ messages)

[PATCH 0/6] mm: finish isolate/putback_lru_page()
 2024-08-26  6:58 UTC  (7+ messages)
` [PATCH 1/6] mm: migrate_device: convert to migrate_device_coherent_folio()
` [PATCH 2/6] mm: migrate_device: use a folio in migrate_device_range()
` [PATCH 3/6] mm: migrate_device: use more folio in migrate_device_unmap()
` [PATCH 4/6] mm: migrate_device: use more folio in migrate_device_finalize()
` [PATCH 5/6] mm: remove isolate_lru_page()
` [PATCH 6/6] mm: remove putback_lru_page()

[PATCH] mm: shmem: extend shmem_unused_huge_shrink() to all sizes
 2024-08-26  6:53 UTC  (2+ messages)

[PATCH] mm: shmem: fix minor off-by-one in shrinkable calculation
 2024-08-26  6:48 UTC  (2+ messages)

[PATCH] mm: page_alloc: simpify page del and expand
 2024-08-26  6:40 UTC 

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

[PATCH] codetag: debug: mark codetags for pages which transitioned from being poison to unpoison as empty
 2024-08-26  6:32 UTC  (6+ messages)
` [PATCH] codetag: debug: mark codetags for poisoned page "
      ` [PATCH v2] "

[PATCH 0/4] replace per-quota region priorities histogram buffer with per-context one
 2024-08-26  4:23 UTC  (5+ messages)
` [PATCH 1/4] mm/damon/core: intorduce per-context region priorities histogram buffer
` [PATCH 2/4] mm/damon/core: replace per-quota regions priority histogram buffer usage with per-context one
` [PATCH 3/4] mm/damon/core: remove per-scheme region priority histogram buffer
` [PATCH 4/4] Revert "mm/damon/lru_sort: adjust local variable to dynamic allocation"

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

[PATCH 0/4] mm: convert to folio_isolate_movable()
 2024-08-26  4:01 UTC  (5+ messages)
` [PATCH 1/4] mm: migrate: add folio_isolate_movable()
` [PATCH 2/4] mm: compaction: convert to folio_isolate_movable()
` [PATCH 3/4] mm: migrate: "
` [PATCH 4/4] mm: migrate: remove isolate_movable_page()

[PATCH v2 01/14] mm: pgtable: introduce pte_offset_map_{ro|rw}_nolock()
 2024-08-26  3:45 UTC  (2+ messages)
` [PATCH v2 01/14 update] "

[PATCH 00/10] shrinker debugging, .to_text() report (resend)
 2024-08-26  3:32 UTC  (15+ messages)
` [PATCH 01/10] seq_buf: seq_buf_human_readable_u64()
` [PATCH 02/10] mm: shrinker: Add a .to_text() method for shrinkers
` [PATCH 03/10] mm: shrinker: Add new stats for .to_text()
` [PATCH 04/10] mm: Centralize & improve oom reporting in show_mem.c
` [PATCH 05/10] mm: shrinker: Add shrinker_to_text() to debugfs interface
` [PATCH 06/10] bcachefs: shrinker.to_text() methods
` [PATCH 07/10] percpu: per_cpu_sum()
` [PATCH 08/10] fs: Add super_block->s_inodes_nr
` [PATCH 09/10] fs/dcache: Add per-sb accounting for nr dentries
` [PATCH 10/10] fs: super_cache_to_text()

[PATCH] binfmt_elf_fdpic: fix /proc/<pid>/auxv
 2024-08-26  3:28 UTC  (6+ messages)

[PATCH 0/3] Docs/damon: update GitHub repo URLs and maintainer-profile
 2024-08-26  1:57 UTC  (4+ messages)
` [PATCH 1/3] Docs/damon: use damonitor GitHub organization instead of awslabs
` [PATCH 2/3] Docs/damon/maintainer-profile: add links in place
` [PATCH 3/3] Docs/damon/maintainer-profile: document Google calendar for bi-weekly meetups

[RFC PATCH] mm: control mthp per process/cgroup
 2024-08-26  2:26 UTC  (4+ messages)

[BUG] cgroupv2/blk: inconsistent I/O behavior in Cgroup v2 with set device wbps and wiops
 2024-08-26  2:15 UTC  (4+ messages)

[linux-next:master 6060/6439] mm/memory_hotplug.c:1811:33: error: implicit declaration of function 'unmap_posioned_folio'; did you mean 'unmap_poisoned_folio'?
 2024-08-26  1:52 UTC  (2+ messages)

[PATCH v3 2/2] mm: attempt to batch free swap entries for zap_pte_range()
 2024-08-25 23:52 UTC  (4+ messages)

[PATCH v5 0/9] support large folio swap-out and swap-in for shmem
 2024-08-25 23:28 UTC  (10+ messages)
` [PATCH v5 4/9] mm: filemap: use xa_get_order() to get the swap entry order
` [PATCH v5 6/9] mm: shmem: support large folio allocation for shmem_replace_folio()
` [PATCH v5 8/9] mm: shmem: split large entry if the swapin folio is not large
` [PATCH v5 9/9] mm: shmem: support large folio swap out

[REGRESSION] cifs: Subreq overread in dmesg, invalid argument & no data available in apps
 2024-08-25 23:26 UTC 

[PATCH v6 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-08-25 19:35 UTC  (3+ messages)

[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-08-21 17:40 UTC  (6+ messages)
` [PATCH v10 21/40] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v10 24/40] arm64/signal: Expose GCS state in signal frames

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

[PATCH 0/5] regmap: Improve lock handling with maple tree
 2024-08-22 19:13 UTC  (4+ messages)
` [PATCH 2/5] regmap: Hold the regmap lock when allocating and freeing the cache
` [PATCH 3/5] regmap: Use locking during kunit tests
` [PATCH 5/5] regmap: Don't double lock maple cache when using a regmap provided lock

[syzbot] [mm?] WARNING in zswap_swapoff
 2024-08-22 20:16 UTC  (5+ messages)

[RFC][PATCH 0/5] slab: Allocate and use per-call-site caches
 2024-08-22 17:47 UTC  (4+ messages)
` [PATCH 5/5] "

arm64: Kexec: Warning: virt_to_phys used for non-linear address
 2024-08-23 13:38 UTC  (5+ messages)

[PATCH mm-unstable v2 0/3] mm/hugetlb: alloc/free gigantic folios
 2024-08-22 18:36 UTC  (4+ messages)
` [PATCH mm-unstable v2 1/3] mm/contig_alloc: support __GFP_COMP

[PATCH 1/2] mm: Add memalloc_nowait_{save,restore}
 2024-08-22  9:09 UTC  (11+ messages)
        ` [PATCH] mm: document risk of PF_MEMALLOC_NORECLAIM

[PATCH 01/10] mm: Remove PageActive
 2024-08-22 18:24 UTC  (3+ messages)

[akpm-mm:mm-unstable 357/379] mm/vma.h:114:19: error: use of undeclared identifier 'USER_PGTABLES_CEILING'
 2024-08-25 11:34 UTC  (4+ messages)

[PATCH v2] Avoid memory barrier in read_seqcount() through load acquire
 2024-08-23 10:32 UTC  (2+ messages)

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

[PATCH V1] mm, slub: avoid zeroing kmalloc redzone
 2024-08-25 13:05 UTC  (2+ messages)

[linux-next:master] [slub] 3a34e8ea62: BUG:KASAN:slab-use-after-free_in_kmem_cache_rcu_uaf
 2024-08-25  9:45 UTC 

[linux-next:master] [kunit, slub] 2377a7d90f: WARNING:at_mm/slab_common.c:#kmem_cache_destroy
 2024-08-25  9:25 UTC 

[PATCH net-next v22 05/13] page_pool: devmem support
 2024-08-25  4:15 UTC 

[REGRESSION] cifs: triggers bad flatpak & ostree signatures, corrupts ffmpeg & mkvmerge outputs
 2024-08-25  1:50 UTC 

[linux-next:master 5392/6439] arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-catalina.dtb: adc@1e6e9000: 'interrupts' does not match any of the regexes: 'pinctrl-[0-9]+'
 2024-08-24 22:21 UTC 

[PATCH v4] x86/ioremap: Use is_ioremap_addr() in iounmap()
 2024-08-24 22:01 UTC 

[akpm-mm:mm-unstable 357/379] mm/vma.h:113:28: error: 'FIRST_USER_ADDRESS' undeclared
 2024-08-24 19:45 UTC  (2+ messages)

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

[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 0/9] netfs, cifs: Combined repost of fixes for truncation, DIO read and read-retry
 2024-08-24 14:09 UTC  (3+ messages)
` [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 

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

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


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