linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-13 19:10:32 to 2021-07-14 23:48:11 UTC [more...]

[PATCH v3 00/14] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-07-14 23:47 UTC  (18+ messages)
` [PATCH v3 01/14] memory-failure: fetch compound_head after pgmap_pfn_valid()
` [PATCH v3 02/14] mm/page_alloc: split prep_compound_page into head and tail subparts
` [PATCH v3 03/14] mm/page_alloc: refactor memmap_init_zone_device() page init
` [PATCH v3 04/14] mm/memremap: add ZONE_DEVICE support for compound pages
` [PATCH v3 05/14] mm/sparse-vmemmap: add a pgmap argument to section activation
` [PATCH v3 06/14] mm/sparse-vmemmap: refactor core of vmemmap_populate_basepages() to helper
` [PATCH v3 07/14] mm/hugetlb_vmemmap: move comment block to Documentation/vm
` [PATCH v3 08/14] mm/sparse-vmemmap: populate compound pagemaps
` [PATCH v3 09/14] mm/page_alloc: reuse tail struct pages for "
` [PATCH v3 10/14] device-dax: use ALIGN() for determining pgoff
` [PATCH v3 11/14] device-dax: ensure dev_dax->pgmap is valid for dynamic devices
` [PATCH v3 12/14] device-dax: compound pagemap support
` [PATCH v3 13/14] mm/gup: grab head page refcount once for group of subpages
` [PATCH v3 14/14] mm/sparse-vmemmap: improve memory savings for compound pud geometry

[PATCH] mm/vmalloc: fix wrong behavior in vread
 2021-07-14 23:29 UTC  (2+ messages)

[PATCH v2 0/4] add KSM selftests
 2021-07-14 22:51 UTC  (6+ messages)
` [PATCH v2 1/4] selftests: vm: add KSM merge test
` [PATCH v2 2/4] selftests: vm: add KSM unmerge test
` [PATCH v2 3/4] selftests: vm: add KSM zero page merging test
` [PATCH v2 4/4] selftests: vm: add KSM merging across nodes test

[PATCH v2] mm: Enable suspend-only swap spaces
 2021-07-14 22:39 UTC  (9+ messages)

[PATCH 0/4] mm: ensure consistency of memory map poisoning
 2021-07-14 22:32 UTC  (6+ messages)
` [PATCH 1/4] mm/page_alloc: always initialize memory map for the holes
` [PATCH 2/4] microblaze: simplify pte_alloc_one_kernel()
` [PATCH 3/4] mm: introduce memmap_alloc() to unify memory map allocation
` [PATCH 4/4] memblock: stop poisoning raw allocations

[PATCH v4 00/26] userfaultfd-wp: Support shmem and hugetlbfs
 2021-07-14 22:25 UTC  (27+ messages)
` [PATCH v4 01/26] mm/shmem: Unconditionally set pte dirty in mfill_atomic_install_pte
` [PATCH v4 02/26] shmem/userfaultfd: Take care of UFFDIO_COPY_MODE_WP
` [PATCH v4 03/26] mm: Clear vmf->pte after pte_unmap_same() returns
` [PATCH v4 04/26] mm/userfaultfd: Introduce special pte for unmapped file-backed mem
` [PATCH v4 05/26] mm/swap: Introduce the idea of special swap ptes
` [PATCH v4 06/26] shmem/userfaultfd: Handle uffd-wp special pte in page fault handler
` [PATCH v4 07/26] mm: Drop first_index/last_index in zap_details
` [PATCH v4 08/26] mm: Introduce zap_details.zap_flags
` [PATCH v4 09/26] mm: Introduce ZAP_FLAG_SKIP_SWAP
` [PATCH v4 10/26] shmem/userfaultfd: Persist uffd-wp bit across zapping for file-backed
` [PATCH v4 11/26] shmem/userfaultfd: Allow wr-protect none pte for file-backed mem
` [PATCH v4 12/26] shmem/userfaultfd: Allows file-back mem to be uffd wr-protected on thps
` [PATCH v4 13/26] shmem/userfaultfd: Handle the left-overed special swap ptes
` [PATCH v4 14/26] shmem/userfaultfd: Pass over uffd-wp special swap pte when fork()
` [PATCH v4 15/26] mm/hugetlb: Drop __unmap_hugepage_range definition from hugetlb.h
` [PATCH v4 16/26] mm/hugetlb: Introduce huge pte version of uffd-wp helpers
` [PATCH v4 17/26] hugetlb/userfaultfd: Hook page faults for uffd write protection
` [PATCH v4 18/26] hugetlb/userfaultfd: Take care of UFFDIO_COPY_MODE_WP
` [PATCH v4 19/26] hugetlb/userfaultfd: Handle UFFDIO_WRITEPROTECT
` [PATCH v4 20/26] mm/hugetlb: Introduce huge version of special swap pte helpers
` [PATCH v4 21/26] hugetlb/userfaultfd: Handle uffd-wp special pte in hugetlb pf handler
` [PATCH v4 22/26] hugetlb/userfaultfd: Allow wr-protect none ptes
` [PATCH v4 23/26] hugetlb/userfaultfd: Only drop uffd-wp special pte if required
` [PATCH v4 24/26] mm/pagemap: Recognize uffd-wp bit for shmem/hugetlbfs
` [PATCH v4 25/26] mm/userfaultfd: Enable write protection for shmem & hugetlbfs
` [PATCH v4 26/26] userfaultfd/selftests: Enable uffd-wp for shmem/hugetlbfs

[PATCH Part2 RFC v4 00/40] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-07-14 22:25 UTC  (20+ messages)
` [PATCH Part2 RFC v4 01/40] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH Part2 RFC v4 02/40] KVM: SVM: Provide the Hypervisor Feature support VMGEXIT
` [PATCH Part2 RFC v4 04/40] x86/sev: Add the host SEV-SNP initialization support
` [PATCH Part2 RFC v4 07/40] x86/sev: Split the physmap when adding the page in RMP table
` [PATCH Part2 RFC v4 15/40] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH Part2 RFC v4 20/40] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe

undefined reference to `__irqentry_text_start'
 2021-07-14 22:16 UTC 

[PATCH 0/3 v3] xfs, mm: memory allocation improvements
 2021-07-14 21:15 UTC  (6+ messages)
` [PATCH 1/3] mm: Add kvrealloc()
` [PATCH 2/3] xfs: remove kmem_alloc_io()
` [PATCH 3/3] xfs: replace kmem_alloc_large() with kvmalloc()

v5.12+ regression on page_poison=1 i_on_free=0 i_on_alloc=0 warnings
 2021-07-14 21:14 UTC  (6+ messages)
` [PATCH] mm: page_alloc: fix page_poison=1 / INIT_ON_ALLOC_DEFAULT_ON interaction

5.13.2-rc and others have many not for stable
 2021-07-14 21:09 UTC  (15+ messages)

mm/memory_hotplug: preparatory patches for new online policy and memory
 2021-07-14 20:47 UTC  (6+ messages)
` [PATCH v1 1/4] mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()
` [PATCH v1 2/4] mm/memory_hotplug: remove nid parameter from arch_remove_memory()

[PATCH v5 0/2] userfaultfd: do not untag user pointers
 2021-07-14 19:54 UTC  (3+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] selftest: use mmap instead of posix_memalign to allocate memory

[PATCH 0/5] Cleanup and fixup for vmscan
 2021-07-14 19:43 UTC  (10+ messages)
` [PATCH 1/5] mm/vmscan: put the redirtied MADV_FREE pages back to anonymous LRU list

[linux-next:master 365/1733] main.c:117:50: error: 'ret' undeclared
 2021-07-14 18:47 UTC 

[PATCH mm v2] kfence: show cpu and timestamp in alloc/free info
 2021-07-14 17:54 UTC  (3+ messages)

[PATCH mm v3] kfence: show cpu and timestamp in alloc/free info
 2021-07-14 17:53 UTC 

[PATCH 0/3] hugetlb: fix potential ref counting races
 2021-07-14 17:39 UTC  (4+ messages)
` [PATCH 3/3] hugetlb: before freeing hugetlb page set dtor to appropriate value
  ` [External] "

drivers/usb/misc/sisusbvga/sisusb.c:1878:12: warning: stack frame size (16672) exceeds limit (8192) in function 'sisusb_init_gfxcore'
 2021-07-14 17:19 UTC 

[RFC PATCH 0/1] pagemap: report swap location for shared pages
 2021-07-14 17:12 UTC  (7+ messages)
` [RFC PATCH 1/1] "

drivers/usb/misc/sisusbvga/sisusb.c:1878:12: warning: stack frame size (16672) exceeds limit (8192) in function 'sisusb_init_gfxcore'
 2021-07-14 17:08 UTC 

[PATCH] mm: Make copy_huge_page() always available
 2021-07-14 16:09 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION c0d438dbc0b74901f1901d97a6c84f38daa0c831
 2021-07-14 15:48 UTC 

[RFC 00/10] arm64/mm: Enable FEAT_LPA2 (52 bits PA support on 4K|16K pages)
 2021-07-14 15:38 UTC  (13+ messages)
` [RFC 01/10] mm/mmap: Dynamically initialize protection_map[]
` [RFC 02/10] arm64/mm: Consolidate TCR_EL1 fields
` [RFC 03/10] arm64/mm: Add FEAT_LPA2 specific TCR_EL1.DS field
` [RFC 04/10] arm64/mm: Add FEAT_LPA2 specific ID_AA64MMFR0.TGRAN[2]
` [RFC 05/10] arm64/mm: Add CONFIG_ARM64_PA_BITS_52_[LPA|LPA2]
` [RFC 06/10] arm64/mm: Add FEAT_LPA2 specific encoding
` [RFC 07/10] arm64/mm: Detect and enable FEAT_LPA2
` [RFC 08/10] arm64/mm: Add FEAT_LPA2 specific PTE_SHARED and PMD_SECT_S
` [RFC 09/10] arm64/mm: Add FEAT_LPA2 specific fallback (48 bits PA) when not implemented
` [RFC 10/10] arm64/mm: Enable CONFIG_ARM64_PA_BITS_52 on CONFIG_ARM64_[4K|16K]_PAGES

[PATCH v4 00/10] Add generic support for kdump DT properties
 2021-07-14 14:53 UTC  (14+ messages)
` [PATCH v4 01/10] crash_dump: Make elfcorehdr_{addr,size} always visible
` [PATCH v4 02/10] memblock: Add variables for usable memory limitation
` [PATCH v4 03/10] of: fdt: Add generic support for parsing elf core headers property
` [PATCH v4 04/10] of: fdt: Add generic support for parsing usable memory range property
` [PATCH v4 05/10] of: fdt: Use IS_ENABLED(CONFIG_BLK_DEV_INITRD) instead of #ifdef
` [PATCH v4 06/10] riscv: Remove non-standard linux,elfcorehdr handling
` [PATCH v4 07/10] arm64: kdump: Remove custom linux,elfcorehdr parsing
` [PATCH v4 08/10] arm64: kdump: Remove custom linux,usable-memory-range parsing
` [PATCH v4 09/10] arm64: kdump: Use IS_ENABLED(CONFIG_CRASH_DUMP) instead of #ifdef
` [PATCH v4 10/10] ARM: Parse kdump DT properties

[BUG] ramfs system panic when using dd to create files
 2021-07-14 14:36 UTC  (5+ messages)
  `  "

[PATCH v13 000/137] Memory folios
 2021-07-14 14:03 UTC  (10+ messages)
` [PATCH v13 010/137] mm: Add folio flag manipulation functions

[PATCH] kfence: defer kfence_test_init to ensure that kunit debugfs is created
 2021-07-14 11:56 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 902b4f67cc56066e637e15355def456cb1fa150f
 2021-07-14 11:50 UTC 

[PATCH v1] mm/hugetlb: fix refs calculation from unaligned @vaddr
 2021-07-14  9:54 UTC  (4+ messages)

[PATCH mm v5 1/2] kfence: move the size check to the beginning of __kfence_alloc()
 2021-07-14  9:22 UTC  (2+ messages)
` [PATCH mm v5 2/2] kfence: skip all GFP_ZONEMASK allocations

[PATCH 0/5] Free the 2nd vmemmap page associated with each HugeTLB page
 2021-07-14  9:18 UTC  (6+ messages)
` [PATCH 1/5] mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)
` [PATCH 2/5] mm: introduce save_page_flags to cooperate with show_page_flags
` [PATCH 3/5] mm: hugetlb: free the 2nd vmemmap page associated with each HugeTLB page
` [PATCH 4/5] mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_key
` [PATCH 5/5] mm: sparsemem: use page table lock to protect kernel pmd operations

fix memcpy_to_page and memzero_page
 2021-07-14  8:09 UTC  (5+ messages)
` [PATCH 1/2] mm: call flush_dcache_page in "

[PATCH v2] mm: page_alloc: Fix page_poison=1 / INIT_ON_ALLOC_DEFAULT_ON interaction
 2021-07-14  7:55 UTC  (3+ messages)

[PATCH 0/4 v2] 5.14-rc1 mm/page_alloc.c stray patches
 2021-07-14  7:06 UTC  (3+ messages)
` [PATCH 4/4] Revert "mm/page_alloc: make should_fail_alloc_page() static"

mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge
 2021-07-14  6:52 UTC  (2+ messages)

[PATCH 00/12] mm/debug_vm_pgtable: Enhancements
 2021-07-14  6:24 UTC  (6+ messages)
` [PATCH 01/12] mm/debug_vm_pgtable: Introduce struct vm_pgtable_debug

flush_kernel_dcache_page fixes and removal
 2021-07-14  3:13 UTC  (2+ messages)

Request for folios
 2021-07-14  2:11 UTC  (2+ messages)

[PATCH v4 1/2] memcg: switch lruvec stats to rstat
 2021-07-14  1:39 UTC  (2+ messages)
` [PATCH v4 2/2] memcg: infrastructure to flush memcg stats

[linux-next:master] BUILD REGRESSION 8f0df15bafc1e1c92b6d96bf8ef24dd8be3aec7b
 2021-07-13 21:46 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 396208d3cbd4226c5bb79b1143954539d1856335
 2021-07-13 20:46 UTC 

[PATCH v3 1/2] memcg: switch lruvec stats to rstat
 2021-07-13 20:27 UTC  (3+ messages)
` [PATCH 2/2] memcg: infrastructure to flush memcg stats

[PATCH 0/2] mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONE
 2021-07-13 20:02 UTC  (6+ messages)
` [PATCH 1/2] "

[linux-next:master 1012/1340] drivers/spi/spi-stm32.c:915:23-25: WARNING !A || A && B is equivalent to !A || B
 2021-07-13 19:09 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).