linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[linux-next:master] BUILD REGRESSION 0b58e108042b0ed28a71cd7edf5175999955b233
 2024-07-04  7:08 UTC 

[PATCH V4] mm/gup: Clear the LRU flag of a page before adding to LRU batch
 2024-07-04  6:52 UTC 

[linux-next:fs-next] BUILD SUCCESS 37baa0045f3b59c1cf3b501c28aa93d04edbf54a
 2024-07-04  6:49 UTC 

[PATCH v2 0/2] Introduce tracepoint for hugetlbfs
 2024-07-04  6:40 UTC  (5+ messages)
` [PATCH v2 1/2] hugetlbfs: support tracepoint
` [PATCH v2 2/2] hugetlbfs: use tracepoints in hugetlbfs functions

[linux-next:master 4347/10451] arch/loongarch/include/asm/uprobes.h:12:33: error: initializer element is not constant
 2024-07-04  6:31 UTC 

[PATCH 1/3] arch/x86: Drop own definition of pgd,p4d_leaf
 2024-07-04  6:30 UTC  (3+ messages)
` [PATCH 2/3] mm: Remove pud_user() from asm-generic/pgtable-nopmd.h
` [PATCH 3/3] mm: Add p{g/4}d_leaf() in asm-generic/pgtable-nop{4/u}d.h

[PATCH V2] mm/gup: Clear the LRU flag of a page before adding to LRU batch
 2024-07-04  6:24 UTC  (5+ messages)

[PATCH hotfix] mm: fix crashes from deferred split racing folio migration
 2024-07-04  6:12 UTC  (8+ messages)

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

[GIT PULL] hotfixes for 6.10-rc7
 2024-07-04  5:27 UTC 

[PATCH 00/45] hugetlb pagewalk unification
 2024-07-04  4:31 UTC  (46+ messages)
` [PATCH 01/45] arch/x86: Drop own definition of pgd,p4d_leaf
` [PATCH 02/45] mm: Add {pmd,pud}_huge_lock helper
` [PATCH 03/45] mm/pagewalk: Move vma_pgtable_walk_begin and vma_pgtable_walk_end upfront
` [PATCH 04/45] mm/pagewalk: Only call pud_entry when we have a pud leaf
` [PATCH 05/45] mm/pagewalk: Enable walk_pmd_range to handle cont-pmds
` [PATCH 06/45] mm/pagewalk: Do not try to split non-thp pud or pmd leafs
` [PATCH 07/45] arch/s390: Enable __s390_enable_skey_pmd to handle hugetlb vmas
` [PATCH 08/45] fs/proc: Enable smaps_pmd_entry to handle PMD-mapped "
` [PATCH 09/45] mm: Implement pud-version functions for swap and vm_normal_page_pud
` [PATCH 10/45] fs/proc: Create smaps_pud_range to handle PUD-mapped hugetlb vmas
` [PATCH 11/45] fs/proc: Enable smaps_pte_entry to handle cont-pte mapped "
` [PATCH 12/45] fs/proc: Enable pagemap_pmd_range to handle "
` [PATCH 13/45] mm: Implement pud-version uffd functions
` [PATCH 14/45] fs/proc: Create pagemap_pud_range to handle PUD-mapped hugetlb vmas
` [PATCH 15/45] fs/proc: Adjust pte_to_pagemap_entry for "
` [PATCH 16/45] fs/proc: Enable pagemap_scan_pmd_entry to handle "
` [PATCH 17/45] mm: Implement pud-version for pud_mkinvalid and pudp_establish
` [PATCH 18/45] fs/proc: Create pagemap_scan_pud_entry to handle PUD-mapped hugetlb vmas
` [PATCH 19/45] fs/proc: Enable gather_pte_stats to handle "
` [PATCH 20/45] fs/proc: Enable gather_pte_stats to handle cont-pte mapped "
` [PATCH 21/45] fs/proc: Create gather_pud_stats to handle PUD-mapped hugetlb pages
` [PATCH 22/45] mm/mempolicy: Enable queue_folios_pmd to handle hugetlb vmas
` [PATCH 23/45] mm/mempolicy: Create queue_folios_pud to handle PUD-mapped "
` [PATCH 24/45] mm/memory_failure: Enable check_hwpoisoned_pmd_entry to handle "
` [PATCH 25/45] mm/memory-failure: Create check_hwpoisoned_pud_entry to handle PUD-mapped "
` [PATCH 26/45] mm/damon: Enable damon_young_pmd_entry to handle "
` [PATCH 27/45] mm/damon: Create damon_young_pud_entry to handle PUD-mapped "
` [PATCH 28/45] mm/damon: Enable damon_mkold_pmd_entry to handle "
` [PATCH 29/45] mm/damon: Create damon_mkold_pud_entry to handle PUD-mapped "
` [PATCH 30/45] mm,mincore: Enable mincore_pte_range to handle "
` [PATCH 31/45] mm/mincore: Create mincore_pud_range to handle PUD-mapped "
` [PATCH 32/45] mm/hmm: Enable hmm_vma_walk_pmd, to handle "
` [PATCH 33/45] mm/hmm: Enable hmm_vma_walk_pud to handle PUD-mapped "
` [PATCH 34/45] arch/powerpc: Skip hugetlb vmas in subpage_mark_vma_nohuge
` [PATCH 35/45] arch/s390: Skip hugetlb vmas in thp_split_mm
` [PATCH 36/45] fs/proc: Make clear_refs_test_walk skip hugetlb vmas
` [PATCH 37/45] mm/lock: Make mlock_test_walk "
` [PATCH 38/45] mm/madvise: Make swapin_test_walk "
` [PATCH 39/45] mm/madvise: Make madvise_cold_test_walk "
` [PATCH 40/45] mm/madvise: Make madvise_free_test_walk "
` [PATCH 41/45] mm/migrate_device: Make migrate_vma_test_walk "
` [PATCH 42/45] mm/memcontrol: Make mem_cgroup_move_test_walk "
` [PATCH 43/45] mm/memcontrol: Make mem_cgroup_count_test_walk "
` [PATCH 44/45] mm/hugetlb_vmemmap: Make vmemmap_test_walk "
` [PATCH 45/45] mm: Delete all hugetlb_entry entries

[PATCH] mm/page_alloc: remove prefetchw() on freeing page to buddy system
 2024-07-04  3:43 UTC  (8+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 818f70406006e4a3becd36ffd4bb0498e634a028
 2024-07-04  3:42 UTC 

[PATCH 0/4] Docs/mm: rename legacy docs to unsorted docs
 2024-07-04  3:33 UTC  (8+ messages)
` [PATCH 4/4] Docs/mm/index: move allocation profiling document to unsorted documents chapter

[RFC PATCH 0/4] Introduce PMC(PER-MEMCG-CACHE)
 2024-07-04  2:49 UTC  (7+ messages)

[PATCH 1/3] mm: use zonelist_zone() to get zone
 2024-07-04  2:27 UTC  (6+ messages)
` [PATCH 2/3] modpost: .meminit.* is not in init section when CONFIG_MEMORY_HOTPLUG set

[PATCH] mm: memcg: move cgroup v1 oom handling code into memcontrol-v1.c: fixup
 2024-07-04  2:06 UTC  (3+ messages)

[PATCH v2] mm/page_alloc: remove prefetchw() on freeing page to buddy system
 2024-07-04  1:59 UTC 

[linux-next:fs-current] BUILD SUCCESS 971ae5795e0cb10747e93d5a8819574b556f2f0e
 2024-07-04  1:46 UTC 

[PATCH RFC v4 0/2] mm: support mTHP swap-in for zRAM-like swapfile
 2024-07-04  1:40 UTC  (5+ messages)

[linux-next:master 8670/10451] arch/arm64/boot/dts/renesas/r8a774c0-ek874.dtb: ethernet-phy@0: compatible: ['ethernet-phy-id001c.c915', 'ethernet-phy-ieee802.3-c22'] is too long
 2024-07-04  1:38 UTC 

[PATCH v3 0/2] mm: introduce per-order mTHP split counters
 2024-07-04  1:29 UTC  (3+ messages)
` [PATCH v3 1/2] mm: add "
` [PATCH v3 2/2] mm: add docs for "

[PATCH v2] mm/numa_balancing: Teach mpol_to_str about the balancing mode
 2024-07-04  1:23 UTC  (6+ messages)

[PATCH V3] mm/gup: Clear the LRU flag of a page before adding to LRU batch
 2024-07-04  0:57 UTC  (3+ messages)

[linux-next:master 9444/10451] ERROR: modpost: "watchdog_init_timeout" [drivers/platform/cznic/turris-omnia-mcu.ko] undefined!
 2024-07-03 23:42 UTC 

[PATCH] mm: zswap: fix zswap_never_enabled() for CONFIG_ZSWAP==N
 2024-07-03 23:22 UTC  (2+ messages)

[PATCH v23 3/5] tracing: Allow user-space mapping of the ring-buffer
 2024-07-03 22:26 UTC  (8+ messages)

WARNING: modpost: vmlinux: section mismatch in reference: alloc_tag_restore+0x3c (section: .text.unlikely) -> initcall_level_names (section: .init.data)
 2024-07-03 22:17 UTC  (2+ messages)

[linux-next:master 9444/10451] rtc-ds1307.c:undefined reference to `watchdog_init_timeout'
 2024-07-03 22:08 UTC 

[PATCH v2 0/8] mm/mprotect: Fix dax puds
 2024-07-03 21:29 UTC  (9+ messages)
` [PATCH v2 1/8] mm/dax: Dump start address in fault handler
` [PATCH v2 2/8] mm/mprotect: Remove NUMA_HUGE_PTE_UPDATES
` [PATCH v2 3/8] mm/mprotect: Push mmu notifier to PUDs
` [PATCH v2 4/8] mm/powerpc: Add missing pud helpers
` [PATCH v2 5/8] mm/x86: Make pud_leaf() only cares about PSE bit
` [PATCH v2 6/8] mm/x86: arch_check_zapped_pud()
` [PATCH v2 7/8] mm/x86: Add missing pud helpers
` [PATCH v2 8/8] mm/mprotect: fix dax pud handlings

[PATCH -next] mm/hugetlb_cgroup: introduce peak and rsvd.peak to v2
 2024-07-03 20:38 UTC  (4+ messages)

[PATCH v20 1/5] mm: add VM_DROPPABLE for designating always lazily freeable mappings
 2024-07-03 18:31 UTC 

[PATCH 1/1] mm: add comments for allocation helpers explaining why they are macros
 2024-07-03 17:42 UTC 

huge zero page confusion
 2024-07-03 17:37 UTC 

[PATCH v5 0/6] add mTHP support for anonymous shmem
 2024-07-03 17:25 UTC  (3+ messages)
` [PATCH v5 4/6] mm: shmem: "

[linux-next:master] [lockref] d042dae6ad: unixbench.throughput -33.7% regression
 2024-07-03 16:47 UTC  (14+ messages)

[linux-next:master 9885/10451] sparc64-linux-ld: kernel/rcu/tree_stall.h:797:undefined reference to `csd_lock_is_stuck'
 2024-07-03 16:45 UTC 

[PATCH] support "THPeligible" semantics for mTHP with anonymous shmem
 2024-07-03 16:19 UTC  (15+ messages)

[PATCH 1/1] mm, slab: move allocation tagging code in the alloc path into a hook
 2024-07-03 16:16 UTC  (3+ messages)

[PATCH v2] mm: thp: support "THPeligible" semantics for mTHP with anonymous shmem
 2024-07-03 16:02 UTC  (7+ messages)

[RFC PATCH v1 00/18] Provide a new two step DMA API mapping API
 2024-07-03 15:51 UTC  (6+ messages)

[PATCH v1 0/9] mm: memcg: put cgroup v1-specific memcg data under CONFIG_MEMCG_V1
 2024-07-03 15:13 UTC  (5+ messages)
` [PATCH v1 6/9] mm: memcg: put memcg1-specific struct mem_cgroup's members "
` [PATCH v1 7/9] mm: memcg: guard memcg1-specific members of struct mem_cgroup_per_node

Hard and soft lockups with FIO and LTP runs on a large system
 2024-07-03 15:11 UTC 

[PATCH RFC 0/3] add support for mm-local memory allocations
 2024-07-03 14:36 UTC  (3+ messages)
` [PATCH RFC 3/3] drivers/misc: add test driver and selftest for proclocal allocator

[PATCH v2 00/15] Avoid MAP_FIXED gap exposure
 2024-07-03 14:30 UTC 

[linux-next:master 8736/9748] arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dtb: watchdog@2ad0000: Unevaluated properties are not allowed ('big-endian' was unexpected)
 2024-07-03 14:27 UTC 

[PATCH v8 00/10] enable bs > ps in XFS
 2024-07-03 14:10 UTC  (4+ messages)
` [PATCH v8 03/10] readahead: allocate folios with mapping_min_order in readahead

[PATCH] hugetlbfs: add MTE support
 2024-07-03 13:57 UTC  (6+ messages)

[PATCH v2 00/15] Avoid MAP_FIXED gap exposure
 2024-07-03 13:53 UTC  (2+ messages)

[PATCH v2] slab, rust: extend kmalloc() alignment guarantees to remove Rust padding
 2024-07-03 12:57 UTC  (4+ messages)

[PATCH net-next v9 03/13] mm: page_frag: use initial zero offset for page_frag_alloc_align()
 2024-07-03 12:40 UTC  (20+ messages)
` [PATCH net-next v9 06/13] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
` [PATCH net-next v9 07/13] mm: page_frag: some minor refactoring before adding new API
` [PATCH net-next v9 10/13] mm: page_frag: introduce prepare/probe/commit API

[PATCH] mm/page_counter: Move calculating protection values to page_counter
 2024-07-03 11:25 UTC 

[linux-next:master 10381/10451] kernel/rcu/rcu.h:138:undefined reference to `csd_lock_is_stuck'
 2024-07-03 11:17 UTC 

[linux-next:master 9887/10451] kernel/rcu/tree_exp.h:556:undefined reference to `csd_lock_is_stuck'
 2024-07-03 11:17 UTC 

Soft lockup for cgroup charge?
 2024-07-03 10:33 UTC 

[RFC PATCH v2 0/7] Make core VMA operations internal and testable
 2024-07-03 10:25 UTC  (8+ messages)
` [RFC PATCH v2 3/7] mm: move vma_shrink(), vma_expand() to internal header
` [RFC PATCH v2 4/7] mm: move internal core VMA manipulation functions to own file

[RFC PATCH v2 7/7] tools: add skeleton code for userland testing of VMA logic
 2024-07-03 10:23 UTC  (3+ messages)

[RFC PATCH v2 5/7] MAINTAINERS: Add entry for new VMA files
 2024-07-03 10:23 UTC  (3+ messages)

[PATCH 2/2] kpageflags: fix wrong KPF_THP on non-pmd-mappable compound pages
 2024-07-03 10:11 UTC  (3+ messages)

[linux-next:master 9885/10451] kernel/rcu/tree_stall.h:797:undefined reference to `csd_lock_is_stuck'
 2024-07-03  9:17 UTC 

[linux-next:master 9442/10451] drivers/platform/cznic/turris-omnia-mcu-gpio.c:1027:10: error: no member named 'of_gpio_n_cells' in 'struct gpio_chip'
 2024-07-03  9:07 UTC 

[PATCH v2 0/1] memory tier: consolidate the initialization of memory tiers
 2024-07-03  8:51 UTC  (5+ messages)
` [PATCH v2 1/1] "

[linux-next:master] [lockref] d042dae6ad: unixbench.throughput -33.7% regression
 2024-07-03  8:34 UTC  (3+ messages)

[linux-next:master 8777/10451] sound/soc/fsl/lpc3xxx-i2s.h:42:30: error: implicit declaration of function 'FIELD_PREP'
 2024-07-03  8:10 UTC 

[PATCH] mm: Enable setting -1 for vm.percpu_pagelist_high_fraction to set the minimum pagelist
 2024-07-03  5:34 UTC  (10+ 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