linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 00/10] iov_iter: kunit: Cleanup, abstraction and more tests
 2023-11-15 16:39 UTC  (15+ messages)
` [PATCH v3 01/10] iov_iter: Fix some checkpatch complaints in kunit tests
` [PATCH v3 02/10] iov_iter: Consolidate some of the repeated code into helpers
` [PATCH v3 03/10] iov_iter: Consolidate the test vector struct in the kunit tests
` [PATCH v3 04/10] iov_iter: Consolidate bvec pattern checking
` [PATCH v3 05/10] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests
` [PATCH v3 06/10] iov_iter: Add copy kunit tests for ITER_UBUF and ITER_IOVEC
` [PATCH v3 07/10] iov_iter: Add extract "
` [PATCH v3 08/10] iov_iter: Add benchmarking kunit tests
` [PATCH v3 09/10] iov_iter: Add kunit to benchmark decanting of xarray to bvec
` [PATCH v3 10/10] iov_iter: Add benchmarking kunit tests for UBUF/IOVEC

[linux-next:master 806/1493] drivers/gpu/drm/i915/display/intel_psr.c:1322 _psr_compute_config() warn: always true condition '(entry_setup_frames >= 0) => (0-255 >= 0)'
 2023-11-15 16:35 UTC 

[PATCH v2 00/14] Transparent Contiguous PTEs for User Mappings
 2023-11-15 16:30 UTC  (15+ messages)
` [PATCH v2 01/14] mm: Batch-copy PTE ranges during fork()
` [PATCH v2 02/14] arm64/mm: set_pte(): New layer to manage contig bit
` [PATCH v2 03/14] arm64/mm: set_ptes()/set_pte_at(): "
` [PATCH v2 04/14] arm64/mm: pte_clear(): "
` [PATCH v2 05/14] arm64/mm: ptep_get_and_clear(): "
` [PATCH v2 06/14] arm64/mm: ptep_test_and_clear_young(): "
` [PATCH v2 07/14] arm64/mm: ptep_clear_flush_young(): "
` [PATCH v2 08/14] arm64/mm: ptep_set_wrprotect(): "
` [PATCH v2 09/14] arm64/mm: ptep_set_access_flags(): "
` [PATCH v2 10/14] arm64/mm: ptep_get(): "
` [PATCH v2 11/14] arm64/mm: Split __flush_tlb_range() to elide trailing DSB
` [PATCH v2 12/14] arm64/mm: Wire up PTE_CONT for user mappings
` [PATCH v2 13/14] arm64/mm: Implement ptep_set_wrprotects() to optimize fork()
` [PATCH v2 14/14] arm64/mm: Add ptep_get_and_clear_full() to optimize process teardown

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-11-15 16:08 UTC  (5+ messages)
` [PATCH v10 07/50] x86/sev: Add RMP entry lookup helpers
` [PATCH v10 08/50] x86/fault: Add helper for dumping RMP entries

[PATCH] mm/pgtable: return null if no ptl in __pte_offset_map_lock
 2023-11-15 16:05 UTC  (3+ messages)

selftests: gpio: crash on arm64
 2023-11-15 15:37 UTC  (8+ messages)

[RFC V3 PATCH] arm64: mm: swap: save and restore mte tags for large folios
 2023-11-15 15:16 UTC  (3+ messages)

[PATCH 0/8] implement "memmap on memory" feature on s390
 2023-11-15 15:03 UTC  (13+ messages)
` [PATCH 2/8] mm/memory_hotplug: fix error handling in add_memory_resource()
` [PATCH 3/8] mm: use vmem_altmap code without CONFIG_ZONE_DEVICE
` [PATCH 5/8] s390/mm: allocate vmemmap pages from self-contained memory range
` [PATCH 7/8] s390/sclp: remove unhandled memory notifier type
  ` [PATCH 1/8] mm/memory_hotplug: fix memory hotplug locking order
  ` [PATCH 4/8] mm/memory_hotplug: introduce MEM_PHYS_ONLINE/OFFLINE memory notifiers
  ` [PATCH 6/8] s390/mm: implement MEM_PHYS_ONLINE MEM_PHYS_OFFLINE "

[RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
 2023-11-15 14:26 UTC  (9+ messages)

[PATCH 0/2] Fix invalid wait context of set_track_prepare()
 2023-11-15 14:19 UTC  (6+ messages)
` [PATCH 1/2] Revert "mm/kmemleak: move the initialisation of object to __link_object"
` [PATCH 2/2] mm/kmemleak: move set_track_prepare() outside raw_spinlocks

[linus:master] [mm] 4ed4379881: will-it-scale.per_thread_ops 122.2% improvement
 2023-11-15 14:11 UTC 

[PATCH V2 0/3] mm: page_alloc: fixes for early oom kills
 2023-11-15 14:09 UTC  (7+ messages)
` [PATCH V3 3/3] mm: page_alloc: drain pcp lists before oom kill

[linus:master] [mm] 12214eba19: vm-scalability.throughput 49.5% improvement
 2023-11-15 14:01 UTC 

[PATCH RFC 3/8] memory-provider: dmabuf devmem memory provider
 2023-11-15 13:38 UTC  (13+ messages)

[linux-next:master 1215/1493] fs/bcachefs/data_update.c:321:1: warning: the frame size of 1072 bytes is larger than 1024 bytes
 2023-11-15 13:35 UTC 

[PATCH v7 00/10] Small-sized THP for anonymous memory
 2023-11-15 13:27 UTC  (11+ messages)
` [PATCH v7 01/10] mm: Allow deferred splitting of arbitrary anon large folios
` [PATCH v7 02/10] mm: Non-pmd-mappable, large folios for folio_add_new_anon_rmap()
` [PATCH v7 03/10] mm: thp: Introduce per-size thp sysfs interface
` [PATCH v7 04/10] mm: thp: Support allocation of anonymous small-sized THP
` [PATCH v7 05/10] selftests/mm/kugepaged: Restore thp settings at exit
` [PATCH v7 06/10] selftests/mm: Factor out thp settings management
` [PATCH v7 07/10] selftests/mm: Support small-sized THP interface in thp_settings
` [PATCH v7 08/10] selftests/mm/khugepaged: Enlighten for small-sized THP
` [PATCH v7 09/10] selftests/mm/cow: Generalize do_run_with_thp() helper
` [PATCH v7 10/10] selftests/mm/cow: Add tests for anonymous small-sized THP

[PATCH] mm:zswap: fix zswap entry reclamation failure in two scenarios
 2023-11-15 12:53 UTC  (7+ messages)
  ` [External] "

[PATCH v3] debugobjects: stop accessing objects after releasing spinlock
 2023-11-15 12:33 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH v2 3/7] buffer: Fix grow_buffers() for block size > PAGE_SIZE
 2023-11-15 11:14 UTC  (4+ messages)

[PATCH] ksm: delay the check of splitting compound pages
 2023-11-15 10:52 UTC  (7+ messages)

[RFC PATCH] mm: support large folio numa balancing
 2023-11-15 10:47 UTC  (15+ messages)

Several tst-robust* tests time out with recent Linux kernel
 2023-11-15  8:51 UTC  (7+ messages)

[RFC 0/4] Introduce unbalance proactive reclaim
 2023-11-15  6:52 UTC  (30+ messages)

[v4 0/3] Reduce TLB flushes under some specific conditions
 2023-11-15  6:43 UTC  (5+ messages)

[RFC PATCH v4 0/3] memcg weighted interleave mempolicy control
 2023-11-15  5:56 UTC  (11+ messages)

[v3 0/3] Reduce TLB flushes under some specific conditions
 2023-11-15  5:48 UTC  (10+ messages)
` [v3 2/3] mm: Defer TLB flush by keeping both src and dst folios at migration

[PATCH v9] mm: vmscan: try to reclaim swapcache pages if no swap space
 2023-11-15  5:29 UTC  (2+ messages)

[PATCH] lazy tlb: consolidate lazy tlb mm switching fix
 2023-11-15  3:25 UTC  (3+ messages)

[PATCH -next] mm/kmemleak: move the initialisation of object to __link_object
 2023-11-15  3:13 UTC  (3+ messages)

[Question]: major faults are still triggered after mlockall when numa balancing
 2023-11-15  1:46 UTC  (11+ messages)

[PATCH v3 0/4] Remove the XFS mrlock
 2023-11-15  1:17 UTC  (5+ messages)
` [PATCH v3 1/4] locking: Add rwsem_assert_held() and rwsem_assert_held_write()

[bisected] clang 16 built kernel crashes w. "BUG: kernel NULL pointer dereference, address: 00000007", gcc 13 built kernel with same config boots fine (6.7-rc1, x86_32)
 2023-11-15  0:15 UTC 

[PATCH v4] zswap: memcontrol: implement zswap writeback disabling
 2023-11-14 22:50 UTC  (7+ messages)

[PATCH 00/20] remove the SLAB allocator
 2023-11-14 20:31 UTC  (31+ messages)
` [PATCH 01/20] mm/slab: remove CONFIG_SLAB from all Kconfig and Makefile
` [PATCH 02/20] KASAN: remove code paths guarded by CONFIG_SLAB
` [PATCH 03/20] KFENCE: cleanup kfence_guarded_alloc() after CONFIG_SLAB removal
` [PATCH 04/20] mm/memcontrol: remove CONFIG_SLAB #ifdef guards
` [PATCH 05/20] cpu/hotplug: remove CPUHP_SLAB_PREPARE hooks
` [PATCH 06/20] mm/slab: remove CONFIG_SLAB code from slab common code
` [PATCH 08/20] mm/slab: remove mm/slab.c and slab_def.h
` [PATCH 10/20] mm/slab: move the rest of slub_def.h to mm/slab.h
` [PATCH 11/20] mm/slab: consolidate includes in the internal mm/slab.h
` [PATCH 13/20] mm/slab: move memcg related functions from slab.h to slub.c
` [PATCH 18/20] mm/slub: remove slab_alloc() and __kmem_cache_alloc_lru() wrappers

[PATCH RFC] libfs: getdents() should return 0 after reaching EOD
 2023-11-14 18:13 UTC  (6+ messages)

folio_alloc_buffers() doing allocations > order 1 with GFP_NOFAIL
 2023-11-14 17:29 UTC  (8+ messages)
  ` cgroups: warning for metadata allocation with GFP_NOFAIL (was Re: folio_alloc_buffers() doing allocations > order 1 with GFP_NOFAIL)

[PATCH v1] mm: More ptep_get() conversion
 2023-11-14 16:46 UTC  (3+ messages)

[RFC PATCH 0/2] Introduce a way to expose the interpreted file with binfmt_misc
 2023-11-14 16:14 UTC  (8+ messages)

[PATCH] mm: document mmu_notifier_invalidate_range_start_nonblock()
 2023-11-14 15:32 UTC  (2+ messages)

[PATCH] Documentation/mm: Drop pte_bad() descriptions from arch page table helpers
 2023-11-14 15:12 UTC  (2+ messages)

[PATCH RFC] kasan: use stack_depot_put for Generic mode
 2023-11-14 13:36 UTC  (2+ messages)

[RFC PATCH 0/6] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
 2023-11-14 12:56 UTC  (7+ messages)
` [RFC PATCH 1/6] cxl/mbox: Add GET_SUPPORTED_FEATURES, GET_FEATURE and SET_FEATURE mailbox commands
` [RFC PATCH 2/6] cxl/memscrub: Add CXL device patrol scrub control feature
` [RFC PATCH 3/6] memory: scrub: Add function to show scrub attributes in decimal
` [RFC PATCH 4/6] memory: scrub: Add scrub control attributes for the DDR5 ECS
` [RFC PATCH 5/6] cxl/memscrub: Add CXL device DDR5 ECS control feature
` [RFC PATCH 6/6] cxl: scrub: sysfs: Add Documentation for CXL memory device scrub control attributes

[patch 0/2] mm: too_many_isolated can stall due to out of sync VM counters
 2023-11-14 12:46 UTC  (4+ messages)

[PATCH v6 0/9] variable-order, large folios for anonymous memory
 2023-11-14 10:57 UTC  (6+ messages)

[PATCH v2 1/3] mm/gup: Introduce pin_user_pages_fd() for pinning shmem/hugetlbfs file pages (v2)
 2023-11-14  9:23 UTC  (3+ messages)
` [PATCH] mm/gup: Introduce pin_user_pages_fd() for pinning shmem/hugetlbfs file pages (v3)

high kswapd CPU usage with symmetrical swap in/out pattern with multi-gen LRU
 2023-11-14  7:47 UTC  (11+ messages)

[linus:master] [mm, pcp] 362d37a106: netperf.Throughput_Mbps 14.5% improvement
 2023-11-14  7:38 UTC 

[RFC PATCH] kasan: Record and report more information
 2023-11-14  7:27 UTC  (2+ messages)

[PATCH v5 6/9] slub: Delay freezing of partial slabs
 2023-11-14  5:44 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox