linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-21 07:46:21 to 2023-11-22 07:15:54 UTC [more...]

incoming
 2023-11-22  7:15 UTC  (3+ messages)
` [patch 105/118] fs/binfmt_elf.c: don't copy ELF header around

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

[PATCH v3] mm: ALLOC_HIGHATOMIC flag allocation issue
 2023-11-22  7:10 UTC  (2+ messages)

[PATCH v10] mm: vmscan: try to reclaim swapcache pages if no swap space
 2023-11-22  6:57 UTC  (5+ messages)

[PATCH 00/24] Swapin path refactor for optimization and bugfix
 2023-11-22  6:46 UTC  (43+ messages)
` [PATCH 05/24] mm/swap: move readahead policy checking into swapin_readahead
` [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 18/24] mm/swap: introduce a helper non fault swapin
` [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 v2 0/8] x86/coco: Mark CoCo VM pages not present when changing encrypted state
 2023-11-22  6:26 UTC  (10+ messages)
` [PATCH v2 1/8] x86/coco: Use slow_virt_to_phys() in page transition hypervisor callbacks
` [PATCH v2 2/8] x86/mm: Don't do a TLB flush if changing a PTE that isn't marked present
` [PATCH v2 3/8] x86/mm: Remove "static" from vmap_pages_range()
` [PATCH v2 4/8] x86/sev: Enable PVALIDATE for PFNs without a valid virtual address
` [PATCH v2 5/8] x86/mm: Mark CoCo VM pages not present while changing encrypted state
` [PATCH v2 6/8] x86/mm: Merge CoCo prepare and finish hypervisor callbacks
` [PATCH v2 7/8] x86/mm: Remove unnecessary call layer for __set_memory_enc_pgtable()
` [PATCH v2 8/8] x86/mm: Add comments about errors in set_memory_decrypted()/encrypted()

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

[PATCH 0/4] supplement of slab removal
 2023-11-22  5:59 UTC  (13+ 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] mm/page.c: move mem_init_print_info() to later place
 2023-11-22  4:35 UTC 

[PATCH v5] zswap: memcontrol: implement zswap writeback disabling
 2023-11-22  3:45 UTC  (13+ messages)

[Question]: pagecache thrashing and hard to trigger OOM in cgroup
 2023-11-22  3:26 UTC 

[PATCH v4 00/22] stackdepot: allow evicting stack traces
 2023-11-22  3:17 UTC  (3+ messages)
` [PATCH v4 21/22] kasan: use stack_depot_put for Generic mode
  ` [BISECTED] Boot hangs when SLUB_DEBUG_ON=y

[PATCH v2] kasan: Improve free meta storage in Generic KASAN
 2023-11-22  2:27 UTC  (2+ messages)

[PATCH v2 00/10] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
 2023-11-22  2:10 UTC  (18+ 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 1/4] lib: move pci_iomap.c to drivers/pci/
 2023-11-22  1:51 UTC  (12+ messages)

[PATCH v2] mm: ALLOC_HIGHATOMIC flag allocation issue
 2023-11-22  1:43 UTC  (2+ messages)

[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
 2023-11-22  1:28 UTC  (3+ messages)
` [PATCH RFC v2 20/27] mm: hugepage: Handle huge page fault on access

[PATCH v5 0/9] slub: Delay freezing of CPU partial slabs
 2023-11-22  1:21 UTC  (13+ messages)
` [PATCH v5 1/9] slub: Reflow ___slab_alloc()
` [PATCH v5 2/9] slub: Change get_partial() interfaces to return slab
` [PATCH v5 3/9] slub: Keep track of whether slub is on the per-node partial list
` [PATCH v5 6/9] slub: Delay freezing of partial slabs

[RFC PATCH 00/86] Make the kernel preemptible
 2023-11-22  1:09 UTC  (28+ messages)
` [RFC PATCH 47/86] rcu: select PREEMPT_RCU if PREEMPT
` [RFC PATCH 48/86] rcu: handle quiescent states for PREEMPT_RCU=n
` [RFC PATCH 57/86] coccinelle: script to remove cond_resched()

[PATCH v3 0/8] riscv: ASID-related and UP-related TLB flush enhancements
 2023-11-22  1:07 UTC  (9+ messages)
` [PATCH v3 1/8] riscv: mm: Combine the SMP and UP TLB flush code
` [PATCH v3 2/8] riscv: Apply SiFive CIP-1200 workaround to single-ASID sfence.vma
` [PATCH v3 3/8] riscv: Avoid TLB flush loops when affected by SiFive CIP-1200
` [PATCH v3 4/8] riscv: mm: Introduce cntx2asid/cntx2version helper macros
` [PATCH v3 5/8] riscv: mm: Use a fixed layout for the MM context ID
` [PATCH v3 6/8] riscv: mm: Make asid_bits a local variable
` [PATCH v3 7/8] riscv: mm: Preserve global TLB entries when switching contexts
` [PATCH v3 8/8] riscv: mm: Always use ASID to flush MM contexts

Fwd: Kernel 6.6.1 hangs on "loading initial ramdisk"
 2023-11-22  0:06 UTC 

[PATCH v2 00/33] kmsan: Enable on s390
 2023-11-21 22:01 UTC  (31+ messages)
` [PATCH v2 01/33] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func()
` [PATCH v2 02/33] kmsan: Make the tests compatible with kmsan.panic=1
` [PATCH v2 03/33] kmsan: Disable KMSAN when DEFERRED_STRUCT_PAGE_INIT is enabled
` [PATCH v2 04/33] kmsan: Increase the maximum store size to 4096
` [PATCH v2 05/33] kmsan: Fix is_bad_asm_addr() on arches with overlapping address spaces
` [PATCH v2 08/33] kmsan: Remove an x86-specific #include from kmsan.h
` [PATCH v2 09/33] kmsan: Introduce kmsan_memmove_metadata()
` [PATCH v2 11/33] kmsan: Export panic_on_kmsan
` [PATCH v2 12/33] kmsan: Allow disabling KMSAN checks for the current task
` [PATCH v2 13/33] kmsan: Introduce memset_no_sanitize_memory()
` [PATCH v2 14/33] kmsan: Support SLAB_POISON
` [PATCH v2 15/33] kmsan: Use ALIGN_DOWN() in kmsan_get_metadata()
` [PATCH v2 16/33] mm: slub: Let KMSAN access metadata
` [PATCH v2 17/33] mm: kfence: Disable KMSAN when checking the canary
` [PATCH v2 18/33] lib/string: Add KMSAN support to strlcpy() and strlcat()
` [PATCH v2 19/33] lib/zlib: Unpoison DFLTCC output buffers
` [PATCH v2 20/33] kmsan: Accept ranges starting with 0 on s390
` [PATCH v2 21/33] s390: Turn off KMSAN for boot, vdso and purgatory
` [PATCH v2 22/33] s390: Use a larger stack for KMSAN
` [PATCH v2 23/33] s390/boot: Add the KMSAN runtime stub
` [PATCH v2 24/33] s390/checksum: Add a KMSAN check
` [PATCH v2 25/33] s390/cpacf: Unpoison the results of cpacf_trng()
` [PATCH v2 26/33] s390/ftrace: Unpoison ftrace_regs in kprobe_ftrace_handler()
` [PATCH v2 27/33] s390/mm: Define KMSAN metadata for vmalloc and modules
` [PATCH v2 28/33] s390/string: Add KMSAN support
` [PATCH v2 29/33] s390/traps: Unpoison the kernel_stack_overflow()'s pt_regs
` [PATCH v2 30/33] s390/uaccess: Add KMSAN support to put_user() and get_user()
` [PATCH v2 31/33] s390/unwind: Disable KMSAN checks
` [PATCH v2 32/33] s390: Implement the architecture-specific kmsan functions
` [PATCH v2 33/33] kmsan: Enable on s390

[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

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

[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  (4+ messages)
` [PATCH v2 03/21] KASAN: remove code paths guarded by CONFIG_SLAB

[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

[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 

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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).