linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-07 14:10:34 to 2022-07-09 09:25:01 UTC [more...]

[PATCH] mm/page_vma_mapped.c: use helper function huge_pte_lock
 2022-07-09  9:24 UTC 

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

[PATCH 0/4] munmap() vs unmap_mapping_range()
 2022-07-09  8:38 UTC  (12+ 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] selftests/vm: fix va_128TBswitch.sh permissions
 2022-07-09  8:14 UTC  (3+ messages)

[PATCH v10 00/69] Introducing the Maple Tree
 2022-07-09  7:29 UTC  (3+ messages)
` [PATCH v10 13/69] mm/mmap: use maple tree for unmapped_area{_topdown}

[syzbot] memory leak in xas_create
 2022-07-09  7:13 UTC 

[PATCH v6 bpf-next 0/5] bpf_prog_pack followup
 2022-07-09  1:14 UTC  (14+ 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] maple_tree: Fix use of node for global range in mas_wr_spanning_store()
 2022-07-09  1:09 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION f2528c29385819a84480cacef4886b049761e2c5
 2022-07-08 22:56 UTC 

[PATCH bpf-next 0/5] bpf: BPF specific memory allocator
 2022-07-08 21:55 UTC  (9+ messages)

[linux-next:master 7168/8914] drivers/regulator/max597x-regulator.c:24:10: fatal error: linux/mfd/max597x.h: No such file or directory
 2022-07-08 21:40 UTC 

[PATCH v8 00/15] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-07-08 21:25 UTC  (19+ 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

[mm-unstable v7 00/18] mm: userspace hugepage collapse
 2022-07-08 21:01 UTC  (5+ messages)
` [mm-unstable v7 03/18] mm/khugepaged: add struct collapse_control
` [mm-unstable v7 12/18] mm/madvise: add MADV_COLLAPSE to process_madvise()

[PATCH] x86/mm/tlb: ignore f->new_tlb_gen when zero
 2022-07-08 20:48 UTC  (13+ messages)

[PATCH] fs: Replace kmap{,_atomic}() with kmap_local_page()
 2022-07-08 20:18 UTC  (2+ messages)

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

[PATCH v2 1/5] mm: add a new parameter `node` to `get/add/inc/dec_mm_counter`
 2022-07-08 17:31 UTC  (9+ 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 "
  `  "

[PATCH v8 00/13] DMA Mapping P2PDMA Pages
 2022-07-08 16:51 UTC  (14+ messages)
` [PATCH v8 01/13] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v8 02/13] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v8 03/13] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH v8 04/13] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v8 05/13] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v8 06/13] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v8 07/13] iommu: Explicitly skip bus address marked segments in __iommu_map_sg()
` [PATCH v8 08/13] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v8 09/13] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v8 10/13] nvme-pci: convert to using dma_map_sgtable()
` [PATCH v8 11/13] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v8 12/13] RDMA/rw: drop pci_p2pdma_[un]map_sg()
` [PATCH v8 13/13] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()

[linux-next:master 7253/8914] drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:2720:6: warning: no previous prototype for function 'dc_reset_state'
 2022-07-08 17:16 UTC 

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-07-08 15:59 UTC  (13+ messages)
` [PATCH Part2 v6 35/49] KVM: SVM: Remove the long-lived GHCB host map
` [PATCH Part2 v6 42/49] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event

[PATCH] mm/page_alloc: replace local_lock with normal spinlock -fix -fix
 2022-07-08 15:58 UTC  (3+ messages)

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

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

[KVM] cf8e55fe50: kvm-unit-tests.msr.fail
 2022-07-08 14:56 UTC  (2+ messages)

[linux-next:master 7177/8914] drivers/base/power/domain.c:603:13: error: use of undeclared identifier 'pm_wq'
 2022-07-08 14:48 UTC 

[PATCH] mm/page_alloc: use try_cmpxchg in set_pfnblock_flags_mask
 2022-07-08 14:07 UTC 

[PATCH v3] arm64: mm: fix linear mapping mem access performance degradation
 2022-07-08 14:00 UTC  (4+ messages)

[linux-next:master 8187/8914] lib/bitmap.c:351:6: error: conflicting types for '__bitmap_set'; have 'void(long unsigned int *, unsigned int, unsigned int)'
 2022-07-08 13:44 UTC 

[PATCH v2 0/4] kasan: Fix ordering between MTE tag colouring and page->flags
 2022-07-08 13:31 UTC  (2+ messages)

[linux-next:master 8187/8914] lib/bitmap.c:351:6: error: conflicting types for '__bitmap_set'
 2022-07-08 13:13 UTC 

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

[PATCH v4] arm64: mm: fix linear mem mapping access performance degradation
 2022-07-08 12:28 UTC  (13+ messages)
                    ` [PATCH RESEND "

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

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

[PATCH 7/7] mm/page_alloc: Replace local_lock with normal spinlock
 2022-07-08 10:56 UTC  (6+ 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  (4+ 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()

[RFC PATCH RESEND] userfaultfd: open userfaultfds with O_RDONLY
 2022-07-08  9:34 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  (14+ messages)
` [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 v2] x86/mm/tlb: avoid reading mm_tlb_gen when possible
 2022-07-08  6:59 UTC  (4+ messages)

[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 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  (11+ messages)

[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 

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

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

[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  (11+ 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  (4+ messages)

[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 


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