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

[PATCH v13 000/137] Memory folios
 2021-07-14 14:03 UTC  (14+ messages)
` [PATCH v13 010/137] mm: Add folio flag manipulation functions
` [PATCH v13 064/137] flex_proportions: Allow N events instead of 1
` [PATCH v13 065/137] mm/writeback: Change __wb_writeout_inc() to __wb_writeout_add()

5.13.2-rc and others have many not for stable
 2021-07-14 13:52 UTC  (9+ messages)

[PATCH v4 00/10] Add generic support for kdump DT properties
 2021-07-14 13:51 UTC  (13+ 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

[PATCH Part2 RFC v4 00/40] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-07-14 13:35 UTC  (5+ messages)
` [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

[PATCH 0/4] mm: ensure consistency of memory map poisoning
 2021-07-14 12:37 UTC  (5+ 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] 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 0/5] Cleanup and fixup for vmscan
 2021-07-14 11:48 UTC  (18+ messages)
` [PATCH 1/5] mm/vmscan: put the redirtied MADV_FREE pages back to anonymous LRU list
` [PATCH 5/5] mm/vmscan: fix misleading comment in isolate_lru_pages()

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

[PATCH 0/3 v3] xfs, mm: memory allocation improvements
 2021-07-14 11:05 UTC  (5+ 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()

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

[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

[PATCH v2 0/4] add KSM selftests
 2021-07-14  8:56 UTC  (5+ 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 mm v2] kfence: show cpu and timestamp in alloc/free info
 2021-07-14  8:21 UTC 

[RFC 00/10] arm64/mm: Enable FEAT_LPA2 (52 bits PA support on 4K|16K pages)
 2021-07-14  8:21 UTC  (12+ 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

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: Enable suspend-only swap spaces
 2021-07-14  8:00 UTC  (8+ messages)

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

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

[PATCH 0/4 v2] 5.14-rc1 mm/page_alloc.c stray patches
 2021-07-14  7:06 UTC  (7+ messages)
` [PATCH 1/4] mm/page_alloc: Avoid page allocator recursion with pagesets.lock held
` [PATCH 2/4] mm/page_alloc: correct return value when failing at preparing
` [PATCH 3/4] mm/page_alloc: Further fix __alloc_pages_bulk() return value
` [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  (4+ messages)

[PATCH] mm: Make copy_huge_page() always available
 2021-07-14  2:20 UTC  (3+ messages)

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

[PATCH] mm/vmalloc: fix wrong behavior in vread
 2021-07-14  1:59 UTC 

[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  (8+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mm: memory_hotplug: cleanup after removal of pfn_valid_within()

[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:10 UTC  (2+ messages)
` [PATCH] spi: stm32: fix excluded_middle.cocci warnings

[PATCH v2] mm/kasan: move kasan.fault to mm/kasan/report.c
 2021-07-13 18:40 UTC  (3+ messages)

[PATCH] arm64: Avoid premature usercopy failure
 2021-07-13 17:20 UTC  (3+ messages)

[PATCH v33 00/13] Introduce Data Access MONitor (DAMON)
 2021-07-13 17:05 UTC  (16+ messages)
` [PATCH v33 01/13] mm: "
` [PATCH v33 02/13] mm/damon/core: Implement region-based sampling
` [PATCH v33 03/13] mm/damon: Adaptively adjust regions
` [PATCH v33 04/13] mm/idle_page_tracking: Make PG_idle reusable
` [PATCH v33 05/13] mm/damon: Implement primitives for the virtual memory address spaces
` [PATCH v33 06/13] mm/damon: Add a tracepoint
` [PATCH v33 07/13] mm/damon: Implement a debugfs-based user space interface
` [PATCH v33 08/13] mm/damon/dbgfs: Export kdamond pid to the user space
` [PATCH v33 09/13] mm/damon/dbgfs: Support multiple contexts
` [PATCH v33 10/13] Documentation: Add documents for DAMON
` [PATCH v33 11/13] mm/damon: Add kunit tests
` [PATCH v33 12/13] mm/damon: Add user space selftests
` [PATCH v33 13/13] MAINTAINERS: Update for DAMON

[PATCH] kfence: show cpu and timestamp in alloc/free info
 2021-07-13 16:19 UTC  (4+ messages)

[PATCH v4 1/2] kfence: move the size check to the beginning of __kfence_alloc()
 2021-07-13 16:19 UTC  (4+ messages)
` [PATCH v4 2/2] kfence: skip all GFP_ZONEMASK allocations

[PATCH 0/4] 5.14-rc1 mm/page_alloc.c stray patches
 2021-07-13 15:21 UTC  (9+ messages)
` [PATCH 1/4] mm/page_alloc: Avoid page allocator recursion with pagesets.lock held
` [PATCH 2/4] mm/page_alloc: correct return value when failing at preparing
` [PATCH 3/4] mm/page_alloc: Further fix __alloc_pages_bulk() return value
` [PATCH 4/4] Revert "mm/page_alloc: make should_fail_alloc_page() static"

[PATCH v13b 00/18] Convert memcg to folios
 2021-07-13 13:03 UTC  (11+ messages)
` [PATCH v13 13/18] mm/memcg: Add folio_memcg_lock() and folio_memcg_unlock()
` [PATCH v13 14/18] mm/memcg: Convert mem_cgroup_move_account() to use a folio
` [PATCH v13 15/18] mm/memcg: Add folio_lruvec()
` [PATCH v13 16/18] mm/memcg: Add folio_lruvec_lock() and similar functions
` [PATCH v13 17/18] mm/memcg: Add folio_lruvec_relock_irq() and folio_lruvec_relock_irqsave()

[PATCH 0/14 v9] fs: Hole punch vs page cache filling races
 2021-07-13 12:35 UTC  (6+ messages)
` [PATCH 03/14] mm: Protect operations adding pages to page cache with invalidate_lock

[PATCH 1/2] mm/page_alloc: correct return value when failing at preparing
 2021-07-13 12:14 UTC  (4+ messages)

[PATCH] mm/slub: use stackdepot to save stack trace in objects
 2021-07-13 12:03 UTC 

[PATCH] mm: slub: Fix slub_debug disablement for list of slabs
 2021-07-13 11:45 UTC 

[PATCH] netfs: Add MAINTAINERS record
 2021-07-13 11:54 UTC  (3+ messages)

[PATCH 0/5 v4] writeback: Fix bandwidth estimates
 2021-07-13 10:47 UTC  (6+ messages)
` [PATCH 1/5] writeback: Track number of inodes under writeback
` [PATCH 2/5] writeback: Reliably update bandwidth estimation
` [PATCH 3/5] writeback: Fix bandwidth estimate for spiky workload
` [PATCH 4/5] writeback: Rename domain_update_bandwidth()
` [PATCH 5/5] writeback: Use READ_ONCE for unlocked reads of writeback stats

[PATCH 0/5 v3] writeback: Fix bandwidth estimates
 2021-07-13 10:46 UTC  (7+ messages)
` [PATCH 1/5] writeback: Track number of inodes under writeback
` [PATCH 2/5] writeback: Reliably update bandwidth estimation
` [PATCH 3/5] writeback: Fix bandwidth estimate for spiky workload
` [PATCH 4/5] writeback: Rename domain_update_bandwidth()
` [PATCH 5/5] writeback: Use READ_ONCE for unlocked reads of writeback stats

arch/arm/mm/kasan_init.c:229:9: warning: incompatible integer to pointer conversion passing 'unsigned long' to parameter of type 'const void *'
 2021-07-13 10:45 UTC 

[PATCH 0/5 v2] writeback: Fix bandwidth estimates
 2021-07-13 10:32 UTC  (7+ messages)
` [PATCH 1/5] writeback: Track number of inodes under writeback
` [PATCH 2/5] writeback: Reliably update bandwidth estimation
` [PATCH 3/5] writeback: Fix bandwidth estimate for spiky workload
` [PATCH 4/5] writeback: Rename domain_update_bandwidth()
` [PATCH 5/5] writeback: Use READ_ONCE for unlocked reads of writeback stats

[syzbot] upstream test error: BUG: sleeping function called from invalid context in stack_depot_save
 2021-07-13 10:18 UTC  (4+ messages)

[syzbot] net test error: BUG: sleeping function called from invalid context in stack_depot_save
 2021-07-13  8:44 UTC 

[PATCH 0/5] writeback: Fix bandwidth estimates
 2021-07-13  8:15 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 NNTP newsgroup(s).