linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-29 07:24:05 to 2022-03-30 09:11:59 UTC [more...]

[PATCH] zram_drv: add __GFP_NOWARN flag on call to zs_malloc
 2022-03-30  9:11 UTC  (5+ messages)

[PATCH v2 RESEND] arm64: mm: hugetlb: add support for free vmemmap pages of HugeTLB
 2022-03-30  9:09 UTC  (4+ messages)

[PATCH v6 0/6] Fix some bugs related to ramp and dax
 2022-03-30  9:00 UTC  (10+ 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 v2 00/48] Add KernelMemorySanitizer infrastructure
 2022-03-30  8:58 UTC  (52+ 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

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-03-30  8:58 UTC  (15+ messages)
` [PATCH v5 02/13] mm: Introduce memfile_notifier
` [PATCH v5 10/13] KVM: Register private memslot to memory backing store
` [PATCH v5 11/13] KVM: Zap existing KVM mappings when pages changed in the private fd
` [PATCH v5 12/13] KVM: Expose KVM_MEM_PRIVATE

[PATCH v4] mm/vmstat: add events for ksm cow
 2022-03-30  8:26 UTC 

[PATCH 0/8] A few cleanup and fixup patches for migration
 2022-03-30  8:13 UTC  (18+ 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

[RFC PATCH] hugetlbfs: zero partial pages during fallocate hole punch
 2022-03-30  7:58 UTC  (2+ messages)

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

[PATCH 0/8] memblock: introduce memsize showing reserved memory
 2022-03-30  7:22 UTC  (9+ messages)

[PATCH-mm v3] mm/list_lru: Optimize memcg_reparent_list_lru_node()
 2022-03-30  7:20 UTC  (10+ messages)

[PATCH v2 0/8] mm: COW fixes part 3: reliable GUP R/W FOLL_GET of anonymous pages
 2022-03-30  6:58 UTC  (11+ messages)
` [PATCH v2 1/8] mm/swap: remember PG_anon_exclusive via a swp pte bit
` [PATCH v2 2/8] mm/debug_vm_pgtable: add tests for __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH v2 3/8] x86/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH v2 4/8] arm64/pgtable: "
` [PATCH v2 5/8] s390/pgtable: cleanup description of swp pte layout
` [PATCH v2 6/8] s390/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH v2 7/8] powerpc/pgtable: remove _PAGE_BIT_SWAP_TYPE for book3s
` [PATCH v2 8/8] powerpc/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE "

[PATCH] mm: migrate: set demotion targets differently
 2022-03-30  6:54 UTC  (9+ messages)

[ammarfaizi2-block:google/android/kernel/common/android12-trusty-5.10 4036/5872] WARNING: modpost: vmlinux.o(.text+0x4111c4): Section mismatch in reference from the function memblock_bottom_up() to the variable .meminit.data:memblock
 2022-03-30  6:53 UTC 

[PATCH v11 0/8] fsdax: introduce fs query to support reflink
 2022-03-30  6:49 UTC  (13+ messages)
` [PATCH v11 1/8] dax: Introduce holder for dax_device
` [PATCH v11 5/8] mm: move pgoff_address() to vma_pgoff_address()
` [PATCH v11 6/8] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v11 7/8] xfs: Implement ->notify_failure() for XFS

[PATCH v6] mm/hmm/test: use char dev with struct device to get device node
 2022-03-30  5:18 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] block drivers in user space
 2022-03-30  1:55 UTC  (5+ messages)

[PATCH] hugetlb: Fix hugepages_setup when deal with pernode
 2022-03-30  1:01 UTC  (7+ messages)

[PATCH 0/3] mm/memcg: some cleanup for mem_cgroup_iter()
 2022-03-30  0:47 UTC  (6+ messages)
` [PATCH 1/3] mm/memcg: set memcg after css verified and got reference
` [PATCH 2/3] mm/memcg: set pos to prev unconditionally

[RFC PATCH 00/14] mm: userspace hugepage collapse
 2022-03-30  0:36 UTC  (7+ messages)

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

[PATCH 00/10] MM changes to improve swap-over-NFS support
 2022-03-29 23:49 UTC  (11+ messages)
` [PATCH 08/10] MM: submit multipage reads for SWP_FS_OPS swap-space
` [PATCH 06/10] MM: perform async writes to SWP_FS_OPS swap-space using ->swap_rw
` [PATCH 05/10] MM: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-space
` [PATCH 02/10] MM: drop swap_dirty_folio
` [PATCH 07/10] DOC: update documentation for swap_activate and swap_rw
` [PATCH 01/10] MM: create new mm/swap.h header file
` [PATCH 03/10] MM: move responsibility for setting SWP_FS_OPS to ->swap_activate
` [PATCH 04/10] MM: reclaim mustn't enter FS for SWP_FS_OPS swap-space
` [PATCH 09/10] MM: submit multipage write "
` [PATCH 10/10] VFS: Add FMODE_CAN_ODIRECT file flag

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

[PATCH v2 0/4] kasan, arm64, scs, stacktrace: collect stack traces from Shadow Call Stack
 2022-03-29 20:11 UTC  (10+ messages)
` [PATCH v2 1/4] stacktrace: add interface based on shadow call stack
` [PATCH v2 4/4] kasan: use stack_trace_save_shadow

[PATCH] mm,hwpoison: unmap poisoned page before invalidation
 2022-03-29 19:13 UTC  (5+ messages)

[PATCH] mm: avoid pointless invalidate_range_start/end on mremap(old_size=0)
 2022-03-29 17:31 UTC 

[fs] 37da949345: xfstests.generic.374.fail
 2022-03-29 16:28 UTC  (3+ messages)

[PATCH v3 00/16] mm: COW fixes part 2: reliable GUP pins of anonymous pages
 2022-03-29 16:09 UTC  (18+ messages)
` [PATCH v3 01/16] mm/rmap: fix missing swap_free() in try_to_unmap() after arch_unmap_one() failed
` [PATCH v3 02/16] mm/hugetlb: take src_mm->write_protect_seq in copy_hugetlb_page_range()
` [PATCH v3 03/16] mm/memory: slightly simplify copy_present_pte()
` [PATCH v3 04/16] mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_anon_rmap()
` [PATCH v3 05/16] mm/rmap: convert RMAP flags to a proper distinct rmap_t type
` [PATCH v3 06/16] mm/rmap: remove do_page_add_anon_rmap()
` [PATCH v3 07/16] mm/rmap: pass rmap flags to hugepage_add_anon_rmap()
` [PATCH v3 08/16] mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()
` [PATCH v3 09/16] mm/rmap: use page_move_anon_rmap() when reusing a mapped PageAnon() page exclusively
` [PATCH v3 10/16] mm/huge_memory: remove outdated VM_WARN_ON_ONCE_PAGE from unmap_page()
` [PATCH v3 11/16] mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pages
` [PATCH v3 12/16] mm: remember exclusively mapped anonymous pages with PG_anon_exclusive
` [PATCH v3 13/16] mm/gup: disallow follow_page(FOLL_PIN)
` [PATCH v3 14/16] mm: support GUP-triggered unsharing of anonymous pages
` [PATCH v3 15/16] mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymous page
` [PATCH v3 16/16] mm/gup: sanity-check with CONFIG_DEBUG_VM that anonymous pages are exclusive when (un)pinning

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

[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/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 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  (3+ 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 


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