linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH 00/86] Make the kernel preemptible
 2023-11-21 15:00 UTC  (42+ messages)
` [RFC PATCH 34/86] thread_info: accessors for TIF_NEED_RESCHED*
` [RFC PATCH 36/86] entry: irqentry_exit only preempts TIF_NEED_RESCHED
` [RFC PATCH 40/86] context_tracking: add ct_state_cpu()
` [RFC PATCH 41/86] sched: handle resched policy in resched_curr()
` [RFC PATCH 42/86] sched: force preemption on tick expiration
` [RFC PATCH 47/86] rcu: select PREEMPT_RCU if PREEMPT
` [RFC PATCH 48/86] rcu: handle quiescent states for PREEMPT_RCU=n
` [RFC PATCH 50/86] rcu: TASKS_RCU does not need to depend on PREEMPTION
` [RFC PATCH 57/86] coccinelle: script to remove cond_resched()
  ` [RFC PATCH 59/86] treewide: rcu: "
  ` [RFC PATCH 60/86] treewide: torture: "

[linux-next:master 1705/2217] fs/bcachefs/btree_write_buffer_types.h:23:9: warning: alignment 1 of 'struct <anonymous>' is less than 4
 2023-11-21 14:51 UTC 

[PATCH] pgtable: do not expose _refcount field via ptdesc
 2023-11-21 14:47 UTC  (2+ messages)

[PATCH 0/8] implement "memmap on memory" feature on s390
 2023-11-21 14:42 UTC  (12+ messages)
  ` [PATCH 6/8] s390/mm: implement MEM_PHYS_ONLINE MEM_PHYS_OFFLINE memory notifiers

[PATCH 1/4] lib: move pci_iomap.c to drivers/pci/
 2023-11-21 14:38 UTC  (12+ messages)

[PATCH v10] mm: vmscan: try to reclaim swapcache pages if no swap space
 2023-11-21 13:00 UTC  (2+ messages)

[linux-next:master 1705/2217] fs/bcachefs/btree_write_buffer.c:216:4: error: call to undeclared function 'prefetch'; ISO C99 and later do not support implicit function declarations
 2023-11-21 12:51 UTC 

[PATCH] [RFC] mm: migrate: rcu stalls because of invalid swap cache entries
 2023-11-21 12:30 UTC 

[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
 2023-11-21 11:54 UTC  (4+ messages)
` [PATCH RFC 20/37] mm: compaction: Reserve metadata storage in compaction_alloc()

[PATCH v2 0/4] sysctl: Remove sentinel elements from fs dir
 2023-11-21 11:35 UTC  (5+ messages)
` [PATCH v2 1/4] cachefiles: Remove the now superfluous sentinel element from ctl_table array
` [PATCH v2 2/4] fs: Remove the now superfluous sentinel elements "
` [PATCH v2 3/4] sysctl: "
` [PATCH v2 4/4] coda: "

[PATCH v2 00/14] Transparent Contiguous PTEs for User Mappings
 2023-11-21 11:22 UTC  (3+ messages)
` [PATCH v2 12/14] arm64/mm: Wire up PTE_CONT for user mappings

[linux-next:master 2144/2217] lib/zstd/decompress/../common/bits.h:59 ZSTD_countLeadingZeros32() warn: inconsistent indenting
 2023-11-21 10:45 UTC 

[linux-next:master 2144/2217] lib/zstd/compress/zstd_fast.c:726:28: sparse: sparse: Using plain integer as NULL pointer
 2023-11-21 10:44 UTC 

[PATCH v2 00/10] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
 2023-11-21 10:18 UTC  (11+ messages)
` [PATCH v2 01/10] cxl/mbox: Add GET_SUPPORTED_FEATURES mailbox command
` [PATCH v2 02/10] cxl/mbox: Add GET_FEATURE "
` [PATCH v2 03/10] cxl/mbox: Add SET_FEATURE "
` [PATCH v2 04/10] cxl/memscrub: Add CXL device patrol scrub control feature
` [PATCH v2 05/10] cxl/memscrub: Add CXL device DDR5 ECS "
` [PATCH v2 06/10] memory: scrub: Add scrub driver supports configuring memory scrubbers in the system
` [PATCH v2 07/10] cxl/memscrub: Register CXL device patrol scrub with scrub configure driver
` [PATCH v2 08/10] memory: scrub: Add scrub control attributes for the DDR5 ECS
` [PATCH v2 09/10] cxl/memscrub: Register CXL device DDR5 ECS with scrub configure driver
` [PATCH v2 10/10] cxl: scrub: sysfs: Add Documentation for CXL memory device scrub control attributes

[PATCH 0/4] supplement of slab removal
 2023-11-21 10:03 UTC  (9+ messages)
` [PATCH 1/4] Documentation: kernel-parameters: remove slab_max_order
` [PATCH 2/4] mm/slab: remove slab_nomrege and slab_merge
` [PATCH 4/4] mm/slab: move slab merge from slab_common.c to slub.c

[PATCH][next] selftests/mm: Fix spelling mistake "succedded" -> "succeeded"
 2023-11-21  9:31 UTC 

[linux-next:master 1705/2217] fs/bcachefs/btree_write_buffer.c:216:25: error: implicit declaration of function 'prefetch'
 2023-11-21  9:12 UTC 

[linus:master] [mm] 7bd5bc3ce9: aim7.jobs-per-min 4.4% improvement
 2023-11-21  8:38 UTC 

[PATCH 00/24] Swapin path refactor for optimization and bugfix
 2023-11-21  8:32 UTC  (46+ messages)
` [PATCH 01/24] mm/swap: fix a potential undefined behavior issue
` [PATCH 03/24] mm/swap: move no readahead swapin code to a stand alone helper
` [PATCH 04/24] mm/swap: avoid setting page lock bit and doing extra unlock check
` [PATCH 05/24] mm/swap: move readahead policy checking into swapin_readahead
` [PATCH 06/24] swap: rework swapin_no_readahead arguments
` [PATCH 07/24] mm/swap: move swap_count to header to be shared
` [PATCH 08/24] mm/swap: check readahead policy per entry
` [PATCH 09/24] mm/swap: inline __swap_count
` [PATCH 16/24] mm/swap: reduce scope of get_swap_device in swapin path
` [PATCH 19/24] shmem, swap: refactor error check on OOM or race
` [PATCH 23/24] swap: fix multiple swap leak when after cgroup migrate

[PATCH v2 00/21] remove the SLAB allocator
 2023-11-21  8:23 UTC  (23+ messages)
` [PATCH v2 01/21] mm/slab, docs: switch mm-api docs generation from slab.c to slub.c
` [PATCH v2 02/21] mm/slab: remove CONFIG_SLAB from all Kconfig and Makefile
` [PATCH v2 03/21] KASAN: remove code paths guarded by CONFIG_SLAB
` [PATCH v2 04/21] KFENCE: cleanup kfence_guarded_alloc() after CONFIG_SLAB removal
` [PATCH v2 05/21] mm/memcontrol: remove CONFIG_SLAB #ifdef guards
` [PATCH v2 06/21] cpu/hotplug: remove CPUHP_SLAB_PREPARE hooks
` [PATCH v2 07/21] mm/slab: remove CONFIG_SLAB code from slab common code
` [PATCH v2 08/21] mm/mempool/dmapool: remove CONFIG_DEBUG_SLAB ifdefs
` [PATCH v2 09/21] mm/slab: remove mm/slab.c and slab_def.h
` [PATCH v2 10/21] mm/slab: move struct kmem_cache_cpu declaration to slub.c
` [PATCH v2 11/21] mm/slab: move the rest of slub_def.h to mm/slab.h
` [PATCH v2 12/21] mm/slab: consolidate includes in the internal mm/slab.h
` [PATCH v2 13/21] mm/slab: move pre/post-alloc hooks from slab.h to slub.c
` [PATCH v2 14/21] mm/slab: move memcg related functions "
` [PATCH v2 15/21] mm/slab: move struct kmem_cache_node "
` [PATCH v2 16/21] mm/slab: move kfree() from slab_common.c "
` [PATCH v2 17/21] mm/slab: move kmalloc_slab() to mm/slab.h
` [PATCH v2 18/21] mm/slab: move kmalloc() functions from slab_common.c to slub.c
` [PATCH v2 19/21] mm/slub: remove slab_alloc() and __kmem_cache_alloc_lru() wrappers
` [PATCH v2 20/21] mm/slub: optimize alloc fastpath code layout
` [PATCH v2 21/21] mm/slub: optimize free fast path "

[linux-next:master] [slub] c8d312e039: hackbench.throughput 13.0% improvement
 2023-11-21  8:22 UTC 

[linux-next:master 1707/2217] fs/bcachefs/super-io.c:661:5: warning: no previous prototype for function '__bch2_read_super'
 2023-11-21  7:44 UTC 

[PATCH v4 0/5] mm/gup: Introduce pin_user_pages_fd() for pinning shmem/hugetlbfs file pages (v4)
 2023-11-21  6:54 UTC  (4+ messages)
` [PATCH v4 3/5] "

[RFC PATCH 0/2] mm/damon: export DAMON symbols and add sample loadable modules
 2023-11-21  5:36 UTC  (3+ messages)
` [RFC PATCH 1/2] mm/damon/core: export symbols for supporting "
` [RFC PATCH 2/2] samples: add DAMON sample kernel modules

[PATCH 00/12] Convert write_cache_pages() to an iterator
 2023-11-21  5:18 UTC  (2+ messages)

Conditions for FOLL_LONGTERM mapping in fsdax
 2023-11-21  4:46 UTC  (4+ messages)

[PATCH] mm:zswap: fix zswap entry reclamation failure in two scenarios
 2023-11-21  3:37 UTC  (13+ messages)

[PATCH] mm: ALLOC_HIGHATOMIC flag allocation issue
 2023-11-21  2:26 UTC  (2+ messages)

[PATCH v9 0/2] ACPI: APEI: handle synchronous errors in task work with proper si_code
 2023-11-21  1:48 UTC  (2+ messages)

[PATCH v5 0/9] slub: Delay freezing of CPU partial slabs
 2023-11-21  1:29 UTC  (5+ messages)
` [PATCH v5 6/9] slub: Delay freezing of "

[PATCH 1/5] jump_label,module: Don't alloc static_key_mod for __ro_after_init keys
 2023-11-20 22:47 UTC  (2+ messages)

[PATCH] selftests/mm: prevent duplicate runs caused by TEST_GEN_PROGS
 2023-11-20 22:29 UTC 

[PATCH v5 1/1] mm: report per-page metadata information
 2023-11-20 21:47 UTC  (3+ messages)

[linux-next:master 1421/2011] drivers/net/phy/aquantia/aquantia_firmware.c:107:9: error: call to '__compiletime_assert_331' declared with 'error' attribute: FIELD_PREP: value too large for the field
 2023-11-20 21:01 UTC 

[PATCH v6 4/4] mm,page_owner: Filter out stacks by a threshold counter
 2023-11-20 19:52 UTC  (3+ messages)

[PATCH v6 0/4] page_owner: print stacks and their counter
 2023-11-20 17:54 UTC  (3+ messages)

[PATCH v4 00/22] stackdepot: allow evicting stack traces
 2023-11-20 17:47 UTC  (23+ messages)
` [PATCH v4 01/22] lib/stackdepot: print disabled message only if truly disabled
` [PATCH v4 02/22] lib/stackdepot: check disabled flag when fetching
` [PATCH v4 03/22] lib/stackdepot: simplify __stack_depot_save
` [PATCH v4 04/22] lib/stackdepot: drop valid bit from handles
` [PATCH v4 05/22] lib/stackdepot: add depot_fetch_stack helper
` [PATCH v4 06/22] lib/stackdepot: use fixed-sized slots for stack records
` [PATCH v4 07/22] lib/stackdepot: fix and clean-up atomic annotations
` [PATCH v4 08/22] lib/stackdepot: rework helpers for depot_alloc_stack
` [PATCH v4 09/22] lib/stackdepot: rename next_pool_required to new_pool_required
` [PATCH v4 10/22] lib/stackdepot: store next pool pointer in new_pool
` [PATCH v4 11/22] lib/stackdepot: store free stack records in a freelist
` [PATCH v4 12/22] lib/stackdepot: use read/write lock
` [PATCH v4 13/22] lib/stackdepot: use list_head for stack record links
` [PATCH v4 14/22] kmsan: use stack_depot_save instead of __stack_depot_save
` [PATCH v4 15/22] lib/stackdepot, kasan: add flags to __stack_depot_save and rename
` [PATCH v4 16/22] lib/stackdepot: add refcount for records
` [PATCH v4 17/22] lib/stackdepot: allow users to evict stack traces
` [PATCH v4 18/22] kasan: remove atomic accesses to stack ring entries
` [PATCH v4 19/22] kasan: check object_size in kasan_complete_mode_report_info
` [PATCH v4 20/22] kasan: use stack_depot_put for tag-based modes
` [PATCH v4 21/22] kasan: use stack_depot_put for Generic mode
` [PATCH v4 22/22] lib/stackdepot: adjust DEPOT_POOLS_CAP for KMSAN

[linux-next:master 1467/1905] drivers/hwmon/nct6775-i2c.c:164:15: warning: cast to smaller integer type 'enum kinds' from 'const void *'
 2023-11-20 17:15 UTC  (3+ messages)

[RFC PATCH] kasan: Record and report more information
 2023-11-20 16:43 UTC  (5+ messages)

[PATCH v2 0/5] Some cleanups of maple tree
 2023-11-20 15:43 UTC  (2+ messages)

[PATCH v3 1/3] mm/memory_hotplug: add missing mem_hotplug_lock
 2023-11-20 14:53 UTC  (2+ messages)
` [PATCH v3 3/3] mm: use vmem_altmap code without CONFIG_ZONE_DEVICE

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

[PATCH v4] libfs: getdents() should return 0 after reaching EOD
 2023-11-20 14:48 UTC  (4+ messages)

[PATCH] mm/page_poison: Replace kmap_atomic() with kmap_local_page()
 2023-11-20 14:28 UTC 

[PATCH] mm/mempool: Replace kmap_atomic() with kmap_local_page()
 2023-11-20 14:26 UTC 

[PATCH] mm/memory: Use kmap_local_page() in __wp_page_copy_user()
 2023-11-20 14:24 UTC 

[PATCH] mm/ksm: Use kmap_local_page() in calc_checksum()
 2023-11-20 14:18 UTC 

[PATCH] mm/util: Use kmap_local_page() in memcmp_pages()
 2023-11-20 14:15 UTC 

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2023-11-20 14:09 UTC  (4+ messages)
` [PATCH 34/34] KVM: selftests: Add a memory region subtest to validate invalid flags

add and use a per-mapping stable writes flag v2
 2023-11-20 14:07 UTC  (2+ messages)

[PATCH v1 0/4] Enable >0 order folio memory compaction
 2023-11-20 14:05 UTC  (4+ messages)
` [PATCH v1 1/4] mm/compaction: enable compacting >0 order folios

[PATCH] iov_iter: fix copy_page_to_iter_nofault()
 2023-11-20 14:04 UTC  (2+ messages)

[linus:master] [mm, page_alloc] c0a242394c: will-it-scale.per_process_ops 12.6% improvement
 2023-11-20 13:16 UTC 

[PATCH v4 0/4] Remove the XFS mrlock
 2023-11-20 11:52 UTC  (3+ messages)
` [PATCH v4 1/4] locking: Add rwsem_assert_held() and rwsem_assert_held_write()

[PATCH v2 0/3] mm/memory_hotplug: fixes for memory hotplug altmap support
 2023-11-20 10:55 UTC  (3+ messages)
  ` [PATCH v2 1/3] mm/memory_hotplug: add missing mem_hotplug_lock
  ` [PATCH v2 3/3] mm: use vmem_altmap code without CONFIG_ZONE_DEVICE

page:  |  | latest

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