[PATCH v9 00/10] enable bs > ps in XFS
2024-07-04 11:23 UTC (11+ messages)
` [PATCH v9 01/10] fs: Allow fine-grained control of folio sizes
` [PATCH v9 02/10] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v9 03/10] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v9 04/10] mm: split a folio in minimum folio order chunks
` [PATCH v9 05/10] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v9 06/10] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v9 07/10] xfs: use kvmalloc for xattr buffers
` [PATCH v9 08/10] xfs: expose block size in stat
` [PATCH v9 09/10] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v9 10/10] xfs: enable block size larger than page size support
[linux-next:master 9451/10451] arch/arm/boot/dts/arm/vexpress-v2p-ca5s.dtb: dcc: 'clock-controller-0', 'clock-controller-1', 'clock-controller-2', 'clock-controller-3', 'clock-controller-4', 'clock-controller-5' do not match any of the regexes: '^amp-.+$', '^energy(-.+)?$', '^power-.+$
2024-07-04 11:17 UTC
[PATCH v5 0/6] add mTHP support for anonymous shmem
2024-07-04 11:15 UTC (4+ messages)
` [PATCH v5 4/6] mm: shmem: "
[PATCH RFC 0/3] add support for mm-local memory allocations
2024-07-04 11:11 UTC (4+ messages)
` [PATCH RFC 3/3] drivers/misc: add test driver and selftest for proclocal allocator
[PATCH 00/45] hugetlb pagewalk unification
2024-07-04 11:03 UTC (50+ 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 0/7] Make core VMA operations internal and testable
2024-07-04 10:51 UTC (18+ messages)
` [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
[linux-next:master 9019/10049] drivers/irqchip/irq-gic-v3.c:47:23: warning: 'broken_rdists' defined but not used
2024-07-04 10:27 UTC (5+ messages)
[PATCH v2] mm: thp: support "THPeligible" semantics for mTHP with anonymous shmem
2024-07-04 10:25 UTC (8+ messages)
[PATCH RFC v4 0/2] mm: support mTHP swap-in for zRAM-like swapfile
2024-07-04 10:23 UTC (5+ messages)
[PATCH] support "THPeligible" semantics for mTHP with anonymous shmem
2024-07-04 9:43 UTC (16+ messages)
[PATCH v2] mm: Fix khugepaged activation policy
2024-07-04 9:10 UTC
[linux-next:master 6880/10451] ld.lld: error: duplicate symbol: init_module
2024-07-04 8:57 UTC (2+ messages)
[BUG ?] Offline Memory gets stuck in offline_pages()
2024-07-04 8:14 UTC (3+ messages)
[PATCH v3] memory tier: consolidate the initialization of memory tiers
2024-07-04 7:55 UTC (2+ messages)
[PATCH v2] mm/numa_balancing: Teach mpol_to_str about the balancing mode
2024-07-04 7:50 UTC (8+ messages)
[RFC PATCH v1 00/18] Provide a new two step DMA API mapping API
2024-07-04 7:48 UTC (6+ messages)
[RFC PATCH 0/7] synchronously scan and reclaim empty user PTE pages
2024-07-04 7:16 UTC (2+ messages)
[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 (3+ messages)
[PATCH hotfix] mm: fix crashes from deferred split racing folio migration
2024-07-04 6:12 UTC (8+ messages)
[GIT PULL] hotfixes for 6.10-rc7
2024-07-04 5:27 UTC
[PATCH] mm/page_alloc: remove prefetchw() on freeing page to buddy system
2024-07-04 3:43 UTC (6+ 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
[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 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
[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 1/1] mm, slab: move allocation tagging code in the alloc path into a hook
2024-07-03 16:16 UTC (3+ 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 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 (3+ messages)
[PATCH net-next v9 06/13] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
2024-07-03 12:40 UTC (15+ messages)
` [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
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox