linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v4 0/6] slab: Introduce dedicated bucket allocator
 2024-05-31 19:14 UTC  (4+ messages)
` [PATCH v4 3/6] mm/slab: Introduce kvmalloc_buckets_node() that can take kmem_buckets argument
` [PATCH v4 5/6] ipc, msg: Use dedicated slab buckets for alloc_msg()
` [PATCH v4 6/6] mm/util: Use dedicated slab buckets for memdup_user()

[PATCH v4 0/7] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-05-31 19:11 UTC  (14+ messages)
` [PATCH v4 2/7] mm: multi-gen LRU: Have secondary MMUs participate in aging
` [PATCH v4 6/7] KVM: arm64: Relax locking for kvm_test_age_gfn and kvm_age_gfn

[linux-next:master] BUILD REGRESSION 0e1980c40b6edfa68b6acf926bab22448a6e40c9
 2024-05-31 19:09 UTC 

[linus:master] [mm] efa7df3e3b: kernel_BUG_at_include/linux/page_ref.h
 2024-05-31 19:06 UTC  (8+ messages)

[PATCH] kunit/fortify: Remove __kmalloc_node() test
 2024-05-31 18:57 UTC 

[PATCH v2 0/2] memfd: fix MFD_NOEXEC_SEAL to be non-sealable
 2024-05-31 18:56 UTC  (7+ messages)
` [PATCH v2 1/2] memfd: fix MFD_NOEXEC_SEAL to be non-sealable by default

[PATCH v2 0/2] DAMON multiple contexts support
 2024-05-31 18:55 UTC  (4+ messages)
` [PATCH v2 1/2] mm/damon/core: add 'struct kdamond' abstraction layer
` [PATCH v2 2/2] mm/damon/core: implement multi-context support

[PATCH 0/2] mm: store zero pages to be swapped out in a bitmap
 2024-05-31 18:18 UTC  (10+ messages)
` [PATCH 1/2] "

[PATCH v11 00/12] LUF(Lazy Unmap Flush) reducing tlb numbers over 90%
 2024-05-31 18:04 UTC  (15+ messages)
` [PATCH v11 01/12] x86/tlb: add APIs manipulating tlb batch's arch data
` [PATCH v11 02/12] arm64: tlbflush: "
` [PATCH v11 03/12] riscv, tlb: "
` [PATCH v11 04/12] x86/tlb, riscv/tlb, mm/rmap: separate arch_tlbbatch_clear() out of arch_tlbbatch_flush()
` [PATCH v11 05/12] mm: buddy: make room for a new variable, ugen, in struct page
` [PATCH v11 06/12] mm: add folio_put_ugen() to deliver unmap generation number to pcp or buddy
` [PATCH v11 07/12] mm: add a parameter, unmap generation number, to free_unref_folios()
` [PATCH v11 08/12] mm/rmap: recognize read-only tlb entries during batched tlb flush
` [PATCH v11 09/12] mm: implement LUF(Lazy Unmap Flush) defering tlb flush when folios get unmapped
` [PATCH v11 10/12] mm: separate move/undo parts from migrate_pages_batch()
` [PATCH v11 11/12] mm, migrate: apply luf mechanism to unmapping during migration
` [PATCH v11 12/12] mm, vmscan: apply luf mechanism to unmapping during folio reclaim

[PATCH v2] mm/hugetlb: mm/memory_hotplug: use a folio in scan_movable_pages()
 2024-05-31 17:39 UTC  (4+ messages)

[PATCH RFC 0/4] static key support for error injection functions
 2024-05-31 17:17 UTC  (8+ messages)
` [PATCH RFC 1/4] fault-inject: add support for static keys around fault injection sites
` [PATCH RFC 2/4] error-injection: support static keys around injectable functions
` [PATCH RFC 3/4] mm, slab: add static key for should_failslab()
` [PATCH RFC 4/4] mm, page_alloc: add static key for should_fail_alloc_page()

[PATCH v3 0/6] slab: Introduce dedicated bucket allocator
 2024-05-31 16:51 UTC  (13+ messages)
` [PATCH v3 2/6] mm/slab: Plumb kmem_buckets into __do_kmalloc_node()
` [PATCH v3 4/6] mm/slab: Introduce kmem_buckets_create() and family

[LSF/MM/BPF TOPIC] Swap Abstraction "the pony"
 2024-05-31 16:51 UTC  (12+ messages)
  ` [Lsf-pc] "

[PATCH 0/2] Clean up hotplug zone data synchronization
 2024-05-31 16:41 UTC  (5+ messages)
` [PATCH 2/2] mm,memory_hotplug: {READ,WRITE}_ONCE unsynchronized zone data

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-05-31 16:39 UTC  (8+ messages)
` [PATCH v4 17/29] arm64: implement PKEYS support
` [PATCH v4 18/29] arm64: add POE signal support

[PATCH v2 0/9] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-05-31 16:37 UTC  (6+ messages)
` [PATCH v2 4/9] fs/procfs: use per-VMA RCU-protected locking in PROCMAP_QUERY API

[RFC PATCH 0/5] Avoid MAP_FIXED gap exposure
 2024-05-31 16:32 UTC  (6+ messages)
` [RFC PATCH 1/5] mm/mmap: Correctly position vma_iterator in __split_vma()
` [RFC PATCH 2/5] mm/mmap: Split do_vmi_align_munmap() into a gather and complete operation
` [RFC PATCH 3/5] mm/mmap: Introduce vma_munmap_struct for use in munmap operations
` [RFC PATCH 4/5] mm/mmap: Change munmap to use vma_munmap_struct() for accounting and surrounding vmas
` [RFC PATCH 5/5] mm/mmap: Use split munmap calls for MAP_FIXED

patch idea: convert trivial call_rcu users to kfree_rcu
 2024-05-31 16:02 UTC  (9+ messages)
` [cocci] "

[PATCH RFC v2 00/19] fuse: fuse-over-io-uring
 2024-05-31 15:49 UTC  (23+ messages)
` [PATCH RFC v2 06/19] Add a vmalloc_node_user function
        ` [PATCH] fs: sys_ringbuffer() (WIP)

[PATCH v5 40/40] 9p: Use netfslib read/write_iter
 2024-05-31 15:06 UTC  (6+ messages)
` [PATCH v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib

Maintainers Summit 2024 Call for Topics
 2024-05-31 14:49 UTC 

[PATCH v3 0/6] add mTHP support for anonymous shmem
 2024-05-31 14:43 UTC  (6+ messages)

[PATCH v2 0/6] mm: page_type, zsmalloc and page_mapcount_reset()
 2024-05-31 14:32 UTC  (5+ messages)
` [PATCH v2 3/6] mm/zsmalloc: use a proper page type

[PATCH 0/2] Improve dmesg output for swapfile+hibernation
 2024-05-31 14:15 UTC  (7+ messages)

[PATCH] mm: Reduce the number of slab->folio casts
 2024-05-31 14:02 UTC  (2+ messages)

page type is 3, passed migratetype is 1 (nr=512)
 2024-05-31 13:43 UTC  (8+ messages)

[QUESTION] mm: Redundant const parameter?
 2024-05-31 13:20 UTC  (7+ messages)
  ` [External] "

[PATCH v15 00/20] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-05-31 13:10 UTC  (11+ messages)
` [PATCH v15 09/20] KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT

[PATCH v16 1/5] mm: add VM_DROPPABLE for designating always lazily freeable mappings
 2024-05-31 13:00 UTC  (4+ messages)

[PATCH v1] mm: read page_type using READ_ONCE
 2024-05-31 12:56 UTC 

[PATCH] mm: sparse: Consistently use _nr
 2024-05-31 12:41 UTC 

[PATCH 0/2] mm: swap: mTHP swap allocator base on swap cluster order
 2024-05-31 12:40 UTC  (14+ messages)
` [PATCH 1/2] mm: swap: swap cluster switch to double link list

[RFC PATCH] mm: swap: reuse exclusive folio directly instead of wp page faults
 2024-05-31 12:34 UTC  (7+ messages)

[PATCH v2 1/1] x86/elf: Add a new .note section containing Xfeatures information to x86 core files
 2024-05-31 10:58 UTC  (8+ messages)

[PATCHv3] mm: fix incorrect vbq reference in purge_fragmented_block
 2024-05-31 10:57 UTC  (11+ messages)

[linus:master] [shmem,percpu_counter] beb9868628: BUG:KCSAN:data-race_in__percpu_counter_limited_add/__percpu_counter_limited_add
 2024-05-31 10:29 UTC  (2+ messages)

[PATCH] mm: userfaultfd: Use swap() in double_pt_lock()
 2024-05-31 10:02 UTC  (2+ messages)

[PATCH] memblock: make memblock_set_node() also warn about use of MAX_NUMNODES
 2024-05-31  9:40 UTC  (2+ messages)

[PATCH] mm: don't call should_failslab() for !CONFIG_FAILSLAB
 2024-05-31  9:36 UTC  (3+ messages)

[PATCH net-next v5 01/13] mm: page_frag: add a test module for page_frag
 2024-05-31  8:50 UTC  (5+ messages)

[PATCH 0/3] slab: fix and cleanup of slub_debug
 2024-05-31  8:31 UTC  (4+ messages)
` [PATCH 1/3] slab: check the return value of check_bytes_and_report()

[RESEND PATCH 00/10] memblock: introduce memsize showing reserved memory
 2024-05-31  8:21 UTC  (10+ messages)
  `  "
    ` (2) "
                `  "
                  ` (2) "

[PATCH 0/3] mm,swap: cleanup VMA based swap readahead window calculation
 2024-05-31  8:12 UTC  (4+ messages)
` [PATCH 1/3] mm,swap: fix a theoretical underflow in "
` [PATCH 2/3] mm,swap: remove struct vma_swap_readahead
` [PATCH 3/3] mm,swap: simplify VMA based swap readahead window calculation

[CFP LPC 2024] Kernel Memory Management Microconference
 2024-05-31  7:34 UTC 

[syzbot] Monthly mm report (May 2024)
 2024-05-31  6:48 UTC 

[PATCH v2] sched/rt: Clean up usage of rt_task()
 2024-05-31  6:30 UTC  (8+ messages)

[PATCH 1/1] mm: protect xa split stuff under lruvec->lru_lock during migration
 2024-05-31  6:17 UTC  (10+ messages)

support large folios for NFS
 2024-05-31  6:14 UTC  (3+ messages)

[PATCH] mm/memory-failure: Stop setting the folio error flag
 2024-05-31  3:29 UTC 

[RFC PATCH] mm/vmalloc: fix vbq->free breakage
 2024-05-31  2:53 UTC  (4+ messages)

[RFC PATCH v2] mm/vmalloc: fix vbq->free list breakage
 2024-05-31  2:48 UTC 

[PATCH v10 00/12] LUF(Lazy Unmap Flush) reducing tlb numbers over 90%
 2024-05-31  2:20 UTC  (16+ messages)

[PATCHv2] mm: fix incorrect vbq reference in purge_fragmented_block
 2024-05-31  1:40 UTC  (3+ messages)

[linux-next:master 1810/2527] drivers/clk/qcom/camcc-sm7150.c:1900:15: sparse: sparse: symbol 'camcc_sm7150_hws' was not declared. Should it be static?
 2024-05-31  1:21 UTC 

allocation tagging splats xfs generic/531
 2024-05-31  1:12 UTC  (4+ messages)

[PATCH 1/3] mm/mm_init.c: get the highest zone directly
 2024-05-31  0:26 UTC  (3+ messages)
` [PATCH 2/3] mm/mm_init.c: use deferred_init_mem_pfn_range_in_zone() to decide loop condition
` [PATCH 3/3] mm/mm_init.c: not always search next deferred_init_pfn from very beginning

[PATCH v3] vmstat: Kernel stack usage histogram
 2024-05-31  0:14 UTC  (3+ messages)

[PATCH net-next v10 06/14] page_pool: convert to use netmem
 2024-05-30 20:16 UTC  (2+ messages)
` [PATCH net-next v10 07/14] page_pool: devmem support

[PATCH v2 0/8] Add helper functions to remove repeated code and improve readability of cgroup writeback
 2024-05-30 18:55 UTC  (11+ messages)
` [PATCH v2 2/8] writeback: add general function domain_dirty_avail to calculate dirty and avail of domain
` [PATCH v2 5/8] writeback: factor out wb_dirty_freerun to remove more repeated freerun code
` [PATCH v2 7/8] writeback: factor out wb_dirty_exceeded to remove repeated code
` [PATCH v2 8/8] writeback: factor out balance_wb_limits "

page:  |  | latest

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