linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH 1/1] mm: Skip folio with private data during isolation
 2024-08-26 13:01 UTC  (4+ messages)

[PATCH net-next v15 01/13] mm: page_frag: add a test module for page_frag
 2024-08-26 12:40 UTC  (9+ 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

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

next-20240826: arm: tinyconfig: mm/vma.h:184:26: error: 'USER_PGTABLES_CEILING' undeclared (first use in this function)
 2024-08-26 12:36 UTC 

[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

[PATCH] MAINTAINERS: adjust file entry in MAPLE TREE
 2024-08-26 11:24 UTC  (2+ messages)

[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 

[v2 PATCH 1/2] hugetlb: arm64: add mte support
 2024-08-26 11:15 UTC  (2+ messages)

[PATCH v2 00/17] Wire up getrandom() vDSO implementation on powerpc
 2024-08-26 10:45 UTC  (34+ 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] [POC/RFE]: Avoid silently growing struct file due to SLAB_TYPESAFE_BY_RCU
 2024-08-26  9:25 UTC  (2+ messages)

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

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

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

[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 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 v2] vma remove the unneeded avc bound with non-CoWed folio
 2024-08-26  4:30 UTC  (12+ messages)

[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 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  (10+ messages)
` [PATCH 02/10] mm: shrinker: Add a .to_text() method for shrinkers
` [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)

[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 

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

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

[PATCH V1] mm, slub: avoid zeroing kmalloc redzone
 2024-08-25 13:05 UTC  (2+ 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)

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

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

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

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

[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 01/10] mm: Remove PageActive
 2024-08-22 18:24 UTC  (3+ messages)

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

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

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox