linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-06 22:12:00 to 2022-07-08 12:17:53 UTC [more...]

[bitops] 0e862838f2: BUG:KASAN:wild-memory-access_in_dmar_parse_one_rhsa
 2022-07-08 12:17 UTC  (2+ messages)

[PATCH v3] arm64: mm: fix linear mapping mem access performance degradation
 2022-07-08 12:13 UTC  (3+ messages)

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

[PATCH] x86/mm/tlb: ignore f->new_tlb_gen when zero
 2022-07-08 11:40 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS e75b9e181e22210aa5ff67363339d791261f611b
 2022-07-08 11:30 UTC 

[PATCH v8 00/15] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-07-08 11:28 UTC  (18+ messages)
` [PATCH v8 01/15] mm: rename is_pinnable_pages to is_longterm_pinnable_pages
` [PATCH v8 02/15] mm: move page zone helpers into new header-specific file
` [PATCH v8 03/15] mm: add zone device coherent type memory support
` [PATCH v8 04/15] mm: handling Non-LRU pages returned by vm_normal_pages
` [PATCH v8 05/15] mm: add device coherent vma selection for memory migration
` [PATCH v8 06/15] mm: remove the vma check in migrate_vma_setup()
` [PATCH v8 07/15] mm/gup: migrate device coherent pages when pinning instead of failing
` [PATCH v8 08/15] drm/amdkfd: add SPM support for SVM
` [PATCH v8 09/15] lib: test_hmm add ioctl to get zone device type
` [PATCH v8 10/15] lib: test_hmm add module param for "
` [PATCH v8 11/15] lib: add support for device coherent type in test_hmm
` [PATCH v8 12/15] tools: update hmm-test to support device coherent type
` [PATCH v8 13/15] tools: update test_hmm script to support SP config
` [PATCH v8 14/15] tools: add hmm gup tests for device coherent type
` [PATCH v8 15/15] tools: add selftests to hmm for COW in device memory

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

[kbuild] [linux-next:master 7884/8197] mm/page_alloc.c:3813 rmqueue_pcplist() warn: inconsistent returns 'flags'
 2022-07-08 10:48 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 088b9c375534d905a4d337c78db3b3bfbb52c4a0
 2022-07-08 10:02 UTC  (5+ messages)

[PATCH V4 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-07-08  9:47 UTC  (6+ messages)
` [PATCH V4 3/4] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()

[PATCH v2 1/5] mm: add a new parameter `node` to `get/add/inc/dec_mm_counter`
 2022-07-08  9:37 UTC  (8+ messages)
` [PATCH v2 2/5] mm: add numa_count field for rss_stat
` [PATCH v2 3/5] mm: add numa fields for tracepoint rss_stat
` [PATCH v2 4/5] mm: enable per numa node rss_stat count
` [PATCH v2 5/5] mm, oom: enable per numa node oom for CONSTRAINT_{MEMORY_POLICY,CPUSET}
` [PATCH v2 0/5] mm, oom: Introduce "
  `  "

[RFC PATCH RESEND] userfaultfd: open userfaultfds with O_RDONLY
 2022-07-08  9:34 UTC 

[PATCH v6 00/11] Use obj_cgroup APIs to charge the LRU pages
 2022-07-08  9:26 UTC  (6+ messages)

[PATCH] selftests/vm: fix va_128TBswitch.sh permissions
 2022-07-08  9:06 UTC 

[PATCH v2] secretmem: fix unhandled fault in truncate
 2022-07-08  8:28 UTC  (6+ messages)

[PATCH 0/4] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-07-08  8:27 UTC  (15+ 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

[PATCH 0/4] munmap() vs unmap_mapping_range()
 2022-07-08  7:18 UTC  (5+ messages)
` [PATCH 1/4] mmu_gather: Remove per arch tlb_{start,end}_vma()
` [PATCH 2/4] csky/tlb: Remove tlb_flush() define
` [PATCH 3/4] mmu_gather: Let there be one tlb_{start,end}_vma() implementation
` [PATCH 4/4] mmu_gather: Force tlb-flush VM_PFNMAP vmas

[PATCH v2] x86/mm/tlb: avoid reading mm_tlb_gen when possible
 2022-07-08  6:59 UTC  (4+ messages)

[KVM] cf8e55fe50: kvm-unit-tests.msr.fail
 2022-07-08  6:53 UTC 

[RFC PATCH] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2022-07-08  5:42 UTC  (2+ messages)
` [RFC PATCH v5] "

[mm-unstable PATCH v5 0/8] mm, hwpoison: enable 1GB hugepage support (v5)
 2022-07-08  5:36 UTC  (9+ messages)
` [mm-unstable PATCH v5 1/8] mm/hugetlb: check gigantic_page_runtime_supported() in return_unused_surplus_pages()
` [mm-unstable PATCH v5 2/8] mm/hugetlb: make pud_huge() and follow_huge_pud() aware of non-present pud entry
` [mm-unstable PATCH v5 3/8] mm, hwpoison, hugetlb: support saving mechanism of raw error pages
` [mm-unstable PATCH v5 4/8] mm, hwpoison: make unpoison aware of raw error info in hwpoisoned hugepage
` [mm-unstable PATCH v5 5/8] mm, hwpoison: set PG_hwpoison for busy hugetlb pages
` [mm-unstable PATCH v5 6/8] mm, hwpoison: make __page_handle_poison returns int
` [mm-unstable PATCH v5 7/8] mm, hwpoison: skip raw hwpoison page in freeing 1GB hugepage
` [mm-unstable PATCH v5 8/8] mm, hwpoison: enable memory error handling on "

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

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-07-08  3:29 UTC  (9+ messages)
` [PATCH v6 6/8] KVM: Handle page fault for "

[PATCH v2 00/19] Convert aops->migratepage to aops->migrate_folio
 2022-07-08  3:29 UTC  (4+ messages)
` [PATCH v2 07/19] mm/migrate: Convert expected_page_refs() to folio_expected_refs()

[PATCH] mm: memcontrol: do not miss MEMCG_MAX events for enforced allocations
 2022-07-08  3:18 UTC  (15+ messages)

[PATCH v6 bpf-next 0/5] bpf_prog_pack followup
 2022-07-08  1:36 UTC  (10+ messages)
` [PATCH v6 bpf-next 1/5] module: introduce module_alloc_huge
` [PATCH v6 bpf-next 2/5] bpf: use module_alloc_huge for bpf_prog_pack
` [PATCH v6 bpf-next 3/5] vmalloc: WARN for set_vm_flush_reset_perms() on huge pages
` [PATCH v6 bpf-next 4/5] vmalloc: introduce huge_vmalloc_supported
` [PATCH v6 bpf-next 5/5] bpf: simplify select_bpf_prog_pack_size

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

[linux-next:master] BUILD REGRESSION 75d7bf5eae277f32dd952276aa41ae7915dba1b2
 2022-07-07 23:32 UTC 

[RFC PATCH 00/26] hugetlb: Introduce HugeTLB high-granularity mapping
 2022-07-07 23:03 UTC  (7+ messages)
` [RFC PATCH 10/26] hugetlb: add for_each_hgm_shift
` [RFC PATCH 11/26] hugetlb: add hugetlb_walk_to to do PT walks

[PATCH v6 0/2] btrfs: Replace kmap() with kmap_local_page() in zstd.c
 2022-07-07 22:12 UTC  (2+ messages)

[PATCH v6 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-07-07 21:11 UTC  (7+ messages)
` [PATCH v6 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
` [PATCH v6 2/4] KVM: mmu: add a helper to account memory used by KVM MMU
` [PATCH v6 3/4] KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats

[PATCH v12 19/46] x86/kernel: Make the .bss..decrypted section shared in RMP table
 2022-07-07 20:43 UTC  (11+ messages)

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-07-07 20:31 UTC  (6+ messages)
` [PATCH Part2 v6 35/49] KVM: SVM: Remove the long-lived GHCB host map

[RFC 0/2] CPA improvements
 2022-07-07 20:24 UTC  (7+ messages)
` [RFC 1/2] x86/mm/cpa: always fail when user address is passed

[PATCH 4.9-stable] mm/slub: add missing TID updates on slab deactivation
 2022-07-07 17:59 UTC  (2+ messages)

[PATCH v4] arm64: mm: fix linear mem mapping access performance degradation
 2022-07-07 17:02 UTC  (12+ messages)

[syzbot] BUG: unable to handle kernel paging request in truncate_inode_partial_folio
 2022-07-07 16:46 UTC  (5+ messages)

[btrfs] e3588283e9: fxmark.ssd_btrfs_MWRM_72_directio.works/sec -12.0% regression
 2022-07-07 16:24 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] bpf: Minor fixes for non-preallocated memory
 2022-07-07 16:22 UTC  (20+ 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 5.10-stable 5.4-stable 4.19-stable 4.14-stable] mm/slub: add missing TID updates on slab deactivation
 2022-07-07 15:17 UTC 

[PATCH 5.15-stable] mm/slub: add missing TID updates on slab deactivation
 2022-07-07 15:02 UTC 

[PATCH 0/4] kvm/mm: Allow GUP to respond to non fatal signals
 2022-07-07 15:06 UTC  (4+ messages)
` [PATCH 1/4] mm/gup: Add FOLL_INTERRUPTIBLE

[PATCH 0/3] Add PUD and kernel PTE level pagetable account
 2022-07-07 14:44 UTC  (7+ messages)
` [PATCH 3/3] mm: Add kernel PTE level pagetable pages account

[linux-next:master 2990/8513] drivers/scsi/bfa/bfa_ioc.c:2066:21: sparse: sparse: incorrect type in assignment (different base types)
 2022-07-07 14:38 UTC 

[linux-next:master 4986/8513] ERROR: modpost: "acpi_dev_for_each_child" [drivers/mfd/mfd-core.ko] undefined!
 2022-07-07 14:38 UTC 

[wifi] bfd8403add: hwsim.ap_wmm_uapsd.fail
 2022-07-07 14:27 UTC 

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

[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  (5+ messages)
` [PATCH v13 08/14] mm: multi-gen LRU: support page table walks

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


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