linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-28 07:11:38 to 2022-03-29 16:04:55 UTC [more...]

[PATCH v3 00/16] mm: COW fixes part 2: reliable GUP pins of anonymous pages
 2022-03-29 16:04 UTC 

[PATCH] mm,hwpoison: unmap poisoned page before invalidation
 2022-03-29 15:49 UTC  (4+ messages)

[PATCH v5 1/4] mm: hugetlb_vmemmap: introduce STRUCT_PAGE_SIZE_IS_POWER_OF_2
 2022-03-29 15:37 UTC 

[LSF/MM TOPIC] Better handling of negative dentries
 2022-03-29 15:24 UTC  (10+ messages)

WARNING: mm/workingset.c:567 shadow_lru_isolate
 2022-03-29 14:43 UTC  (2+ messages)

[PATCH] mm: migrate: set demotion targets differently
 2022-03-29 14:31 UTC  (4+ messages)

[hnaz-mm:master 478/481] kernel/synchro-test.c:393:49: warning: variable 'zeros' set but not used
 2022-03-29 14:02 UTC 

[PATCH 0/8] A few cleanup and fixup patches for migration
 2022-03-29 14:00 UTC  (13+ messages)
` [PATCH 1/8] mm/vmscan: remove redundant folio_test_swapbacked check when folio is file lru
` [PATCH 2/8] mm/vmscan: remove unneeded can_split_huge_page check
` [PATCH 3/8] mm/vmscan: introduce helper function reclaim_page_list()
` [PATCH 4/8] mm/vmscan: save a bit of stack space in shrink_lruvec
` [PATCH 5/8] mm/vmscan: use helper folio_is_file_lru()
` [PATCH 6/8] mm/vmscan: take all base pages of THP into account when race with speculative reference
` [PATCH 7/8] mm/vmscan: take min_slab_pages into account when try to call shrink_node
` [PATCH 8/8] mm/vmscan: remove obsolete comment in kswapd_run

[PATCH v2 00/15] mm: COW fixes part 2: reliable GUP pins of anonymous pages
 2022-03-29 13:59 UTC  (3+ messages)
` [PATCH v2 01/15] mm/rmap: fix missing swap_free() in try_to_unmap() after arch_unmap_one() failed

[PATCH v6 0/6] Fix some bugs related to ramp and dax
 2022-03-29 13:48 UTC  (7+ messages)
` [PATCH v6 1/6] mm: rmap: fix cache flush on THP pages
` [PATCH v6 2/6] dax: fix cache flush on PMD-mapped pages
` [PATCH v6 3/6] mm: rmap: introduce pfn_mkclean_range() to cleans PTEs
` [PATCH v6 4/6] mm: pvmw: add support for walking devmap pages
` [PATCH v6 5/6] dax: fix missing writeprotect the pte entry
` [PATCH v6 6/6] mm: simplify follow_invalidate_pte()

[PATCH 0/2] fix several contiguous memmap assumptions
 2022-03-29 13:27 UTC  (5+ messages)
` [PATCH 1/2] mm: fix contiguous memmap assumptions about split page
` [PATCH 2/2] mm: fix contiguous memmap assumptions about alloc/free pages

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

[RFC PATCH 00/14] mm: userspace hugepage collapse
 2022-03-29 12:24 UTC  (6+ messages)

[PATCH v2 RESEND] arm64: mm: hugetlb: add support for free vmemmap pages of HugeTLB
 2022-03-29 11:44 UTC  (2+ messages)

[PATCH v4 1/2] Revert "powerpc: Set max_mapnr correctly"
 2022-03-29 11:32 UTC  (4+ messages)

[PATCH v4] mm/mempolicy: fix mpol_new leak in shared_policy_replace
 2022-03-29 11:14 UTC 

[PATCH 0/9] introduce mirrored memory support for arm64
 2022-03-29 11:03 UTC  (6+ messages)
` [PATCH 7/9] mm: Calc the right pfn if page size is not 4K

[fs] 37da949345: xfstests.generic.374.fail
 2022-03-29 10:26 UTC  (2+ messages)

[PATCH 0/2] mm/page_alloc: Remote per-cpu lists drain support
 2022-03-29  9:45 UTC  (6+ messages)

[linux-next:master 14377/14608] WARNING: modpost: vmlinux.o(.text+0x34c): Section mismatch in reference from the function rio_mport_write_config_16() to the function .init.text:disable_sr_hashing_asm()
 2022-03-29  8:53 UTC 

[linux-next:master 14377/14608] WARNING: modpost: vmlinux.o(.text+0x450): Section mismatch in reference from the function may_setgroups() to the function .init.text:disable_sr_hashing_asm()
 2022-03-29  7:23 UTC 

mm: use mmap_assert_write_locked() instead of open coding it
 2022-03-29  6:45 UTC  (3+ messages)

[RFC v1 0/2] Memory poison recovery in khugepaged
 2022-03-29  4:02 UTC  (4+ messages)
` [RFC v1 2/2] mm: khugepaged: recover from poisoned file-backed memory

[PATCH] hugetlb: Fix hugepages_setup when deal with pernode
 2022-03-29  3:59 UTC  (5+ messages)

linux-next: build warnings after merge of the akpm-current tree
 2022-03-29  3:32 UTC  (3+ messages)

[PATCH v2] mm: kfence: fix objcgs vector allocation
 2022-03-29  3:01 UTC  (7+ messages)
        ` [External] "

[PATCH 0/8] memblock: introduce memsize showing reserved memory
 2022-03-29  2:46 UTC  (7+ messages)

[PATCH-mm v3] mm/list_lru: Optimize memcg_reparent_list_lru_node()
 2022-03-29  2:30 UTC  (13+ messages)

[PATCH 1/2] mm/vmscan: reclaim only affects managed_zones
 2022-03-29  2:22 UTC  (15+ messages)
` [PATCH 2/2] mm/vmscan: make sure wakeup_kswapd with managed zone

[PATCH v3] mm/mempolicy: fix mpol_new leak in shared_policy_replace
 2022-03-29  2:13 UTC  (5+ messages)

[PATCH] mm: shmem: make shmem_init return void
 2022-03-29  2:12 UTC  (3+ messages)

[Patch v2 1/2] mm/vmscan: reclaim only affects managed_zones
 2022-03-29  1:56 UTC  (4+ messages)
` [Patch v2 2/2] mm/vmscan: make sure wakeup_kswapd with managed zone

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-03-29  1:07 UTC  (19+ messages)
` [PATCH v5 05/13] KVM: Extend the memslot to support fd-based "
` [PATCH v5 06/13] KVM: Use kvm_userspace_memory_region_ext
` [PATCH v5 07/13] KVM: Add KVM_EXIT_MEMORY_ERROR exit
` [PATCH v5 08/13] KVM: Use memfile_pfn_ops to obtain pfn for private pages
` [PATCH v5 09/13] KVM: Handle page fault for private memory

[PATCH v3] mm/mlock: fix two bugs in user_shm_lock()
 2022-03-29  0:35 UTC  (3+ messages)
` [GIT PULL] ucounts: Fix shm ucounts for v5.18

Fixing doc warnings for struct folio
 2022-03-29  0:31 UTC 

[LSF/MM/BPF TOPIC] block drivers in user space
 2022-03-29  0:30 UTC  (3+ messages)

[PATCH] mm/munlock: add lru_add_drain() to fix memcg_stat_test
 2022-03-28 21:44 UTC 

new ltp memcg gripe bisects to b67bf49ce7aa ("post mm/munlock: delete FOLL_MLOCK and FOLL_POPULATE")
 2022-03-28 21:39 UTC 

[PATCH] mm/munlock: remove fields to fix htmldocs warnings
 2022-03-28 19:57 UTC 

[PATCH] mm/memcg: remove unneeded nr_scanned
 2022-03-28 18:36 UTC  (5+ messages)

scalability regressions related to hugetlb_fault() changes
 2022-03-28 18:30 UTC  (6+ messages)

[PATCH] mm, kasan: fix __GFP_BITS_SHIFT definition breaking LOCKDEP
 2022-03-28 17:03 UTC  (3+ messages)

[syzbot] WARNING in kvm_mmu_notifier_invalidate_range_start (2)
 2022-03-28 15:22 UTC  (3+ messages)

[RFC] locking/rwsem: dont wake up wwaiter in case of lock holder
 2022-03-28 15:11 UTC  (3+ messages)

[GIT PULL] Multi-gen LRU for 5.18-rc1
 2022-03-28 14:27 UTC  (8+ messages)
  ` [page-reclaim] "

[PATCH v2 0/4] kasan, arm64, scs, stacktrace: collect stack traces from Shadow Call Stack
 2022-03-28 12:49 UTC  (4+ messages)
` [PATCH v2 4/4] kasan: use stack_trace_save_shadow

[PATCH] damon: vaddr-test: tweak code to make the logic clearer
 2022-03-28 11:52 UTC 

[PATCH] damon: vaddr-test: tweak code to make the logic clearer
 2022-03-28 11:42 UTC  (2+ messages)

[PATCH] damon: vaddr-test: fix a missing check on list iterator
 2022-03-28 11:36 UTC  (3+ messages)

[PATCH AUTOSEL 5.10 12/21] fs/binfmt_elf: Fix AT_PHDR for unusual ELF files
 2022-03-28 11:22 UTC 

[PATCH AUTOSEL 5.15 18/29] fs/binfmt_elf: Fix AT_PHDR for unusual ELF files
 2022-03-28 11:21 UTC 

[PATCH AUTOSEL 5.16 22/35] fs/binfmt_elf: Fix AT_PHDR for unusual ELF files
 2022-03-28 11:19 UTC 

[PATCH AUTOSEL 5.17 27/43] fs/binfmt_elf: Fix AT_PHDR for unusual ELF files
 2022-03-28 11:18 UTC 

drivers/dma/ppc4xx/adma.c:4100:31: sparse: sparse: incorrect type in assignment (different address spaces)
 2022-03-28 11:14 UTC 

[RFC bpf-next] Hierarchical Cgroup Stats Collection Using BPF
 2022-03-28  9:22 UTC  (7+ messages)

[syzbot] kernel BUG in __pagevec_lru_add
 2022-03-28  9:03 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).