linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-14 16:22:25 to 2022-09-15 18:04:33 UTC [more...]

[PATCH v14 00/70] Introducing the Maple Tree
 2022-09-15 18:03 UTC  (3+ messages)

[PATCH v14 00/14] Multi-Gen LRU Framework
 2022-09-15 17:56 UTC  (3+ messages)

[PATCHv8 00/11] Linear Address Masking enabling
 2022-09-15 17:28 UTC  (12+ messages)

[PATCHv2] zram: do not waste zram_table_entry flags bits
 2022-09-15 16:36 UTC  (2+ messages)

[PATCH v7 00/43] Add KernelMemorySanitizer infrastructure
 2022-09-15 15:04 UTC  (44+ messages)
` [PATCH v7 01/43] x86: add missing include to sparsemem.h
` [PATCH v7 02/43] stackdepot: reserve 5 extra bits in depot_stack_handle_t
` [PATCH v7 03/43] instrumented.h: allow instrumenting both sides of copy_from_user()
` [PATCH v7 04/43] x86: asm: instrument usercopy in get_user() and put_user()
` [PATCH v7 05/43] asm-generic: instrument usercopy in cacheflush.h
` [PATCH v7 06/43] kmsan: add ReST documentation
` [PATCH v7 07/43] kmsan: introduce __no_sanitize_memory and __no_kmsan_checks
` [PATCH v7 08/43] kmsan: mark noinstr as __no_sanitize_memory
` [PATCH v7 09/43] x86: kmsan: pgtable: reduce vmalloc space
` [PATCH v7 10/43] libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE
` [PATCH v7 11/43] kmsan: add KMSAN runtime core
` [PATCH v7 12/43] kmsan: disable instrumentation of unsupported common kernel code
` [PATCH v7 13/43] MAINTAINERS: add entry for KMSAN
` [PATCH v7 14/43] mm: kmsan: maintain KMSAN metadata for page operations
` [PATCH v7 15/43] mm: kmsan: call KMSAN hooks from SLUB code
` [PATCH v7 16/43] kmsan: handle task creation and exiting
` [PATCH v7 17/43] init: kmsan: call KMSAN initialization routines
` [PATCH v7 18/43] instrumented.h: add KMSAN support
` [PATCH v7 19/43] kmsan: add iomap support
` [PATCH v7 20/43] Input: libps2: mark data received in __ps2_command() as initialized
` [PATCH v7 21/43] dma: kmsan: unpoison DMA mappings
` [PATCH v7 22/43] virtio: kmsan: check/unpoison scatterlist in vring_map_one_sg()
` [PATCH v7 23/43] kmsan: handle memory sent to/from USB
` [PATCH v7 24/43] kmsan: add tests for KMSAN
` [PATCH v7 25/43] kmsan: disable strscpy() optimization under KMSAN
` [PATCH v7 26/43] crypto: kmsan: disable accelerated configs "
` [PATCH v7 27/43] kmsan: disable physical page merging in biovec
` [PATCH v7 28/43] block: kmsan: skip bio block merging logic for KMSAN
` [PATCH v7 29/43] kcov: kmsan: unpoison area->list in kcov_remote_area_put()
` [PATCH v7 30/43] security: kmsan: fix interoperability with auto-initialization
` [PATCH v7 31/43] objtool: kmsan: list KMSAN API functions as uaccess-safe
` [PATCH v7 32/43] x86: kmsan: disable instrumentation of unsupported code
` [PATCH v7 33/43] x86: kmsan: skip shadow checks in __switch_to()
` [PATCH v7 34/43] x86: kmsan: handle open-coded assembly in lib/iomem.c
` [PATCH v7 35/43] x86: kmsan: use __msan_ string functions where possible
` [PATCH v7 36/43] x86: kmsan: sync metadata pages on page fault
` [PATCH v7 37/43] x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN
` [PATCH v7 38/43] x86: fs: kmsan: disable CONFIG_DCACHE_WORD_ACCESS
` [PATCH v7 39/43] x86: kmsan: don't instrument stack walking functions
` [PATCH v7 40/43] entry: kmsan: introduce kmsan_unpoison_entry_regs()
` [PATCH v7 41/43] bpf: kmsan: initialize BPF registers with zeroes
` [PATCH v7 42/43] mm: fs: initialize fsdata passed to write_begin/write_end interface
` [PATCH v7 43/43] x86: kmsan: enable KMSAN builds for x86

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-09-15 14:29 UTC  (9+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
` [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v8 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v8 4/8] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v8 5/8] KVM: Register/unregister the guest private memory regions
` [PATCH v8 6/8] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v8 7/8] KVM: Handle page fault for private memory
` [PATCH v8 8/8] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH v3 0/4] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-09-15 14:31 UTC  (7+ messages)
` [PATCH v3 4/4] arm64: support batched/deferred tlb shootdown during page reclamation

[PATCH V1 1/2] mm/damon/sysfs: avoid call damon_target_has_pid() repeatedly
 2022-09-15 14:22 UTC  (2+ messages)
` [PATCH V1 2/2] mm/damon/core: remove duplicate check about THP

[PATCH v4] mm/damon: simplify scheme create in lru_sort.c
 2022-09-15 14:06 UTC  (2+ messages)

[PATCH V3] mm/damon: simplify scheme create in lru_sort.c
 2022-09-15 14:03 UTC  (3+ messages)

[PATCH] mm/damon: use 'struct damon_target *' instead of 'void *' in target_valid()
 2022-09-15 13:45 UTC  (2+ messages)

[PATCH] mm/vmscan: don't scan adjust too much if current is not kswapd
 2022-09-15 13:38 UTC  (9+ messages)

improve pagecache PSI annotations v2
 2022-09-15 13:01 UTC  (7+ messages)
` [PATCH 1/5] mm: add PSI accounting around ->read_folio and ->readahead calls
` [PATCH 2/5] sched/psi: export psi_memstall_{enter,leave}
` [PATCH 3/5] btrfs: add manual PSI accounting for compressed reads
` [PATCH 4/5] erofs: add manual PSI accounting for the compressed address space
` [PATCH 5/5] block: remove PSI accounting from the bio layer

[PATCH -next 1/2] mm/damon/reclaim: change damon_reclaim_wmarks to static
 2022-09-15 12:57 UTC  (4+ messages)
` [PATCH -next 2/2] mm/damon/lru_sort: change damon_lru_sort_wmarks "

[PATCH V2] mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context
 2022-09-15 12:47 UTC  (2+ messages)

[linux-next:master 4567/7393] make[4]: *** No rule to make target 'drivers/crypto/aspeed/aspeed_crypto.o', needed by 'drivers/crypto/aspeed/built-in.a'
 2022-09-15 12:07 UTC 

[linux-next:pending-fixes] BUILD SUCCESS a6a750a2f41661f6dac46c58fe068a91f4fbbf0a
 2022-09-15 10:31 UTC 

BUG: sleeping function called from invalid context at arch/arm64/mm/fault.c:593
 2022-09-15 10:17 UTC 

[RFC PATCH] xfs: drop experimental warning for fsdax
 2022-09-15  9:26 UTC 

[PATCH -next 4/5] selftests/memory-hotplug: Restore memory before exit
 2022-09-15  9:07 UTC 

[PATCH -next v2 0/5] Optimize and bugfix for notifier error
 2022-09-15  8:57 UTC  (6+ messages)
` [PATCH -next v2 1/5] docs: notifier-error-inject: fix non-working usage of negative values
` [PATCH -next v2 2/5] selftests/memory-hotplug: Use 'printf' instead of 'echo'
` [PATCH -next v2 3/5] selftests/memory-hotplug: Add checking after online or offline
` [PATCH -next v2 4/5] selftests/memory-hotplug: Restore memory before exit
` [PATCH -next v2 5/5] docs: notifier-error-inject: Correct test's name

[PATCH] mm/filemap: Make folio_put_wait_locked static
 2022-09-15  8:59 UTC  (3+ messages)

[RFC 0/1] mm: Track per-task tlb events
 2022-09-15  8:50 UTC  (5+ messages)
` [RFC 1/1] mm: Add per-task struct tlb counters

[mm] 6cb78e41ce: WARNING:at_mm/slab.h:#cache_from_obj
 2022-09-15  8:22 UTC 

[PATCH v2 0/7] convert most filesystems to pin_user_pages_fast()
 2022-09-15  8:16 UTC  (11+ messages)
` [PATCH v2 4/7] iov_iter: new iov_iter_pin_pages*() routines

[PATCH 00/16] A few cleanup patches for mm
 2022-09-15  8:11 UTC  (33+ messages)
` [PATCH 01/16] mm/page_alloc: ensure kswapd doesn't accidentally go to sleep
` [PATCH 02/16] mm/page_alloc: make zone_pcp_update() static
` [PATCH 03/16] mm: remove obsolete macro NR_PCP_ORDER_MASK
` [PATCH 04/16] mm/page_alloc: remove obsolete comment in zone_statistics()
` [PATCH 05/16] mm/page_alloc: add __init annotations to init_mem_debugging_and_hardening()
` [PATCH 06/16] mm/page_alloc: fix freeing static percpu memory
` [PATCH 07/16] mm: remove obsolete pgdat_is_empty()
` [PATCH 08/16] mm/page_alloc: add missing is_migrate_isolate() check in set_page_guard()
` [PATCH 09/16] mm/page_alloc: use local variable zone_idx directly
` [PATCH 10/16] mm, memory_hotplug: remove obsolete generic_free_nodedata()
` [PATCH 11/16] mm/page_alloc: make boot_nodestats static
` [PATCH 13/16] mm/page_alloc: init local variable buddy_pfn
` [PATCH 14/16] mm/page_alloc: use costly_order in WARN_ON_ONCE_GFP()
` [PATCH 15/16] mm/page_alloc: remove obsolete gfpflags_normal_context()
` [PATCH 16/16] mm/page_alloc: fix obsolete comment in deferred_pfn_valid()

[PATCH] mm/hugetlb: correct demote page offset logic
 2022-09-15  4:24 UTC  (7+ messages)

[linux-next:master 7171/7172] m68k-linux-ld: usercopy.c:undefined reference to `_stext'
 2022-09-15  3:57 UTC 

[linux-next:master 6296/7172] ERROR: modpost: "kvm_spurious_fault" [arch/x86/kvm/kvm-intel.ko] undefined!
 2022-09-15  3:39 UTC  (2+ messages)

[PATCH v5 0/5] Delay the initializaton of zswap
 2022-09-15  3:50 UTC  (6+ messages)
` [PATCH v5 1/5] Revert "mm: mark swap_lock and swap_active_head static"
` [PATCH v5 2/5] Revert "frontswap: simplify frontswap_register_ops"
` [PATCH v5 3/5] mm/zswap: replace zswap_init_{started/failed} with zswap_init_state
` [PATCH v5 4/5] mm/zswap: delay the initializaton of zswap until the first enablement
` [PATCH v5 5/5] mm/zswap: skip confusing print info

[PATCH] mm: change the type to bool for page_has_xxx's val
 2022-09-15  2:56 UTC 

[PATCH v7] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2022-09-15  2:56 UTC  (13+ messages)
` [PATCH v8 0/3] "
  ` [PATCH 1/3] xfs: fix the calculation of length and end
  ` [PATCH 2/3] fs: move drop_pagecache_sb() for others to use
  ` [PATCH 3/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind

[PATCH] mm/hugetlbfs: use macro SZ_1K to replace 1024
 2022-09-15  2:44 UTC  (3+ messages)

[PATCHv2] mm: No need to check pcp page when free it to buddy
 2022-09-15  2:40 UTC 

[PATCH] mm,hwpoison: check mm when killing accessing process
 2022-09-15  2:08 UTC  (7+ messages)

[PATCH V2] mm/damon: simplify scheme create in lru_sort.c
 2022-09-15  1:57 UTC  (2+ messages)

[PATCH 00/21] mm: introduce Designated Movable Blocks
 2022-09-15  1:40 UTC  (27+ messages)
` [PATCH 01/21] mm/page_isolation: protect cma from isolate_single_pageblock
` [PATCH 02/21] mm/hugetlb: correct max_huge_pages accounting on demote
` [PATCH 03/21] mm/hugetlb: correct demote page offset logic
` [PATCH 16/21] dt-bindings: reserved-memory: introduce designated-movable-block

[PATCH] mm/secretmem: add __init annotation to secretmem_init()
 2022-09-15  1:16 UTC 

[PATCH 1/1] mm/hugetlb: Remove unnecessary 'NULL' values from Pointer
 2022-09-15  1:19 UTC  (2+ messages)

Is it possible to force an address_space to always allocate pages in specific order?
 2022-09-14 23:03 UTC  (3+ messages)

[PATCH] mm/page_isolation: fix isolate_single_pageblock() isolation behavior
 2022-09-14 22:47 UTC  (3+ messages)

[PATCH -next v3 0/2] watermark related improvement on zone movable
 2022-09-14 22:42 UTC  (5+ messages)
` [PATCH -next v3 2/2] mm: sysctl: Introduce per zone watermark_scale_factor

[PATCH v2 0/9] hugetlb: Use new vma lock for huge pmd sharing synchronization
 2022-09-14 22:18 UTC  (10+ messages)
` [PATCH v2 1/9] hugetlbfs: revert use i_mmap_rwsem to address page fault/truncate race
` [PATCH v2 2/9] hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronization
` [PATCH v2 3/9] hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cache
` [PATCH v2 4/9] hugetlb: create remove_inode_single_folio to remove single file folio
` [PATCH v2 5/9] hugetlb: rename vma_shareable() and refactor code
` [PATCH v2 6/9] hugetlb: add vma based lock for pmd sharing
` [PATCH v2 7/9] hugetlb: create hugetlb_unmap_file_folio to unmap single file folio
` [PATCH v2 8/9] hugetlb: use new vma_lock for pmd sharing synchronization
` [PATCH v2 9/9] hugetlb: clean up code checking for fault/truncation races

[PATCH 18/21] mm/cma: support CMA in Designated Movable Blocks
 2022-09-14 22:03 UTC  (4+ messages)

[PATCH] mm: No need to check pcp page when free it to buddy
 2022-09-14 21:19 UTC  (2+ messages)

[PATCH 11/12] powerpc: wiiu: don't enforce flat memory
 2022-09-14 19:56 UTC  (11+ messages)
` Fragmented physical memory on powerpc/32

[linux-next:master] BUILD REGRESSION f117c01187301a087412bd6697fcf5463cb427d8
 2022-09-14 19:51 UTC 

[linux-next:master 6601/7172] ERROR: modpost: "devm_platform_ioremap_resource" [drivers/clk/xilinx/clk-xlnx-clock-wizard.ko] undefined!
 2022-09-14 17:58 UTC 

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-09-14 16:39 UTC  (12+ messages)
` [PATCH Part2 v5 39/45] KVM: SVM: Introduce ops for the post gfn map and unmap

[mm-unstable PATCH] mm: MADV_COLLAPSE: refetch vm_end after reacquiring mmap_lock
 2022-09-14 16:22 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).