Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-20 08:59:48 to 2021-12-21 18:24:42 UTC [more...]

[syzbot] kernel BUG in __page_mapcount
 2021-12-21 18:24 UTC  (2+ messages)

[PATCH v1 06/11] mm: support GUP-triggered unsharing via FAULT_FLAG_UNSHARE (!hugetlb)
 2021-12-21 18:07 UTC  (25+ messages)

[PATCH v4 00/23] Userspace P2PDMA with O_DIRECT NVMe devices
 2021-12-21 17:27 UTC  (15+ messages)
` [PATCH v4 01/23] lib/scatterlist: cleanup macros into static inline functions
` [PATCH v4 02/23] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v4 16/23] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v4 17/23] block: add check when merging zone device pages
` [PATCH v4 21/23] mm: use custom page_free for P2PDMA pages
` [PATCH v4 23/23] nvme-pci: allow mmaping the CMB in userspace

[PATCH v2 00/33] Separate struct slab from struct page
 2021-12-21 17:25 UTC  (8+ messages)
` [PATCH v2 23/33] mm/memcg: Convert slab objcgs from struct page to struct slab

[RFC net-next 0/2] IOAM queue depth and buffer occupancy
 2021-12-21 17:23 UTC  (10+ messages)
` [RFC net-next 2/2] ipv6: ioam: Support for Buffer occupancy data field

[RFC][PATCH 0/3] sched: User Managed Concurrency Groups
 2021-12-21 17:19 UTC  (6+ messages)
` [RFC][PATCH 2/3] x86/uaccess: Implement unsafe_try_cmpxchg_user()
` [RFC][PATCH 3/3] sched: User Mode Concurency Groups

[PATCH 1/3] mm: Remove last argument of reuse_swap_page()
 2021-12-21 15:56 UTC  (4+ messages)
` [PATCH 2/3] mm: Remove the total_mapcount argument from page_trans_huge_map_swapcount()
` [PATCH 3/3] mm: Remove the total_mapcount argument from page_trans_huge_mapcount()

[PATCH v3 0/4] page table check
 2021-12-21 15:46 UTC  (5+ messages)
` [PATCH v3 1/4] mm: change page type prior to adding page table entry
` [PATCH v3 2/4] mm: ptep_clear() page table helper
` [PATCH v3 3/4] mm: page table check
` [PATCH v3 4/4] x86: mm: add x86_64 support for "

[PATCH v3 00/15] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-12-21 15:44 UTC  (17+ messages)
` [PATCH v3 01/15] mm/shmem: Introduce F_SEAL_INACCESSIBLE
` [PATCH v3 02/15] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v3 03/15] mm/memfd: Introduce MEMFD_OPS
` [PATCH v3 04/15] KVM: Extend the memslot to support fd-based private memory
` [PATCH v3 05/15] KVM: Implement fd-based memory using MEMFD_OPS interfaces
` [PATCH v3 06/15] KVM: Refactor hva based memory invalidation code
` [PATCH v3 07/15] KVM: Special handling for fd-based memory invalidation
` [PATCH v3 08/15] KVM: Split out common memory invalidation code
` [PATCH v3 09/15] KVM: Implement fd-based memory invalidation
` [PATCH v3 10/15] KVM: Add kvm_map_gfn_range
` [PATCH v3 11/15] KVM: Implement fd-based memory fallocation
` [PATCH v3 12/15] KVM: Add KVM_EXIT_MEMORY_ERROR exit
` [PATCH v3 13/15] KVM: Handle page fault for private memory
` [PATCH v3 14/15] KVM: Use kvm_userspace_memory_region_ext
` [PATCH v3 15/15] KVM: Register/unregister private memory slot to memfd

[PATCH/RFC v2 1/3] tlb: mmu_gather: introduce CONFIG_MMU_GATHER_TABLE_FREE_COMMON
 2021-12-21 15:42 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 25b50ce58687d9e59b1c6a5d1487d7352188633f
 2021-12-21 15:22 UTC 

[PATCH mm v4 00/39] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
 2021-12-21 15:11 UTC  (52+ messages)
` [PATCH mm v4 01/39] kasan, page_alloc: deduplicate should_skip_kasan_poison
` [PATCH mm v4 02/39] kasan, page_alloc: move tag_clear_highpage out of kernel_init_free_pages
` [PATCH mm v4 03/39] kasan, page_alloc: merge kasan_free_pages into free_pages_prepare
` [PATCH mm v4 04/39] kasan, page_alloc: simplify kasan_poison_pages call site
` [PATCH mm v4 05/39] kasan, page_alloc: init memory of skipped pages on free
` [PATCH mm v4 06/39] kasan: drop skip_kasan_poison variable in free_pages_prepare
` [PATCH mm v4 07/39] mm: clarify __GFP_ZEROTAGS comment
` [PATCH mm v4 08/39] kasan: only apply __GFP_ZEROTAGS when memory is zeroed
` [PATCH mm v4 09/39] kasan, page_alloc: refactor init checks in post_alloc_hook
` [PATCH mm v4 10/39] kasan, page_alloc: merge kasan_alloc_pages into post_alloc_hook
` [PATCH mm v4 11/39] kasan, page_alloc: combine tag_clear_highpage calls in post_alloc_hook
` [PATCH mm v4 12/39] kasan, page_alloc: move SetPageSkipKASanPoison "
` [PATCH mm v4 13/39] kasan, page_alloc: move kernel_init_free_pages "
` [PATCH mm v4 14/39] kasan, page_alloc: rework kasan_unpoison_pages call site
` [PATCH mm v4 15/39] kasan: clean up metadata byte definitions
` [PATCH mm v4 16/39] kasan: define KASAN_VMALLOC_INVALID for SW_TAGS
` [PATCH mm v4 17/39] kasan, x86, arm64, s390: rename functions for modules shadow
` [PATCH mm v4 18/39] kasan, vmalloc: drop outdated VM_KASAN comment
` [PATCH mm v4 19/39] kasan: reorder vmalloc hooks
` [PATCH mm v4 20/39] kasan: add wrappers for "
` [PATCH mm v4 21/39] kasan, vmalloc: reset tags in vmalloc functions
` [PATCH mm v4 22/39] kasan, fork: reset pointer tags of vmapped stacks
` [PATCH mm v4 23/39] kasan, arm64: "
` [PATCH mm v4 24/39] kasan, vmalloc: add vmalloc tagging for SW_TAGS
` [PATCH mm v4 25/39] kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged
` [PATCH mm v4 26/39] kasan, vmalloc: unpoison VM_ALLOC pages after mapping
` [PATCH mm v4 27/39] kasan, mm: only define ___GFP_SKIP_KASAN_POISON with HW_TAGS
` [PATCH mm v4 28/39] kasan, page_alloc: allow skipping unpoisoning for HW_TAGS
` [PATCH mm v4 29/39] kasan, page_alloc: allow skipping memory init "
` [PATCH mm v4 30/39] kasan, vmalloc: add vmalloc tagging "
` [PATCH mm v4 31/39] kasan, vmalloc: only tag normal vmalloc allocations
` [PATCH mm v4 32/39] kasan, arm64: don't tag executable "
` [PATCH mm v4 33/39] kasan: mark kasan_arg_stacktrace as __initdata
` [PATCH mm v4 34/39] kasan: simplify kasan_init_hw_tags
` [PATCH mm v4 35/39] kasan: add kasan.vmalloc command line flag
` [PATCH mm v4 36/39] kasan: allow enabling KASAN_VMALLOC and SW/HW_TAGS
` [PATCH mm v4 37/39] arm64: select KASAN_VMALLOC for SW/HW_TAGS modes
` [PATCH mm v4 38/39] kasan: documentation updates
` [PATCH mm v4 39/39] kasan: improve vmalloc tests

[PATCH v2 0/9] Hardening page _refcount
 2021-12-21 15:01 UTC  (9+ messages)
` [PATCH v2 1/9] mm: add overflow and underflow checks for page->_refcount
` [PATCH v2 2/9] mm: Avoid using set_page_count() in set_page_recounted()
` [PATCH v2 3/9] mm: remove set_page_count() from page_frag_alloc_align
` [PATCH v2 5/9] mm: rename init_page_count() -> page_ref_init()
` [PATCH v2 6/9] mm: remove set_page_count()
` [PATCH v2 7/9] mm: simplify page_ref_* functions
` [PATCH v2 8/9] mm: do not use atomic_set_release in page_ref_unfreeze()
` [PATCH v2 9/9] mm: use atomic_cmpxchg_acquire in page_ref_freeze()

[PATCH v2 0/4] page table check
 2021-12-21 14:48 UTC  (3+ messages)

[PATCH 0/2] Add a new scheme to support demotion on tiered memory system
 2021-12-21 14:32 UTC  (8+ messages)
` [PATCH 1/2] mm: Export the alloc_demote_page() function
` [PATCH 2/2] mm/damon: Add a new scheme to support demotion on tiered memory system

[PATCH v2] virtio_mem: fix panic on mb_states indexing overflow
 2021-12-21 14:24 UTC  (3+ messages)

[Question] mm/resource: a mistake to use IORESOURCE_SYSRAM instead of IORESOURCE_SYSTEM_RAM?
 2021-12-21 14:14 UTC  (2+ messages)

[PATCH v2 00/17] lib/bitmap: optimize bitmap_weight() usage
 2021-12-21 13:15 UTC  (9+ messages)
` [PATCH 08/17] all: replace bitmap_weight with bitmap_weight_{eq,gt,ge,lt,le} where appropriate
` [PATCH 13/17] kernel/cpu: add num_possible_cpus counter
` [PATCH 14/17] kernel/cpu: add num_present_cpu counter
` [PATCH 15/17] kernel/cpu: add num_active_cpu counter

[PATCH] dma: Revert "make dma pool to use kmalloc_node"
 2021-12-21 11:07 UTC 

[PATCH v3] mm: fix panic in __alloc_pages
 2021-12-21  9:51 UTC  (3+ messages)
  ` [PATCH v2 0/4] mm, memory_hotplug: handle unitialized numa node gracefully

[PATCH v3] mm: fix panic in __alloc_pages
 2021-12-21  9:46 UTC  (13+ messages)

[linux-next:master 7787/8898] aarch64-linux-ld: drivers/memory/tegra/mc.o:undefined reference to `tegra234_mc_soc'
 2021-12-21  9:45 UTC 

[PATCH] mm/damon/dbgfs: Protect targets destructions with kdamond_lock
 2021-12-21  9:44 UTC 

[PATCH -next] mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page()
 2021-12-21  9:37 UTC  (2+ messages)

[PATCH v3 0/5] Avoid requesting page from DMA zone when no managed pages
 2021-12-21  8:56 UTC  (6+ messages)
` [PATCH v3 5/5] mm/slub: do not create dma-kmalloc if no managed pages in DMA zone

[PATCH 0/2] Clean up document and small improvement of atomic pool
 2021-12-21  8:52 UTC  (5+ messages)
` [PATCH 1/2] docs: kernel-parameters: Update to reflect the current default size "
` [PATCH 2/2] dma-pool: allow user to disable "

[PATCH 00/18 V2] Repair SWAP-over-NFS
 2021-12-21  8:48 UTC  (23+ messages)
` [PATCH 06/18] MM: submit multipage reads for SWP_FS_OPS swap-space
` [PATCH 05/18] MM: reclaim mustn't enter FS "
` [PATCH 03/18] MM: use ->swap_rw for reads from "
` [PATCH 01/18] Structural cleanup for filesystem-based swap
` [PATCH 02/18] MM: create new mm/swap.h header file
` [PATCH 04/18] MM: perform async writes to SWP_FS_OPS swap-space
` [PATCH 08/18] MM: Add AS_CAN_DIO mapping flag
` [PATCH 10/18] NFS: swap IO handling is slightly different for O_DIRECT IO
` [PATCH 07/18] MM: submit multipage write for SWP_FS_OPS swap-space

[PATCH v2] psi: fix possible trigger missing in the window
 2021-12-21  8:33 UTC 

[PATCH v2] kasan: fix quarantine conflicting with init_on_free
 2021-12-21  7:00 UTC  (2+ messages)

[PATCH v4 0/5] x86: Show in sysfs if a memory node is able to do encryption
 2021-12-21  6:41 UTC  (5+ messages)
` [PATCH v4 3/5] x86/e820: Tag e820_entry with crypto capabilities

[PATCH] psi: fix possible trigger missing in the window
 2021-12-21  6:40 UTC  (10+ messages)

[linux-next:master] BUILD REGRESSION 07f8c60fe60f84977dc815ec8a6b1100827c34dd
 2021-12-21  2:13 UTC 

[linux-next:master 8584/8898] undefined reference to `memremap'
 2021-12-21  1:02 UTC 

[linux-next:master 4533/8898] undefined reference to `generic_handle_arch_irq'
 2021-12-20 22:38 UTC 

[PATCH mm v3 00/38] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
 2021-12-20 21:38 UTC  (12+ messages)
` [PATCH mm v3 25/38] kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged
` [PATCH mm v3 26/38] kasan, vmalloc: don't unpoison VM_ALLOC pages before mapping
` [PATCH mm v3 28/38] kasan, page_alloc: allow skipping memory init for HW_TAGS

[PATCH 0/2] powerpc/fadump: handle CMA activation failure appropriately
 2021-12-20 19:34 UTC  (3+ messages)
` [PATCH 1/2] mm/cma: provide option to opt out from exposing pages on activation failure
` [PATCH 2/2] powerpc/fadump: opt out from freeing pages on cma "

[PATCH] kasan: fix quarantine conflicting with init_on_free
 2021-12-20 17:19 UTC  (4+ messages)

[PATCH] lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() test
 2021-12-20 17:08 UTC  (2+ messages)

[PATCH 00/43] Add KernelMemorySanitizer infrastructure
 2021-12-20 14:35 UTC  (4+ messages)
` [PATCH 39/43] x86: kmsan: handle register passing from uninstrumented code

[PATCH] virtio_mem: fix panic on mb_states indexing overflow
 2021-12-20 13:00 UTC 

[loop] 322c4293ec: xfstests.xfs.049.fail
 2021-12-20 11:58 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 46f3b5d984fa6f57b9ebe0e844bed32400286cba
 2021-12-20 10:53 UTC 

[PATCH v5 00/16] Optimize list lru memory consumption
 2021-12-20  9:27 UTC  (6+ messages)
` [PATCH v5 13/16] mm: memcontrol: reuse memory cgroup ID for kmem ID
` [PATCH v5 14/16] mm: memcontrol: fix cannot alloc the maximum memcg ID
` [PATCH v5 15/16] mm: list_lru: rename list_lru_per_memcg to list_lru_memcg
` [PATCH v5 16/16] mm: memcontrol: rename memcg_cache_id to memcg_kmem_id


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 read-only IMAP folder(s) and NNTP newsgroup(s).