[PATCH 0/2] get rid of PF_MEMALLOC_NORECLAIM
2024-08-26 17:49 UTC (10+ messages)
` [PATCH 1/2] bcachefs: do not use PF_MEMALLOC_NORECLAIM
` [PATCH 2/2] mm: drop PF_MEMALLOC_NORECLAIM
[PATCH v2 0/8] x86/module: use large ROX pages for text allocations
2024-08-26 17:29 UTC (10+ 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
[PATCH v2] vma remove the unneeded avc bound with non-CoWed folio
2024-08-26 17:24 UTC (2+ messages)
[PATCH v2 0/5] support shmem mTHP collapse
2024-08-26 17:18 UTC (3+ messages)
` [PATCH v2 1/5] mm: khugepaged: expand the is_refcount_suitable() to support file folios
[PATCH v2] vma remove the unneeded avc bound with non-CoWed folio
2024-08-26 17:03 UTC (9+ messages)
[v2 PATCH 1/2] hugetlb: arm64: add mte support
2024-08-26 17:02 UTC (3+ messages)
[PATCH net-next v15 01/13] mm: page_frag: add a test module for page_frag
2024-08-26 17:00 UTC (12+ messages)
` [PATCH net-next v15 02/13] mm: move the page fragment allocator from page_alloc into its own file
` [PATCH net-next v15 03/13] mm: page_frag: use initial zero offset for page_frag_alloc_align()
` [PATCH net-next v15 04/13] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
` [PATCH net-next v15 06/13] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
` [PATCH net-next v15 07/13] mm: page_frag: some minor refactoring before adding new API
` [PATCH net-next v15 08/13] mm: page_frag: use __alloc_pages() to replace alloc_pages_node()
` [PATCH net-next v15 10/13] mm: page_frag: introduce prepare/probe/commit API
` [PATCH net-next v15 12/13] mm: page_frag: update documentation for page_frag
[RFC 0/2] mm: introduce THP deferred setting
2024-08-26 16:47 UTC (5+ messages)
[PATCH v2] mm: add lazyfree folio to lru tail
2024-08-26 16:37 UTC (5+ messages)
[PATCH v3 1/3] riscv: mm: Use hint address in mmap if available
2024-08-26 16:30 UTC (7+ messages)
[PATCH v6 bpf-next 00/10] Harden and extend ELF build ID parsing logic
2024-08-26 16:19 UTC (6+ messages)
` [PATCH v6 bpf-next 09/10] bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers
[PATCH] [POC/RFE]: Avoid silently growing struct file due to SLAB_TYPESAFE_BY_RCU
2024-08-26 16:04 UTC (3+ messages)
` [PATCH] [RFC] mm: add kmem_cache_create_rcu()
[PATCH v2 00/14] introduce pte_offset_map_{ro|rw}_nolock()
2024-08-26 15:36 UTC (14+ messages)
` [PATCH v2 01/14] mm: pgtable: "
` [PATCH v2 01/14 update] "
` [PATCH v2 02/14] arm: adjust_pte() use pte_offset_map_rw_nolock()
` [PATCH v2 03/14] powerpc: assert_pte_locked() use pte_offset_map_ro_nolock()
` [PATCH v2 04/14] mm: filemap: filemap_fault_recheck_pte_none() "
` [PATCH v2 05/14] mm: khugepaged: __collapse_huge_page_swapin() "
` [PATCH v2 06/14] mm: handle_pte_fault() use pte_offset_map_rw_nolock()
[PATCH 0/6] mm: finish isolate/putback_lru_page()
2024-08-26 15:08 UTC (14+ 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 5-fix/6] mm: remove isolate_lru_page() fix
` [PATCH 6/6] mm: remove putback_lru_page()
[PATCH] selftests/mm: do not try to split below filesystem block size
2024-08-26 15:01 UTC (3+ messages)
[linux-next:pending-fixes] BUILD SUCCESS 3b9e59693c2b7b430ba1f248d379b44a8b3baa4e
2024-08-26 14:58 UTC
[PATCH resend v2 0/5] mm: memory_hotplug: improve do_migrate_range()
2024-08-26 14:55 UTC (9+ messages)
` [PATCH v2 1/5] mm: memory_hotplug: remove head variable in do_migrate_range()
` [PATCH v2 3/5] mm: memory_hotplug: check hwpoisoned page firstly "
` [PATCH v2 4/5] mm: migrate: add isolate_folio_to_list()
` [PATCH v2 5/5] mm: memory_hotplug: unify Huge/LRU/non-LRU movable folio isolation
next-20240826: arm: tinyconfig: mm/vma.h:184:26: error: 'USER_PGTABLES_CEILING' undeclared (first use in this function)
2024-08-26 14:41 UTC (3+ messages)
[PATCH RFC 0/6] mm: THP-agnostic refactor on huge mappings
2024-08-26 14:34 UTC (6+ messages)
` [PATCH RFC 2/6] mm: PGTABLE_HAS_P[MU]D_LEAVES config options
[PATCH v1] selftests/mm: fix charge_reserved_hugetlb.sh test
2024-08-26 14:18 UTC (3+ messages)
[PATCH] MAINTAINERS: adjust file entry in MAPLE TREE
2024-08-26 14:12 UTC (3+ messages)
[PATCH v7 00/21] Avoid MAP_FIXED gap exposure
2024-08-26 14:12 UTC (4+ messages)
` [PATCH v7 12/21] mm/vma: Track start and end for munmap in vma_munmap_struct
[PATCH v4 0/4] mm: ZSWAP swap-out of mTHP folios
2024-08-26 14:12 UTC (5+ messages)
[PATCH] x86/mm/pat: Support splitting of virtual memory areas
2024-08-26 13:58 UTC (3+ messages)
LTP: hugemmap19: PF: supervisor read access in kernel mode
2024-08-26 13:57 UTC
[PATCH v2 00/17] Wire up getrandom() vDSO implementation on powerpc
2024-08-26 13:24 UTC (36+ 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 v7 0/8] Improve the copy of task comm
2024-08-26 13:13 UTC (6+ messages)
` [PATCH v7 6/8] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
[RFC PATCH 1/1] mm: Skip folio with private data during isolation
2024-08-26 13:01 UTC (4+ messages)
[RESEND PATCH v1] mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallback to order 0
2024-08-26 12:38 UTC (11+ messages)
[PATCH v3 0/4] mm: clarify nofail memory allocation
2024-08-26 12:10 UTC (14+ messages)
[PATCH -next 00/15] sysctl: move sysctls from vm_table into its own files
2024-08-26 12:04 UTC (16+ messages)
` [PATCH -next 01/15] mm: vmstat: move sysctls to "
` [PATCH -next 02/15] mm: filemap: move sysctl to its own file
` [PATCH -next 03/15] mm: swap: "
` [PATCH -next 04/15] mm: vmscan: move vmscan sysctls "
` [PATCH -next 05/15] mm: util: move sysctls into it own files
` [PATCH -next 06/15] mm: mmap: move sysctl into its own file
` [PATCH -next 07/15] security: min_addr: "
` [PATCH -next 08/15] mm: nommu: move sysctl to "
` [PATCH -next 09/15] fs: fs-writeback: "
` [PATCH -next 10/15] fs: drop_caches: "
` [PATCH -next 11/15] sunrpc: use vfs_pressure_ratio() helper
` [PATCH -next 12/15] fs: dcache: move the sysctl into its own file
` [PATCH -next 13/15] x86: vdso: "
` [PATCH -next 14/15] sh: "
` [PATCH -next 15/15] sysctl: remove unneeded include
[linux-next:fs-current] BUILD SUCCESS 4b28c2c47e229e244ded30358b88d494beb71b48
2024-08-26 11:19 UTC
[linux-next:fs-next] BUILD SUCCESS 3f0cf7f4383a5264d8892a4186116c866c5d3e70
2024-08-26 11:19 UTC
[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 (11+ messages)
` [PATCH v11 18/39] arm64/traps: Handle GCS exceptions
` [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
[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] 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 (3+ messages)
` [PATCH v4 1/2] "
[PATCH] codetag: debug: mark codetags for poisoned page as empty
2024-08-26 6:32 UTC (3+ messages)
` [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 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 00/10] shrinker debugging, .to_text() report (resend)
2024-08-26 3:32 UTC (6+ messages)
` [PATCH 02/10] mm: shrinker: Add a .to_text() method for shrinkers
[PATCH] binfmt_elf_fdpic: fix /proc/<pid>/auxv
2024-08-26 3:28 UTC (6+ messages)
[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)
[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
[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
[syzbot] [mm?] WARNING in zswap_swapoff
2024-08-22 20:16 UTC (5+ messages)
[PATCH 0/5] regmap: Improve lock handling with maple tree
2024-08-22 19:13 UTC (3+ messages)
` [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
[PATCH -v2] Resource: fix region_intersects() for CXL memory
2024-08-21 18:46 UTC (2+ messages)
[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
2024-08-21 17:40 UTC (3+ messages)
` [PATCH v10 24/40] arm64/signal: Expose GCS state in signal frames
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox