linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 0/2] minor ptdesc updates
 2023-11-21 19:43 UTC  (3+ messages)
` [PATCH v3 1/2] pgtable: fix s390 ptdesc field comments
` [PATCH v3 2/2] pgtable: rename ptdesc _refcount field to __page_refcount

[RFC PATCH 00/86] Make the kernel preemptible
 2023-11-21 19:25 UTC  (46+ 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: "

[PATCH 0/8] implement "memmap on memory" feature on s390
 2023-11-21 19:24 UTC  (8+ messages)

[PATCH v5] zswap: memcontrol: implement zswap writeback disabling
 2023-11-21 19:08 UTC  (11+ messages)

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

[PATCH 00/24] Swapin path refactor for optimization and bugfix
 2023-11-21 17:25 UTC  (40+ messages)
` [PATCH 03/24] mm/swap: move no readahead swapin code to a stand alone helper
` [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 v5 0/5] userfaultfd move option
 2023-11-21 17:16 UTC  (6+ messages)
` [PATCH v5 1/5] mm/rmap: support move to different root anon_vma in folio_move_anon_rmap()
` [PATCH v5 2/5] userfaultfd: UFFDIO_MOVE uABI
` [PATCH v5 3/5] selftests/mm: call uffd_test_ctx_clear at the end of the test
` [PATCH v5 4/5] selftests/mm: add uffd_test_case_ops to allow test case-specific operations
` [PATCH v5 5/5] selftests/mm: add UFFDIO_MOVE ioctl test

[syzbot] [mm?] BUG: unable to handle kernel paging request in copy_from_kernel_nofault
 2023-11-21 17:13 UTC  (2+ messages)

[PATCH v1 0/4] Enable >0 order folio memory compaction
 2023-11-21 17:11 UTC  (4+ messages)

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

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

[PATCH v2 00/21] remove the SLAB allocator
 2023-11-21 16:47 UTC  (24+ 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] pgtable: do not expose _refcount field via ptdesc
 2023-11-21 16:46 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-11-21 16:21 UTC  (5+ messages)
` [PATCH v10 10/50] x86/fault: Report RMP page faults for kernel addresses
` [PATCH v10 11/50] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction

[PATCH] kasan: Improve free meta storage in Generic KASAN
 2023-11-21 16:15 UTC  (5+ messages)

[PATCH] [RFC] mm: migrate: rcu stalls because of invalid swap cache entries
 2023-11-21 16:13 UTC  (2+ messages)

[PATCH RFC 00/12] mm/gup: Unify hugetlb, part 2
 2023-11-21 15:59 UTC  (4+ messages)
` [PATCH RFC 06/12] mm/gup: Drop folio_fast_pin_allowed() in hugepd processing

[PATCH v2] mm: ALLOC_HIGHATOMIC flag allocation issue
 2023-11-21 15:57 UTC 

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

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

[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 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 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: "

[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 

[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 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  (2+ 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  (15+ messages)
` [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

page:  |  | latest

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