linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-26 06:58:48 to 2024-08-26 20:54:39 UTC [more...]

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

[PATCH v2 00/19] mm: Support huge pfnmaps
 2024-08-26 20:43 UTC  (20+ messages)
` [PATCH v2 01/19] mm: Introduce ARCH_SUPPORTS_HUGE_PFNMAP and special bits to pmd/pud
` [PATCH v2 02/19] mm: Drop is_huge_zero_pud()
` [PATCH v2 03/19] mm: Mark special bits for huge pfn mappings when inject
` [PATCH v2 04/19] mm: Allow THP orders for PFNMAPs
` [PATCH v2 05/19] mm/gup: Detect huge pfnmap entries in gup-fast
` [PATCH v2 06/19] mm/pagewalk: Check pfnmap for folio_walk_start()
` [PATCH v2 07/19] mm/fork: Accept huge pfnmap entries
` [PATCH v2 08/19] mm: Always define pxx_pgprot()
` [PATCH v2 09/19] mm: New follow_pfnmap API
` [PATCH v2 10/19] KVM: Use "
` [PATCH v2 11/19] s390/pci_mmio: "
` [PATCH v2 12/19] mm/x86/pat: Use the new "
` [PATCH v2 13/19] vfio: "
` [PATCH v2 14/19] acrn: "
` [PATCH v2 15/19] mm/access_process_vm: "
` [PATCH v2 16/19] mm: Remove follow_pte()
` [PATCH v2 17/19] mm/x86: Support large pfn mappings
` [PATCH v2 18/19] mm/arm64: "
` [PATCH v2 19/19] vfio/pci: Implement huge_fault support

[linux-next:master] [slub] 3a34e8ea62: BUG:KASAN:slab-use-after-free_in_kmem_cache_rcu_uaf
 2024-08-26 20:27 UTC  (4+ messages)

[PATCH] swap: Convert swapon() to use a folio
 2024-08-26 20:21 UTC 

[linux-next:master] [kunit, slub] 2377a7d90f: WARNING:at_mm/slab_common.c:#kmem_cache_destroy
 2024-08-26 20:19 UTC  (2+ messages)

[PATCH] binfmt_elf_fdpic: fix AUXV size calculation when ELF_HWCAP2 is defined
 2024-08-26 20:06 UTC  (3+ messages)

[PATCH -next 00/15] sysctl: move sysctls from vm_table into its own files
 2024-08-26 19:57 UTC  (18+ 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 v2] mm: add lazyfree folio to lru tail
 2024-08-26 19:54 UTC  (6+ messages)

[PATCH] Reenable NUMA policy support in the slab allocator
 2024-08-26 19:44 UTC  (2+ messages)

[PATCH v7 0/2] mm: Ignite large folios swap-in support
 2024-08-26 19:46 UTC  (6+ messages)
` [PATCH v7 2/2] mm: support large folios swap-in for sync io devices

[PATCH v3] slub: Fixes freepointer encoding for single free
 2024-08-26 19:37 UTC  (3+ messages)

[PATCH v2] slab: Warn on duplicate cache names when DEBUG_VM=y
 2024-08-26 19:23 UTC  (5+ messages)

[PATCH 0/5] tmpfs: Add case-insesitive support for tmpfs
 2024-08-26 19:16 UTC  (3+ messages)
` [PATCH 1/5] tmpfs: Add casefold lookup support

[PATCH] codetag: debug: mark codetags for poisoned page as empty
 2024-08-26 19:07 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2] mm, slub: print CPU id (and its node) on slab OOM
 2024-08-26 18:39 UTC  (2+ messages)

[PATCH] Integrating Namespaces and Cgroups for Enhanced Resource Management
 2024-08-26 18:29 UTC  (2+ messages)

[PATCH v4 24/26] arch_numa: switch over to numa_memblks
 2024-08-26 18:17 UTC 

[PATCH 0/6] mm: finish isolate/putback_lru_page()
 2024-08-26 17:54 UTC  (20+ 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 v2 0/8] x86/module: use large ROX pages for text allocations
 2024-08-26 17:29 UTC  (8+ 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] 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  (5+ 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 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  (4+ 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  (13+ messages)
` [PATCH v2 01/14] mm: pgtable: "
` [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] 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  (5+ 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)

[linux-next:fs-next] BUILD SUCCESS 3f0cf7f4383a5264d8892a4186116c866c5d3e70
 2024-08-26 11:19 UTC 

[linux-next:fs-current] BUILD SUCCESS 4b28c2c47e229e244ded30358b88d494beb71b48
 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  (7+ messages)
` [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: "


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