linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH RFC 0/6] mm: THP-agnostic refactor on huge mappings
 2024-07-17 22:02 UTC  (5+ 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 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] execve: Move KUnit tests to tests/ subdirectory
 2024-07-17 21:22 UTC 

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

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

[RFC PATCH v9 00/11] EDAC: Scrub: Introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-07-17 20:13 UTC  (18+ 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 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()

Regression on linux-next (next-20240712)
 2024-07-17 20:00 UTC  (3+ messages)

[PATCH v2 0/6] mm: zswap: global shrinker fix and proactive shrink
 2024-07-17 19:01 UTC  (11+ messages)
` [PATCH v2 1/6] mm: zswap: fix global shrinker memcg iteration
` [PATCH v2 2/6] mm: zswap: fix global shrinker error handling logic

[PATCH V7 1/2] cgroup/rstat: Avoid thundering herd problem by kswapd across NUMA nodes
 2024-07-17 18:43 UTC  (12+ 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  (8+ messages)
` [PATCH 2/2] alloc_tag: outline and export {get|put}_page_tag_ref() "

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

[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  (9+ messages)
` [RFC PATCH v1 1/4] mm: mTHP user controls to configure pagecache large folio sizes
` [RFC PATCH v1 2/4] mm: Introduce "always+exec" for mTHP file_enabled control
` [RFC PATCH v1 3/4] mm: Override mTHP "enabled" defaults at kernel cmdline
` [RFC PATCH v1 4/4] mm: Override mTHP "file_enabled" "

[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 0/2] mm: skip memcg for certain address space
 2024-07-17 16:14 UTC  (4+ 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  (5+ messages)

[PATCH v4 0/3] mm: swap: mTHP swap allocator base on swap cluster order
 2024-07-17 15:41 UTC  (9+ 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 v9 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-07-17 15:28 UTC  (9+ messages)
` [PATCH v9 05/39] arm64/gcs: Document the ABI for Guarded Control Stacks
` [PATCH v9 20/39] arm64/gcs: Ensure that new threads have a GCS

[PATCH v10 00/10] enable bs > ps in XFS
 2024-07-17 15:26 UTC  (14+ 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

[PATCH 00/17] mm: introduce numa_memblks
 2024-07-17 14:42 UTC  (11+ 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 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  (19+ 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

[PATCH] mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memory
 2024-07-17  9:01 UTC  (6+ messages)

[GIT PULL] memblock: updates for 6.11-rc1
 2024-07-17  8:23 UTC 

[PATCH v2] mm/hwpoison: reset hwpoison filter parameters in pfn_inject_exit()
 2024-07-17  7:48 UTC  (7+ messages)

[PATCH] maple_tree: fix the comment on maple_arange_64 size
 2024-07-17  7:05 UTC  (7+ messages)

madvise_inject_error skips pages
 2024-07-17  6:51 UTC  (3+ messages)

[PATCH v6 0/5] x86/pkeys: update PKRU to enable pkey 0 before
 2024-07-17  4:25 UTC  (2+ messages)
  ` [PATCH v6 1/5] x86/pkeys: Add PKRU as a parameter in signal handling functions

[PATCH 0/7] Split list_lru lock into per-cgroup scope
 2024-07-17  3:25 UTC  (7+ messages)
` [PATCH 1/7] mm/swap, workingset: make anon workingset nodes memcg aware
` [PATCH 3/7] mm/list_lru: don't export list_lru_add
` [PATCH 5/7] mm/list_lru: simplify reparenting and initial allocation

[PATCH] mm: list_lru: Fix NULL pointer dereference in list_lru_add()
 2024-07-17  2:37 UTC  (5+ messages)

[linux-next:master 13144/13217] arch/arm64/boot/dts/freescale/fsl-ls1028a-qds-13bb.dtb: thermal-zones: 'core-cluster-thermal' does not match any of the regexes: '^[a-zA-Z][a-zA-Z0-9\\-]{1,10}-thermal$', 'pinctrl-[0-9]+'
 2024-07-17  2:01 UTC 

[PATCH 1/1] alloc_tag: Export memory allocation profiling symbols used by modules
 2024-07-17  1:22 UTC  (4+ messages)

page:  |  | latest

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