linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH RFC 0/6] mm: THP-agnostic refactor on huge mappings
 2024-07-22 13:29 UTC  (2+ messages)

[syzbot] [mm?] BUG: Bad page map (8)
 2024-07-22 13:23 UTC  (4+ messages)

[PATCH v5 00/21] Avoid MAP_FIXED gap exposure
 2024-07-22 13:14 UTC  (3+ messages)
` [PATCH v5 10/21] mm/mmap: Support vma == NULL in init_vma_munmap()

[RFC v11 01/14] mm: page_frag: add a test module for page_frag
 2024-07-22 12:55 UTC  (15+ messages)
` [RFC v11 02/14] mm: move the page fragment allocator from page_alloc into its own file
` [RFC v11 03/14] mm: page_frag: use initial zero offset for page_frag_alloc_align()
` [RFC v11 05/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
` [RFC v11 07/14] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
` [RFC v11 08/14] mm: page_frag: some minor refactoring before adding new API
` [RFC v11 09/14] mm: page_frag: use __alloc_pages() to replace alloc_pages_node()

[External] Re: [PATCH 1/1] mm/vmalloc: Add preempt point in purge_vmap_node() when enabling kasan
 2024-07-22 12:40 UTC  (3+ messages)
`  "

[PATCH] mm/numa_balancing: Fix the memory thrashing problem in the single-threaded process
 2024-07-22 12:33 UTC 

[RFC PATCH 0/8] Unmapping guest_memfd from Direct Map
 2024-07-22 12:28 UTC  (2+ messages)

[PATCH v3 0/7] Make core VMA operations internal and testable
 2024-07-22 11:50 UTC  (8+ messages)
` [PATCH v3 1/7] userfaultfd: move core VMA manipulation logic to mm/userfaultfd.c
` [PATCH v3 2/7] mm: move vma_modify() and helpers to internal header
` [PATCH v3 3/7] mm: move vma_shrink(), vma_expand() "
` [PATCH v3 4/7] mm: move internal core VMA manipulation functions to own file
` [PATCH v3 5/7] MAINTAINERS: Add entry for new VMA files
` [PATCH v3 6/7] tools: separate out shared radix-tree components
` [PATCH v3 7/7] tools: add skeleton code for userland testing of VMA logic

[RFC PATCH] mm: keep LRU order by move unisolated folios to tail
 2024-07-22 10:23 UTC 

[PATCH v9 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-07-22 10:08 UTC  (10+ messages)
` [PATCH v9 35/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v9 38/39] kselftest/arm64: Add a GCS stress test

[PATCH v4 0/3] mm: swap: mTHP swap allocator base on swap cluster order
 2024-07-22  9:54 UTC  (12+ messages)
` [PATCH v4 2/3] mm: swap: mTHP allocate swap entries from nonfull list

[RFC PATCH v1 0/4] Control folio sizes used for page cache memory
 2024-07-22  9:43 UTC  (8+ messages)
  ` [RFC PATCH v1 3/4] mm: Override mTHP "enabled" defaults at kernel cmdline

[RFC PATCH v3 12/37] kvx: Add ELF-related definitions
 2024-07-22  9:41 UTC  (3+ messages)
` [RFC PATCH v3 24/37] kvx: Add memory management
` [RFC PATCH v3 27/37] kvx: Add ELF relocations and module support

[PATCH v2] mm/page_alloc: Fix pcp->count race between drain_pages_zone() vs __rmqueue_pcplist()
 2024-07-22  9:34 UTC  (5+ messages)

[PATCH] mm/x86/pat: Only untrack the pfn range if unmap region
 2024-07-22  9:17 UTC  (14+ messages)

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-07-22  9:16 UTC  (3+ messages)
` [PATCH v4 18/29] arm64: add POE signal support

Tools for explaining memory mappings/usage/pressure
 2024-07-22  9:05 UTC  (4+ messages)

[PATCH RFC] mm: warn potential return NULL for kmalloc_array and kvmalloc_array with __GFP_NOFAIL
 2024-07-22  9:01 UTC  (30+ messages)

[linux-next:master 13182/13495] drivers/bluetooth/btusb.c:2720:21: warning: assignment to 'struct urb *' from 'int' makes pointer from integer without a cast
 2024-07-22  8:39 UTC 

[PATCH v7 0/3] btrfs: try to allocate larger folios for metadata
 2024-07-22  8:08 UTC  (12+ messages)
` [PATCH v7 1/3] memcontrol: define root_mem_cgroup for CONFIG_MEMCG=n cases
` [PATCH v7 2/3] btrfs: always uses root memcgroup for filemap_add_folio()

[PATCH 00/17] mm: introduce numa_memblks
 2024-07-22  8:08 UTC  (53+ messages)
` [PATCH 01/17] mm: move kernel/numa.c to mm/
` [PATCH 02/17] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
` [PATCH 03/17] MIPS: loongson64: rename __node_data to node_data
` [PATCH 04/17] arch, mm: move definition of node_data to generic code
` [PATCH 05/17] arch, mm: pull out allocation of NODE_DATA "
` [PATCH 06/17] x86/numa: simplify numa_distance allocation
` [PATCH 07/17] x86/numa: move FAKE_NODE_* defines to numa_emu
` [PATCH 08/17] x86/numa_emu: simplify allocation of phys_dist
` [PATCH 09/17] x86/numa_emu: split __apicid_to_node update to a helper function
` [PATCH 10/17] x86/numa_emu: use a helper function to get MAX_DMA32_PFN
` [PATCH 11/17] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
` [PATCH 12/17] mm: introduce numa_memblks
` [PATCH 13/17] mm: move numa_distance and related code from x86 to numa_memblks
` [PATCH 14/17] mm: introduce numa_emulation
` [PATCH 15/17] mm: make numa_memblks more self-contained
` [PATCH 16/17] arch_numa: switch over to numa_memblks
` [PATCH 17/17] mm: make range-to-target_node lookup facility a part of numa_memblks

[PATCH v2 0/3] mTHP allocation stats for file-backed memory
 2024-07-22  8:04 UTC  (5+ messages)
` [PATCH v2 2/3] mm: Tidy up shmem mTHP controls and stats

[PATCH 00/26] Address Space Isolation (ASI) 2024
 2024-07-22  7:55 UTC  (3+ messages)
` [PATCH 02/26] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION

[PATCH] mm: kmem: add lockdep assertion to obj_cgroup_memcg
 2024-07-22  7:53 UTC  (3+ messages)

[PATCH v1 0/2] mTHP allocation stats for file-backed memory
 2024-07-22  7:36 UTC  (8+ messages)
` [PATCH v1 2/2] mm: mTHP stats for pagecache folio allocations

[PATCH v2] execve: Move KUnit tests to tests/ subdirectory
 2024-07-22  7:35 UTC  (2+ messages)

[linus:master] [mm] 24e44cc22a: BUG:KCSAN:data-race_in_pcpu_alloc_noprof/pcpu_block_update_hint_alloc
 2024-07-22  7:30 UTC 

[PATCH RFC 0/6] mm, slub: handle pending kfree_rcu() in kmem_cache_destroy()
 2024-07-22  6:49 UTC  (7+ messages)
` [PATCH RFC 1/6] mm, slab: make caches with refcount of 0 unmergeable
` [PATCH RFC 2/6] mm, slab: always maintain per-node slab and object count

[PATCH v3 0/3] Some cleanups for shmem
 2024-07-22  5:43 UTC  (4+ messages)
` [PATCH v3 1/3] mm: shmem: simplify the suitable huge orders validation for tmpfs
` [PATCH v3 2/3] mm: shmem: rename shmem_is_huge() to shmem_huge_global_enabled()
` [PATCH v3 3/3] mm: shmem: move shmem_huge_global_enabled() into shmem_allowable_huge_orders()

Hard and soft lockups with FIO and LTP runs on a large system
 2024-07-22  4:17 UTC  (18+ messages)

[GIT PULL] non-MM updates for 6.11-rc1
 2024-07-22  3:35 UTC  (4+ messages)

[PATCH v2 0/3] Some cleanups for shmem
 2024-07-22  2:41 UTC  (4+ messages)
` [PATCH v2 3/3] mm: shmem: move shmem_huge_global_enabled() into shmem_allowable_huge_orders()

[RFC PATCH 0/3] Fix and refactor do_{huge_pmd_}numa_page()
 2024-07-22  1:47 UTC  (5+ messages)
` [RFC PATCH 3/3] mm/migrate: move common code to numa_migrate_check (was numa_migrate_prep)

[GIT PULL] MM updates for 6.11-rc1
 2024-07-22  1:15 UTC  (6+ messages)

[PATCH] Make binfmt_elf read ELF headers from APE binaries
 2024-07-21 13:15 UTC 

[syzbot] [cgroups?] [mm?] possible deadlock in try_charge_memcg
 2024-07-21 13:14 UTC 

[PATCH] mm: fix maxnode for mbind(), set_mempolicy() and migrate_pages()
 2024-07-20 17:55 UTC  (2+ messages)

[PATCH] generic/736: don't run it on tmpfs
 2024-07-20 17:26 UTC  (2+ messages)

[PATCH] slab: Introduce kmalloc_obj() and family
 2024-07-20 16:44 UTC  (3+ messages)

[PATCH] HitShield:Something new eviction process for MGLRU
 2024-07-20 15:34 UTC  (2+ messages)

[PATCH V7 1/2] cgroup/rstat: Avoid thundering herd problem by kswapd across NUMA nodes
 2024-07-20 15:05 UTC  (13+ messages)

[PATCH 1/2] memory tiering: read last_cpupid correctly in do_huge_pmd_numa_page()
 2024-07-20 13:47 UTC  (6+ messages)
` [PATCH 2/2] memory tiering: introduce folio_has_cpupid() check

[PATCH] generic/732: don't run it on tmpfs
 2024-07-20  7:13 UTC 

[syzbot] [mm?] BUG: Bad page map (8)
 2024-07-20  7:01 UTC  (3+ messages)

[linux-next:master 7769/10451] arch/arm64/boot/dts/qcom/sm8650-hdk.dtb: clock-controller@aaf0000: 'required-opps' is a required property
 2024-07-20  5:34 UTC  (2+ messages)

[PATCH v3 0/2] mm: zswap: fixes for global shrinker
 2024-07-20  4:41 UTC  (3+ messages)
` [PATCH v3 1/2] mm: zswap: fix global shrinker memcg iteration
` [PATCH v3 2/2] mm: zswap: fix global shrinker error handling logic

[PATCH v3] vmstat: Kernel stack usage histogram
 2024-07-20  3:41 UTC  (9+ messages)

[PATCH] mm/x86/pat: Only untrack the pfn range if unmap region
 2024-07-20  2:18 UTC  (2+ messages)

[linux-next:fs-next] BUILD SUCCESS 03725d4c6d07985d780d8904bbff97267d89166a
 2024-07-20  2:04 UTC 

[syzbot] [mm?] possible deadlock in mmap_read_lock
 2024-07-20  1:39 UTC  (2+ messages)

[linux-next:fs-current] BUILD SUCCESS e1a46cdb94264d6e4a5a2906e3431fe994b4a9fd
 2024-07-20  0:26 UTC 

[linux-next:master] [mm] 98c9daf5ae: aim7.jobs-per-min -29.4% regression
 2024-07-19 22:38 UTC  (7+ messages)

[PATCH v4] vmstat: Kernel stack usage histogram
 2024-07-19 22:04 UTC  (4+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 89ee05b11178f39215e7c3f911cce4591e69995b
 2024-07-19 21:35 UTC 

[PATCH v2 0/7] Make core VMA operations internal and testable
 2024-07-19 20:49 UTC  (6+ messages)

zswap_writeback_entry crashes in 6.9.5
 2024-07-19 20:47 UTC  (4+ messages)

[PATCH] mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit machines
 2024-07-19 20:46 UTC  (3+ messages)

[PATCH 1/3] mm: vmalloc: export __vmalloc_node_range
 2024-07-19 19:59 UTC  (13+ messages)

[linux-next:master] BUILD REGRESSION 41c196e567fb1ea97f68a2ffb7faab451cd90854
 2024-07-19 19:33 UTC 

[RFC PATCH v9 00/11] EDAC: Scrub: Introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-07-19 18:43 UTC  (3+ messages)
` [RFC PATCH v9 08/11] cxl/memscrub: Add CXL memory device ECS control feature

LPA2 on non-LPA2 hardware broken with 16K pages
 2024-07-19 18:02 UTC  (3+ messages)

[PATCH v3] mm/damon/lru_sort: adjust local variable to dynamic allocation
 2024-07-19 17:42 UTC 

[PATCH v3 0/2] binfmt_elf, coredump: Log the reason of the failed core dumps
 2024-07-19 17:33 UTC  (4+ messages)
` [PATCH v3 1/2] coredump: Standartize and fix logging

[linux-next:master 13468/13536] include/uapi/linux/swab.h:60:undefined reference to `usb_set_interface'
 2024-07-19 16:25 UTC 

[linux-next:master] [mm/hugetlb_vmemmap] 875fa64577: vm-scalability.throughput -34.3% regression
 2024-07-19 16:06 UTC  (6+ messages)

[PATCH RFC 0/4] iomap: zero dirty folios over unwritten mappings on zero range
 2024-07-19 15:22 UTC  (6+ messages)
` [PATCH 3/4] iomap: fix handling of dirty folios over unwritten extents

[PATCH v2 0/6] mm: zswap: global shrinker fix and proactive shrink
 2024-07-19 14:55 UTC  (7+ messages)

[PATCH 1/2] mm: cleanup flags usage in faultin_page
 2024-07-19 13:24 UTC  (4+ messages)
` [PATCH 2/2] mm: remove foll_flags in __get_user_pages

[PATCH V8 1/2] cgroup/rstat: Avoid flushing if there is an ongoing overlapping flush
 2024-07-19 13:07 UTC  (2+ messages)
` [PATCH V8 2/2] cgroup/rstat: add tracepoints for ongoing flusher waits

[linux-next:master 13085/13536] riscv64-linux-ld: drivers/bluetooth/btmtk.c:477:undefined reference to `usb_control_msg'
 2024-07-19 12:24 UTC 

page:  |  | latest

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