linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCHSET v6 0/12] Uncached buffered IO
 2024-12-12 19:42 UTC  (25+ messages)
` [PATCH 01/12] mm/filemap: change filemap_create_folio() to take a struct kiocb
` [PATCH 07/12] fs: add RWF_UNCACHED iocb and FOP_UNCACHED file_operations flag
` [PATCH 11/12] mm/filemap: make buffered writes work with RWF_UNCACHED

[PATCH v2 0/5] Move kvfree_rcu() into SLAB (v2)
 2024-12-12 19:13 UTC  (10+ messages)
` [PATCH v2 1/5] rcu/kvfree: Initialize kvfree_rcu() separately
` [PATCH v2 2/5] rcu/kvfree: Move some functions under CONFIG_TINY_RCU
` [PATCH v2 3/5] rcu/kvfree: Adjust names passed into trace functions
` [PATCH v2 4/5] rcu/kvfree: Adjust a shrinker name
` [PATCH v2 5/5] mm/slab: Move kvfree_rcu() into SLAB

[PATCH v2] mm: convert partially_mapped set/clear operations to be atomic
 2024-12-12 18:33 UTC 

[PATCH v2] memcg: allow exiting tasks to write back data to swap
 2024-12-12 18:31 UTC  (8+ messages)

[RFC PATCH] mm/mglru: keep the root_memcg reclaim behavior the same as memcg reclaim
 2024-12-12 18:22 UTC  (2+ messages)

[PATCH] cxl: Update Soft Reserved resources upon region creation
 2024-12-12 18:12 UTC  (8+ messages)

[PATCH] mm: convert partially_mapped set/clear operations to be atomic
 2024-12-12 18:07 UTC  (4+ messages)

[RFC v1 0/5] Move kvfree_rcu() into SLAB
 2024-12-12 18:04 UTC  (3+ messages)

[PATCH] mm: include linux/pagemap.h where needed
 2024-12-12 18:03 UTC  (2+ messages)

[RFC PATCH 0/2] mm: update mips to use do_mmap(), make mmap_region() internal
 2024-12-12 16:48 UTC  (5+ messages)
` [RFC PATCH 1/2] mips: vdso: prefer do_mmap() to mmap_region()
` [RFC PATCH 2/2] mm: make mmap_region() internal

[PATCH RFC] mm: map zero-filled pages to zero_pfn while doing swap-in
 2024-12-12 16:25 UTC  (8+ messages)

Fwd: Possible memory leak on nfsd
 2024-12-12 16:15 UTC 

[linus:master] [mm] 249608ee47: will-it-scale.per_thread_ops 50.1% improvement
 2024-12-12 16:04 UTC 

[PATCH bpf-next v2 0/6] bpf, mm: Introduce __GFP_TRYLOCK
 2024-12-12 16:00 UTC  (30+ messages)
` [PATCH bpf-next v2 1/6] mm, bpf: Introduce __GFP_TRYLOCK for opportunistic page allocation
` [PATCH bpf-next v2 2/6] mm, bpf: Introduce free_pages_nolock()
` [PATCH bpf-next v2 3/6] locking/local_lock: Introduce local_trylock_irqsave()
` [PATCH bpf-next v2 5/6] mm, bpf: Use __GFP_ACCOUNT in try_alloc_pages()

[PATCH v11 0/8] Rust support for mm_struct, vm_area_struct, and mmap
 2024-12-12 14:47 UTC  (3+ messages)

[PATCH] MAINTAINERS: update MEMORY MAPPING section
 2024-12-12 14:40 UTC  (5+ messages)

[PATCH v5 02/13] x86/um: nommu: elf loader for fdpic
 2024-12-12 14:22 UTC  (2+ messages)

[PATCH 0/4] move per-vma lock into vm_area_struct
 2024-12-12 14:19 UTC  (12+ messages)
` [PATCH 3/4] mm: replace rw_semaphore with atomic_t in vma_lock

[PATCH v2] mm/alloc_tag: Add kasan_alloc_module_shadow when CONFIS_KASAN_VMALLOC disabled
 2024-12-12 14:07 UTC  (11+ messages)
` [PATCH v3] mm/alloc_tag: Fix panic when CONFIG_KASAN enabled and CONFIG_KASAN_VMALLOC not enabled
      ` [PATCH v4] "
          ` [PATCH v5] "
            ` [PATCH v6] "

[PATCH] sched: Move task_mm_cid_work to mm delayed work
 2024-12-12 14:06 UTC  (12+ messages)

[PATCH] memcg: allow exiting tasks to write back data to swap
 2024-12-12 14:03 UTC  (11+ messages)

[syzbot] [mm?] INFO: rcu detected stall in sys_setsockopt (4)
 2024-12-12 13:26 UTC  (2+ messages)

[PATCH v2] mm/page-writeback: Raise wb_thresh to prevent write blocking with strictlimit
 2024-12-12 12:32 UTC  (3+ messages)

[PATCH v3] vmalloc: Fix accounting with i915
 2024-12-12 12:26 UTC  (5+ messages)

[PATCH] mm: assert mmap write lock held on do_mmap(), mmap_region()
 2024-12-12 11:48 UTC 

[PATCH] mm: add comments to do_mmap(), mmap_region() and vm_mmap()
 2024-12-12 11:31 UTC 

There is WARNING in __alloc_frozen_pages_noprof in v6.13-rc2
 2024-12-12 11:09 UTC  (3+ messages)

mm/kmsan/hooks.c:269:14: sparse: sparse: cast removes address space '__user' of expression
 2024-12-12 11:02 UTC 

[PATCH v5 0/6] mm: split underused THPs
 2024-12-12 10:49 UTC  (5+ messages)
` [PATCH v5 4/6] mm: Introduce a pageflag for partially mapped folios

[PATCH 14/26] drm/xe/eudebug: implement userptr_vma access
 2024-12-12 10:12 UTC  (4+ messages)

[PATCH] mm/early_ioremap: Add null pointer checks to prevent NULL-pointer dereference
 2024-12-12 10:10 UTC 

[linux-next:master 1948/2656] block/blk-iocost.c:1101:11: error: call to __compiletime_assert_560 declared with 'error' attribute: clamp() low limit 1 greater than high limit active
 2024-12-12  9:39 UTC  (2+ messages)

[PATCH v4 00/18] Provide a new two step DMA mapping API
 2024-12-12  8:54 UTC  (12+ messages)
` [PATCH v4 04/18] iommu: add kernel-doc for iommu_unmap and iommu_unmap_fast
` [PATCH v4 05/18] dma-mapping: Add check if IOVA can be used
` [PATCH v4 06/18] dma: Provide an interface to allow allocate IOVA
` [PATCH v4 11/18] mm/hmm: let users to tag specific PFN with DMA mapped bit

[linus:master] [mm/codetag] 51f43d5d82: WARNING:at_include/linux/alloc_tag.h:#__alloc_tag_ref_set
 2024-12-12  8:29 UTC  (6+ messages)
`  "
` [PATCH] mm/codetag: clear tags before swap
    ` [PATCH v2] "

[PATCH] mm: unexport apply_to_existing_page_range
 2024-12-12  8:07 UTC  (2+ messages)

[PATCH] mm/code_tag: Skip displaying the code_tag if it is not called
 2024-12-12  7:50 UTC  (3+ messages)

[PATCH RFC v1 0/5] KVM: gmem: 2MB THP support and preparedness tracking changes
 2024-12-12  6:36 UTC  (6+ messages)
` [PATCH 1/5] KVM: gmem: Don't rely on __kvm_gmem_get_pfn() for preparedness
` [PATCH 2/5] KVM: gmem: Don't clear pages that have already been prepared
` [PATCH 3/5] KVM: gmem: Hold filemap invalidate lock while allocating/preparing folios
` [PATCH 4/5] KVM: SEV: Improve handling of large ranges in gmem prepare callback
` [PATCH 5/5] KVM: Add hugepage support for dedicated guest memory

[PATCHSET v5 0/17] Uncached buffered IO
 2024-12-12  6:31 UTC  (5+ messages)
` [PATCH 14/17] iomap: make buffered writes work with RWF_UNCACHED

[PATCH RESEND] mempolicy.h: Remove unnecessary header file inclusions with no test failure
 2024-12-12  0:21 UTC  (3+ messages)

[linux-next:fs-current] BUILD SUCCESS 4a1e5d4e91b1f89d54bbce10db50dc5e8352ab23
 2024-12-12  0:11 UTC 

[PATCH v8 00/21] Add zpdesc memory descriptor for zswap.zpool
 2024-12-12  0:11 UTC  (5+ messages)
` [PATCH v8 21/21] mm/zsmalloc: update comments for page->zpdesc changes

[linux-next:pending-fixes] BUILD REGRESSION 353bd400b83fbce5126c2d8faa906fb39397d448
 2024-12-12  0:09 UTC 

[linux-next:fs-next] BUILD SUCCESS 8a3a22f4bd790d7240f0ccd202f79b73b84e7899
 2024-12-12  0:07 UTC 

[PATCH bpf-next v2 4/6] memcg: Add __GFP_TRYLOCK support
 2024-12-11 23:47 UTC  (2+ messages)

[PATCH v2] arm64/Kconfig: Drop EXECMEM dependency from ARCH_WANTS_EXECMEM_LATE
 2024-12-11 23:44 UTC  (3+ messages)

[PATCH 1/2] vmalloc: Fix accounting of VmallocUsed with i915
 2024-12-11 23:36 UTC  (11+ messages)
` [PATCH 2/2] vmalloc: Account memcg per vmalloc

[PATCH mm-unstable v2 00/16] mm: Introduce arch_mmap_hint()
 2024-12-11 23:27 UTC  (17+ messages)
` [PATCH mm-unstable v2 01/16] mm: Introduce generic_mmap_hint()
` [PATCH mm-unstable v2 02/16] mm: x86: Introduce arch_mmap_hint()
` [PATCH mm-unstable v2 03/16] mm: arm: "
` [PATCH mm-unstable v2 04/16] mm: alpha: "
` [PATCH mm-unstable v2 05/16] mm: arc: Use generic_mmap_hint()
` [PATCH mm-unstable v2 06/16] mm: csky: Introduce arch_mmap_hint()
` [PATCH mm-unstable v2 07/16] mm: loongarch: "
` [PATCH mm-unstable v2 08/16] mm: mips: Introduce arch_align_mmap_hint()
` [PATCH mm-unstable v2 09/16] mm: parisc: "
` [PATCH mm-unstable v2 10/16] mm: s390: Use generic_mmap_hint()
` [PATCH mm-unstable v2 11/16] mm: sh: Introduce arch_mmap_hint()
` [PATCH mm-unstable v2 12/16] mm: sparc32: "
` [PATCH mm-unstable v2 13/16] mm: sparc64: "
` [PATCH mm-unstable v2 14/16] mm: xtensa: "
` [PATCH mm-unstable v2 15/16] mm: powerpc: "
` [PATCH mm-unstable v2 16/16] mm: Respect mmap hint before THP alignment if allocation is possible

[PATCH] vmalloc: Move memcg logic into memcg code
 2024-12-11 23:26 UTC  (3+ messages)

[PATCH v4 0/1] Seal system mappings
 2024-12-11 22:46 UTC  (4+ messages)
` [PATCH v4 1/1] exec: seal "

[RESEND PATCH] mm: Move set_pxd_safe() helpers from generic to platform
 2024-12-11 22:33 UTC  (2+ messages)

[PATCH fixes] riscv: mm: Do not call pmd dtor on vmemmap page table teardown
 2024-12-11 22:33 UTC  (2+ messages)

[PATCH V2 0/4] A few fixes for RISC-V
 2024-12-11 22:32 UTC  (2+ messages)

[PATCH 1/2] selftest/mm: Fix typo in virtual_address_range
 2024-12-11 22:32 UTC  (2+ messages)

[v3 PATCH 0/3] memcg/hugetlb: Rework memcg hugetlb charging
 2024-12-11 22:06 UTC  (6+ messages)
` [v3 PATCH 1/3] memcg/hugetlb: Introduce memcg_accounts_hugetlb
` [v3 PATCH 2/3] memcg/hugetlb: Introduce mem_cgroup_charge_hugetlb
` [PATCH 3/3] memcg/hugetlb: Remove memcg hugetlb try-commit-cancel protocol

[PATCH v2 0/1] KVM: arm64: Map GPU memory with no struct pages
 2024-12-11 22:01 UTC  (6+ messages)
` [PATCH v2 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags

[linux-next:master] BUILD REGRESSION 91e71d606356e50f238d7a87aacdee4abc427f07
 2024-12-11 21:48 UTC 

[RFC PATCH v1 0/2] Add file seal to prevent future exec mappings
 2024-12-11 20:56 UTC  (6+ messages)
` [RFC PATCH v1 1/2] mm/memfd: Add support for F_SEAL_FUTURE_EXEC to memfd

[PATCH] percpu_ref: Fix documentation of maximum value
 2024-12-11 20:50 UTC  (2+ messages)

[RFC PATCH 0/5] mm: Fix mremap behavior when using addr hints
 2024-12-11 20:34 UTC  (3+ messages)
` [RFC PATCH 3/5] mm: mremap: Allow new_addr to be specified as a hint

[PATCH v4 0/9] mm: workingset reporting
 2024-12-11 19:53 UTC  (2+ messages)

[PATCH v17 00/18] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-12-11 17:58 UTC  (5+ messages)
` [PATCH v17 05/18] cxl: Add Get Supported Features command for kernel usage

[PATCH v3 00/19] Converge on using secs_to_jiffies()
 2024-12-11 17:46 UTC  (3+ messages)
` [PATCH v3 16/19] staging: vc04_services: Convert timeouts to secs_to_jiffies()

page:  |  | latest

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