linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v6 00/21] mm/zsmalloc: add zpdesc memory descriptor for zswap.zpool
 2024-08-13  8:46 UTC  (17+ messages)
` [PATCH v6 01/21] "
` [PATCH v6 02/21] mm/zsmalloc: use zpdesc in trylock_zspage()/lock_zspage()
` [PATCH v6 03/21] mm/zsmalloc: convert __zs_map_object/__zs_unmap_object to use zpdesc
` [PATCH v6 04/21] mm/zsmalloc: add and use pfn/zpdesc seeking funcs
` [PATCH v6 05/21] mm/zsmalloc: convert obj_malloc() to use zpdesc
` [PATCH v6 06/21] mm/zsmalloc: convert create_page_chain() and its users "
` [PATCH v6 07/21] mm/zsmalloc: convert obj_allocated() and related helpers "
` [PATCH v6 08/21] mm/zsmalloc: convert init_zspage() "
` [PATCH v6 09/21] mm/zsmalloc: convert obj_to_page() and zs_free() "
` [PATCH v6 10/21] mm/zsmalloc: add zpdesc_is_isolated()/zpdesc_zone() helper for zs_page_migrate()
` [PATCH v6 11/21] mm/zsmalloc: rename reset_page to reset_zpdesc and use zpdesc in it
` [PATCH v6 12/21] mm/zsmalloc: convert __free_zspage() to use zdsesc
` [PATCH v6 13/21] mm/zsmalloc: convert location_to_obj() to take zpdesc
` [PATCH v6 14/21] mm/zsmalloc: convert migrate_zspage() to use zpdesc
` [PATCH v6 15/21] mm/zsmalloc: convert get_zspage() to take zpdesc
` [PATCH v6 16/21] mm/zsmalloc: convert SetZsPageMovable and remove unused funcs

[PATCH 0/2] Improve migration by backing off earlier
 2024-08-13  7:22 UTC  (10+ messages)
` [PATCH 1/2] mm: Retry migration earlier upon refcount mismatch

[BUG] cgroupv2/blk: inconsistent I/O behavior in Cgroup v2 with set device wbps and wiops
 2024-08-13  7:19 UTC  (8+ messages)

[linus:master] [mm] c0bff412e6: stress-ng.clone.ops_per_sec -2.9% regression
 2024-08-13  7:14 UTC  (12+ messages)

[PATCH v5 00/26] Generic `Allocator` support for Rust
 2024-08-13  7:07 UTC  (28+ messages)
` [PATCH v5 01/26] rust: alloc: add `Allocator` trait
` [PATCH v5 02/26] rust: alloc: separate `aligned_size` from `krealloc_aligned`
` [PATCH v5 03/26] rust: alloc: rename `KernelAllocator` to `Kmalloc`
` [PATCH v5 04/26] rust: alloc: implement `Allocator` for `Kmalloc`
` [PATCH v5 05/26] rust: alloc: add module `allocator_test`
` [PATCH v5 06/26] rust: alloc: implement `Vmalloc` allocator
` [PATCH v5 07/26] rust: alloc: implement `KVmalloc` allocator
` [PATCH v5 08/26] rust: alloc: add __GFP_NOWARN to `Flags`
` [PATCH v5 09/26] rust: alloc: implement kernel `Box`
` [PATCH v5 10/26] rust: treewide: switch to our kernel `Box` type
` [PATCH v5 11/26] rust: alloc: remove `BoxExt` extension
` [PATCH v5 12/26] rust: alloc: add `Box` to prelude
` [PATCH v5 13/26] rust: alloc: implement kernel `Vec` type
` [PATCH v5 14/26] rust: alloc: implement `IntoIterator` for `Vec`
` [PATCH v5 15/26] rust: alloc: implement `collect` for `IntoIter`
` [PATCH v5 16/26] rust: treewide: switch to the kernel `Vec` type
` [PATCH v5 17/26] rust: alloc: remove `VecExt` extension
` [PATCH v5 18/26] rust: alloc: add `Vec` to prelude
` [PATCH v5 19/26] rust: error: use `core::alloc::LayoutError`
` [PATCH v5 20/26] rust: error: check for config `test` in `Error::name`
` [PATCH v5 21/26] rust: alloc: implement `contains` for `Flags`
` [PATCH v5 22/26] rust: alloc: implement `Cmalloc` in module allocator_test
` [PATCH v5 23/26] rust: str: test: replace `alloc::format`
` [PATCH v5 24/26] rust: alloc: update module comment of alloc.rs
` [PATCH v5 25/26] kbuild: rust: remove the `alloc` crate and `GlobalAlloc`
` [PATCH v5 26/26] MAINTAINERS: add entry for the Rust `alloc` module

[PATCH] mm: vmalloc: Ensure vmap_block is initialised before adding to queue
 2024-08-13  6:51 UTC  (4+ messages)

[PATCH 2/3] xfs: convert perag lookup to xarray
 2024-08-13  6:37 UTC 

[PATCH 0/2] userfaultfd: fix races around pmd_trans_huge() check
 2024-08-13  6:24 UTC  (5+ messages)
` [PATCH 1/2] userfaultfd: Fix pmd_trans_huge() recheck race
` [PATCH 2/2] userfaultfd: Don't BUG_ON() if khugepaged yanks our page table

[PATCH v3 00/13] uprobes: RCU-protected hot path optimizations
 2024-08-13  6:17 UTC  (16+ messages)
` [PATCH v3 01/13] uprobes: revamp uprobe refcounting and lifetime management
` [PATCH v3 02/13] uprobes: protected uprobe lifetime with SRCU
` [PATCH v3 03/13] uprobes: get rid of enum uprobe_filter_ctx in uprobe filter callbacks
` [PATCH v3 04/13] uprobes: travers uprobe's consumer list locklessly under SRCU protection
` [PATCH v3 05/13] perf/uprobe: split uprobe_unregister()
` [PATCH v3 06/13] rbtree: provide rb_find_rcu() / rb_find_add_rcu()
` [PATCH v3 07/13] uprobes: perform lockless SRCU-protected uprobes_tree lookup
` [PATCH v3 08/13] uprobes: switch to RCU Tasks Trace flavor for better performance
` [PATCH RFC v3 09/13] uprobes: SRCU-protect uretprobe lifetime (with timeout)
` [PATCH RFC v3 10/13] uprobes: implement SRCU-protected lifetime for single-stepped uprobe
` [PATCH RFC v3 11/13] mm: introduce mmap_lock_speculation_{start|end}
` [PATCH RFC v3 12/13] mm: add SLAB_TYPESAFE_BY_RCU to files_cache
` [PATCH RFC v3 13/13] uprobes: add speculative lockless VMA to inode resolution

[PATCH v5 0/4] Enable P2PDMA in Userspace RDMA
 2024-08-13  5:41 UTC  (5+ messages)
` [PATCH v5 3/4] mm/gup: allow FOLL_LONGTERM & FOLL_PCI_P2PDMA

[PATCH] mm,memcg: provide per-cgroup counters for NUMA balancing operations
 2024-08-13  5:09 UTC  (4+ messages)

[PATCH] binfmt_elf_fdpic: fix /proc/<pid>/auxv
 2024-08-13  4:53 UTC  (4+ messages)

[PATCH v5 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-08-13  3:11 UTC  (16+ messages)
` [PATCH v5 bpf-next 01/10] lib/buildid: harden "
` [PATCH v5 bpf-next 02/10] lib/buildid: add single folio-based file reader abstraction
` [PATCH v5 bpf-next 03/10] lib/buildid: take into account e_phoff when fetching program headers
` [PATCH v5 bpf-next 04/10] lib/buildid: remove single-page limit for PHDR search
` [PATCH v5 bpf-next 05/10] lib/buildid: rename build_id_parse() into build_id_parse_nofault()
` [PATCH v5 bpf-next 06/10] lib/buildid: implement sleepable build_id_parse() API
` [PATCH v5 bpf-next 07/10] lib/buildid: don't limit .note.gnu.build-id to the first page in ELF
` [PATCH v5 bpf-next 08/10] bpf: decouple stack_map_get_build_id_offset() from perf_callchain_entry
` [PATCH v5 bpf-next 09/10] bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers
` [PATCH v5 bpf-next 10/10] selftests/bpf: add build ID tests

[PATCH v2 1/2] mm: krealloc: consider spare memory for __GFP_ZERO
 2024-08-13  2:32 UTC  (4+ messages)
` [PATCH v2 2/2] mm: krealloc: clarify valid usage of __GFP_ZERO

[akpm-mm:mm-unstable 206/222] arch/x86/include/asm/pgtable.h:1420:10: error: invalid output size for constraint '+q'
 2024-08-13  2:27 UTC  (3+ messages)

[PATCH 0/2] mm: Add readahead support for IOCB_NOWAIT
 2024-08-13  2:09 UTC  (7+ messages)
` [PATCH 1/2] mm: Add memalloc_nowait_{save,restore}

[PATCH 00/19] mm: Support huge pfnmaps
 2024-08-12 23:44 UTC  (13+ messages)
` [PATCH 07/19] mm/fork: Accept huge pfnmap entries
` [PATCH 10/19] KVM: Use follow_pfnmap API

[PATCH v2 3/3] kasan: rust: Add KASAN smoke test via UAF
 2024-08-12 23:32 UTC  (2+ messages)

[PATCH v2] mm,memcg: provide per-cgroup counters for NUMA balancing operations
 2024-08-12 23:16 UTC  (2+ messages)

[PATCH mm-unstable v2] mm/hugetlb_vmemmap: batch HVO work when demoting
 2024-08-12 22:48 UTC 

[PATCH] mm, slub: print CPU id on slab OOM
 2024-08-12 22:45 UTC  (3+ messages)

[PATCH mm-unstable v1] mm/hugetlb_vmemmap: batch HVO work when demoting
 2024-08-12 22:42 UTC  (3+ messages)

[PATCHv2 1/8] mm: Fix endless reclaim on machines with unaccepted memory
 2024-08-12 22:12 UTC 

[PATCH v2] x86/ioremap: Use is_ioremap_addr() in iounmap()
 2024-08-12 21:13 UTC  (2+ messages)

[PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
 2024-08-12 20:41 UTC  (2+ messages)

[RFC PATCH v2 0/4] Enable strict percpu address space checks
 2024-08-12 20:36 UTC  (9+ messages)
` [RFC PATCH v2 1/4] percpu: Define pcpu_typeof()
` [RFC PATCH v2 2/4] percpu: Assorted fixes found by strict percpu address space checks
` [RFC PATCH v2 3/4] percpu: Repurpose __percpu tag as a named address space qualifier
` [RFC PATCH v2 4/4] percpu/x86: Enable strict percpu checks via named AS qualifiers

[PATCH v3 0/2] Add support for Congatec CGEB BIOS interface
 2024-08-12 20:16 UTC  (5+ messages)
` [PATCH v3 1/2] x86: Add basic support for the "

[PATCH V2] mm/swap: take folio refcount after testing the LRU flag
 2024-08-12 20:12 UTC  (3+ messages)

[PATCH 1/1] alloc_tag: mark pages reserved during CMA activation as not tagged
 2024-08-12 19:26 UTC  (4+ messages)

[PATCH v2 2/6] mm/munmap: Replace can_modify_mm with can_modify_vma
 2024-08-12 19:25 UTC  (11+ messages)
  ` [PATCH v2 4/6] mm/mremap: "

[PATCH v2 1/1] alloc_tag: mark pages reserved during CMA activation as not tagged
 2024-08-12 19:24 UTC 

[PATCH v2 1/2] maple_tree: reset mas->index and mas->last on write retries
 2024-08-12 19:05 UTC  (2+ messages)
` [PATCH v2 2/2] maple_tree: add test to replicate low memory race conditions

OVERFLOW_KUNIT_TEST fails with BUG: KASAN: stack-out-of-bounds in string_nocheck+0x168/0x1c8 (kernel 6.11-rc2, PowerMac G4 DP)
 2024-08-12 18:54 UTC  (2+ messages)

[PATCH v3] binfmt_elf: Dump smaller VMAs first in ELF cores
 2024-08-12 18:25 UTC  (4+ messages)

[PATCH] slab: Introduce kmalloc_obj() and family
 2024-08-12 18:22 UTC  (2+ messages)

[v2 v6.6-stable PATCH] mm: gup: stop abusing try_grab_folio
 2024-08-12 18:12 UTC  (2+ messages)
` [v2 v6.9-stable "

[PATCH v5 0/7] mm/mprotect: Fix dax puds
 2024-08-12 18:12 UTC  (8+ messages)
` [PATCH v5 1/7] mm/dax: Dump start address in fault handler
` [PATCH v5 2/7] mm/mprotect: Push mmu notifier to PUDs
` [PATCH v5 3/7] mm/powerpc: Add missing pud helpers
` [PATCH v5 4/7] mm/x86: Make pud_leaf() only care about PSE bit
` [PATCH v5 5/7] mm/x86: Implement arch_check_zapped_pud()
` [PATCH v5 6/7] mm/x86: Add missing pud helpers
` [PATCH v5 7/7] mm/mprotect: fix dax pud handlings

[PATCH] Reenable NUMA policy support in the slab allocator
 2024-08-12 17:55 UTC 

[RFC bpf-next 3/5] bpf: pin, translate, and unpin __kptr_user from syscalls
 2024-08-12 17:51 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 9e6869691724b12e1f43655eeedc35fade38120c
 2024-08-12 17:23 UTC 

[linux-next:fs-current] BUILD SUCCESS 82affba036e33b6d707c0df95248adbfa2cca24a
 2024-08-12 17:11 UTC 

[linux-next:fs-next] BUILD SUCCESS eedbb59af1d006e1bbc45eb545de027124e76cf4
 2024-08-12 17:00 UTC 

[RFC PATCH] vm: align vma allocation and move the lock back into the struct
 2024-08-12 16:30 UTC  (11+ messages)

[RFC PATCH 0/3] Enable strict percpu address space checks
 2024-08-12 14:41 UTC  (2+ messages)

[PATCH V9 1/2] cgroup/rstat: Avoid flushing if there is an ongoing overlapping flush
 2024-08-12 14:41 UTC  (2+ messages)

[LTP] [PATCH] syscalls/execve04, creat07: skip for kernels 6.11 and later
 2024-08-12 13:31 UTC  (2+ messages)

[PATCH v6 0/9] Improve the copy of task comm
 2024-08-12 13:20 UTC  (4+ messages)
` [PATCH v6 1/9] Get rid of __get_task_comm()

[PATCH v4 00/28] Generic `Allocator` support for Rust
 2024-08-12 13:07 UTC  (3+ messages)
` [PATCH v4 26/28] rust: str: test: replace `alloc::format`

[PATCH v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib
 2024-08-12 13:01 UTC  (3+ messages)
` [PATCH v5 14/40] netfs: Add iov_iters to (sub)requests to describe various buffers

[syzbot] [mm?] INFO: rcu detected stall in kcov_close
 2024-08-12 12:28 UTC 

[linux-next:pending-fixes] BUILD REGRESSION a456b2d103fae3ed56b94eef4028d3016196dc14
 2024-08-12 12:14 UTC 

[PATCH -next v2] powerpc: Remove useless config comment in asm/percpu.h
 2024-08-12 12:01 UTC 

[PATCH] powerpc/mm: Fix size of allocated PGDIR
 2024-08-12 11:59 UTC 

[PATCH v5 0/4] mm: support mTHP swap-in for zRAM-like swapfile
 2024-08-12 11:38 UTC  (6+ messages)
` [PATCH v6 0/2] mm: Ignite large folios swap-in support
  ` [PATCH v6 2/2] mm: support large folios swap-in for zRAM-like devices

[PATCH] mm/swap: take folio refcount after testing the LRU flag
 2024-08-12 11:18 UTC  (3+ messages)

[syzbot] [mm?] kernel panic: System is deadlocked on memory (2)
 2024-08-12 10:54 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