linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/7] kernel/cgroups: Add "dev" memory accounting cgroup
 2024-10-23  7:52 UTC  (7+ messages)
` [PATCH 1/7] kernel/cgroup: "
` [PATCH 2/7] drm/drv: Add drmm cgroup registration for dev cgroups
` [PATCH 3/7] drm/ttm: Handle cgroup based eviction in TTM
` [PATCH 4/7] drm/xe: Implement cgroup for vram
` [PATCH 5/7] drm/amdgpu: Add cgroups implementation
` [PATCH 6/7] [HACK] drm/xe: Hack to test with mapped pages instead of vram

[PATCH v2 1/7] s390/kdump: implement is_kdump_kernel()
 2024-10-23  7:45 UTC  (6+ messages)

[PATCH mm-unstable v1] mm/page_alloc: try not to overestimate free highatomic
 2024-10-23  7:34 UTC  (7+ messages)

[RFC 2/2] khugepaged: use upgrade_read() to optimize collapse_huge_page
 2024-10-23  7:27 UTC  (2+ messages)

[PATCH v2 0/5] implement lightweight guard pages
 2024-10-23  7:19 UTC  (3+ messages)

[PATCH v4 0/4] introduce PIDFD_SELF* sentinels
 2024-10-23  7:18 UTC  (6+ messages)
` [PATCH v4 1/4] pidfd: extend pidfd_get_pid() and de-duplicate pid lookup
` [PATCH v4 2/4] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process

[PATCH] mm: export copy_to_kernel_nofault
 2024-10-23  7:05 UTC  (6+ messages)

[PATCH v1 7/7] x86: select ARCH_SUPPORTS_PT_RECLAIM if X86_64
 2024-10-23  6:54 UTC  (2+ messages)

[PATCH] slub/slub_kunit:fix a panic due to __kmalloc_cache_noprof incorretly use
 2024-10-23  6:21 UTC  (7+ messages)
          ` [PATCH] slub_kunit:fix a WARNING "

[PATCH v2] mm/codetag: fix arg in pgalloc_tag_copy alloc_tag_sub
 2024-10-23  4:19 UTC  (2+ messages)

[RFC PATCH v1 00/13] zswap IAA compress batching
 2024-10-23  3:06 UTC  (17+ messages)
` [RFC PATCH v1 04/13] mm: zswap: zswap_compress()/decompress() can submit, then poll an acomp_req
` [RFC PATCH v1 09/13] mm: zswap: Config variable to enable compress batching in zswap_store()
` [RFC PATCH v1 10/13] mm: zswap: Create multiple reqs/buffers in crypto_acomp_ctx if platform has IAA
` [RFC PATCH v1 11/13] mm: swap: Add IAA batch compression API swap_crypto_acomp_compress_batch()

[PATCH] mm: avoid unconditional one-tick sleep when swapcache_prepare fails
 2024-10-23  2:32 UTC  (6+ messages)

[PATCH 00/13] mm, swap: rework of swap allocator locks
 2024-10-23  2:24 UTC  (15+ messages)
` [PATCH 01/13] mm, swap: minor clean up for swap entry allocation
` [PATCH 02/13] mm, swap: fold swap_info_get_cont in the only caller
` [PATCH 03/13] mm, swap: remove old allocation path for HDD
` [PATCH 04/13] mm, swap: use cluster lock "
` [PATCH 05/13] mm, swap: clean up device availability check
` [PATCH 06/13] mm, swap: clean up plist removal and adding
` [PATCH 07/13] mm, swap: hold a reference of si during scan and clean up flags
` [PATCH 08/13] mm, swap: use an enum to define all cluster flags and wrap flags changes
` [PATCH 09/13] mm, swap: reduce contention on device lock
` [PATCH 10/13] mm, swap: simplify percpu cluster updating
` [PATCH 11/13] mm, swap: introduce a helper for retrieving cluster from offset
` [PATCH 12/13] mm, swap: use a global swap cluster for non-rotation device
` [PATCH 13/13] mm, swap_slots: remove slot cache for freeing path

[PATCH v2 0/2] mm/mremap: Remove extra vma tree walk
 2024-10-23  2:10 UTC  (6+ messages)
` [PATCH v2 1/2] mm/mremap: Clean up vma_to_resize()
` [PATCH v2 2/2] mm/mremap: Remove goto from mremap_to()

[PATCH v2] mm: page_alloc: move mlocked flag clearance into free_pages_prepare()
 2024-10-23  2:04 UTC  (14+ messages)

[PATCH] mm/damon/vaddr: Fix issue in damon_va_evenly_split_region()
 2024-10-23  1:27 UTC  (9+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] mm/damon/vaddr: Add 'nr_piece == 1' check "

[RFC PATCH v1 00/57] Boot-time page size selection for arm64
 2024-10-23  1:23 UTC  (15+ messages)
` [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
  ` [RFC PATCH v1 36/57] xen: Remove PAGE_SIZE compile-time constant assumption

[PATCH v5 bpf-next 06/12] bpf: Add uptr support in the map_value of the task local storage
 2024-10-23  0:57 UTC  (3+ messages)

[RFC 0/4] mm: zswap: add support for zswapin of large folios
 2024-10-23  0:47 UTC  (14+ messages)
` [RFC 1/4] mm/zswap: skip swapcache for swapping in zswap pages

[PATCH v4 5/5] maple_tree: add a test checking storing null
 2024-10-22 23:32 UTC  (3+ messages)

[PATCH v1 1/1] x86/percpu: Cast -1 to argument type when comparing in percpu_add_op()
 2024-10-22 23:24 UTC  (7+ messages)

[PATCH] mm/codetag: fix arg in pgalloc_tag_copy alloc_tag_sub
 2024-10-22 23:04 UTC  (3+ messages)

[PATCH] mm: shmem: avoid repeated flush dcache in shmem_writepage()
 2024-10-22 22:56 UTC  (19+ messages)
` [PATCH] mm: shmem: convert to use folio_zero_range()

[PATCH v1 0/2] mseal: fixing madvise for file-backed mapping and PROT_NONE
 2024-10-22 22:54 UTC  (8+ messages)
` [PATCH v1 1/2] mseal: Two fixes for madvise(MADV_DONTNEED) when sealed

[PATCH v3 0/3] memory,x86,acpi: hotplug memory alignment advisement
 2024-10-22 21:34 UTC  (4+ messages)
` [PATCH v3 1/3] memory: implement memory_block_advise/probe_max_size
` [PATCH v3 2/3] x86: probe memory block size advisement value during mm init
` [PATCH v3 3/3] acpi,srat: give memory block size advice based on CFMWS alignment

[PATCH hotfix 6.12 0/8] fix error handling in mmap_region() and refactor
 2024-10-22 21:15 UTC  (13+ messages)
` [PATCH hotfix 6.12 1/8] mm: avoid unsafe VMA hook invocation when error arises on mmap hook
` [PATCH hotfix 6.12 2/8] mm: unconditionally close VMAs on error
` [PATCH hotfix 6.12 3/8] mm: refactor map_deny_write_exec()
` [PATCH hotfix 6.12 4/8] mm: resolve faulty mmap_region() error path behaviour
` [PATCH hotfix 6.12 5/8] tools: testing: add additional vma_internal.h stubs
` [PATCH hotfix 6.12 6/8] mm: insolate mmap internal logic to mm/vma.c
` [PATCH hotfix 6.12 7/8] mm: refactor __mmap_region()
` [PATCH hotfix 6.12 8/8] mm: do not attempt second merge for file-backed VMAs

[linux-next:master] BUILD REGRESSION 7436324ebd147598f940dde1335b7979dbccc339
 2024-10-22 21:04 UTC 

[PATCH v2 0/5] implement lightweight guard pages
 2024-10-22 20:45 UTC  (19+ messages)
` [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
` [PATCH v2 5/5] selftests/mm: add self tests for guard page feature

[PATCH v2] mm: mglru: provide a separate list for lazyfree anon folios
 2024-10-22 20:15 UTC  (5+ messages)

[PATCH v2 0/9] kasan: RISC-V support for KASAN_SW_TAGS using pointer masking
 2024-10-22 19:51 UTC  (12+ messages)
` [PATCH v2 1/9] kasan: sw_tags: Use arithmetic shift for shadow computation
` [PATCH v2 2/9] kasan: sw_tags: Check kasan_flag_enabled at runtime
` [PATCH v2 3/9] kasan: sw_tags: Support outline stack tag generation
` [PATCH v2 4/9] kasan: sw_tags: Support tag widths less than 8 bits
` [PATCH v2 5/9] riscv: mm: Log potential KASAN shadow alias
` [PATCH v2 6/9] riscv: Do not rely on KASAN to define the memory layout
` [PATCH v2 7/9] riscv: Align the sv39 linear map to 16 GiB
` [PATCH v2 8/9] riscv: Add SBI Firmware Features extension definitions
` [PATCH v2 9/9] riscv: Implement KASAN_SW_TAGS

[PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker
 2024-10-22 19:13 UTC  (13+ messages)

[PATCH v13 00/18] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-10-22 19:04 UTC  (3+ messages)
` [PATCH v13 02/18] EDAC: Add scrub control feature

[PATCH] mm: numa_memblks: Don't skip reserved areas before DRAM
 2024-10-22 18:41 UTC 

[PATCH net-next v3 3/3] page_pool: fix IOMMU crash when driver has already unbound
 2024-10-22 18:14 UTC  (3+ messages)

[PATCH bpf-next 2/5] bpf: bpf_csum_diff: optimize and homogenize for all archs
 2024-10-22 18:09 UTC 

[PATCH v2] mm, swap: avoid over reclaim of full clusters
 2024-10-22 17:55 UTC 

[PATCH bpf-next 1/2] bpf: Add open coded version of kmem_cache iterator
 2024-10-22 17:52 UTC  (10+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add a test for open coded kmem_cache iter

[PATCH] tools/mm: -Werror fixes in page-types/slabinfo
 2024-10-22 17:21 UTC 

[PATCH v2] mm: Split critical region in remap_file_pages() and invoke LSMs in between
 2024-10-22 16:27 UTC  (4+ messages)

[PATCH v1 0/6] mm/arm64: re-enable HVO
 2024-10-22 16:15 UTC  (5+ messages)
` [PATCH v1 3/6] irqchip/gic-v3: support SGI broadcast
` [PATCH v1 4/6] arm64: broadcast IPIs to pause remote CPUs

[RFC PATCH] mm/slab: fix a memory leak on kobject_init_and_add() failure
 2024-10-22 16:08 UTC  (5+ messages)

[PATCH] kasan: remove vmalloc_percpu test
 2024-10-22 16:07 UTC 

[RFC PATCH v3 0/4] Support large folios for tmpfs
 2024-10-22 15:31 UTC  (11+ messages)

[PATCH v2 2/2] fuse: remove tmp folio for writebacks and internal rb tree
 2024-10-22 15:03 UTC  (12+ messages)

[RFC] Virtualizing tagged disaggregated memory capacity (app specific, multi host shared)
 2024-10-22 14:35 UTC  (10+ messages)

[PATCH] mm: avoid zeroing user movable page twice with init_on_alloc=1
 2024-10-22 14:33 UTC  (4+ messages)

[PATCH] tools: testing: fix phys_addr_t size on 64-bit systems
 2024-10-22 14:03 UTC  (2+ messages)

[PATCH bpf-next 1/5] net: checksum: move from32to16() to generic header
 2024-10-22 13:50 UTC 

[PATCH 0/2] hung_task: add detect count for hung tasks
 2024-10-22 11:47 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] hung_task: add docs for hung_task_detect_count

[PATCH v5 0/3] vdso: Use only headers from the vdso/ namespace
 2024-10-22 11:26 UTC  (4+ messages)
` [PATCH v5 3/3] s390: Remove remaining _PAGE_* macros

[PATCH] resource: Avoid unnecessary resource tree walking in __region_intersects()
 2024-10-22  8:51 UTC  (3+ messages)

[PATCH -V3] x86/tdx, memory hotplug: Check whole hot-adding memory range for TDX
 2024-10-22  8:31 UTC  (3+ messages)

[PATCH] mm: Add missing mmu_notifier_clear_young for !MMU_NOTIFIER
 2024-10-22  7:55 UTC  (2+ messages)

[PATCH v2] mm/memcontrol: Fix seq_buf size to save memory when PAGE_SIZE is large
 2024-10-22  7:30 UTC  (2+ messages)

[PATCH linux-mm v2] mm: make pcp_decay_high working better with NOHZ full
 2024-10-22  6:36 UTC  (3+ messages)

[PATCH] mm: Remove unused has_isolate_pageblock
 2024-10-22  5:32 UTC  (2+ messages)

[PATCH] mm: Remove redundant condition for THP folio
 2024-10-22  5:23 UTC  (2+ messages)

[PATCH v4 1/2] virt: pvmemcontrol: control guest physical memory properties
 2024-10-22  5:18 UTC  (2+ messages)

[PATCH] mm: Use str_on_off() helper function in report_meminit()
 2024-10-22  5:15 UTC  (3+ messages)

[PATCH] mm/page_alloc: Use str_off_on() helper in build_all_zonelists()
 2024-10-22  5:07 UTC  (2+ messages)

[PATCH v3 00/12] powerpc/kfence: Improve kfence support (mainly Hash)
 2024-10-22  3:09 UTC  (4+ messages)
` [PATCH v3 01/12] powerpc: mm/fault: Fix kfence page fault reporting

[PATCH v2 0/3] LoongArch: Fix vmalloc test issue
 2024-10-22  1:56 UTC  (13+ messages)
` [PATCH v2 1/3] LoongArch: Set initial pte entry with PAGE_GLOBAL for kernel space

[linux-next:fs-next] BUILD SUCCESS cf38c48b73e3cc13a61a416017bdb5e9d4bdca1c
 2024-10-22  1:40 UTC 

[PATCH] tools/mm: Free the allocated memory
 2024-10-22  1:25 UTC 

page:  |  | latest

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