linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v23 3/5] tracing: Allow user-space mapping of the ring-buffer
 2024-07-02 16:44 UTC  (7+ messages)

[PATCH] mm, slab: extend kmalloc() alignment for non power-of-two sizes
 2024-07-02 16:40 UTC  (2+ messages)

[PATCH v2] filemap: add trace events for get_pages, map_pages, and fault
 2024-07-02 16:37 UTC  (5+ messages)

[PATCH v1] mm: Fix khugepaged activation policy
 2024-07-02 16:33 UTC  (5+ messages)

[PATCH 00/10] fs: multigrain timestamp redux
 2024-07-02 16:18 UTC  (16+ messages)
` [PATCH 01/10] fs: turn inode ctime fields into a single ktime_t

[PATCH v2] kunit/usercopy: Disable testing on !CONFIG_MMU
 2024-07-02 16:18 UTC  (6+ messages)

[PATCH hotfix] mm: fix crashes from deferred split racing folio migration
 2024-07-02 16:15 UTC  (3+ messages)

[PATCH v8 00/10] enable bs > ps in XFS
 2024-07-02 16:13 UTC  (12+ messages)
` [PATCH v8 05/10] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v8 06/10] iomap: fix iomap_dio_zero() for fs bs > system page size

[PATCH net-next v9 02/13] mm: move the page fragment allocator from page_alloc into its own file
 2024-07-02 16:00 UTC  (13+ messages)
` [PATCH net-next v9 03/13] mm: page_frag: use initial zero offset for page_frag_alloc_align()
` [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

zswap_writeback_entry crashes in 6.9.5
 2024-07-02 15:28 UTC  (3+ messages)

[linux-next:master 9345/10049] kernel/signal.c:2331:39: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2024-07-02 15:26 UTC  (2+ messages)

[syzbot] [kernel?] KASAN: stack-out-of-bounds Read in __show_regs (2)
 2024-07-02 15:21 UTC  (6+ messages)

[PATCH 1/1] mm: handle profiling for fake memory allocations during compaction
 2024-07-02 15:17 UTC  (5+ messages)

[PATCH 1/1] mm/slab: fix 'variable obj_exts set but not used' warning
 2024-07-02 15:16 UTC  (5+ messages)

[PATCH v19 1/5] mm: add VM_DROPPABLE for designating always lazily freeable mappings
 2024-07-02 15:08 UTC  (3+ messages)

[linux-next:master 9580/10049] drivers/power/supply/cros_charge-control.c:297:18: warning: array subscript 3 is above array bounds of 'struct attribute *[3]'
 2024-07-02 15:01 UTC 

[PATCH v2] mm/numa_balancing: Teach mpol_to_str about the balancing mode
 2024-07-02 15:00 UTC 

[PATCH] cifs: Fix read-performance regression by dropping readahead expansion
 2024-07-02 14:50 UTC 

[PATCH v6 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-07-02 14:49 UTC  (7+ messages)
` [PATCH v6 3/6] fs/procfs: add build ID fetching to PROCMAP_QUERY API

[PATCH 0/2] Introduce tracepoint for hugetlbfs
 2024-07-02 14:21 UTC  (6+ messages)
` [PATCH 2/2] hugetlbfs: use tracepoints in hugetlbfs functions

[linux-next:master 10035/10049] riscv32-linux-ld: section .data LMA [0007d000,004ed977] overlaps section .exit.text LMA [0007ccec,00085cff]
 2024-07-02 14:17 UTC 

[PATCH v7 00/23] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64)
 2024-07-02 13:51 UTC  (24+ messages)
` [PATCH v7 01/23] powerpc/64e: Remove unused IBM HTW code
` [PATCH v7 02/23] powerpc/64e: Split out nohash Book3E 64-bit code
` [PATCH v7 03/23] powerpc/64e: Drop E500 ifdefs in "
` [PATCH v7 04/23] powerpc/64e: Drop MMU_FTR_TYPE_FSL_E checks "
` [PATCH v7 05/23] powerpc/64e: Consolidate TLB miss handler patching
` [PATCH v7 06/23] powerpc/64e: Drop unused TLB miss handlers
` [PATCH v7 07/23] mm: Define __pte_leaf_size() to also take a PMD entry
` [PATCH v7 08/23] mm: Provide mm_struct and address to huge_ptep_get()
` [PATCH v7 09/23] powerpc/mm: Remove _PAGE_PSIZE
` [PATCH v7 10/23] powerpc/mm: Fix __find_linux_pte() on 32 bits with PMD leaf entries
` [PATCH v7 11/23] powerpc/mm: Allow hugepages without hugepd
` [PATCH v7 12/23] powerpc/8xx: Fix size given to set_huge_pte_at()
` [PATCH v7 13/23] powerpc/8xx: Rework support for 8M pages using contiguous PTE entries
` [PATCH v7 14/23] powerpc/8xx: Simplify struct mmu_psize_def
` [PATCH v7 15/23] powerpc/e500: Remove enc and ind fields from "
` [PATCH v7 16/23] powerpc/e500: Switch to 64 bits PGD on 85xx (32 bits)
` [PATCH v7 17/23] powerpc/e500: Encode hugepage size in PTE bits
` [PATCH v7 18/23] powerpc/e500: Don't pre-check write access on data TLB error
` [PATCH v7 19/23] powerpc/e500: Free r10 for FIND_PTE
` [PATCH v7 20/23] powerpc/e500: Use contiguous PMD instead of hugepd
` [PATCH v7 21/23] powerpc/64s: Use contiguous PMD/PUD instead of HUGEPD
` [PATCH v7 22/23] powerpc/mm: Remove hugepd leftovers
` [PATCH v7 23/23] mm: Remove CONFIG_ARCH_HAS_HUGEPD

[linux-next:master] [loop] 18048c1af7: ltp.ioctl_loop06.fail
 2024-07-02 13:45 UTC 

[PATCH v6 00/23] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64)
 2024-07-02 13:26 UTC  (3+ messages)
` [PATCH v6 21/23] powerpc/64s: Use contiguous PMD/PUD instead of HUGEPD

[PATCH] mm: shrink skip folio mapped by an exiting task
 2024-07-02 13:26 UTC  (2+ messages)

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

[PATCH mm-unstable v2] mm/hugetlb_vmemmap: fix race with speculative PFN walkers
 2024-07-02 13:24 UTC  (2+ messages)

[RESEND PATCH v3 0/3] x86/mm: LAM fixups and cleanups
 2024-07-02 13:21 UTC  (4+ messages)
` [RESEND PATCH v3 1/3] x86/mm: Use IPIs to synchronize LAM enablement
` [RESEND PATCH v3 2/3] x86/mm: Fix LAM inconsistency during context switch
` [RESEND PATCH v3 3/3] x86/mm: Cleanup prctl_enable_tagged_addr() nr_bits error checking

[PATCH] mm: remove CONFIG_MEMCG_KMEM
 2024-07-02 13:17 UTC  (2+ messages)

[PATCH] mm: unexport vmf_insert_mixed_mkwrite
 2024-07-02 13:10 UTC  (3+ messages)

[PATCH] hugetlbfs: add MTE support
 2024-07-02 13:09 UTC  (3+ messages)

[PATCH 00/13] fs/dax: Fix FS DAX page reference counts
 2024-07-02 13:01 UTC  (17+ messages)
` [PATCH 06/13] mm/memory: Add dax_insert_pfn
` [PATCH 07/13] huge_memory: Allow mappings of PUD sized pages
` [PATCH 09/13] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages

[PATCH -next] mm/hugetlb_cgroup: introduce peak and rsvd.peak to v2
 2024-07-02 12:57 UTC 

[linux-next:master] [lockref] d042dae6ad: unixbench.throughput -33.7% regression
 2024-07-02 12:10 UTC  (3+ messages)

[PATCH] mm: Enable setting -1 for vm.percpu_pagelist_high_fraction to set the minimum pagelist
 2024-07-02 12:07 UTC  (6+ messages)

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

[PATCH] mm: zswap: fix zswap_never_enabled() for CONFIG_ZSWAP==N
 2024-07-02 11:58 UTC  (5+ messages)

[PATCH] mm: fix kmap_high deadlock V2
 2024-07-02 11:37 UTC  (2+ messages)

[linux-next:master 9019/10049] drivers/irqchip/irq-gic-v3.c:47:23: warning: 'broken_rdists' defined but not used
 2024-07-02 10:40 UTC 

[linux-next:master 3392/8232] arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dtb: /soc@107c000000/timer@7c003000: failed to match any schema with compatible: ['brcm,bcm2835-system-timer']
 2024-07-02  9:55 UTC  (3+ messages)

[PATCH v6 0/6] slab: Introduce dedicated bucket allocator
 2024-07-02  9:24 UTC  (4+ messages)
` [PATCH v6 4/6] mm/slab: Introduce kmem_buckets_create() and family

[RFC PATCH v1 00/18] Provide a new two step DMA API mapping API
 2024-07-02  9:09 UTC  (19+ messages)
` [RFC PATCH v1 01/18] dma-mapping: query DMA memory type
` [RFC PATCH v1 02/18] dma-mapping: provide an interface to allocate IOVA
` [RFC PATCH v1 03/18] dma-mapping: check if IOVA can be used
` [RFC PATCH v1 04/18] dma-mapping: implement link range API
` [RFC PATCH v1 05/18] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [RFC PATCH v1 06/18] dma-mapping: provide callbacks to link/unlink HMM PFNs to specific IOVA
` [RFC PATCH v1 07/18] iommu/dma: Provide an interface to allow preallocate IOVA
` [RFC PATCH v1 08/18] iommu/dma: Implement link/unlink ranges callbacks
` [RFC PATCH v1 09/18] RDMA/umem: Preallocate and cache IOVA for UMEM ODP
` [RFC PATCH v1 10/18] RDMA/umem: Store ODP access mask information in PFN
` [RFC PATCH v1 11/18] RDMA/core: Separate DMA mapping to caching IOVA and page linkage
` [RFC PATCH v1 12/18] RDMA/umem: Prevent UMEM ODP creation with SWIOTLB
` [RFC PATCH v1 13/18] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [RFC PATCH v1 14/18] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [RFC PATCH v1 15/18] vfio/mlx5: Explicitly store page list
` [RFC PATCH v1 16/18] vfio/mlx5: Convert vfio to use DMA link API
` [RFC PATCH v1 17/18] block: export helper to get segment max size
` [RFC PATCH v1 18/18] nvme-pci: use new dma API

[RFC PATCH 0/4] Introduce PMC(PER-MEMCG-CACHE)
 2024-07-02  8:44 UTC  (5+ messages)
` [RFC PATCH 1/4] mm: memcg: pmc framework
` [RFC PATCH 2/4] mm: memcg: pmc support change attribute
` [RFC PATCH 3/4] mm: memcg: pmc: support reaper
` [RFC PATCH 4/4] mm: memcg: pmc: support oom release

[PATCH] support "THPeligible" semantics for mTHP with anonymous shmem
 2024-07-02  8:28 UTC  (14+ messages)

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

[linux-next:master 8520/9748] arch/arm64/boot/dts/freescale/fsl-ls1046a-frwy.dtb: /soc/gpio@2300000: failed to match any schema with compatible: ['fsl,ls1046a-gpio', 'fsl,qoriq-gpio']
 2024-07-02  8:08 UTC 

[PATCH] mm/memory-failure: allow memory allocation from emergency reserves
 2024-07-02  8:04 UTC  (4+ messages)

[PATCH 00/12] xfs: remove remaining kmem interfaces and GFP_NOFS usage
 2024-07-02  8:00 UTC  (5+ messages)
` [PATCH 07/12] xfs: use __GFP_NOLOCKDEP instead of GFP_NOFS

[PATCH RESEND v2 0/9] Merge arm64/riscv hugetlbfs contpte support
 2024-07-02  7:51 UTC  (6+ messages)

[linux-next:master 9279/9689] kernel/exit.c:451:17: sparse: sparse: incorrect type in assignment (different address spaces)
 2024-07-02  7:08 UTC  (2+ messages)

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

[PATCH] mm/vmscan: drop checking if _deferred_list is empty before using TTU_SYNC
 2024-07-02  6:32 UTC  (4+ messages)

[PATCH v4] memfd: `MFD_NOEXEC_SEAL` should not imply `MFD_ALLOW_SEALING`
 2024-07-02  6:24 UTC  (3+ messages)

[PATCH] mm: fix kmap_high deadlock V2
 2024-07-02  5:02 UTC  (2+ messages)

答复: [PATCH] mm: fix kmap_high deadlock V2
 2024-07-02  4:25 UTC 

[PATCH 0/14] New uid & gid mount option parsing helpers
 2024-07-02  4:25 UTC  (2+ messages)
` (subset) "

[PATCH] kunit/usercopy: Add missing MODULE_DESCRIPTION()
 2024-07-02  4:09 UTC  (2+ messages)

[linux-next:master 7274/8719] arch/arm64/boot/dts/mediatek/mt8186-corsola-voltorb-sku589824.dtb: /soc/pwrap@1000d000/pmic: failed to match any schema with compatible: ['mediatek,mt6366', 'mediatek,mt6358']
 2024-07-02  3:17 UTC 

[PATCH 00/20] mm/zsmalloc: add zpdesc memory descriptor for zswap.zpool
 2024-07-02  2:39 UTC  (6+ messages)
` [PATCH 01/20] "

[linux-next:master 6327/9748] arch/powerpc/boot/dts/mpc8313erdb.dtb: ptp_clock@24E00: interrupts: [[12, 8], [13, 8]] is too long
 2024-07-02  2:29 UTC 

[linux-next:master 7805/9027] statmount_test_ns.c:27:25: warning: format string is not a string literal (potentially insecure)
 2024-07-02  2:16 UTC 

[PATCH] Add accumulated call counter for memory allocation profiling
 2024-07-01 21:58 UTC  (4+ messages)
  `  "

[PATCH 0/4] Docs/mm: rename legacy docs to unsorted docs
 2024-07-01 21:29 UTC  (3+ messages)
` [PATCH 1/4] Docs/mm/allocation-profiling: mark 'Theory of operation' as chapter

[PATCH RFC v4 0/2] mm: support mTHP swap-in for zRAM-like swapfile
 2024-07-01 21:27 UTC  (4+ messages)
` [PATCH RFC v4 2/2] mm: support large folios swapin as a whole "

[PATCH] hugetlb: force allocating surplus hugepages on mempolicy allowed nodes
 2024-07-01 21:23 UTC  (6+ messages)
        ` [PATCH v2] "

page:  |  | latest

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