linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v5 1/1] mm: report per-page metadata information
 2023-11-20 21:47 UTC  (3+ messages)

[PATCH 1/5] jump_label,module: Don't alloc static_key_mod for __ro_after_init keys
 2023-11-20 21:38 UTC 

[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 00/24] Swapin path refactor for optimization and bugfix
 2023-11-20 20:22 UTC  (49+ messages)
` [PATCH 01/24] mm/swap: fix a potential undefined behavior issue
` [PATCH 02/24] mm/swapfile.c: add back some comment
` [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 10/24] mm/swap: remove nr_rotate_swap and related code
` [PATCH 11/24] mm/swap: also handle swapcache lookup in swapin_readahead
` [PATCH 12/24] mm/swap: simplify arguments for swap_cache_get_folio
` [PATCH 13/24] swap: simplify swap_cache_get_folio
` [PATCH 14/24] mm/swap: do shadow lookup as well when doing swap cache lookup
` [PATCH 15/24] mm/swap: avoid an duplicated swap cache lookup for SYNCHRONOUS_IO device
` [PATCH 16/24] mm/swap: reduce scope of get_swap_device in swapin path
` [PATCH 17/24] mm/swap: fix false error when swapoff race with swapin
` [PATCH 18/24] mm/swap: introduce a helper non fault swapin
` [PATCH 19/24] shmem, swap: refactor error check on OOM or race
` [PATCH 20/24] swap: simplify and make swap_find_cache static
` [PATCH 21/24] swap: make swapin_readahead result checking argument mandatory
` [PATCH 22/24] swap: make swap_cluster_readahead static
` [PATCH 23/24] swap: fix multiple swap leak when after cgroup migrate
` [PATCH 24/24] mm/swap: change swapin_readahead to swapin_page_fault

[PATCH v6 0/4] page_owner: print stacks and their counter
 2023-11-20 19:52 UTC  (9+ messages)
` [PATCH v6 1/4] lib/stackdepot: Add a refcount field in stack_record
` [PATCH v6 2/4] lib/stackdepot: Move stack_record struct definition into the header
` [PATCH v6 3/4] mm,page_owner: Add page_owner_stacks file to print out only stacks and their counter
` [PATCH v6 4/4] mm,page_owner: Filter out stacks by a threshold counter

[PATCH] mm:zswap: fix zswap entry reclamation failure in two scenarios
 2023-11-20 18:52 UTC  (17+ messages)
        ` [External] "

[PATCH v5 0/9] slub: Delay freezing of CPU partial slabs
 2023-11-20 18:49 UTC  (3+ messages)
` [PATCH v5 6/9] slub: Delay freezing of "

[PATCH v2 00/21] remove the SLAB allocator
 2023-11-20 18:34 UTC  (22+ 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 "

[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

[PATCH] mm: ALLOC_HIGHATOMIC flag allocation issue
 2023-11-20 17:29 UTC 

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

Conditions for FOLL_LONGTERM mapping in fsdax
 2023-11-20 15:49 UTC  (3+ messages)

[PATCH v2 0/5] Some cleanups of maple tree
 2023-11-20 15:43 UTC  (7+ messages)
` [PATCH v2 1/5] maple_tree: Move the check forward to avoid static check warning
` [PATCH v2 2/5] maple_tree: Avoid ascending when mas->min is also the parent's minimum
` [PATCH v2 3/5] maple_tree: Remove an unused parameter for ma_meta_end()
` [PATCH v2 4/5] maple_tree: Delete one of the two identical checks
` [PATCH v2 5/5] maple_tree: Simplify mas_leaf_set_meta()

[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 0/8] implement "memmap on memory" feature on s390
 2023-11-20 14:49 UTC  (6+ messages)
  ` [PATCH 6/8] s390/mm: implement MEM_PHYS_ONLINE MEM_PHYS_OFFLINE memory notifiers

[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  (4+ messages)
` [PATCH v2 2/3] mm/memory_hotplug: fix error handling in add_memory_resource()
  ` [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

[PATCH v2 0/4] mm/ksm: Add ksm advisor
 2023-11-20 10:53 UTC  (6+ messages)
` [PATCH v2 1/4] mm/ksm: add "
` [PATCH v2 2/4] mm/ksm: add sysfs knobs for advisor

drivers/char/tpm/tpm_ibmvtpm.c:126:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-11-20  9:47 UTC 

[PATCH 1/3] mm/memory_hotplug: add missing mem_hotplug_lock
 2023-11-20  9:39 UTC  (7+ messages)
` [PATCH 2/3] mm/memory_hotplug: fix error handling in add_memory_resource()
` [PATCH 3/3] mm: use vmem_altmap code without CONFIG_ZONE_DEVICE

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

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

high kswapd CPU usage with symmetrical swap in/out pattern with multi-gen LRU
 2023-11-20  8:41 UTC  (12+ messages)

[PATCH RFC 00/12] mm/gup: Unify hugetlb, part 2
 2023-11-20  8:26 UTC  (3+ messages)
` [PATCH RFC 06/12] mm/gup: Drop folio_fast_pin_allowed() in hugepd processing

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

[PATCH v5] zswap: memcontrol: implement zswap writeback disabling
 2023-11-20  2:41 UTC  (9+ messages)

[PATCH 0/6] Convert aops->error_remove_page to ->error_remove_folio
 2023-11-20  0:33 UTC  (4+ messages)
` [PATCH 6/6] fs: Convert error_remove_page to error_remove_folio

[PATCH v3] libfs: getdents() should return 0 after reaching EOD
 2023-11-19 21:14 UTC  (6+ messages)

[PATCH] kasan: Improve free meta storage in Generic KASAN
 2023-11-19 20:46 UTC 

[syzbot] [mm?] BUG: unable to handle kernel paging request in copy_from_kernel_nofault
 2023-11-19 17:53 UTC 

[linux-next:master 1547/1905] buffer.c:undefined reference to `__muloti4'
 2023-11-19 17:16 UTC 

[PATCH 1/2] mm/damon/core: copy nr_accesses when splitting region
 2023-11-19 17:15 UTC  (2+ messages)
` [PATCH 2/2] mm/damon/core-test: test damon_split_region_at()'s access rate copying

[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
 2023-11-19 16:57 UTC  (15+ messages)
` [PATCH RFC v2 14/27] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled
` [PATCH RFC v2 15/27] arm64: mte: Check that tag storage blocks are in the same zone
` [PATCH RFC v2 16/27] arm64: mte: Manage tag storage on page allocation
` [PATCH RFC v2 17/27] arm64: mte: Perform CMOs for tag blocks on tagged page allocation/free
` [PATCH RFC v2 18/27] arm64: mte: Reserve tag block for the zero page
` [PATCH RFC v2 19/27] mm: mprotect: Introduce PAGE_FAULT_ON_ACCESS for mprotect(PROT_MTE)
` [PATCH RFC v2 20/27] mm: hugepage: Handle huge page fault on access
` [PATCH RFC v2 21/27] mm: arm64: Handle tag storage pages mapped before mprotect(PROT_MTE)
` [PATCH RFC v2 22/27] arm64: mte: swap: Handle tag restoring when missing tag storage
` [PATCH RFC v2 23/27] arm64: mte: copypage: "
` [PATCH RFC v2 24/27] arm64: mte: Handle fatal signal in reserve_tag_storage()
` [PATCH RFC v2 25/27] KVM: arm64: Disable MTE if tag storage is enabled
` [PATCH RFC v2 26/27] arm64: mte: Fast track reserving tag storage when the block is free
` [PATCH RFC v2 27/27] arm64: mte: Enable dynamic tag storage reuse

page:  |  | latest

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