linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v9 0/8] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-09-01 16:32 UTC  (6+ messages)
` [PATCH v9 7/8] PCI/P2PDMA: Allow userspace VMA allocations through sysfs
` [PATCH v9 8/8] ABI: sysfs-bus-pci: add documentation for p2pmem allocate

[RFC PATCH 00/30] Code tagging framework and applications
 2022-09-01 16:31 UTC  (50+ messages)
` [RFC PATCH 03/30] Lazy percpu counters
` [RFC PATCH 10/30] mm: enable page allocation tagging for __get_free_pages and alloc_pages
` [RFC PATCH 22/30] Code tagging based fault injection
` [RFC PATCH 27/30] Code tagging based latency tracking

[PATCH v1] mm/gup: adjust stale comment for RCU GUP-fast
 2022-09-01 16:30 UTC  (5+ messages)

[PATCH] hugetlb: simplify hugetlb handling in follow_page_mask
 2022-09-01 16:19 UTC  (12+ messages)

[PATCH v5 bpf-next 00/15] bpf: BPF specific memory allocator
 2022-09-01 16:15 UTC  (16+ messages)
` [PATCH v5 bpf-next 01/15] bpf: Introduce any context "
` [PATCH v5 bpf-next 02/15] bpf: Convert hash map to bpf_mem_alloc
` [PATCH v5 bpf-next 03/15] selftests/bpf: Improve test coverage of test_maps
` [PATCH v5 bpf-next 04/15] samples/bpf: Reduce syscall overhead in map_perf_test
` [PATCH v5 bpf-next 05/15] bpf: Relax the requirement to use preallocated hash maps in tracing progs
` [PATCH v5 bpf-next 06/15] bpf: Optimize element count in non-preallocated hash map
` [PATCH v5 bpf-next 07/15] bpf: Optimize call_rcu "
` [PATCH v5 bpf-next 08/15] bpf: Adjust low/high watermarks in bpf_mem_cache
` [PATCH v5 bpf-next 09/15] bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU
` [PATCH v5 bpf-next 10/15] bpf: Add percpu allocation support to bpf_mem_alloc
` [PATCH v5 bpf-next 11/15] bpf: Convert percpu hash map to per-cpu bpf_mem_alloc
` [PATCH v5 bpf-next 12/15] bpf: Remove tracing program restriction on map types
` [PATCH v5 bpf-next 13/15] bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs
` [PATCH v5 bpf-next 14/15] bpf: Remove prealloc-only restriction for "
` [PATCH v5 bpf-next 15/15] bpf: Remove usage of kmem_cache from bpf_mem_cache

Potentially undesirable interactions between vfork() and time namespaces
 2022-09-01 15:49 UTC  (4+ messages)

[PATCH v2 3/8] mm/vmstat: Use preempt_[dis|en]able_nested()
 2022-09-01 14:45 UTC  (6+ messages)
` [PATCH v2 4/8] mm/debug: Provide VM_WARN_ON_IRQS_ENABLED()
` [PATCH v2 5/8] mm/memcontrol: Replace the PREEMPT_RT conditionals

[RFC PATCH] mm: reduce noise in show_mem for lowmem allocations
 2022-09-01 14:14 UTC  (2+ messages)

[PATCH v4 0/4] mm/slub: some debug enhancements for kmalloc objects
 2022-09-01 14:01 UTC  (6+ messages)
` [PATCH v4 1/4] mm/slub: enable debugging memory wasting of kmalloc

[GIT PULL] slab fix for 6.0-rc4
 2022-09-01 13:51 UTC 

[PATCH -next] mm: kence: add __kmem_cache_free to function skip list
 2022-09-01 12:41 UTC  (7+ messages)

[PATCH v2 00/11] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2022-09-01 12:31 UTC  (8+ messages)
` [PATCH v2 10/11] sh: mm: Convert to GENERIC_IOREMAP
      ` [kbuild-all] "

[PATCH 0/2] arm64, kdump: enforce to take 4G as the crashkernel low memory end
 2022-09-01 12:25 UTC  (6+ messages)
` [PATCH 1/2] "

[PATCH] mm/vmalloc: Extend find_vmap_lowest_match_check with extra arguments
 2022-09-01 12:16 UTC  (4+ messages)

[PATCH v2 00/10] A few cleanup patches for hugetlb
 2022-09-01 12:00 UTC  (11+ messages)
` [PATCH v2 01/10] hugetlb: make hugetlb_cma_check() static
` [PATCH v2 02/10] hugetlb: Use helper macro SZ_1K
` [PATCH v2 03/10] hugetlb: Use LIST_HEAD() to define a list head
` [PATCH v2 04/10] hugetlb: Use sizeof() to get the array size
` [PATCH v2 05/10] hugetlb: Use helper {huge_pte|pmd}_lock()
` [PATCH v2 06/10] hugetlb: pass NULL to kobj_to_hstate() if nid is unused
` [PATCH v2 07/10] hugetlb: kill hugetlbfs_pagecache_page()
` [PATCH v2 08/10] hugetlb: add comment for subtle SetHPageVmemmapOptimized()
` [PATCH v2 09/10] hugetlb: remove meaningless BUG_ON(huge_pte_none())
` [PATCH v2 10/10] hugetlb: make hugetlb depends on SYSFS or SYSCTL

[linux-next:master 2760/3682] include/trace/events/kmem.h:54:1: sparse: sparse: restricted gfp_t degrades to integer
 2022-09-01 11:30 UTC  (3+ messages)

[PATCH v3] mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb page
 2022-09-01 10:41 UTC 

[PATCH 0/3] page_owner: print stacks and their counter
 2022-09-01 10:20 UTC  (13+ messages)
` [PATCH 1/3] lib/stackdepot: Add a refcount field in stack_record
` [PATCH 2/3] mm, page_owner: Add page_owner_stacks file to print out only stacks and their counter
` [PATCH 3/3] mm,page_owner: Filter out stacks by a threshold counter

[RFC PATCH 1/2] mm/slub: perform free consistency checks before call_rcu
 2022-09-01  9:55 UTC  (3+ messages)
` [RFC PATCH 2/2] mm/sl[au]b: rearrange struct slab fields to allow larger rcu_head

[PATCH] selftest: vm: remove deleted local_config.* from .gitignore
 2022-09-01  9:23 UTC 

[PATCH v14 00/14] Multi-Gen LRU Framework
 2022-09-01  9:18 UTC  (5+ messages)
` [PATCH v14 07/14] mm: multi-gen LRU: exploit locality in rmap
` OpenWrt / MIPS benchmark with MGLRU

[PATCH] selftest: vm: remove orphaned references to local_config.{h,mk}
 2022-09-01  9:13 UTC  (3+ messages)

[PATCH 0/6] convert most filesystems to pin_user_pages_fast()
 2022-09-01  9:06 UTC  (13+ messages)
` [PATCH 5/6] NFS: direct-io: convert to FOLL_PIN pages

[PATCH] mm: kill is_memblock_offlined()
 2022-09-01  9:05 UTC  (2+ messages)

[mm] d88f8edb09: dmesg.Kernel_panic-not_syncing:Fatal_exception
 2022-09-01  9:04 UTC  (3+ messages)
    ` [LKP] "

[PATCH] mm: hugetlb: eliminate memory-less nodes handling
 2022-09-01  9:03 UTC  (4+ messages)

[PATCH v3 2/4] memblock tests: add top-down NUMA tests for memblock_alloc_try_nid*
 2022-09-01  8:59 UTC 

[PATCH 0/3] Add tests trying to memblock_add() or memblock_reserve() 129th region
 2022-09-01  8:43 UTC  (7+ messages)
` [PATCH 1/3] memblock test: Add test to memblock_add() "
` [PATCH 2/3] memblock test: Add test to memblock_reserve() "

[PATCH v1] mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fast
 2022-09-01  8:35 UTC 

[PATCH v3 updated] mm/demotion: Expose memory tier details via sysfs
 2022-09-01  8:24 UTC  (3+ messages)

[PATCH v2 1/4] memblock tests: add simulation of physical memory with multiple NUMA nodes
 2022-09-01  8:06 UTC  (4+ messages)

[PATCH] mm: remove BUG_ON() in __isolate_free_page()
 2022-09-01  8:00 UTC  (3+ messages)

[PATCH RESEND] mm: hugetlb: simplify per-node sysfs creation and removal
 2022-09-01  7:57 UTC  (6+ messages)

[PATCH v1 0/3] mm: minor cleanups around NUMA hinting
 2022-09-01  7:55 UTC  (13+ messages)
` [PATCH v1 2/3] mm/gup: use gup_can_follow_protnone() also in GUP-fast

[PATCH] mm: remove extra empty line
 2022-09-01  7:48 UTC  (3+ messages)

[PATCH v2 0/7] add common struct mm_slot and use it in THP and KSM
 2022-09-01  7:44 UTC  (3+ messages)
` [PATCH v2 2/7] mm: thp: convert to use common struct mm_slot
  ` [PATCH mm-unstable] mm: thp: fix build error with CONFIG_SHMEM disabled

[PATCH v1] mm/ksm: update stale comment in write_protect_page()
 2022-09-01  6:58 UTC  (17+ messages)

[PATCH v2] mm: memory-failure: kill __soft_offline_page()
 2022-09-01  6:50 UTC  (2+ messages)

[PATCH mm-unstable] mm/demotion: Assign correct memory type for multiple dax devices with the same node affinity
 2022-09-01  6:45 UTC  (4+ messages)

[PATCH v2] mm/demotion: Expose memory tier details via sysfs
 2022-09-01  6:37 UTC  (5+ messages)

powerpc-linux-objdump: Warning: Unrecognized form: 0x23
 2022-09-01  5:52 UTC  (8+ messages)
  ` [kbuild-all] "

[linux-next:master 2514/4430] drivers/clk/clk.c:867:6: error: redefinition of 'clk_unprepare'
 2022-09-01  3:19 UTC 

[PATCH] mm/kmemleak: make create_object return void
 2022-09-01  2:30 UTC 

[PATCH 0/8] Extend DAMOS for Proactive LRU-lists Sorting
 2022-09-01  2:21 UTC  (4+ messages)
` [PATCH 7/8] mm/damon: introduce DAMON-based "

[PATCH v2 0/7] convert most filesystems to pin_user_pages_fast()
 2022-09-01  1:48 UTC  (7+ messages)
` [PATCH v2 4/7] iov_iter: new iov_iter_pin_pages*() routines
` [PATCH v2 7/7] fuse: convert direct IO paths to use FOLL_PIN

[PATCH v1] zsmalloc: zs_object_copy: replace email link to doc
 2022-09-01  1:21 UTC 

(no subject)
 2022-09-01  0:24 UTC  (3+ messages)
` 

[linux-next:master] BUILD REGRESSION 7fd22855300e693668c3397771b3a2b3948f827a
 2022-08-31 20:33 UTC  (2+ messages)

[linux-next:master 3852/4430] drivers/gpu/drm/amd/amdgpu/imu_v11_0_3.c:139:6: warning: no previous prototype for 'imu_v11_0_3_program_rlc_ram'
 2022-08-31 19:41 UTC 

[PATCH v2] hugetlb: use mm.h instead of mm_types.h
 2022-08-31 19:37 UTC  (3+ messages)

[linux-next:master 314/4430] drivers/gpu/drm/via/via_dri1.c:602 via_dmablit_timer() warn: inconsistent indenting
 2022-08-31 16:37 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