linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 bpf-next 00/14] bpf: Introduce BPF arena
 2024-03-11 22:59 UTC  (14+ messages)
` [PATCH v3 bpf-next 01/14] bpf: Introduce bpf_arena
` [PATCH v3 bpf-next 03/14] bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions
` [PATCH v3 bpf-next 09/14] bpftool: Recognize arena map type
` [PATCH v3 bpf-next 10/14] libbpf: Recognize __arena global varaibles

[PATCH v5] zswap: replace RB tree with xarray
 2024-03-11 22:52 UTC  (2+ messages)

[PATCH v5 06/24] fsverity: pass tree_blocksize to end_enable_verity()
 2024-03-11 22:38 UTC 

[PATCH v4 0/6] Swap-out mTHP without splitting
 2024-03-11 22:30 UTC  (8+ 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

BUG selftests/mm]
 2024-03-11 22:28 UTC  (9+ messages)

[RFC 00/14] Dynamic Kernel Stacks
 2024-03-11 22:17 UTC  (22+ 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()
` [RFC 07/14] fork: use the first page in stack to store vm_stack in cached_stacks
` [RFC 08/14] fork: separate vmap stack alloction and free calls
` [RFC 09/14] mm/vmalloc: Add a get_vm_area_node() and vmap_pages_range_noflush() public functions
` [RFC 10/14] fork: Dynamic Kernel Stacks
` [RFC 11/14] x86: add support for "
` [RFC 12/14] task_stack.h: Clean-up stack_not_used() implementation
` [RFC 13/14] task_stack.h: Add stack_not_used() support for dynamic stack
` [RFC 14/14] fork: Dynamic Kernel Stack accounting

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

On the optimum size of a batch
 2024-03-11 21:58 UTC  (6+ messages)

[RFC PATCH v7 00/12] memory: scrub: introduce subsystem + CXL/ACPI-RAS2 drivers
 2024-03-11 21:20 UTC  (3+ messages)
` [RFC PATCH v7 03/12] cxl/mbox: Add SET_FEATURE mailbox command

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

[RFC PATCH v2 0/4] mm/damon: add a DAMOS filter type for page granularity access recheck
 2024-03-11 20:45 UTC  (5+ messages)
` [RFC PATCH v2 1/4] mm/damon/paddr: implement damon_folio_young()
` [RFC PATCH v2 2/4] mm/damon/paddr: implement damon_folio_mkold()
` [RFC PATCH v2 3/4] mm/damon: add DAMOS filter type YOUNG
` [RFC PATCH v2 4/4] mm/damon/paddr: support "

[PATCH v2] mm/migrate: put dest folio on deferred split list if source was there
 2024-03-11 19:58 UTC 

[PATCH] mm/migrate: put dest folio on deferred split list if source was there
 2024-03-11 19:56 UTC  (3+ messages)

[PATCH] percpu: clean up all mappings when pcpu_map_pages() fails
 2024-03-11 19:43 UTC 

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

[PATCH v2] mm: Remove folio from deferred split list before uncharging it
 2024-03-11 19:18 UTC 

[syzbot] [ntfs3?] WARNING in do_open_execat
 2024-03-11 19:01 UTC  (2+ messages)

[RFC PATCH v3 0/5] mm: support large folios swap-in
 2024-03-11 18:51 UTC  (5+ messages)
` [RFC PATCH v3 1/5] arm64: mm: swap: support THP_SWAP on hardware with MTE
` [RFC PATCH v3 2/5] mm: swap: introduce swap_nr_free() for batched swap_free()

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

[PATCH RFC gmem v1 0/8] KVM: gmem hooks/changes needed for x86 (other archs?)
 2024-03-11 17:24 UTC  (7+ messages)
` [PATCH RFC gmem v1 4/8] KVM: x86: Add gmem hook for invalidating memory

[PATCH v17 00/35] Drivers for Gunyah hypervisor
 2024-03-11 17:19 UTC  (9+ 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 1/3] selftests/exec: Add the overall result line accourding to TAP
 2024-03-11 17:10 UTC  (2+ messages)

[Test Failure Report] exec: Test failures in execveat
 2024-03-11 17:08 UTC  (5+ messages)

[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 v2 1/1] mm/madvise: enhance lazyfreeing with mTHP in madvise_free
 2024-03-11 15:07 UTC  (22+ messages)

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

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  (15+ 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  (2+ messages)

[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  (5+ 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 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

[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  (12+ 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  (4+ 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 

page:  |  | latest

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