Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-12 05:00:09 to 2023-06-12 22:32:14 UTC [more...]

[PATCHv2] selftests: damon: add config file
 2023-06-12 22:32 UTC  (2+ messages)

[PATCH v11 00/20] TDX host kernel support
 2023-06-12 22:10 UTC  (25+ messages)
  ` [PATCH v11 18/20] x86: Handle TDX erratum to reset TDX private memory during kexec() and reboot
  ` [PATCH v11 19/20] x86/mce: Improve error log of kernel space TDX #MC due to erratum
  ` [PATCH v11 06/20] x86/virt/tdx: Handle SEAMCALL running out of entropy error
  ` [PATCH v11 07/20] x86/virt/tdx: Add skeleton to enable TDX on demand
  ` [PATCH v11 11/20] x86/virt/tdx: Fill out TDMRs to cover all TDX memory regions

[PATCH] mm/khugepaged: use DEFINE_READ_MOSTLY_HASHTABLE macro
 2023-06-12 21:59 UTC  (2+ messages)

[PATCH] memory tier: remove unneeded !IS_ENABLED(CONFIG_MIGRATION) check
 2023-06-12 21:57 UTC  (3+ messages)

[PATCH v2] percpu-internal/pcpu_chunk: Re-layout pcpu_chunk structure to reduce false sharing
 2023-06-12 21:55 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] mm/hugetlb: Fix pgtable lock on pmd sharing
 2023-06-12 21:44 UTC  (4+ messages)

[PATCH 00/13] mm: jit/text allocator
 2023-06-12 21:34 UTC  (3+ messages)

[PATCH v3 0/3] Encapsulate PTE contents from non-arch code
 2023-06-12 21:27 UTC  (6+ messages)
` [PATCH v3 1/3] mm: ptdump should use ptep_get_lockless()
` [PATCH v3 2/3] mm: Move ptep_get() and pmdp_get() helpers
` [PATCH v3 3/3] mm: ptep_get() conversion

[PATCH v4 00/34] Split ptdesc from struct page
 2023-06-12 21:04 UTC  (35+ messages)
` [PATCH v4 01/34] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v4 02/34] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v4 03/34] s390: Use pt_frag_refcount for pagetables
` [PATCH v4 04/34] pgtable: Create struct ptdesc
` [PATCH v4 05/34] mm: add utility functions for ptdesc
` [PATCH v4 06/34] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v4 07/34] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v4 08/34] mm: Convert ptlock_ptr() "
` [PATCH v4 09/34] mm: Convert pmd_ptlock_init() "
` [PATCH v4 10/34] mm: Convert ptlock_init() "
` [PATCH v4 11/34] mm: Convert pmd_ptlock_free() "
` [PATCH v4 12/34] mm: Convert ptlock_free() "
` [PATCH v4 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v4 14/34] powerpc: Convert various functions to use ptdescs
` [PATCH v4 15/34] x86: "
` [PATCH v4 16/34] s390: Convert various gmap "
` [PATCH v4 17/34] s390: Convert various pgalloc "
` [PATCH v4 18/34] mm: Remove page table members from struct page
` [PATCH v4 19/34] pgalloc: Convert various functions to use ptdescs
` [PATCH v4 20/34] arm: "
` [PATCH v4 21/34] arm64: "
` [PATCH v4 22/34] csky: Convert __pte_free_tlb() "
` [PATCH v4 23/34] hexagon: "
` [PATCH v4 24/34] loongarch: Convert various functions "
` [PATCH v4 25/34] m68k: "
` [PATCH v4 26/34] mips: "
` [PATCH v4 27/34] nios2: Convert __pte_free_tlb() "
` [PATCH v4 28/34] openrisc: "
` [PATCH v4 29/34] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v4 30/34] sh: Convert pte_free_tlb() "
` [PATCH v4 31/34] sparc64: Convert various functions "
` [PATCH v4 32/34] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v4 33/34] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v4 34/34] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[PATCH v23 0/8] crash: Kernel handling of CPU and memory hot un/plug
 2023-06-12 21:07 UTC  (9+ messages)
` [PATCH v23 1/8] crash: move a few code bits to setup support of crash hotplug
` [PATCH v23 2/8] crash: add generic infrastructure for crash hotplug support
` [PATCH v23 3/8] kexec: exclude elfcorehdr from the segment digest
` [PATCH v23 4/8] crash: memory and CPU hotplug sysfs attributes
` [PATCH v23 5/8] x86/crash: add x86 crash hotplug support
` [PATCH v23 6/8] crash: hotplug support for kexec_load()
` [PATCH v23 7/8] crash: change crash_prepare_elf64_headers() to for_each_possible_cpu()
` [PATCH v23 8/8] x86/crash: optimize CPU changes

[PATCH v2 00/16] Reduce preallocations for maple tree
 2023-06-12 20:39 UTC  (17+ messages)
` [PATCH v2 01/16] maple_tree: Add benchmarking for mas_for_each
` [PATCH v2 02/16] maple_tree: Add benchmarking for mas_prev()
` [PATCH v2 03/16] mm: Move unmap_vmas() declaration to internal header
` [PATCH v2 04/16] mm: Change do_vmi_align_munmap() side tree index
` [PATCH v2 05/16] mm: Remove prev check from do_vmi_align_munmap()
` [PATCH v2 06/16] maple_tree: Introduce __mas_set_range()
` [PATCH v2 07/16] mm: Remove re-walk from mmap_region()
` [PATCH v2 08/16] maple_tree: Adjust node allocation on mas_rebalance()
` [PATCH v2 09/16] maple_tree: Re-introduce entry to mas_preallocate() arguments
` [PATCH v2 10/16] mm: Use vma_iter_clear_gfp() in nommu
` [PATCH v2 11/16] mm: Set up vma iterator for vma_iter_prealloc() calls
` [PATCH v2 12/16] maple_tree: Move mas_wr_end_piv() below mas_wr_extend_null()
` [PATCH v2 13/16] maple_tree: Update mas_preallocate() testing
` [PATCH v2 14/16] maple_tree: Refine mas_preallocate() node calculations
` [PATCH v2 15/16] maple_tree: Reduce resets during store setup
` [PATCH v2 16/16] mm/mmap: Change vma iteration order in do_vmi_align_munmap()

[PATCHv5] mm: skip CMA pages when they are not available
 2023-06-12 20:56 UTC  (6+ messages)

[PATCH v2] block: Fix dio_bio_alloc() to set BIO_PAGE_PINNED
 2023-06-12 20:24 UTC 

[linux-next:master 7837/8413] drivers/remoteproc/stm32_rproc.c:121:50: warning: format specifies type 'unsigned int' but the argument has type 'size_t' (aka 'unsigned long')
 2023-06-12 19:51 UTC 

[GIT PULL] hotfixes for 6.4-rc7
 2023-06-12 19:27 UTC 

[PATCH -next 1/2] mm: compaction: convert to use a folio in isolate_migratepages_block()
 2023-06-12 19:10 UTC  (4+ messages)
` [PATCH -next 2/2] mm: kill [add|del]_page_to_lru_list()

[PATCH] block: Fix dio_bio_alloc() to set BIO_PAGE_PINNED
 2023-06-12 18:59 UTC  (3+ messages)

[PATCH v2 0/6] Per-vma lock support for swap and userfaults
 2023-06-12 18:57 UTC  (23+ messages)
` [PATCH v2 2/6] mm: handle swap page faults under VMA lock if page is uncontended
` [PATCH v2 4/6] mm: drop VMA lock before waiting for migration
` [PATCH v2 5/6] mm: implement folio wait under VMA lock

[PATCH v3 0/7] mm: zswap: move writeback LRU from zpool to zswap
 2023-06-12 18:47 UTC  (12+ messages)
` [PATCH v3 1/7] mm: zswap: add pool shrinking mechanism
` [PATCH v3 2/7] mm: zswap: remove page reclaim logic from zbud
` [PATCH v3 3/7] mm: zswap: remove page reclaim logic from z3fold
` [PATCH v3 4/7] mm: zswap: remove page reclaim logic from zsmalloc
` [PATCH v3 5/7] mm: zswap: remove shrink from zpool interface
` [PATCH v3 6/7] mm: zswap: simplify writeback function
` [PATCH v3 7/7] mm: zswap: remove zswap_header

[PATCH v2 0/9] convert hugetlb_cgroup helper functions to folios
 2023-06-12 18:45 UTC  (4+ messages)
` [PATCH v2 5/9] mm/hugetlb: convert isolate_or_dissolve_huge_page "

[linux-next:master 1288/8413] xtensa-linux-ld: section .Level2InterruptVector.text VMA [00000180,00000193] overlaps section .data VMA [00000000,0008e717]
 2023-06-12 18:34 UTC 

[PATCH] mm: remove set_compound_page_dtor()
 2023-06-12 17:28 UTC  (2+ messages)

[linux-next:master 4218/8413] lib/kunit/test.c:764:38: warning: cast from 'void (*)(const void *)' to 'kunit_action_t *' (aka 'void (*)(void *)') converts to incompatible function type
 2023-06-12 17:27 UTC 

[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-06-12 17:08 UTC  (23+ messages)
` [PATCH RFC v9 02/51] KVM: x86: Add gmem hook for invalidating private memory
` [PATCH RFC v9 05/51] x86/coco: move CONFIG_HAS_CC_PLATFORM check down into coco/Makefile
` [PATCH RFC v9 07/51] x86/sev: Add the host SEV-SNP initialization support
` [PATCH RFC v9 08/51] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled
` [PATCH RFC v9 09/51] x86/sev: Add RMP entry lookup helpers
` [PATCH RFC v9 10/51] x86/fault: Add helper for dumping RMP entries
` [PATCH RFC v9 11/51] x86/traps: Define RMP violation #PF error code
` [PATCH RFC v9 12/51] x86/fault: Report RMP page faults for kernel addresses
` [PATCH RFC v9 13/51] x86/fault: Handle RMP page faults for user addresses
` [PATCH RFC v9 14/51] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH RFC v9 29/51] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command

[PATCH] mm: hugetlb: Add Kconfig option to set default nr_overcommit_hugepages
 2023-06-12 16:42 UTC  (4+ messages)

[PATCH RFC v2 0/4] Add support for sharing page tables across processes (Previously mshare)
 2023-06-12 16:25 UTC  (2+ messages)

[PATCH] [mm-unstable] mm/folio: Replace set_compound_order with folio_set_order
 2023-06-12 16:10 UTC  (2+ messages)

[PATCH v6 02/19] hexagon: mm: Convert to GENERIC_IOREMAP
 2023-06-12 16:02 UTC  (6+ messages)

[PATCH v7 00/17] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-06-12 15:32 UTC  (18+ messages)
` [PATCH v7 01/17] mm/slab: Decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN
` [PATCH v7 02/17] dma: Allow dma_get_cache_alignment() to be overridden by the arch code
` [PATCH v7 03/17] mm/slab: Simplify create_kmalloc_cache() args and make it static
` [PATCH v7 04/17] mm/slab: Limit kmalloc() minimum alignment to dma_get_cache_alignment()
` [PATCH v7 05/17] drivers/base: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
` [PATCH v7 06/17] drivers/gpu: "
` [PATCH v7 07/17] drivers/usb: "
` [PATCH v7 08/17] drivers/spi: "
` [PATCH v7 09/17] dm-crypt: "
` [PATCH v7 10/17] iio: core: "
` [PATCH v7 11/17] arm64: Allow kmalloc() caches aligned to the smaller cache_line_size()
` [PATCH v7 12/17] scatterlist: Add dedicated config for DMA flags
` [PATCH v7 13/17] dma-mapping: Name SG DMA flag helpers consistently
` [PATCH v7 14/17] dma-mapping: Force bouncing if the kmalloc() size is not cache-line-aligned
` [PATCH v7 15/17] iommu/dma: Force bouncing if the size is not cacheline-aligned
` [PATCH v7 16/17] mm: slab: Reduce the kmalloc() minimum alignment if DMA bouncing possible
` [PATCH v7 17/17] arm64: Enable ARCH_WANT_KMALLOC_DMA_BOUNCE for arm64

[linux-next:master 4217/8413] lib/kunit/executor_test.c:138:4: warning: cast from 'void (*)(const void *)' to 'kunit_action_t *' (aka 'void (*)(void *)') converts to incompatible function type
 2023-06-12 15:29 UTC 

[PATCH v2] watchdog/mm: Allow dumping memory info in pretimeout
 2023-06-12 14:53 UTC  (2+ messages)

[linux-next:master 2350/8413] arch/parisc/kernel/pdt.c:65:6: warning: no previous prototype for 'arch_report_meminfo'
 2023-06-12 14:47 UTC 

[PATCH] mm: madvise: fix uneven accounting of psi
 2023-06-12 13:40 UTC  (5+ messages)

[PATCH] memblock: use the helper macro for_each_zone
 2023-06-12 12:51 UTC 

[linux-next:master] [splice] 2cb1e08985: stress-ng.sendfile.ops_per_sec 11.6% improvement
 2023-06-12 12:25 UTC  (2+ messages)

[PATCH v5 3/3] mm,page_owner: Filter out stacks by a threshold counter
 2023-06-12 10:53 UTC  (3+ messages)

[RFC PATCH ] mm/slub: Reducing slub memory wastage
 2023-06-12 10:17 UTC  (2+ messages)

[PATCH] mm: compaction: skip memory hole rapidly when isolating migratable pages
 2023-06-12 10:11 UTC  (6+ messages)

[PATCH 1/2] selftests: mm: remove wrong kernel header inclusion
 2023-06-12  9:56 UTC  (3+ messages)
` [PATCH 2/2] selftests: mm: remove duplicate unneeded defines

[PATCH] mm: compaction: mark kcompactd_run() and kcompactd_stop() __meminit
 2023-06-12  9:50 UTC  (2+ messages)

[PATCH v4 0/3] page_owner: print stacks and their counter
 2023-06-12  9:44 UTC  (5+ messages)

[PATCH] mm: vmscan: mark kswapd_run() and kswapd_stop() __meminit
 2023-06-12  9:32 UTC 

[PATCH v2] mm/vmalloc: Replace the ternary conditional operator with min()
 2023-06-12  9:22 UTC  (2+ messages)

[PATCH] scripts: fix the gfp flags header path in gfp-translate
 2023-06-12  9:21 UTC  (2+ messages)

[PATCH -next] mm: Remove unused vma_init_lock()
 2023-06-12  9:14 UTC  (2+ messages)

[PATCH v2 00/32] mm: allow pte_offset_map[_lock]() to fail
 2023-06-12  9:10 UTC  (7+ messages)
` [PATCH v2 28/32] mm/memory: "
` [PATCH v2 31/32] mm/swap: swap_vma_readahead() do the pte_offset_map()

[PATCH] binfmt_elf: dynamically allocate note.data in parse_elf_properties
 2023-06-12  8:08 UTC  (2+ messages)

[PATCH v6 00/17] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-06-12  7:47 UTC  (6+ messages)

[PATCH] udmabuf: revert 'Add support for mapping hugepages (v4)'
 2023-06-12  7:46 UTC  (3+ messages)

[PATCH v1 1/1] selftests: mm: uufd-unit-tests: remove a format warning in printf
 2023-06-12  7:42 UTC  (4+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).