linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2 0/3] memcg: decouple memcg and objcg stocks
 2025-05-05 20:49 UTC  (10+ messages)
` [PATCH v2 3/3] memcg: no irq disable for memcg stock lock

[PATCH] mm/codetag: sub in advance when free non-compound high order pages
 2025-05-05 20:32 UTC  (11+ messages)
            ` [PATCH v2] mm/codetag: move tag retrieval back upfront in __free_pages()
              `  "
            ` [PATCH v3] "

MSG_ZEROCOPY and the O_DIRECT vs fork() race
 2025-05-05 20:14 UTC  (4+ messages)
      ` Reorganising how the networking layer handles memory

[PATCH] mm/vmalloc: fix data race in show_numa_info()
 2025-05-05 20:09 UTC  (3+ messages)

[PATCH v7 14/18] x86/boot: make sure KASLR does not step over KHO preserved memory
 2025-05-05 20:07 UTC  (2+ messages)

Suppress pte soft-dirty bit with UFFDIO_COPY?
 2025-05-05 20:05 UTC  (2+ messages)

[PATCH v4 0/4] Let unmap_hugepage_range() and several related functions to take folio instead of page
 2025-05-05 19:59 UTC  (6+ messages)
` [PATCH v4 1/4] mm/hugetlb: Pass folio instead of page to unmap_ref_private()
` [PATCH v4 2/4] mm/hugetlb: Refactor unmap_hugepage_range() to take folio instead of page
` [PATCH v4 3/4] mm/hugetlb: Refactor __unmap_hugepage_range() "
` [PATCH v4 4/4] mm/hugetlb: Convert use of struct page to folio in __unmap_hugepage_range()

[PATCH v2] mm: Add ARCH_FORCE_PAGE_BLOCK_ORDER to select page block order
 2025-05-05 19:55 UTC  (2+ messages)

[PATCH] swapfile: disable swapon for bs > ps devices
 2025-05-05 19:35 UTC  (6+ messages)
  ` [PATCH v2] "

remove block layer bounce buffering v2
 2025-05-05 19:23 UTC  (16+ messages)
` [PATCH 1/7] scsi: make aha152x depend on !HIGHMEM
` [PATCH 2/7] scsi: make imm "
` [PATCH 3/7] scsi: make ppa "
` [PATCH 4/7] usb-storage: reject probe of device one non-DMA HCDs when using highmem
` [PATCH 5/7] scsi: remove the no_highmem flag in the host
` [PATCH 6/7] block: remove bounce buffering support
` [PATCH 7/7] mm: remove NR_BOUNCE zone stat

[PATCH] docs/mm/damon/design: Fix spelling mistake
 2025-05-05 19:14 UTC 

[PATCH] mm: Add ARCH_FORCE_PAGE_BLOCK_ORDER to select page block order
 2025-05-05 18:58 UTC  (4+ messages)

[PATCH v3] sched/numa: add statistics of numa balance task migration
 2025-05-05 18:49 UTC  (7+ messages)

[PATCH 0/6] mm: Reentrant kmalloc
 2025-05-05 18:46 UTC  (3+ messages)
` [PATCH 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()

[RFC 2/5] memcontrol: add boot option to enable memsw account on dfl
 2025-05-05 18:29 UTC  (11+ messages)
          ` [External] "

[PATCH v8] mm/mempolicy: Weighted Interleave Auto-tuning
 2025-05-05 18:23 UTC 

[PATCH] mm: mmap: map MAP_STACK to VM_NOHUGEPAGE only if THP is enabled
 2025-05-05 17:53 UTC  (5+ messages)

[PATCH] vfio: add dma map/unmap support for noiommu
 2025-05-05 17:16 UTC  (2+ messages)

[PATCH v3 0/3] Implement numa node notifier
 2025-05-05 17:07 UTC  (11+ messages)
` [PATCH v3 1/3] mm,slub: Do not special case N_NORMAL nodes for slab_nodes
` [PATCH v3 2/3] mm,memory_hotplug: Implement numa node notifier

[PATCH] mm/hugetlb: copy the CMA flag when demoting
 2025-05-05 17:02 UTC  (2+ messages)

[linus:master] [alloc_tag] 93d5440ece: WARNING:at_include/linux/alloc_tag.h:#__pgalloc_tag_sub
 2025-05-05 16:57 UTC  (3+ messages)
`  "

[PATCH v3 1/3] driver/base: Optimize memory block registration to reduce boot time
 2025-05-05 16:40 UTC  (24+ messages)
` [PATCH v3 2/3] driver/base: remove register_mem_block_under_node_early()
` [PATCH v3 3/3] drivers/base : Rename register_memory_blocks_under_node() and remove context argument

[PATCH v3 0/8] perform /proc/pid/maps read and PROCMAP_QUERY under RCU
 2025-05-05 16:38 UTC  (9+ messages)
` [PATCH v3 7/8] mm/maps: read proc/pid/maps "

[RFC PATCH v4 0/5] Readahead tweaks for larger folios
 2025-05-05 16:14 UTC  (21+ messages)
` [RFC PATCH v4 1/5] mm/readahead: Honour new_order in page_cache_ra_order()
` [RFC PATCH v4 2/5] mm/readahead: Terminate async readahead on natural boundary
` [RFC PATCH v4 3/5] mm/readahead: Make space in struct file_ra_state
` [RFC PATCH v4 4/5] mm/readahead: Store folio order "
` [RFC PATCH v4 5/5] mm/filemap: Allow arch to request folio size for exec memory

[PATCH v5 0/9] Merge arm64/riscv hugetlbfs contpte support
 2025-05-05 16:08 UTC  (4+ messages)

[PATCH v2 0/7] KSTATE: a mechanism to migrate some part of the kernel state across kexec
 2025-05-05 14:35 UTC  (3+ messages)

[PATCH v2 next] mm/mempolicy: Fix error code in sysfs_wi_node_add()
 2025-05-05 14:32 UTC 

[PATCH] mm/zblock: use vmalloc for page allocations
 2025-05-05 14:29 UTC  (7+ messages)

[PATCH v6 0/3] nvme/pci: PRP list DMA pool partitioning
 2025-05-05 14:21 UTC  (5+ messages)
  ` [PATCH v6 1/3] dmapool: add NUMA affinity support

[RFC PATCH v2 0/3] eliminate mmap() retry merge, add .mmap_prepare hook
 2025-05-05 13:37 UTC  (4+ messages)

[PATCH v3 0/3] introduce PIDFD_SELF* sentinels
 2025-05-05 13:35 UTC  (8+ messages)
` [PATCH v3 3/3] selftests: pidfd: add tests for PIDFD_SELF_*

[RFC PATCH 0/3] eliminate mmap() retry merge, add .mmap_proto hook
 2025-05-05 13:29 UTC  (4+ messages)
` [RFC PATCH 1/3] mm: introduce new .mmap_proto() f_op callback

[PATCH v1 00/11] mm: rewrite pfnmap tracking and remove VM_PAT
 2025-05-05 13:00 UTC  (7+ messages)
` [PATCH v1 05/11] mm: convert VM_PFNMAP tracking to pfnmap_track() + pfnmap_untrack()
` [PATCH v1 09/11] x86/mm/pat: remove MEMTYPE_*_MATCH

[PATCH v11 0/9] Provide a new two step DMA mapping API
 2025-05-05 12:29 UTC  (11+ messages)
` [PATCH v11 1/9] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v11 2/9] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v11 3/9] iommu: generalize the batched sync after map interface
` [PATCH v11 4/9] iommu: add kernel-doc for iommu_unmap_fast
` [PATCH v11 5/9] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v11 6/9] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v11 7/9] dma-mapping: Implement link/unlink ranges API
` [PATCH v11 8/9] dma-mapping: add a dma_need_unmap helper
` [PATCH v11 9/9] docs: core-api: document the IOVA-based API

[PATCH 09/12] tracing: branch: Use trace_tracing_is_on_cpu() instead of "disabled" field
 2025-05-05 12:11 UTC  (2+ messages)

[PATCH v8 09/14] cma: export cma_alloc() and cma_release()
 2025-05-05 11:38 UTC  (3+ messages)

[RFC PATCH 0/4] mm, bpf: BPF based THP adjustment
 2025-05-05  9:38 UTC  (20+ messages)

[PATCH] zsmalloc: don't underflow size calculation in zs_obj_write()
 2025-05-05  9:05 UTC  (2+ messages)

remove block layer bounce buffering
 2025-05-05  8:36 UTC  (2+ messages)

[PATCH rfc 00/12] mm: BPF OOM
 2025-05-05  8:08 UTC  (7+ messages)
` [PATCH rfc 10/12] mm: introduce bpf_out_of_memory() bpf kfunc

[PATCH v8 06/13] KVM: x86: Generalize private fault lookups to guest_memfd fault lookups
 2025-05-05  8:01 UTC  (5+ messages)

[PATCH v3 0/4] mm/hugetlb: Let unmap_hugepage_range() and
 2025-05-05  7:01 UTC  (5+ messages)
` [PATCH v3 3/4] mm/hugetlb: Refactor __unmap_hugepage_range() to take folio instead of page

[PATCH 05/12] tracing: kdb: Use tracer_tracing_on/off() instead of setting per CPU disabled
 2025-05-05  5:05 UTC 

[PATCH V3] mm: page-flags-layout.h: change the KASAN_TAG_WIDTH for HW_TAGS
 2025-05-04 21:34 UTC  (2+ messages)

[syzbot] [hfs?] [mm?] KASAN: slab-out-of-bounds Read in generic_perform_write
 2025-05-04  9:52 UTC 

[PATCH 0/4] selftests/mm/uffd: refactor global variables
 2025-05-04  9:48 UTC  (7+ messages)
` [PATCH 1/4] selftests/mm/uffd: Refactor non-composite global vars into struct
` [PATCH v2 1/1] "

[PATCH v4] mm: add zblock allocator
 2025-05-04  9:26 UTC  (2+ messages)

[PATCH v2 0/1] mm: Xen PV regression after THP PTE optimization
 2025-05-04  8:58 UTC  (6+ messages)
` [PATCH v2 1/1] mm: fix folio_pte_batch() on XEN PV

[akpm-mm:mm-new 313/316] memcontrol.c:undefined reference to `ksm_process_profit'
 2025-05-04  1:39 UTC  (2+ messages)

[PATCH v2] selftests: Fix some typos in tools/testing/selftests
 2025-05-03 21:19 UTC 

[RFC PATCH v3 00/11] mm/mremap: introduce more mergeable mremap via MREMAP_RELOCATE_ANON
 2025-05-03 21:12 UTC  (12+ messages)
` [RFC PATCH v3 01/11] "
` [RFC PATCH v3 02/11] mm/mremap: add MREMAP_MUST_RELOCATE_ANON
` [RFC PATCH v3 03/11] mm/mremap: add MREMAP[_MUST]_RELOCATE_ANON support for large folios
` [RFC PATCH v3 04/11] tools UAPI: Update copy of linux/mman.h from the kernel sources
` [RFC PATCH v3 05/11] tools/testing/selftests: add sys_mremap() helper to vm_util.h
` [RFC PATCH v3 06/11] tools/testing/selftests: add mremap() cases that merge normally
` [RFC PATCH v3 07/11] tools/testing/selftests: add MREMAP_RELOCATE_ANON merge test cases
` [RFC PATCH v3 08/11] tools/testing/selftests: expand mremap() tests for MREMAP_RELOCATE_ANON
` [RFC PATCH v3 09/11] tools/testing/selftests: have CoW self test use MREMAP_RELOCATE_ANON
` [RFC PATCH v3 10/11] tools/testing/selftests: test relocate anon in split huge page test
` [RFC PATCH v3 11/11] tools/testing/selftests: add MREMAP_RELOCATE_ANON fork tests

[PATCH RFC v3 0/8] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE
 2025-05-03 19:13 UTC  (6+ messages)

[RFC PATCH v2 00/10] mm/mremap: introduce more mergeable mremap via MREMAP_RELOCATE_ANON
 2025-05-03 17:50 UTC  (12+ messages)
` [RFC PATCH v2 01/10] "

[PATCH v4] mm: add zblock allocator
 2025-05-03  8:27 UTC  (2+ messages)

[PATCH v5 0/5] cgroup: separate rstat trees
 2025-05-03  0:12 UTC  (6+ messages)
` [PATCH v5 1/5] cgroup: use helper for distingushing css in callbacks
` [PATCH v5 2/5] cgroup: use separate rstat trees for each subsystem
` [PATCH v5 3/5] cgroup: use subsystem-specific rstat locks to avoid contention
` [PATCH v5 4/5] cgroup: helper for checking rstat participation of css
` [PATCH v5 5/5] cgroup: document the rstat per-cpu initialization

[PATCH v15 00/27] riscv control-flow integrity for usermode
 2025-05-02 23:30 UTC  (9+ messages)
` [PATCH v15 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v15 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v15 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v15 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v15 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v15 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v15 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v15 27/27] kselftest/riscv: kselftest for user mode cfi

page:  |  | latest

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