linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-31 06:54:24 to 2024-08-01 06:10:36 UTC [more...]

[PATCH v3 00/26] mm: introduce numa_memblks
 2024-08-01  6:08 UTC  (10+ messages)
` [PATCH v3 01/26] mm: move kernel/numa.c to mm/
` [PATCH v3 02/26] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
` [PATCH v3 03/26] MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes
` [PATCH v3 04/26] MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 05/26] MIPS: loongson64: rename __node_data to node_data
` [PATCH v3 06/26] MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 07/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 08/26] arch, mm: move definition of node_data to generic code
` [PATCH v3 09/26] arch, mm: pull out allocation of NODE_DATA "

[PATCH 0/6] mm: split underutilized THPs
 2024-08-01  6:09 UTC  (14+ messages)
` [PATCH 4/6] mm: don't remap unused subpages when splitting isolated thp

arch/powerpc/mm/nohash/tlb_64e.c:36:5: sparse: sparse: symbol 'mmu_pte_psize' was not declared. Should it be static?
 2024-08-01  5:06 UTC 

[BUG] mm/cgroupv2: memory.min may lead to an OOM error
 2024-08-01  4:54 UTC 

[PATCH 5/6] mm: add selftests to split_huge_page() to verify unmap/zap of zero pages
 2024-08-01  4:45 UTC  (2+ messages)

[linux-next:pending-fixes 107/314] drivers/net/ethernet/meta/fbnic/fbnic_devlink.c:17:undefined reference to `devlink_priv'
 2024-08-01  4:15 UTC 

[PATCH v5 0/2] allow KASAN to detect UAF in SLAB_TYPESAFE_BY_RCU slabs
 2024-08-01  4:00 UTC  (6+ messages)
` [PATCH v5 1/2] kasan: catch invalid free before SLUB reinitializes the object
` [PATCH v5 2/2] slub: Introduce CONFIG_SLUB_RCU_DEBUG

[PATCH v4 00/22] mm/zsmalloc: add zpdesc memory descriptor for zswap.zpool
 2024-08-01  3:35 UTC  (8+ messages)
` [PATCH v4 22/22] mm/zsmalloc: update comments for page->zpdesc changes

[PATCH] libfs: fix infinite directory reads for offset dir
 2024-08-01  3:32 UTC  (10+ messages)

[PATCH v5 0/4] mm: support mTHP swap-in for zRAM-like swapfile
 2024-08-01  3:00 UTC  (10+ messages)
` [PATCH v5 4/4] mm: Introduce per-thpsize swapin control policy

[RFC PATCH] binfmt_elf: Dump smaller VMAs first in ELF cores
 2024-08-01  2:52 UTC  (2+ messages)

[PATCH v2] mm: list_lru: fix UAF for memory cgroup
 2024-08-01  2:46 UTC 

[PATCH 0/1] mm: swap: add nr argument in swapcache_prepare() and swapcache_clear()
 2024-08-01  2:46 UTC  (11+ messages)
` [PATCH 1/1] mm: swap: add nr argument in swapcache_prepare and swapcache_clear to support large folios

[PATCH] mm: list_lru: fix UAF for memory cgroup
 2024-08-01  2:42 UTC  (7+ messages)

[PATCH v2 0/4] mm: clarify nofail memory allocation
 2024-08-01  2:37 UTC  (26+ messages)
` [PATCH RFT v2 1/4] vpda: try to fix the potential crash due to misusing __GFP_NOFAIL
` [PATCH v2 2/4] mm: Document __GFP_NOFAIL must be blockable
` [PATCH v2 3/4] mm: BUG_ON to avoid NULL deference while __GFP_NOFAIL fails
` [PATCH v2 4/4] mm: prohibit NULL deference exposed for unsupported non-blockable __GFP_NOFAIL

[PATCH v3] mm/hugetlb: fix hugetlb vs. core-mm PT locking
 2024-08-01  2:03 UTC  (4+ messages)

[PATCH AUTOSEL 4.19 06/14] ELF: fix kernel.randomize_va_space double read
 2024-08-01  0:40 UTC 

[PATCH AUTOSEL 5.4 12/22] ELF: fix kernel.randomize_va_space double read
 2024-08-01  0:38 UTC 

[PATCH AUTOSEL 5.10 27/38] ELF: fix kernel.randomize_va_space double read
 2024-08-01  0:35 UTC 

[PATCH AUTOSEL 5.15 34/47] ELF: fix kernel.randomize_va_space double read
 2024-08-01  0:31 UTC 

[PATCH AUTOSEL 6.1 44/61] ELF: fix kernel.randomize_va_space double read
 2024-08-01  0:26 UTC 

[PATCH AUTOSEL 6.6 61/83] ELF: fix kernel.randomize_va_space double read
 2024-08-01  0:18 UTC 

[PATCH AUTOSEL 6.10 090/121] ELF: fix kernel.randomize_va_space double read
 2024-08-01  0:00 UTC 

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

[PATCH v2 1/5] memblock test: fix implicit declaration of function 'virt_to_phys'
 2024-08-01  0:07 UTC  (3+ messages)

[PATCH 1/2] mm: shmem: avoid allocating huge pages larger than MAX_PAGECACHE_ORDER for shmem
 2024-08-01  0:06 UTC  (11+ messages)
` [PATCH 2/2] mm: shmem: fix incorrect aligned index when checking conflicts

[PATCH v2] mm: use zonelist_zone() to get zone
 2024-07-31 23:58 UTC  (3+ messages)
` [PATCH] mm: improve code consistency with zonelist_* helper functions

[PATCH v17 00/35] Drivers for Gunyah hypervisor
 2024-07-31 22:21 UTC  (10+ messages)
` [PATCH v17 19/35] arch/mm: Export direct {un,}map functions
    `  "

[PATCH v3 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-07-31 21:56 UTC  (6+ messages)
` [PATCH v3 bpf-next 01/10] lib/buildid: harden "
` [PATCH v3 bpf-next 06/10] lib/buildid: implement sleepable build_id_parse() API

[PATCH v2 0/9] Unify hugetlb into arch_get_unmapped_area functions
 2024-07-31 20:03 UTC  (9+ messages)
` [PATCH v2 6/9] mm: Make hugetlb mappings go through mm_get_unmapped_area_vmflags

[PATCH V9 1/2] cgroup/rstat: Avoid flushing if there is an ongoing overlapping flush
 2024-07-31 19:47 UTC  (2+ messages)
` [PATCH V9 2/2] cgroup/rstat: add tracepoints for ongoing flusher waits

[PATCH 00/24] netfs: Read/write improvements
 2024-07-31 19:07 UTC  (3+ messages)
` [PATCH 18/24] netfs: Speed up buffered reading

[PATCH net-next v12 01/14] mm: page_frag: add a test module for page_frag
 2024-07-31 18:29 UTC  (14+ messages)
` [PATCH net-next v12 02/14] mm: move the page fragment allocator from page_alloc into its own file
` [PATCH net-next v12 03/14] mm: page_frag: use initial zero offset for page_frag_alloc_align()
` [PATCH net-next v12 04/14] mm: page_frag: add '_va' suffix to page_frag API
` [PATCH net-next v12 05/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
` [PATCH net-next v12 07/14] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
` [PATCH net-next v12 08/14] mm: page_frag: some minor refactoring before adding new API
` [PATCH net-next v12 09/14] mm: page_frag: use __alloc_pages() to replace alloc_pages_node()
` [PATCH net-next v12 11/14] mm: page_frag: introduce prepare/probe/commit API
` [PATCH net-next v12 13/14] mm: page_frag: update documentation for page_frag

[PATCH 0/2] mm: tlb swap entries batch async release
 2024-07-31 18:19 UTC  (8+ messages)
` [PATCH 2/2] mm: tlb: add "

[PATCH 0/3] x86: Make 5-level paging support unconditional for x86-64
 2024-07-31 17:45 UTC  (6+ messages)

[PATCH] selftests/exec: Fix grammar in an error message
 2024-07-31 17:44 UTC  (2+ messages)

[RFC v11 08/14] mm: page_frag: some minor refactoring before adding new API
 2024-07-31 17:02 UTC  (9+ messages)

[PATCH v7 00/23] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64)
 2024-07-31 16:35 UTC  (5+ messages)
` [PATCH v7 16/23] powerpc/e500: Switch to 64 bits PGD on 85xx (32 bits)

[PATCH v2 0/3] mm: tlb swap entries batch async release
 2024-07-31 16:17 UTC  (5+ messages)
` [PATCH v2 1/3] mm: move task_is_dying to h headfile
` [PATCH v2 2/3] mm: tlb: add tlb swap entries batch async release
` [PATCH v2 3/3] mm: s390: fix compilation warning

[PATCH v1] mm: clarify folio_likely_mapped_shared() documentation for KSM folios
 2024-07-31 16:07 UTC 

[PATCH v2 0/8] minmax: reduce compilation time
 2024-07-31 16:04 UTC  (22+ messages)
` [PATCH v2 1/8] minmax: Put all the clamp() definitions together

[PATCH 0/4] (k)vrealloc (__GFP_ZERO) fixes
 2024-07-31 15:10 UTC  (6+ messages)
` [PATCH 3/4] mm: vrealloc: properly document __GFP_ZERO behavior

[RFC PATCH 13/20] mm: Make Kcompactd use kthread's preferred affinity
 2024-07-31 15:08 UTC  (8+ messages)
` [RFC PATCH 14/20] mm: Allocate kcompactd on its node
` [RFC PATCH 15/20] mm: Make kswapd use kthread's preferred affinity
` [RFC PATCH 16/20] mm: Allocate kswapd on its node

[linux-next:master 5187/6333] arch/m68k/include/asm/string.h:53:25: warning: '__builtin_memcpy' offset [0, 2] is out of the bounds [0, 0]
 2024-07-31 14:55 UTC 

[PATCH 1/2] mm: krealloc: consider spare memory for __GFP_ZERO
 2024-07-31 14:31 UTC  (5+ messages)

[PATCH v1] mm/hugetlb: remove hugetlb_follow_page_mask() leftover
 2024-07-31 14:20 UTC 

[PATCH] acpi/hmat,mm/memtier: always register hmat adist calculation callback
 2024-07-31  7:20 UTC  (9+ messages)

[syzbot] [kasan?] [mm?] INFO: rcu detected stall in __run_timer_base
 2024-07-31 14:08 UTC  (3+ messages)
` [syzbot] [usb?] "

[PATCH 1/1] mm/vmalloc: Combine all TLB flush operations of KASAN shadow virtual address into one operation
 2024-07-31 13:38 UTC  (7+ messages)

[PATCH] mm: swap: allocate folio only first time in __read_swap_cache_async()
 2024-07-31 13:31 UTC 

[PATCH v3 0/8] mm/mprotect: Fix dax puds
 2024-07-31 12:23 UTC  (9+ messages)
` [PATCH v3 1/8] mm/dax: Dump start address in fault handler
` [PATCH v3 2/8] mm/mprotect: Remove NUMA_HUGE_PTE_UPDATES
` [PATCH v3 5/8] mm/x86: Make pud_leaf() only cares about PSE bit
` [PATCH v3 6/8] mm/x86: arch_check_zapped_pud()

[linux-next:master] [slub] d543c8fb9c: BUG_filp(Not_tainted):Bulk_free_expected#objects_but_found
 2024-07-31 11:50 UTC  (2+ messages)

[PATCH v10 00/11] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-07-31 11:28 UTC  (3+ messages)

[linux-next:pending-fixes] [mm/hugetlb] d3fe1a0a02: WARNING:at_include/linux/hugetlb.h:#huge_pte_lockptr
 2024-07-31  9:40 UTC  (4+ messages)

[linux-next:master 837/1677] drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_queue.c:107:10: warning: assignment makes pointer from integer without a cast
 2024-07-31  9:34 UTC 

[linux-next:pending-fixes] [mm] e98970a1d2: kernel_BUG_at_arch/x86/mm/physaddr.c
 2024-07-31  8:28 UTC  (2+ messages)

[linux-next:master] [mm] 230b2f1f31: WARNING:at_include/linux/memcontrol.h:#mem_cgroup_from_slab_obj
 2024-07-31  8:25 UTC 

[PATCH v3] mm: kmem: add lockdep assertion to obj_cgroup_memcg
 2024-07-31  8:09 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).