linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v5 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-08-13  1:05 UTC  (13+ 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 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] mm: vmalloc: Ensure vmap_block is initialised before adding to queue
 2024-08-12 23:34 UTC  (2+ messages)

[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 v5 0/4] Enable P2PDMA in Userspace RDMA
 2024-08-12 23:12 UTC  (10+ messages)
` [PATCH v5 1/4] kernfs: add a WARN_ON_ONCE if ->close is set
` [PATCH v5 2/4] kernfs: remove page_mkwrite() from vm_operations_struct
` [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-12 22:49 UTC  (3+ 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)

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

[PATCHv2 3/8] mm: Accept memory in __alloc_pages_bulk()
 2024-08-12 22:12 UTC  (3+ messages)
  ` [PATCHv2 1/8] mm: Fix endless reclaim on machines with unaccepted memory

[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  (5+ messages)
` [PATCH v2 2/4] powerpc/mm: Handle VDSO unmapping via close() rather than arch_unmap()
` [PATCH v2 3/4] mm: Remove arch_unmap()
` [PATCH v2 4/4] powerpc/vdso: Refactor error handling

[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 v5 00/26] Generic `Allocator` support for Rust
 2024-08-12 18:23 UTC  (27+ 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] 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] binfmt_elf_fdpic: fix /proc/<pid>/auxv
 2024-08-12 18:02 UTC  (3+ messages)

[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)

[akpm-mm:mm-unstable 206/222] arch/x86/include/asm/pgtable.h:1420:10: error: invalid output size for constraint '+q'
 2024-08-12 17:47 UTC  (2+ 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 

[PATCH 0/2] mm: Add readahead support for IOCB_NOWAIT
 2024-08-12 16:48 UTC  (7+ messages)
` [PATCH 1/2] mm: Add memalloc_nowait_{save,restore}
` [PATCH 2/2] mm: allow read-ahead with IOCB_NOWAIT set

[PATCH 0/2] userfaultfd: fix races around pmd_trans_huge() check
 2024-08-12 16:42 UTC  (3+ 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

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

[BUG] cgroupv2/blk: inconsistent I/O behavior in Cgroup v2 with set device wbps and wiops
 2024-08-12 15:43 UTC  (2+ 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 0/2] Improve migration by backing off earlier
 2024-08-12 12:08 UTC  (21+ messages)
` [PATCH 1/2] mm: Retry migration earlier upon refcount mismatch
` [PATCH 2/2] selftests/mm: Do not fail test for a single migration failure

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

[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 

[PATCH v3] mm: Override mTHP "enabled" defaults at kernel cmdline
 2024-08-12 10:24 UTC 

[PATCH v2] kfence: Save freeing stack trace at calling time instead of freeing time
 2024-08-12  9:55 UTC 

[PATCH] kselftest/cgroup: Add missing newline in test_zswap.c
 2024-08-12  9:35 UTC  (2+ messages)

[linux-next:master 1867/4072] leds-blinkm.c:undefined reference to `led_classdev_multicolor_register_ext'
 2024-08-12  9:11 UTC 

[PATCH v3 0/3] do_numa_page(),do_huge_pmd_numa_page() fix and cleanup
 2024-08-12  9:06 UTC  (5+ messages)
` [PATCH v3 3/3] mm/migrate: move common code to numa_migrate_check (was numa_migrate_prep)

[PATCH v2] mm: Override mTHP "enabled" defaults at kernel cmdline
 2024-08-12  9:05 UTC  (5+ messages)

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

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

[PATCH] memcg: replace memcg ID idr with xarray
 2024-08-12  8:07 UTC  (2+ messages)

[PATCH] kfence: Save freeing stack trace at calling time instead of freeing time
 2024-08-12  8:00 UTC  (3+ messages)

[PATCH v5 0/9] support large folio swap-out and swap-in for shmem
 2024-08-12  7:42 UTC  (10+ messages)
` [PATCH v5 1/9] mm: swap: extend swap_shmem_alloc() to support batch SWAP_MAP_SHMEM flag setting
` [PATCH v5 2/9] mm: shmem: extend shmem_partial_swap_usage() to support large folio swap
` [PATCH v5 3/9] mm: shmem: return number of pages beeing freed in shmem_free_swap
` [PATCH v5 4/9] mm: filemap: use xa_get_order() to get the swap entry order
` [PATCH v5 5/9] mm: shmem: use swap_free_nr() to free shmem swap entries
` [PATCH v5 6/9] mm: shmem: support large folio allocation for shmem_replace_folio()
` [PATCH v5 7/9] mm: shmem: drop folio reference count using 'nr_pages' in shmem_delete_from_page_cache()
` [PATCH v5 8/9] mm: shmem: split large entry if the swapin folio is not large
` [PATCH v5 9/9] mm: shmem: support large folio swap out

[PATCH] vduse: avoid using __GFP_NOFAIL
 2024-08-12  7:21 UTC  (8+ messages)
                    `  "
        `  "

[PATCH] x86/mm: remove unused CR3_HW_ASID_BITS
 2024-08-12  6:39 UTC  (2+ messages)

[RFC PATCH v2 0/7] synchronously scan and reclaim empty user PTE pages
 2024-08-12  6:21 UTC  (7+ messages)
` [RFC PATCH v2 1/7] mm: pgtable: make pte_offset_map_nolock() return pmdval

[PATCH v2] selftests: memfd_secret: don't build memfd_secret test on unsupported arches
 2024-08-12  6:15 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