linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC 00/14] Dynamic Kernel Stacks
 2024-03-11 16:46 UTC  (7+ messages)
` [RFC 01/14] task_stack.h: remove obsolete __HAVE_ARCH_KSTACK_END check
` [RFC 02/14] fork: Clean-up ifdef logic around stack allocation
` [RFC 03/14] fork: Clean-up naming of vm_strack/vm_struct variables in vmap stacks code
` [RFC 04/14] fork: Remove assumption that vm_area->nr_pages equals to THREAD_SIZE
` [RFC 05/14] fork: check charging success before zeroing stack
` [RFC 06/14] fork: zero vmap stack using clear_page() instead of memset()

[PATCH] exec: Simplify remove_arg_zero() error path
 2024-03-11 16:24 UTC  (2+ messages)

[linux-next:master 12265/12944] arch/arm64/include/asm/pgtable.h:904:16: error: implicit declaration of function 'pud_leaf'; did you mean 'pmd_leaf'?
 2024-03-11 16:19 UTC  (2+ messages)

[PATCH 1/1] mm/khugepaged: reduce process visible downtime by pre-zeroing hugepage
 2024-03-11 16:19 UTC  (2+ messages)

[PATCH v3 00/18] Rearrange batched folio freeing
 2024-03-11 16:14 UTC  (45+ messages)
` [PATCH v3 10/18] mm: Allow non-hugetlb large folios to be batch processed

[PATCH 1/2] mm: zswap: optimize zswap pool size tracking
 2024-03-11 16:12 UTC  (2+ messages)
` [PATCH 2/2] mm: zpool: return pool size in pages

[PATCH v3] ARM64: Dynamically allocate cpumasks and increase supported CPUs to 512
 2024-03-11 15:22 UTC  (8+ messages)

BUG selftests/mm]
 2024-03-11 15:12 UTC  (5+ messages)

[PATCH v2 1/1] mm/madvise: enhance lazyfreeing with mTHP in madvise_free
 2024-03-11 15:07 UTC  (22+ messages)

[PATCH v4 0/6] Swap-out mTHP without splitting
 2024-03-11 15:00 UTC  (7+ messages)
` [PATCH v4 1/6] mm: swap: Remove CLUSTER_FLAG_HUGE from swap_cluster_info:flags
` [PATCH v4 2/6] mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()
` [PATCH v4 3/6] mm: swap: Simplify struct percpu_cluster
` [PATCH v4 4/6] mm: swap: Allow storage of all mTHP orders
` [PATCH v4 5/6] mm: vmscan: Avoid split during shrink_folio_list()
` [PATCH v4 6/6] mm: madvise: Avoid split during MADV_PAGEOUT and MADV_COLD

[PATCH] mm/slub: Simplify get_partial_node()
 2024-03-11 13:27 UTC 

[RFC PATCH 0/3] x86/mm: LAM fixups and cleanups
 2024-03-11 12:42 UTC  (9+ messages)
` [RFC PATCH 2/3] x86/mm: make sure LAM is up-to-date during context switching

WARNING: modpost: "__ashldi3" [drivers/usb/host/xhci-hcd.ko] has no CRC!
 2024-03-11 12:41 UTC 

[PATCH 0/8] Some cleanups for memory-failure
 2024-03-11 12:31 UTC  (8+ messages)
` [PATCH 6/8] mm/memory-failure: Convert memory_failure() to use a folio
` [PATCH 7/8] mm/memory-failure: Convert hwpoison_user_mappings to take "
` [PATCH 8/8] mm/memory-failure: Add some folio conversions to unpoison_memory

[PATCH] mm: kmsan: fix instrumentation recursion on preempt_count
 2024-03-11 12:06 UTC  (3+ messages)

[PATCH v2 bpf-next 0/9] add new acquire/release BPF kfuncs
 2024-03-11 12:00 UTC  (7+ messages)

vm_area at addr ffffffffc0800000 is not marked as VM_IOREMAP
 2024-03-11 11:46 UTC  (17+ messages)

[PATCH v2 0/2] reclaim contended folios asynchronously instead of promoting them
 2024-03-11 11:14 UTC  (4+ messages)

[BUG] kmsan: instrumentation recursion problems
 2024-03-11 11:02 UTC  (4+ messages)

[PATCH v3 0/4] Memory management patches needed by Rust Binder
 2024-03-11 10:50 UTC  (6+ messages)
` [PATCH v3 1/4] rust: uaccess: add userspace pointers
` [PATCH v3 2/4] uaccess: always export _copy_[from|to]_user with CONFIG_RUST
` [PATCH v3 3/4] rust: uaccess: add typed accessors for userspace pointers
` [PATCH v3 4/4] rust: add abstraction for `struct page`

[syzbot] [mm?] [input?] [usb?] INFO: rcu detected stall in asm_exc_page_fault
 2024-03-11 10:08 UTC  (7+ messages)

[PATCH RFC 00/13] mm/treewide: Remove pXd_huge() API
 2024-03-11  9:58 UTC  (4+ messages)
` [PATCH RFC 13/13] mm: Document pXd_leaf() API

[PATCH -v3] mm: swap: fix race between free_swap_and_cache() and swapoff()
 2024-03-11  9:44 UTC  (2+ messages)

Unmapping KVM Guest Memory from Host Kernel
 2024-03-11  9:29 UTC  (3+ messages)

[syzbot] [udf?] KASAN: slab-use-after-free Read in udf_free_blocks
 2024-03-11  9:25 UTC 

MGLRU premature memcg OOM on slow writes
 2024-03-11  9:11 UTC  (6+ messages)

[LSF/MM/BPF TOPIC] untorn buffered writes
 2024-03-11  8:42 UTC  (2+ messages)

[PATCH v11 00/35] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-03-11  5:50 UTC  (3+ messages)
` [PATCH v11 28/35] KVM: SEV: Implement gmem hook for initializing private pages

[PATCH v17 00/35] Drivers for Gunyah hypervisor
 2024-03-11  5:39 UTC  (16+ messages)
` [PATCH v17 10/35] gunyah: vm_mgr: Add VM start/stop
` [PATCH v17 11/35] virt: gunyah: Translate gh_rm_hyp_resource into gunyah_resource
` [PATCH v17 12/35] virt: gunyah: Add resource tickets
` [PATCH v17 19/35] arch/mm: Export direct {un,}map functions
    `  "
        `  "
            `  "
                `  "

[PATCH v5 00/13] riscv: ASID-related and UP-related TLB flush enhancements
 2024-03-11  4:42 UTC  (6+ messages)
` [PATCH v5 03/13] riscv: Use IPIs for remote cache/TLB flushes by default

On the optimum size of a batch
 2024-03-11  3:41 UTC  (4+ messages)

[PATCH stable-5.10] mm/memory-failure: fix an incorrect use of tail pages
 2024-03-11  1:51 UTC  (2+ messages)

[PATCH v2 0/2] Allow migrate on protnone reference with MPOL_PREFERRED_MANY policy
 2024-03-11  1:45 UTC  (4+ messages)
` [PATCH v2 2/2] mm/numa_balancing:Allow "

[PATCH v1 12/13] tools headers: Sync compiler.h headers
 2024-03-11  1:17 UTC  (2+ messages)

[PATCH 1/2] [RFC] proc: pagemap: Expose whether a PTE is writable
 2024-03-10 22:14 UTC  (4+ messages)
` [PATCH 2/2] [RFC] pagemap.rst: Document write bit

[PATCH] mm: Remove folio from deferred split list before uncharging it
 2024-03-10 13:48 UTC 

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-10  9:35 UTC  (14+ messages)

[PATCH] usercopy: delete __noreturn from usercopy_abort
 2024-03-09 14:58 UTC  (9+ messages)

[syzbot] [mm?] WARNING in try_to_migrate_one (2)
 2024-03-09 11:25 UTC 

[PATCH] mm/slub: mark racy accesses on slab->slabs
 2024-03-09 11:24 UTC  (2+ messages)

Unmapping KVM Guest Memory from Host Kernel
 2024-03-09 11:14 UTC  (9+ messages)

[linux-next:master 1444/12944] /usr/bin/ld: cannot find ../lib/api/libapi.a: No such file or directory
 2024-03-09 10:37 UTC  (3+ messages)

[PATCH v6 0/2] zswap: remove the memcpy if acomp is not sleepable
 2024-03-09  5:08 UTC  (8+ messages)

[PATCH v7 0/2] mm/vmalloc: lock contention optimization under multi-threading
 2024-03-09  4:54 UTC  (8+ messages)
` [PATCH v7 1/2] mm/vmalloc: Moved macros with no functional change happened

[PATCH] mm/vmalloc.c: optimize to reduce arguments of alloc_vmap_area()
 2024-03-09  4:44 UTC 

[linux-next:master 10291/12944] drivers/gpio/gpio-nomadik.c:462:20: error: static declaration of 'nmk_gpio_dbg_show_one' follows non-static declaration
 2024-03-09  2:46 UTC 

[RFC PATCH 3/3] mm/damon/paddr: support DAMOS filter type YOUNG
 2024-03-09  1:53 UTC  (2+ messages)

[linux-next:master 12265/12944] arch/riscv/include/asm/pgtable.h:735:16: error: implicit declaration of function 'pud_leaf'; did you mean 'pmd_leaf'?
 2024-03-09  1:11 UTC 

[PATCH] tmpfs: Fix race on handling dquot rbtree
 2024-03-08 23:26 UTC  (2+ messages)

[linux-next:master 12610/12944] arch/mips/ralink/timer.c:136:34: error: array type has incomplete element type 'struct of_device_id'
 2024-03-08 23:17 UTC 

[PATCH] mm/slub: Make __ksize() faster
 2024-03-08 21:28 UTC  (10+ messages)

[linux-next:master] BUILD REGRESSION 8ffc8b1bbd505e27e2c8439d326b6059c906c9dd
 2024-03-08 18:26 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[PATCH v6 0/8] hugetlb: parallelize hugetlb page init on boot
 2024-03-08 17:35 UTC  (9+ messages)
` [PATCH v6 4/8] padata: dispatch works on different nodes
` [PATCH v6 7/8] hugetlb: parallelize 2M hugetlb allocation and initialization
` [PATCH v6 8/8] hugetlb: parallelize 1G hugetlb initialization

[linux-next:pending-fixes] BUILD SUCCESS 4b587a04fd31ed30f5578c2e1455b14ae7a5d069
 2024-03-08 17:26 UTC 

[PATCH v4 bpf-next 0/2] mm: Enforce ioremap address space and introduce sparse vm_area
 2024-03-08 17:21 UTC  (4+ messages)
` [PATCH v4 bpf-next 1/2] mm: Enforce VM_IOREMAP flag and range in ioremap_page_range

arm64: WARNING: at mm/vmalloc.c:315 ioremap_page_range
 2024-03-08 15:49 UTC  (4+ messages)

[PATCH 8/8] ring-buffer: Validate boot range memory events
 2024-03-08 15:39 UTC 

[PATCH v5 00/37] Memory allocation profiling
 2024-03-08 15:23 UTC  (3+ messages)
` [PATCH v5 24/37] rust: Add a rust helper for krealloc()

page:  |  | latest

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