linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH RFC] mm: warn potential return NULL for kmalloc_array and kvmalloc_array with __GFP_NOFAIL
 2024-07-18  8:18 UTC  (11+ messages)

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

[PATCH 0/2] mm: skip memcg for certain address space
 2024-07-18  8:10 UTC  (10+ messages)

[PATCH v4 0/3] mm: swap: mTHP swap allocator base on swap cluster order
 2024-07-18  7:53 UTC  (10+ messages)
` [PATCH v4 1/3] mm: swap: swap cluster switch to double link list
` [PATCH v4 2/3] mm: swap: mTHP allocate swap entries from nonfull list

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

[RFC PATCH v9 00/11] EDAC: Scrub: Introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-07-18  7:03 UTC  (20+ messages)
` [RFC PATCH v9 01/11] EDAC: Add generic EDAC RAS feature driver
` [RFC PATCH v9 02/11] EDAC: Add EDAC scrub control driver
` [RFC PATCH v9 03/11] EDAC: Add EDAC ECS "
` [RFC PATCH v9 04/11] cxl/mbox: Add GET_SUPPORTED_FEATURES mailbox command
` [RFC PATCH v9 05/11] cxl/mbox: Add GET_FEATURE "
` [RFC PATCH v9 06/11] cxl/mbox: Add SET_FEATURE "

[PATCH 00/17] mm: introduce numa_memblks
 2024-07-18  7:02 UTC  (12+ 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 "

[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-18  6:48 UTC  (2+ messages)

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

[PATCH v2] selftests/mm: Skip test for non-LPA2 and non-LVA systems
 2024-07-18  5:25 UTC 

[PATCH] mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memory
 2024-07-18  5:15 UTC  (8+ messages)

Regression on linux-next (next-20240712)
 2024-07-18  5:09 UTC  (4+ messages)

[PATCH 0/3] Add support for Congatec CGEB BIOS interface
 2024-07-18  3:56 UTC  (7+ messages)
` [PATCH 1/3] mm: vmalloc: export __vmalloc_node_range
` [PATCH 2/3] x86: Add basic support for the Congatec CGEB BIOS interface
` [PATCH 3/3] i2c: Add Congatec CGEB I2C driver

[PATCH -next] selftests/mm: mseal, self_elf: Fix warning comparing pointer to 0
 2024-07-18  3:46 UTC  (2+ messages)

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

[linux-next:master 11543/13349] drivers/mailbox/qcom-cpucp-mbox.c:54:18: error: implicit declaration of function 'readq'; did you mean 'readb'?
 2024-07-18  1:52 UTC 

[PATCH] mm/x86/pat: Only untrack the pfn range if unmap region
 2024-07-18  1:50 UTC  (19+ messages)
`  "

[linux-next:master] BUILD REGRESSION 797012914d2d031430268fe512af0ccd7d8e46ef
 2024-07-18  0:51 UTC 

DAMON Beer/Coffee/Tea chat reminder and extending for office hour
 2024-07-17 23:58 UTC  (2+ messages)
` Shared calendar for the schedule (was Re: DAMON Beer/Coffee/Tea chat reminder and extending for office hour)

[linux-next:pending-fixes] BUILD SUCCESS 3adc29e2f4338a3da35bc4e3a00adb5be7d2c38a
 2024-07-17 23:21 UTC 

[PATCH RFC 0/6] mm: THP-agnostic refactor on huge mappings
 2024-07-17 22:02 UTC  (7+ messages)
` [PATCH RFC 1/6] mm/treewide: Remove pgd_devmap()
` [PATCH RFC 2/6] mm: PGTABLE_HAS_P[MU]D_LEAVES config options
` [PATCH RFC 3/6] mm/treewide: Make pgtable-generic.c THP agnostic
` [PATCH RFC 4/6] mm: Move huge mapping declarations from internal.h to huge_mm.h
` [PATCH RFC 5/6] mm/huge_mapping: Create huge_mapping_pxx.c
` [PATCH RFC 6/6] mm: Convert "*_trans_huge() || *_devmap()" to use *_leaf()

[PATCH v2 1/2] alloc_tag: export mem_alloc_profiling_key used by modules
 2024-07-17 21:30 UTC  (7+ messages)
` [PATCH v2 2/2] alloc_tag: outline and export free_reserved_page()

[PATCH v3 1/1] alloc_tag: outline and export free_reserved_page()
 2024-07-17 21:28 UTC 

[PATCH] mm: Fix endless reclaim on machines with unaccepted memory
 2024-07-17 21:00 UTC  (4+ messages)

[linux-next:master] [hugetlb] 003af997c8: libhugetlbfs-test.32/64bit.counters_sh.fail
 2024-07-17 20:45 UTC  (3+ messages)

[PATCH v5 00/21] Avoid MAP_FIXED gap exposure
 2024-07-17 20:07 UTC  (22+ messages)
` [PATCH v5 01/21] mm/mmap: Correctly position vma_iterator in __split_vma()
` [PATCH v5 02/21] mm/mmap: Introduce abort_munmap_vmas()
` [PATCH v5 03/21] mm/mmap: Introduce vmi_complete_munmap_vmas()
` [PATCH v5 04/21] mm/mmap: Extract the gathering of vmas from do_vmi_align_munmap()
` [PATCH v5 05/21] mm/mmap: Introduce vma_munmap_struct for use in munmap operations
` [PATCH v5 06/21] mm/mmap: Change munmap to use vma_munmap_struct() for accounting and surrounding vmas
` [PATCH v5 07/21] mm/mmap: Extract validate_mm() from vma_complete()
` [PATCH v5 08/21] mm/mmap: Inline munmap operation in mmap_region()
` [PATCH v5 09/21] mm/mmap: Expand mmap_region() munmap call
` [PATCH v5 10/21] mm/mmap: Support vma == NULL in init_vma_munmap()
` [PATCH v5 11/21] mm/mmap: Reposition vma iterator in mmap_region()
` [PATCH v5 12/21] mm/mmap: Track start and end of munmap in vma_munmap_struct
` [PATCH v5 13/21] mm/mmap: Clean up unmap_region() argument list
` [PATCH v5 14/21] mm/mmap: Avoid zeroing vma tree in mmap_region()
` [PATCH v5 15/21] mm/mmap: Use PHYS_PFN "
` [PATCH v5 16/21] mm/mmap: Use vms accounted pages "
` [PATCH v5 17/21] mm/mmap: Relocate arch_unmap() to vms_complete_munmap_vmas()
` [PATCH v5 18/21] mm/mmap: Move can_modify_mm() check down the stack
` [PATCH v5 19/21] ipc/shm, mm: Drop do_vma_munmap()
` [PATCH v5 20/21] mm/mmap: Move may_expand_vm() check in mmap_region()
` [PATCH v5 21/21] mm/mmap: Drop incorrect comment from vms_gather_munmap_vmas()

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

[linux-next:fs-next] BUILD SUCCESS 8c166e9a63f3f095a76c2201ded142f70c17aaac
 2024-07-17 18:43 UTC 

[PATCH 1/2] alloc_tag: export mem_alloc_profiling_key used by modules
 2024-07-17 18:24 UTC  (6+ messages)
` [PATCH 2/2] alloc_tag: outline and export {get|put}_page_tag_ref() "

[PATCH v4 14/21] mm/mmap: Avoid zeroing vma tree in mmap_region()
 2024-07-17 17:42 UTC  (3+ messages)

[PATCH v3 0/1] Add XSAVE layout description to Core files for debuggers to support varying XSAVE layouts
 2024-07-17 17:16 UTC  (5+ messages)
` [PATCH v3 1/1] x86/elf: Add a new .note section containing xfeatures buffer layout info to x86 core files

[RFC PATCH v1 0/4] Control folio sizes used for page cache memory
 2024-07-17 17:10 UTC  (6+ messages)
` [RFC PATCH v1 2/4] mm: Introduce "always+exec" for mTHP file_enabled control

[PATCH v3] vmstat: Kernel stack usage histogram
 2024-07-17 16:50 UTC  (6+ messages)

Hard and soft lockups with FIO and LTP runs on a large system
 2024-07-17 16:44 UTC  (13+ messages)

[PATCH V4 1/2] cgroup/rstat: Helper functions for locking expose trylock
 2024-07-17 16:04 UTC  (8+ messages)
` [PATCH V4 2/2] cgroup/rstat: Avoid thundering herd problem by kswapd across NUMA nodes

[linux-next:master] [mm/hugetlb_vmemmap] 875fa64577: vm-scalability.throughput -34.3% regression
 2024-07-17 15:44 UTC  (4+ messages)

[PATCH v9 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-07-17 15:28 UTC  (6+ messages)
` [PATCH v9 05/39] arm64/gcs: Document the ABI for Guarded Control Stacks

[PATCH v10 00/10] enable bs > ps in XFS
 2024-07-17 15:26 UTC  (13+ messages)
` [PATCH v10 01/10] fs: Allow fine-grained control of folio sizes
` [PATCH v10 10/10] xfs: enable block size larger than page size support

[linux-next:master 12947/13217] drivers/net/ethernet/meta/fbnic/fbnic_txrx.c:1088:6: error: call to '__compiletime_assert_749' declared with 'error' attribute: FIELD_PREP: value too large for the field
 2024-07-17 14:19 UTC  (3+ messages)

[PATCH v4 00/21] Avoid MAP_FIXED gap exposure
 2024-07-17 14:07 UTC  (4+ messages)
` [PATCH v4 18/21] mm/mmap: Move can_modify_mm() check down the stack

[PATCH 0/4] Fix and cleanups to quota
 2024-07-17 13:12 UTC  (5+ messages)
` [PATCH 1/4] quota: avoid missing put_quota_format when DQUOT_SUSPENDED is passed

[PATCH net-next v9 06/13] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
 2024-07-17 12:31 UTC  (15+ messages)

[PATCH] selftests/mm: Skip test for non-LPA2 and non-LVA systems
 2024-07-17 12:25 UTC  (4+ messages)

[linux-next:fs-current] BUILD SUCCESS 9f3ae347ce0fc73e9e008310a06fac977715b404
 2024-07-17 12:11 UTC 

[PATCH v6 0/9] fs: multigrain timestamp redux
 2024-07-17 12:02 UTC  (18+ messages)
` [PATCH v6 1/9] fs: add infrastructure for multigrain timestamps
` [PATCH v6 2/9] fs: tracepoints around multigrain timestamp events
` [PATCH v6 3/9] fs: add percpu counters for significant "
` [PATCH v6 4/9] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v6 5/9] Documentation: add a new file documenting multigrain timestamps
` [PATCH v6 7/9] ext4: switch to "
` [PATCH v6 9/9] tmpfs: add support for "

[GIT PULL] slab updates for 6.11
 2024-07-17 10:49 UTC 

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

page:  |  | latest

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