linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 0/2] mm: tlb swap entries batch async release
 2024-08-05 15:36 UTC  (2+ messages)
` [PATCH v3 1/2] mm: move task_is_dying to h headfile

[PATCH] kernel/fs: last check for exec credentials on NOEXEC mount
 2024-08-05 15:35 UTC  (8+ messages)
          ` [PATCH] exec: drop a racy path_noexec check

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

[RFC PATCH 12/20] kthread: Implement preferred affinity
 2024-08-05 14:53 UTC  (7+ messages)
` [RFC PATCH 14/20] mm: Allocate kcompactd on its node

[RFC PATCH v2 0/7] synchronously scan and reclaim empty user PTE pages
 2024-08-05 14:43 UTC  (10+ messages)
` [RFC PATCH v2 1/7] mm: pgtable: make pte_offset_map_nolock() return pmdval
` [RFC PATCH v2 2/7] mm: introduce CONFIG_PT_RECLAIM
` [RFC PATCH v2 3/7] mm: pass address information to pmd_install()
` [RFC PATCH v2 4/7] mm: pgtable: try to reclaim empty PTE pages in zap_page_range_single()
` [RFC PATCH v2 5/7] x86: mm: free page table pages by RCU instead of semi RCU
` [RFC PATCH v2 6/7] x86: mm: define arch_flush_tlb_before_set_huge_page
` [RFC PATCH v2 7/7] x86: select ARCH_SUPPORTS_PT_RECLAIM if X86_64

[PATCH 00/10] Introduce guestmemfs: persistent in-memory filesystem
 2024-08-05 14:41 UTC  (14+ messages)
` [PATCH 01/10] guestmemfs: Introduce filesystem skeleton
` [PATCH 02/10] guestmemfs: add inode store, files and dirs
` [PATCH 03/10] guestmemfs: add persistent data block allocator
` [PATCH 04/10] guestmemfs: support file truncation
` [PATCH 05/10] guestmemfs: add file mmap callback
` [PATCH 06/10] kexec/kho: Add addr flag to not initialise memory
` [PATCH 07/10] guestmemfs: Persist filesystem metadata via KHO
` [PATCH 08/10] guestmemfs: Block modifications when serialised
` [PATCH 09/10] guestmemfs: Add documentation and usage instructions
` [PATCH 10/10] MAINTAINERS: Add maintainers for guestmemfs

[PATCH v3 00/26] mm: introduce numa_memblks
 2024-08-05 14:39 UTC  (7+ messages)
` [PATCH v3 07/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION

[PATCH V8 1/2] cgroup/rstat: Avoid flushing if there is an ongoing overlapping flush
 2024-08-05 14:23 UTC  (7+ messages)

[PATCH] mm: kfence: print the age time for alloacted objectes to trace memleak
 2024-08-05 14:18 UTC  (8+ messages)

Race condition observed between page migration and page fault handling on arm64 machines
 2024-08-05 14:14 UTC  (12+ messages)

[linus:master] [mseal] 8be7258aad: stress-ng.pagemove.page_remaps_per_sec -4.4% regression
 2024-08-05 13:56 UTC  (4+ messages)

[PATCH v11 00/10] enable bs > ps in XFS
 2024-08-05 13:24 UTC  (5+ messages)
` [PATCH v11 10/10] xfs: enable block size larger than page size support

[PATCH] mm: fix (harmless) type confusion in lock_vma_under_rcu()
 2024-08-05 12:52 UTC 

[PATCH] kfence: introduce burst mode
 2024-08-05 12:39 UTC 

[PATCH 00/10] mm: remove vma_merge()
 2024-08-05 12:13 UTC  (11+ messages)
` [PATCH 01/10] tools: improve vma test Makefile
` [PATCH 02/10] mm: introduce vma_merge_struct and abstract merge parameters
` [PATCH 03/10] mm: abstract duplicated policy comparison
` [PATCH 04/10] mm: abstract parameters for vma_expand/shrink()
` [PATCH 05/10] mm: abstract vma_merge_new_vma() to use vma_merge_struct
` [PATCH 06/10] tools: add VMA merge tests
` [PATCH 07/10] mm: avoid using vma_merge() for new VMAs
` [PATCH 08/10] mm: introduce commit_merge(), abstracting merge operation
` [PATCH 09/10] mm: refactor vma_merge() into modify-only vma_merge_modified()
` [PATCH 10/10] mm: rework vm_ops->close() handling on VMA merge

[PATCH v2 0/3] mm: tlb swap entries batch async release
 2024-08-05 12:10 UTC  (4+ messages)
` [PATCH v2 3/3] mm: s390: fix compilation warning

[PATCH] Hitshield : Something new eviction process for MGLRU
 2024-08-05 11:56 UTC  (3+ messages)

[PATCH] slab: Error out on duplicate cache names when DEBUG_VM=y
 2024-08-05 11:24 UTC  (4+ messages)

[PATCH v6 0/2] allow KASAN to detect UAF in SLAB_TYPESAFE_BY_RCU slabs
 2024-08-05 11:08 UTC  (4+ messages)
` [PATCH v6 2/2] slub: Introduce CONFIG_SLUB_RCU_DEBUG

[PATCH] vduse: avoid using __GFP_NOFAIL
 2024-08-05 10:42 UTC  (4+ messages)

[linux-next:master /3069] ERROR: modpost: "tpm2_sessions_init" [drivers/char/tpm/tpm_ibmvtpm.ko] undefined!
 2024-08-05 10:04 UTC 

[PATCH v3 1/5] memblock test: fix implicit declaration of function 'virt_to_phys'
 2024-08-05 10:03 UTC  (2+ messages)

[PATCH v2 2/2] lib/htree: Modified Documentation/core-api/htree.rst
 2024-08-05 10:01 UTC 

[PATCH v2 1/2] lib/htree: Add locking interface to new Hash Tree
 2024-08-05 10:01 UTC 

[GIT PULL] slab fixes for 6.11-rc2
 2024-08-05 10:00 UTC 

[PATCH 0/6] mm: split underutilized THPs
 2024-08-05  9:00 UTC  (25+ messages)
` [PATCH 3/6] mm: free zapped tail pages when splitting isolated thp

[PATCH v4 00/22] mm/zsmalloc: add zpdesc memory descriptor for zswap.zpool
 2024-08-05  8:38 UTC  (18+ messages)
` [PATCH v4 01/22] "
` [PATCH v4 02/22] mm/zsmalloc: use zpdesc in trylock_zspage/lock_zspage
` [PATCH v4 06/22] mm/zsmalloc: convert create_page_chain() and its users to use zpdesc
` [PATCH v4 20/22] mm/zsmalloc: introduce __zpdesc_set_zsmalloc()
` [PATCH v4 21/22] mm/zsmalloc: fix build warning from lkp testing

[PATCH v2 0/4] mm: clarify nofail memory allocation
 2024-08-05  8:19 UTC  (12+ messages)
` [PATCH RFT v2 1/4] vpda: try to fix the potential crash due to misusing __GFP_NOFAIL

[PATCH 0/5] mm: clarify nofail memory allocation
 2024-08-05  7:49 UTC  (11+ messages)
` [PATCH 2/5] mm: Document __GFP_NOFAIL must be blockable
` [PATCH RFC 5/5] non-mm: discourage the usage of __GFP_NOFAIL and encourage GFP_NOFAIL

[PATCH] mm/z3fold: Add __percpu annotation to *unbuddied pointer in struct z3fold_pool
 2024-08-05  7:09 UTC  (2+ messages)

[PATCH] mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memory
 2024-08-05  6:25 UTC  (11+ messages)

[PATCH v5 0/4] mm: support mTHP swap-in for zRAM-like swapfile
 2024-08-05  6:10 UTC  (7+ messages)
` [PATCH v5 4/4] mm: Introduce per-thpsize swapin control policy
` [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

[linux-next:master] [iio] 8d61d01cde: WARNING:at_arch/x86/kernel/cpu/bugs.c:#__warn_thunk
 2024-08-05  5:40 UTC  (3+ messages)

[PATCH v3 0/3] mm: Introduce a new sysctl knob vm.pcp_batch_scale_max
 2024-08-05  5:36 UTC  (12+ messages)
` [PATCH v3 1/3] mm/page_alloc: A minor fix to the calculation of pcp->free_count
` [PATCH v3 2/3] mm/page_alloc: Avoid changing pcp->high decaying when adjusting CONFIG_PCP_BATCH_SCALE_MAX
` [PATCH v3 3/3] mm/page_alloc: Introduce a new sysctl knob vm.pcp_batch_scale_max

[PATCH] memcg: protect concurrent access to mem_cgroup_idr
 2024-08-05  2:58 UTC  (2+ messages)

[PATCH RFC 0/5] mm/gup: Introduce exclusive GUP pinning
 2024-08-05  2:24 UTC  (9+ messages)

[PATCH] mm: zswap: make the lock critical section obvious in shrink_worker()
 2024-08-05  2:06 UTC  (3+ messages)

[PATCH v5 0/9] mm: swap: mTHP swap allocator base on swap cluster order
 2024-08-05  1:53 UTC  (6+ messages)
` [PATCH v5 6/9] mm: swap: allow cache reclaim to skip slot cache

[PATCH v3 00/25] Generic `Allocator` support for Rust
 2024-08-05  0:54 UTC  (13+ messages)
` [PATCH v3 01/25] rust: alloc: add `Allocator` trait
` [PATCH v3 06/25] rust: alloc: implement `Vmalloc` allocator
` [PATCH v3 08/25] rust: types: implement `Unique<T>`

[PATCH mm-unstable v1 0/5] mm/swap: remove boilerplate
 2024-08-04 21:36 UTC  (4+ messages)
` [PATCH mm-unstable v1 5/5] "

[PATCH v2] binfmt_elf: Dump smaller VMAs first in ELF cores
 2024-08-04 20:01 UTC  (6+ messages)
` [RFC PATCH] piped/ptraced coredump (was: Dump smaller VMAs first in ELF cores)

[PATCH V2] mm/gup: Clear the LRU flag of a page before adding to LRU batch
 2024-08-04 19:11 UTC  (12+ messages)

[RFC PATCH 0/3] Support large folios for tmpfs
 2024-08-04 18:46 UTC  (3+ messages)
  ` [RFC PATCH 2/3] mm: shmem: add large folio support to the write and fallocate paths

[PATCH v3 0/8] mm/mprotect: Fix dax puds
 2024-08-04 15:06 UTC  (4+ messages)
` [PATCH v3 2/8] mm/mprotect: Remove NUMA_HUGE_PTE_UPDATES

[PATCH] KVM: x86: Use gfn_to_pfn_cache for steal_time
 2024-08-04 13:31 UTC  (4+ messages)

[linus:master] [mm/slab] 2e8000b826: WARNING:at_mm/util.c:#__kvmalloc_node_noprof
 2024-08-04  8:56 UTC 

[PATCH v5 0/9] Improve the copy of task comm
 2024-08-04  7:56 UTC  (10+ messages)
` [PATCH v5 1/9] fs/exec: Drop task_lock() inside __get_task_comm()
` [PATCH v5 2/9] auditsc: Replace memcpy() with __get_task_comm()
` [PATCH v5 3/9] security: "
` [PATCH v5 4/9] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v5 5/9] mm/util: Fix possible race condition in kstrdup()
` [PATCH v5 6/9] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v5 7/9] tracing: Replace strncpy() with __get_task_comm()
` [PATCH v5 8/9] net: Replace strcpy() "
` [PATCH v5 9/9] drm: "

[PATCH net-next v12 04/14] mm: page_frag: add '_va' suffix to page_frag API
 2024-08-04  6:44 UTC  (2+ messages)

[PATCH V2 2/3] riscv: mm: Add soft-dirty page tracking support
 2024-08-04  1:52 UTC  (2+ messages)

[PATCH v2 1/2] x86: Add basic support for the Congatec CGEB BIOS interface
 2024-08-03 22:37 UTC  (4+ messages)

[linux-next:master] [mm/hugetlb_vmemmap] 875fa64577: vm-scalability.throughput -34.3% regression
 2024-08-03 22:07 UTC  (7+ messages)

[linux-next:master 2209/2947] fs/proc/base.c:879:88: sparse: sparse: incompatible types in comparison expression (different address spaces):
 2024-08-03 12:27 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