linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 00/17] mm: introduce numa_memblks
 2024-07-19 16:28 UTC  (27+ 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 13/17] mm: move numa_distance and related code from x86 to numa_memblks
` [PATCH 14/17] mm: introduce numa_emulation

[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  (11+ messages)
` [PATCH 3/4] iomap: fix handling of dirty folios over unwritten extents
` [PATCH 4/4] xfs: remove unnecessary flush of eof page from truncate
  ` [PATCH 1/4] filemap: return pos of first dirty folio from range_has_writeback

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

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

[PATCH 1/2] memory tiering: read last_cpupid correctly in do_huge_pmd_numa_page()
 2024-07-19 14:43 UTC  (2+ messages)
` [PATCH 2/2] memory tiering: introduce folio_has_cpupid() check

Hard and soft lockups with FIO and LTP runs on a large system
 2024-07-19 14:26 UTC  (8+ messages)

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

[PATCH RFC] mm: warn potential return NULL for kmalloc_array and kvmalloc_array with __GFP_NOFAIL
 2024-07-19 13:30 UTC  (36+ 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

[PATCH 0/3] Add support for Congatec CGEB BIOS interface
 2024-07-19 12:42 UTC  (16+ messages)
` [PATCH 1/3] mm: vmalloc: export __vmalloc_node_range

[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 

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

[syzbot] [mm?] BUG: Bad page map (8)
 2024-07-19 11:21 UTC  (2+ messages)

[PATCH v7 0/3] btrfs: try to allocate larger folios for metadata
 2024-07-19 11:13 UTC  (5+ 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 v7 3/3] btrfs: prefer to allocate larger folio for metadata

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

[PATCH v4 0/3] mm: swap: mTHP swap allocator base on swap cluster order
 2024-07-19 10:30 UTC  (8+ messages)
` [PATCH v4 2/3] mm: swap: mTHP allocate swap entries from nonfull list

[PATCH v6 0/3] btrfs: try to allocate larger folios for metadata
 2024-07-19 10:19 UTC  (5+ messages)
` [PATCH v6 1/3] memcontrol: define root_mem_cgroup for CONFIG_MEMCG=n cases
` [PATCH v6 2/3] btrfs: always uses root memcgroup for filemap_add_folio()
` [PATCH v6 3/3] btrfs: prefer to allocate larger folio for metadata

[RFC v11 01/14] mm: page_frag: add a test module for page_frag
 2024-07-19  9:33 UTC  (10+ 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 04/14] mm: page_frag: add '_va' suffix to page_frag API
` [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()
` [RFC v11 11/14] mm: page_frag: introduce prepare/probe/commit API
` [RFC v11 13/14] mm: page_frag: update documentation for page_frag

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

[PATCH v2 0/3] mTHP allocation stats for file-backed memory
 2024-07-19  8:56 UTC  (4+ messages)
` [PATCH v2 3/3] mm: mTHP stats for pagecache folio allocations

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

[linux-next:master 13285/13432] riscv64-linux-ld: include/linux/usb.h:1400:undefined reference to `usb_submit_urb'
 2024-07-19  7:50 UTC 

[linux-next:master 7766/10451] drivers/clk/qcom/camcc-sm8650.c:3573:29: error: incompatible pointer types passing 'struct device *' to parameter of type 'struct platform_device *'
 2024-07-19  7:06 UTC  (5+ messages)

[RFC PATCH] cxl: avoid duplicating report from MCE & device
 2024-07-19  6:24 UTC 

[PATCH mm-unstable v1] mm/hugetlb_vmemmap: don't synchronize_rcu() without HVO
 2024-07-19  6:18 UTC  (2+ messages)

[PATCH] mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memory
 2024-07-19  3:55 UTC  (9+ messages)

[PATCH] mm, memcg: cg2 memory{.swap,}.peak write handlers
 2024-07-19  3:23 UTC  (7+ messages)

[PATCH v3] vmstat: Kernel stack usage histogram
 2024-07-19  2:56 UTC  (8+ messages)

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

[PATCH 0/7] Split list_lru lock into per-cgroup scope
 2024-07-19  2:45 UTC  (9+ messages)
` [PATCH 1/7] mm/swap, workingset: make anon workingset nodes memcg aware
` [PATCH 5/7] mm/list_lru: simplify reparenting and initial allocation

[linux-next:fs-next] BUILD SUCCESS 6cbefbeda83ef88db8322184d0999683ea4b02d9
 2024-07-19  2:31 UTC 

[PATCH RFC] mm/page_alloc: Fix pcp->count race between drain_pages_zone() vs __rmqueue_pcplist()
 2024-07-19  2:28 UTC  (4+ messages)

[syzbot] [mm?] possible deadlock in try_to_wake_up (5)
 2024-07-19  1:54 UTC 

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

[linux-next:pending-fixes] BUILD SUCCESS f66a2ffad56a9ca2519e1f110202d228fe13e153
 2024-07-18 23:47 UTC 

[GIT PULL] memblock: updates for 6.11-rc1
 2024-07-18 23:06 UTC  (2+ messages)

[GIT PULL] slab updates for 6.11
 2024-07-18 23:06 UTC  (2+ messages)

[PATCH 0/9] Unify hugetlb into arch_get_unmapped_area functions
 2024-07-18 22:22 UTC  (12+ messages)
` [PATCH 1/9] mm/mmap: Teach generic_get_unmapped_area{_topdown} to handle hugetlb mappings
` [PATCH 2/9] arch/s390: Teach arch_get_unmapped_area{_topdown} "
` [PATCH 3/9] arch/x86: Teach arch_get_unmapped_area_vmflags "
` [PATCH 4/9] arch/sparc: Teach arch_get_unmapped_area{_topdown} "
` [PATCH 5/9] arch/powerpc: Teach book3s64 "
` [PATCH 6/9] mm: Make hugetlb mappings go through mm_get_unmapped_area_vmflags
` [PATCH 7/9] mm: Drop hugetlb_get_unmapped_area{_*} functions
` [PATCH 8/9] arch/s390: Clean up hugetlb definitions
` [PATCH 9/9] mm: Consolidate common checks in hugetlb_mmap_check_and_align

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

[PATCH] mm: kmem: remove mem_cgroup_from_obj()
 2024-07-18 20:47 UTC  (3+ messages)

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

[PATCH] execve: Move KUnit tests to tests/ subdirectory
 2024-07-18 17:46 UTC  (2+ messages)

[syzbot] [crypto?] KASAN: slab-use-after-free Read in handle_mm_fault
 2024-07-18 16:51 UTC  (10+ messages)

[PATCH v2] mm: Give kmap_lock before call flush_tlb_kernel_rang,avoid kmap_high deadlock
 2024-07-18 16:18 UTC  (2+ messages)

[linux-next:master 12153/13432] drivers/md/dm-integrity.c:4559 dm_integrity_ctr() warn: impossible condition '(bi->tuple_size > ((1) << 12) / 2) => (0-255 > 2048)'
 2024-07-18 15:27 UTC 

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-07-18 14:45 UTC  (13+ messages)
` [PATCH v4 06/29] arm64: context switch POR_EL0 register
` [PATCH v4 17/29] arm64: implement PKEYS support

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

LPA2 on non-LPA2 hardware broken with 16K pages
 2024-07-18 14:34 UTC  (4+ messages)

[linux-next:fs-current] BUILD SUCCESS ccb4f0dd82ceaa7702fbf063ec5131dc064f2652
 2024-07-18 14:09 UTC 

[PATCH 2/3] x86: Add basic support for the Congatec CGEB BIOS interface
 2024-07-18 14:01 UTC  (2+ messages)

[PATCH 0/2] Align kvrealloc() with krealloc()
 2024-07-18 11:45 UTC  (7+ messages)
` [PATCH 1/2] mm: vmalloc: implement vrealloc()
` [PATCH 2/2] mm: kvmalloc: align kvrealloc() with krealloc()

[PATCH] mm: list_lru: fix UAF for memory cgroup
 2024-07-18 11:20 UTC  (3+ messages)

[linux-next:master 13064/13432] include/asm-generic/bitops/generic-non-atomic.h:128:undefined reference to `usb_kill_anchored_urbs'
 2024-07-18 10:48 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