linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-26 15:49:11 to 2022-04-27 05:48:32 UTC [more...]

[linux-next:master 6086/6873] ld.lld: error: duplicate symbol: sof_hifixdsp_boot_sequence
 2022-04-27  5:47 UTC 

[PATCH v2] mm/hwpoison: use pr_err() instead of dump_page() in get_any_page()
 2022-04-27  5:32 UTC 

[PATCH v10 00/14] Multi-Gen LRU Framework
 2022-04-27  5:31 UTC  (23+ messages)
` [PATCH v10 05/14] mm: multi-gen LRU: groundwork
` [PATCH v10 07/14] mm: multi-gen LRU: exploit locality in rmap
` [PATCH v10 10/14] mm: multi-gen LRU: kill switch
` [PATCH v10 12/14] mm: multi-gen LRU: debugfs interface

[PATCH v2 0/5] mm: demotion: Introduce new node state N_DEMOTION_TARGETS
 2022-04-27  5:06 UTC  (19+ messages)

[RFC PATCH v1 0/4] mm, hwpoison: improve handling workload related to hugetlb and memory_hotplug
 2022-04-27  4:28 UTC  (5+ messages)
` [RFC PATCH v1 1/4] mm, hwpoison, hugetlb: introduce SUBPAGE_INDEX_HWPOISON to save raw error page
` [RFC PATCH v1 2/4] mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned hugepage
` [RFC PATCH v1 3/4] mm, hwpoison: add parameter unpoison to get_hwpoison_huge_page()
` [RFC PATCH v1 4/4] mm, memory_hotplug: fix inconsistent num_poisoned_pages on memory hotremove

[PATCH v3 0/6] A few cleanup and fixup patches for vmscan
 2022-04-27  4:08 UTC  (6+ messages)
` [PATCH v3 3/6] mm/vmscan: activate swap-backed executable folios after first usage

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

[PATCH v3 0/7] mm: demotion: Introduce new node state N_DEMOTION_TARGETS
 2022-04-27  3:34 UTC  (8+ messages)

[PATCH v4 1/2] printk: stop including cache.h from printk.h
 2022-04-27  3:25 UTC  (3+ messages)
` [PATCH v4 2/2] mm: make minimum slab alignment a runtime property

[PATCH] mm/memory_hotplug: avoid consuming corrupted data when offline pages
 2022-04-27  3:13 UTC  (6+ messages)

[PATCH v2] cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()
 2022-04-27  2:34 UTC  (5+ messages)

mmotm 2022-04-26-19-29 uploaded
 2022-04-27  2:30 UTC 

[PATCH v2 0/7] mm: introduce shrinker debugfs interface
 2022-04-27  2:18 UTC  (8+ messages)

DAMON VA regions don't split on an large Android APP
 2022-04-27  2:08 UTC  (3+ messages)

[patch 02/14] tmpfs: fix regressions from wider use of ZERO_PAGE
 2022-04-27  1:29 UTC  (5+ messages)

[PATCH v3 00/12] mm: userspace hugepage collapse
 2022-04-27  0:26 UTC  (4+ messages)
` [PATCH v3 01/12] mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds THP

[PATCHv5 00/12] mm, x86/cc: Implement support for unaccepted memory
 2022-04-27  0:17 UTC  (3+ messages)
` [PATCHv5 06/12] x86/boot/compressed: Handle "

[PATCH 0/3] support fixed virtual address ranges monitoring
 2022-04-26 23:17 UTC  (4+ messages)
` [PATCH 1/3] mm/damon/vaddr: register a damon_operations for "
` [PATCH 2/3] mm/damon/sysfs: support "
` [PATCH 3/3] Docs/{ABI,admin-guide}/damon: update for "

[RFC PATCH v1 00/18] io-uring/xfs: support async buffered writes
 2022-04-26 22:56 UTC  (24+ messages)
` [RFC PATCH v1 01/18] block: add check for async buffered writes to generic_write_checks
` [RFC PATCH v1 02/18] mm: add FGP_ATOMIC flag to __filemap_get_folio()
` [RFC PATCH v1 03/18] iomap: add iomap_page_create_gfp to allocate iomap_pages
` [RFC PATCH v1 04/18] iomap: use iomap_page_create_gfp() in __iomap_write_begin
` [RFC PATCH v1 05/18] iomap: add async buffered write support
` [RFC PATCH v1 06/18] xfs: add iomap "
` [RFC PATCH v1 07/18] fs: split off need_remove_file_privs() do_remove_file_privs()
` [RFC PATCH v1 08/18] fs: split off need_file_update_time and do_file_update_time
` [RFC PATCH v1 09/18] fs: add pending file update time flag
` [RFC PATCH v1 10/18] xfs: Enable async write file modification handling
` [RFC PATCH v1 11/18] xfs: add async buffered write support
` [RFC PATCH v1 12/18] io_uring: add support for async buffered writes
` [RFC PATCH v1 13/18] io_uring: add tracepoint for short writes
` [RFC PATCH v1 14/18] sched: add new fields to task_struct
` [RFC PATCH v1 15/18] mm: support write throttling for async buffered writes
` [RFC PATCH v1 16/18] iomap: User "
` [RFC PATCH v1 17/18] io_uring: support write "
` [RFC PATCH v1 18/18] xfs: enable async buffered write support

[PATCH 1/3] mm/vmscan: not necessary to re-init the list for each iteration
 2022-04-26 21:47 UTC  (3+ messages)
` [PATCH 2/3] mm/vmscan: filter empty page_list at the beginning

[PATCH v11 0/6] Use pageblock_order for cma and alloc_contig_range alignment
 2022-04-26 21:38 UTC  (5+ messages)

[PATCH v2 0/6] userfaultfd: add /dev/userfaultfd for fine grained access control
 2022-04-26 21:33 UTC  (18+ messages)
` [PATCH v2 1/6] selftests: vm: add hugetlb_shared userfaultfd test to run_vmtests.sh
` [PATCH v2 2/6] userfaultfd: add /dev/userfaultfd for fine grained access control
` [PATCH v2 3/6] userfaultfd: selftests: modify selftest to use /dev/userfaultfd
` [PATCH v2 4/6] userfaultfd: update documentation to describe /dev/userfaultfd
` [PATCH v2 5/6] userfaultfd: selftests: make /dev/userfaultfd testing configurable
` [PATCH v2 6/6] selftests: vm: add /dev/userfaultfd test cases to run_vmtests.sh

[PATCH] mm/filemap: Fix NULL pointer dereference in pagecache_get_page
 2022-04-26 21:17 UTC  (4+ messages)

[PATCH v3 1/2] lib/kstrtox.c: Add "false"/"true" support to kstrtobool()
 2022-04-26 20:40 UTC  (4+ messages)
` [PATCH v3 2/2] mm: Convert sysfs input to bool using kstrtobool()

[PATCH 0/4] mm/damon: allow users know which monitoring ops are available
 2022-04-26 20:38 UTC  (5+ messages)
` [PATCH 1/4] mm/damon/core: add a function for damon_operations registration checks
` [PATCH 2/4] mm/damon/sysfs: add a file for listing available monitoring ops
` [PATCH 3/4] selftets/damon/sysfs: test existence and permission of avail_operations
` [PATCH 4/4] Docs/{ABI,admin-guide}/damon: document 'avail_operations' sysfs file

[PATCH] mm/mprotect: reduce Committed_AS if memory protection is changed to PROT_NONE
 2022-04-26 20:34 UTC  (2+ messages)

[PATCH v8 00/70] Introducing the Maple Tree
 2022-04-26 20:23 UTC  (12+ messages)
` [PATCH v8 27/70] mm: convert vma_lookup() to use mtree_load()
` [PATCH v8 28/70] mm/mmap: move mmap_region() below do_munmap()
` [PATCH v8 29/70] mm/mmap: reorganize munmap to use maple states
` [PATCH v8 38/70] cxl: remove vma linked list walk
` [PATCH v8 39/70] optee: "
` [PATCH v8 43/70] fs/proc/base: use maple tree iterators in place of linked list
` [PATCH v8 45/70] userfaultfd: use maple tree iterator to iterate VMAs
` [PATCH v8 65/70] i915: use the VMA iterator

[PATCH v3] x86/pm: fix false positive kmemleak report in msr_build_context()
 2022-04-26 20:21 UTC 

[PATCH v2] x86/pm: fix false positive kmemleak report in msr_build_context()
 2022-04-26 20:08 UTC  (3+ messages)

[RFC] Expose a memory poison detector ioctl to user space
 2022-04-26 20:06 UTC  (12+ messages)

[PATCH v3 0/6] KVM: mm: count KVM page table pages in memory stats
 2022-04-26 19:33 UTC  (6+ messages)
` [PATCH v3 4/6] KVM: arm64/mmu: count KVM page table pages in pagetable stats

[RFC PATCH 0/6] Drain remote per-cpu directly
 2022-04-26 19:24 UTC  (5+ messages)
` [PATCH 5/6] mm/page_alloc: Protect PCP lists with a spinlock

[PATCH AUTOSEL 5.15 14/15] selftest/vm: verify mmap addr in mremap_test
 2022-04-26 19:02 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 15/15] selftest/vm: verify remap destination address "

[PATCH AUTOSEL 5.17 21/22] selftest/vm: verify mmap addr in mremap_test
 2022-04-26 19:01 UTC  (2+ messages)
` [PATCH AUTOSEL 5.17 22/22] selftest/vm: verify remap destination address "

[PATCH v3] mm: make minimum slab alignment a runtime property
 2022-04-26 18:15 UTC  (4+ messages)

[PATCH v2 00/23] common kmalloc for SLUB and SLAB v2
 2022-04-26 18:01 UTC  (16+ messages)
` [PATCH v2 04/23] mm/slab_common: cleanup kmalloc_track_caller()
` [PATCH v2 05/23] mm/slab_common: cleanup __kmalloc()
` [PATCH v2 06/23] mm/sl[auo]b: fold kmalloc_order_trace() into kmalloc_large()
` [PATCH v2 07/23] mm/slub: move kmalloc_large_node() to slab_common.c
` [PATCH v2 09/23] mm/slab_common: cleanup kmalloc_large()
` [PATCH v2 10/23] mm/slab_common: cleanup kmem_cache_alloc{,node,lru}
` [PATCH v2 12/23] mm/slab_common: cleanup kmalloc()
  ` [PATCH v2 08/23] mm/slab_common: make kmalloc_large_node() consistent with kmalloc_large()

[PATCH v7 0/8] x86: Show in sysfs if a memory node is able to do encryption
 2022-04-26 17:55 UTC  (5+ messages)
` [PATCH v7 5/8] x86/e820: Refactor e820__range_remove

[PATCH] mm: hugetlb: Add missing cache flushing in hugetlb_unshare_all_pmds()
 2022-04-26 17:34 UTC  (3+ messages)

[PATCH v2 1/2] lib/kstrtox.c: Add "false"/"true" support to kstrtobool()
 2022-04-26 17:24 UTC  (4+ messages)
` [PATCH v2 2/2] mm: Covert sysfs input to bool using kstrtobool()

[PATCH 0/2] Fix cache flush issues considering PMD sharing
 2022-04-26 16:28 UTC  (5+ messages)
` [PATCH 2/2] mm: rmap: Move the cache flushing to the correct place for hugetlb "

[linux-next:master 4800/6873] drivers/usb/host/ehci-omap.c:64:19: warning: unused function 'ehci_read'
 2022-04-26 16:02 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).