linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-06 08:23:51 to 2022-07-07 14:10:34 UTC [more...]

[bitops] 0e862838f2: BUG:KASAN:wild-memory-access_in_dmar_parse_one_rhsa
 2022-07-07 14:10 UTC 

[linux-next:master] BUILD REGRESSION 088b9c375534d905a4d337c78db3b3bfbb52c4a0
 2022-07-07 14:02 UTC  (4+ messages)

[PATCH 0/4] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-07-07 13:49 UTC  (6+ messages)
` [PATCH 1/4] Revert "Documentation/features: mark BATCHED_UNMAP_TLB_FLUSH doesn't apply to ARM64"
` [PATCH 2/4] mm: rmap: Allow platforms without mm_cpumask to defer TLB flush
` [PATCH 3/4] mm: rmap: Extend tlbbatch APIs to fit new platforms
` [PATCH 4/4] arm64: support batched/deferred tlb shootdown during page reclamation

[linux-next:master 418/8513] drivers/net/wireless/microchip/wilc1000/cfg80211.c:361:42: sparse: sparse: incorrect type in assignment (different base types)
 2022-07-07 12:55 UTC 

[linux-next:master 4984/8513] drivers/remoteproc/rcar_rproc.c:45:20: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-07-07 12:35 UTC 

[PATCH v4 00/45] Add KernelMemorySanitizer infrastructure
 2022-07-07 12:34 UTC  (5+ messages)
` [PATCH v4 04/45] x86: asm: instrument usercopy in get_user() and __put_user_size()
` [PATCH v4 06/45] kmsan: add ReST documentation

[linux-next:pending-fixes] BUILD SUCCESS 73ad9bd963c1b53ca6872a873c6c5868cebdec6f
 2022-07-07 11:58 UTC 

[PATCHv4 0/8] Linear Address Masking enabling
 2022-07-07 11:58 UTC  (6+ messages)
` [PATCHv4 3/8] mm: Pass down mm_struct to untagged_addr()

[PATCH 0/3] Add PUD and kernel PTE level pagetable account
 2022-07-07 11:45 UTC  (8+ messages)
` [PATCH 1/3] mm: Factor out the pagetable pages account into new helper function
` [PATCH 2/3] mm: Add PUD level pagetable account
` [PATCH 3/3] mm: Add kernel PTE level pagetable pages account

[PATCH v2 0/4] kasan: Fix ordering between MTE tag colouring and page->flags
 2022-07-07 11:44 UTC  (5+ messages)
` [PATCH v2 1/4] mm: kasan: Ensure the tags are visible before the tag in page->flags

[PATCH bpf-next v2 0/2] bpf: Minor fixes for non-preallocated memory
 2022-07-07 10:29 UTC  (16+ messages)
` [PATCH bpf-next v2 1/2] bpf: Make non-preallocated allocation low priority
` [PATCH bpf-next v2 2/2] bpf: Warn on non-preallocated case for missed trace types

[PATCH v2 0/9] Add support for shared PTEs across processes
 2022-07-07  9:13 UTC  (5+ messages)
` [PATCH v2 8/9] mm/mshare: Add basic page table sharing support

[PATCH 0/3] Fixes for 5.19b
 2022-07-07  8:42 UTC  (5+ messages)
` [PATCH 1/3] filemap: Correct the conditions for marking a folio as accessed
  ` Major btrfs fiemap slowdown on file with many extents once in cache (RCU stalls?) (Was: [PATCH 1/3] filemap: Correct the conditions for marking a folio as accessed)

[PATCH 7/7] mm/page_alloc: Replace local_lock with normal spinlock
 2022-07-07  8:22 UTC  (11+ messages)
` [mm/page_alloc] 2bd8eec68f: BUG:sleeping_function_called_from_invalid_context_at_mm/gup.c

[PATCH] mm: memcontrol: do not miss MEMCG_MAX events for enforced allocations
 2022-07-07  7:47 UTC  (8+ messages)

[kbuild] [linux-next:master 7884/8197] mm/page_alloc.c:3813 rmqueue_pcplist() warn: inconsistent returns 'flags'
 2022-07-07  6:44 UTC 

[linux-next:master 7600/8197] drivers/gpu/drm/amd/display/dc/os_types.h: drm/drm_print.h is included more than once
 2022-07-07  6:36 UTC 

[mm-unstable PATCH v4 0/9] mm, hwpoison: enable 1GB hugepage support (v4)
 2022-07-07  3:22 UTC  (20+ messages)
` [mm-unstable PATCH v4 1/9] mm/hugetlb: check gigantic_page_runtime_supported() in return_unused_surplus_pages()
` [mm-unstable PATCH v4 3/9] mm/hugetlb: make pud_huge() and follow_huge_pud() aware of non-present pud entry
` [mm-unstable PATCH v4 4/9] mm, hwpoison, hugetlb: support saving mechanism of raw error pages
` [mm-unstable PATCH v4 5/9] mm, hwpoison: make unpoison aware of raw error info in hwpoisoned hugepage

[PATCH v13 00/14] Multi-Gen LRU Framework
 2022-07-07  3:03 UTC  (18+ messages)
` [PATCH v13 01/14] mm: x86, arm64: add arch_has_hw_pte_young()
` [PATCH v13 02/14] mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
` [PATCH v13 03/14] mm/vmscan.c: refactor shrink_node()
` [PATCH v13 04/14] Revert "include/linux/mm_inline.h: fold __update_lru_size() into its sole caller"
` [PATCH v13 05/14] mm: multi-gen LRU: groundwork
` [PATCH v13 06/14] mm: multi-gen LRU: minimal implementation
` [PATCH v13 07/14] mm: multi-gen LRU: exploit locality in rmap
` [PATCH v13 08/14] mm: multi-gen LRU: support page table walks
` [PATCH v13 09/14] mm: multi-gen LRU: optimize multiple memcgs
` [PATCH v13 10/14] mm: multi-gen LRU: kill switch
` [PATCH v13 11/14] mm: multi-gen LRU: thrashing prevention
` [PATCH v13 12/14] mm: multi-gen LRU: debugfs interface
` [PATCH v13 13/14] mm: multi-gen LRU: admin guide
` [PATCH v13 14/14] mm: multi-gen LRU: design doc

[PATCH] mm: fix page leak with multiple threads mapping the same page
 2022-07-07  0:42 UTC  (3+ messages)

[mm-unstable v7 00/18] mm: userspace hugepage collapse
 2022-07-06 23:59 UTC  (19+ messages)
` [mm-unstable v7 01/18] mm/khugepaged: remove redundant transhuge_vma_suitable() check
` [mm-unstable v7 02/18] mm: khugepaged: don't carry huge page to the next loop for !CONFIG_NUMA
` [mm-unstable v7 03/18] mm/khugepaged: add struct collapse_control
` [mm-unstable v7 04/18] mm/khugepaged: dedup and simplify hugepage alloc and charging
` [mm-unstable v7 05/18] mm/khugepaged: pipe enum scan_result codes back to callers
` [mm-unstable v7 06/18] mm/khugepaged: add flag to predicate khugepaged-only behavior
` [mm-unstable v7 07/18] mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()
` [mm-unstable v7 08/18] mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepage
` [mm-unstable v7 09/18] mm/madvise: introduce MADV_COLLAPSE sync hugepage collapse
` [mm-unstable v7 10/18] mm/khugepaged: rename prefix of shared collapse functions
` [mm-unstable v7 11/18] mm/madvise: add huge_memory:mm_madvise_collapse tracepoint
` [mm-unstable v7 12/18] mm/madvise: add MADV_COLLAPSE to process_madvise()
` [mm-unstable v7 13/18] proc/smaps: add PMDMappable field to smaps
` [mm-unstable v7 14/18] selftests/vm: modularize collapse selftests
` [mm-unstable v7 15/18] selftests/vm: dedup hugepage allocation logic
` [mm-unstable v7 16/18] selftests/vm: add MADV_COLLAPSE collapse context to selftests
` [mm-unstable v7 17/18] selftests/vm: add selftest to verify recollapse of THPs
` [mm-unstable v7 18/18] selftests/vm: add selftest to verify multi THP collapse

[linux-next:master 4772/8197] htmldocs: Documentation/arm/google/chromebook-boot-flow.rst: WARNING: document isn't included in any toctree
 2022-07-06 22:28 UTC  (2+ messages)

[syzbot] possible deadlock in mnt_want_write (2)
 2022-07-06 22:24 UTC  (2+ messages)

[PATCH v7 20/21] PCI/P2PDMA: Introduce pci_mmap_p2pmem()
 2022-07-06 21:30 UTC  (12+ messages)

[PATCH v3] selftests/vm: enable running select groups of tests
 2022-07-06 20:54 UTC 

[PATCH v1 00/14] Add support for shared PTEs across processes
 2022-07-06 20:33 UTC  (6+ messages)
` [PATCH v1 09/14] mm/mshare: Do not free PTEs for mshare'd PTEs

[RFC PATCH v4 0/8] hugetlb: Change huge pmd sharing synchronization again
 2022-07-06 20:23 UTC  (9+ messages)
` [RFC PATCH v4 1/8] hugetlbfs: revert use i_mmap_rwsem to address page fault/truncate race
` [RFC PATCH v4 2/8] hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronization
` [RFC PATCH v4 3/8] hugetlbfs: move routine remove_huge_page to hugetlb.c
` [RFC PATCH v4 4/8] hugetlbfs: catch and handle truncate racing with page faults
` [RFC PATCH v4 5/8] hugetlb: rename vma_shareable() and refactor code
` [RFC PATCH v4 6/8] hugetlb: add vma based lock for pmd sharing synchronization
` [RFC PATCH v4 7/8] hugetlb: create hugetlb_unmap_file_folio to unmap single file folio
` [RFC PATCH v4 8/8] hugetlb: use new vma_lock for pmd sharing synchronization

[PATCH v3] mm: vmpressure: don't count proactive reclaim in vmpressure
 2022-07-06 20:19 UTC  (3+ messages)

[PATCH v2] selftests/vm: enable running select groups of tests
 2022-07-06 19:54 UTC 

[PATCH v6 0/2] btrfs: Replace kmap() with kmap_local_page() in zstd.c
 2022-07-06 19:07 UTC  (4+ messages)
` [PATCH v6 1/2] highmem: Make __kunmap_{local,atomic}() take "const void *"
` [PATCH v6 2/2] btrfs: Replace kmap() with kmap_local_page() in zstd.c

[PATCH bpf-next 0/5] bpf: BPF specific memory allocator
 2022-07-06 18:55 UTC  (20+ messages)

[PATCH] selftests/vm: enable running select groups of tests
 2022-07-06 18:53 UTC  (5+ messages)

[linux-next:master 7569/8197] dc_dmub_srv.c:undefined reference to `__floatunsidf'
 2022-07-06 17:51 UTC 

[PATCH v2 00/10] lib: cleanup bitmap-related headers
 2022-07-06 17:42 UTC  (11+ messages)
` [PATCH 01/10] arm: align find_bit declarations with generic kernel
` [PATCH 02/10] lib/bitmap: change return types to bool where appropriate
` [PATCH 03/10] lib/bitmap: change type of bitmap_weight to unsigned long
` [PATCH 04/10] cpumask: change return types to bool where appropriate
` [PATCH 05/10] lib/cpumask: change return types to unsigned "
` [PATCH 06/10] lib/cpumask: move trivial wrappers around find_bit to the header
` [PATCH 07/10] headers/deps: mm: Optimize <linux/gfp.h> header dependencies
` [PATCH 08/10] headers/deps: mm: Split <linux/gfp_types.h> out of <linux/gfp.h>
` [PATCH 09/10] headers/deps: mm: align MANITAINERS and Docs with new gfp.h structure
` [PATCH 10/10] lib/cpumask: move some one-line wrappers to header file

[PATCH v4] selftests/vm: fix errno handling in mrelease_test
 2022-07-06 16:41 UTC  (3+ messages)

[PATCH V4 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-07-06 16:17 UTC  (5+ messages)
` [PATCH V4 3/4] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()

[PATCH v4] arm64: mm: fix linear mem mapping access performance degradation
 2022-07-06 15:40 UTC  (15+ messages)

[PATCH v3] selftests/vm: fix errno handling in mrelease_test
 2022-07-06 15:28 UTC  (4+ messages)

[PATCH v2] mm: page_frag: Warn_on when frag_alloc size is bigger than PAGE_SIZE
 2022-07-06 15:21 UTC  (7+ messages)
`  "
        `  "

[PATCH] mm: percpu: use kmemleak_ignore_phys() instead of kmemleak_free()
 2022-07-06 14:44 UTC  (3+ messages)

[PATCH] maple_tree: Fix use of node for global range in mas_wr_spanning_store()
 2022-07-06 14:08 UTC  (3+ messages)

[linux-next:pending-fixes] BUILD SUCCESS d3298a6516a4e08766594bf69471fc6d81542801
 2022-07-06 11:55 UTC 

[PATCH 04/13] tracing/brcm: Use the new __vstring() helper
 2022-07-06 11:51 UTC  (4+ messages)

[PATCH v2] iommu/iova: change IOVA_MAG_SIZE to 127 to save memory
 2022-07-06 11:31 UTC  (2+ messages)

[PATCH] mm: rmap: Don't flush TLB after checking PTE young for page reference
 2022-07-06 11:20 UTC 

[PATCH V6 00/26] mm/mmap: Drop __SXXX/__PXXX macros from across platforms
 2022-07-06 11:15 UTC  (10+ messages)
` [PATCH V6 21/26] m68k/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V6 26/26] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT

[PATCH v5 0/2] btrfs: Replace kmap() with kmap_local_page() in zstd.c
 2022-07-06 10:48 UTC  (5+ messages)
` [PATCH v5 2/2] "

[PATCH 08/13] USB: mtu3: tracing: Use the new __vstring() helper
 2022-07-06 10:23 UTC 

[PATCH v2] selftests/vm: fix errno handling in mrelease_test
 2022-07-06  9:55 UTC  (4+ messages)

clear_user (was: [patch 02/14] tmpfs: fix regressions from wider use of ZERO_PAGE)
 2022-07-06  9:24 UTC  (9+ messages)
    ` [PATCH] x86/clear_user: Make it faster
                ` [PATCH -final] "

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-07-06  8:20 UTC  (15+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
` [PATCH v7 02/14] selftests/memfd: Add tests for F_SEAL_AUTO_ALLOCATE
` [PATCH v7 03/14] mm: Introduce memfile_notifier
` [PATCH v7 04/14] mm/shmem: Support memfile_notifier
` [PATCH v7 05/14] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v7 06/14] KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTS
` [PATCH v7 07/14] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v7 08/14] KVM: Rename mmu_notifier_*
` [PATCH v7 09/14] KVM: Extend the memslot to support fd-based private memory
` [PATCH v7 10/14] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions
` [PATCH v7 12/14] KVM: Handle page fault for private memory
` [PATCH v7 13/14] KVM: Enable and expose KVM_MEM_PRIVATE
` [PATCH v7 14/14] memfd_create.2: Describe MFD_INACCESSIBLE flag


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