linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-15 09:42:28 to 2022-09-16 20:38:29 UTC [more...]

[PATCH mm-unstable v3 00/10] mm: add file/shmem support to MADV_COLLAPSE
 2022-09-16 20:38 UTC  (7+ messages)
` [PATCH mm-unstable v3 01/10] mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()
` [PATCH mm-unstable v3 02/10] mm/khugepaged: attempt to map file/shmem-backed pte-mapped THPs by pmds
` [PATCH mm-unstable v3 03/10] mm/madvise: add file and shmem support to MADV_COLLAPSE

[PATCH] fs/exec.c: Add fast path for ENOENT on PATH search before allocating mm
 2022-09-16 20:13 UTC  (3+ messages)

[PATCH V2] mm/hugetlb: add is_resv_equal_free() func
 2022-09-16 20:12 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION d5538ab91d3a9a237805be6f8c6c272af2987995
 2022-09-16 20:06 UTC 

[PATCH 0/3] x86/dumpstack: Inline copy_from_user_nmi()
 2022-09-16 19:57 UTC  (9+ messages)
` [PATCH 1/3] x86/uaccess: Move nmi_uaccess_okay() into uaccess.h
` [PATCH 2/3] x86/dumpstack: Inline copy_from_user_nmi()
` [PATCH 3/3] usercopy: Add find_vmap_area_try() to avoid deadlocks

[linux-next:master 1206/7639] arch/arm/include/asm/arch_gicv3.h:44:9: error: implicit declaration of function 'write_sysreg'
 2022-09-16 19:52 UTC  (2+ messages)

Is it possible to corrupt disk when writeback page with undetected UE?
 2022-09-16 19:26 UTC  (7+ messages)

[linux-next:master 6296/7172] ERROR: modpost: "kvm_spurious_fault" [arch/x86/kvm/kvm-intel.ko] undefined!
 2022-09-16 19:00 UTC  (4+ messages)
  ` [kbuild-all] "

drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c:967:12: warning: stack frame size (1040) exceeds limit (1024) in 'hclge_dbg_dump_tm_pri'
 2022-09-16 18:50 UTC 

[Bug 216489] New: Machine freezes due to memory lock
 2022-09-16 18:47 UTC  (10+ messages)

[PATCH] kasan: call kasan_malloc() from __kmalloc_*track_caller()
 2022-09-16 17:32 UTC  (3+ messages)

[mm/sl[au]b] 3c4cafa313: canonical_address#:#[##]
 2022-09-16 17:06 UTC  (11+ messages)

[PATCH bpf-next v3 00/13] bpf: Introduce selectable memcg for bpf map
 2022-09-16 16:53 UTC  (7+ messages)

[PATCH] mm/damon: return void from damon_set_schemes()
 2022-09-16 16:37 UTC  (2+ messages)

[PATCH v7] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2022-09-16 15:43 UTC  (7+ messages)
` [PATCH v8 0/3] "

[linux-next:master 2735/7639] ERROR: modpost: "vpss_clear_wbl_overflow" [drivers/staging/media/deprecated/vpfe_capture/dm644x_ccdc.ko] undefined!
 2022-09-16 14:12 UTC 

[linux-next:master 891/7639] drivers/macintosh/ams/ams-i2c.c:74:20: error: incompatible function pointer types initializing 'void (*)(struct i2c_client *)' with an expression of type 'int (struct i2c_client *)'
 2022-09-16 13:40 UTC 

[PATCH v4 5/8] sched/fair: Take into account latency priority at wakeup
 2022-09-16 13:36 UTC  (2+ messages)

[PATCH] mm/damon/sysfs: more simplified code calls damon_target_has_pid()
 2022-09-16 13:35 UTC 

[PATCH] mm/hugetlbfs: use macro SZ_1K to replace 1024
 2022-09-16 11:47 UTC  (4+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 269f27f24a11bdf68f4853e269d2371a046b0cea
 2022-09-16 11:10 UTC 

[linux-next:master 3205/7639] drivers/media/platform/mediatek/mdp3/mtk-mdp3-comp.c:607:34: warning: unused variable 'mdp_comp_dt_ids'
 2022-09-16 11:05 UTC 

[RFC PATCH] mm: check global free_list if there is ongoing reclaiming when pcp fail
 2022-09-16 10:58 UTC 

[PATCH] mm/vmscan: don't scan adjust too much if current is not kswapd
 2022-09-16 10:19 UTC  (10+ messages)

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-09-16  9:54 UTC  (13+ 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 v7 00/43] Add KernelMemorySanitizer infrastructure
 2022-09-16  9:12 UTC  (48+ 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] mm/page_table_check: Fix typos
 2022-09-16  9:04 UTC 

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

[linux-next:master 891/7393] drivers/macintosh/ams/ams-i2c.c:74:27: error: initialization of 'void (*)(struct i2c_client *)' from incompatible pointer type 'int (*)(struct i2c_client *)'
 2022-09-16  8:10 UTC 

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

[PATCH V2] mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context
 2022-09-16  7:27 UTC  (3+ messages)

[PATCH] mm/hugetlb: add mis_resv_equal_free() func
 2022-09-16  6:39 UTC  (2+ messages)

[PATCH 01/21] mm/page_isolation: protect cma from isolate_single_pageblock
 2022-09-16  3:40 UTC  (2+ messages)

[linux-next:master 5023/7393] arch/mips/boot/compressed/../../../../lib/xz/xz_dec_lzma2.c:917: undefined reference to `warn_slowpath_fmt'
 2022-09-16  3:40 UTC 

[PATCH v2 00/18] Fix the DAX-gup mistake
 2022-09-16  3:36 UTC  (19+ messages)
` [PATCH v2 01/18] fsdax: Wait on @page not @page->_refcount
` [PATCH v2 02/18] fsdax: Use dax_page_idle() to document DAX busy page checking
` [PATCH v2 03/18] fsdax: Include unmapped inodes for page-idle detection
` [PATCH v2 04/18] ext4: Add ext4_break_layouts() to the inode eviction path
` [PATCH v2 05/18] xfs: Add xfs_break_layouts() "
` [PATCH v2 06/18] fsdax: Rework dax_layout_busy_page() to dax_zap_mappings()
` [PATCH v2 07/18] fsdax: Update dax_insert_entry() calling convention to return an error
` [PATCH v2 08/18] fsdax: Cleanup dax_associate_entry()
` [PATCH v2 09/18] fsdax: Rework dax_insert_entry() calling convention
` [PATCH v2 10/18] fsdax: Manage pgmap references at entry insertion and deletion
` [PATCH v2 11/18] devdax: Minor warning fixups
` [PATCH v2 12/18] devdax: Move address_space helpers to the DAX core
` [PATCH v2 13/18] dax: Prep mapping helpers for compound pages
` [PATCH v2 14/18] devdax: add PUD support to the DAX mapping infrastructure
` [PATCH v2 15/18] devdax: Use dax_insert_entry() + dax_delete_mapping_entry()
` [PATCH v2 16/18] mm/memremap_pages: Support initializing pages to a zero reference count
` [PATCH v2 17/18] fsdax: Delete put_devmap_managed_page_refs()
` [PATCH v2 18/18] mm/gup: Drop DAX pgmap accounting

[PATCH v2 4/7] iov_iter: new iov_iter_pin_pages*() routines
 2022-09-16  1:55 UTC  (11+ messages)

[linux-next:master 7268/7393] ia64-linux-ld: inode.c:undefined reference to `hugetlb_vma_lock_release'
 2022-09-16  0:22 UTC 

[linux-next:master 6271/7393] ERROR: modpost: "boot_cpu_data" [arch/x86/events/intel/intel-cstate.ko] undefined!
 2022-09-15 22:26 UTC 

[PATCHv2] mm: No need to check pcp page when free it to buddy
 2022-09-15 22:05 UTC  (2+ messages)

[PATCH] mm: change the type to bool for page_has_xxx's val
 2022-09-15 21:45 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 6ce5d01e7011b32600656bf90a626b1e51fb192a
 2022-09-15 21:11 UTC 

[linux-next:master 7268/7393] aarch64-linux-ld: include/linux/kref.h:65: undefined reference to `hugetlb_vma_lock_release'
 2022-09-15 20:53 UTC 

[PATCH v2 0/9] hugetlb: Use new vma lock for huge pmd sharing synchronization
 2022-09-15 20:25 UTC  (3+ messages)
` [PATCH v2 6/9] hugetlb: add vma based lock for pmd sharing

[linux-next:master 7268/7393] ld.lld: error: undefined symbol: hugetlb_vma_lock_release
 2022-09-15 20:20 UTC 

[PATCH] hugetlb: freeze allocated pages before creating hugetlb pages
 2022-09-15 18:33 UTC  (7+ messages)

[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  (11+ messages)

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

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

improve pagecache PSI annotations v2
 2022-09-15 13:01 UTC  (3+ messages)
` [PATCH 5/5] block: remove PSI accounting from the bio layer

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

[PATCH -next 1/2] mm/damon/reclaim: change damon_reclaim_wmarks to static
 2022-09-15 12:56 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 


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