linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2 0/3] mm, lru_gen: batch update pages when aging
 2024-01-11 18:37 UTC  (6+ messages)
` [PATCH v2 1/3] mm, lru_gen: batch update counters on againg
` [PATCH v2 2/3] mm, lru_gen: move pages in bulk when aging
` [PATCH v2 3/3] mm, lru_gen: try to prefetch next page when canning LRU

[PATCH v4 0/4] Improve hugetlbfs read on HWPOISON hugepages
 2024-01-11 18:36 UTC  (14+ messages)
` [PATCH v4 4/4] selftests/mm: add tests for HWPOISON hugetlbfs read

[syzbot] [mm?] kernel BUG in move_pages
 2024-01-11 18:34 UTC  (4+ messages)

[linux-next:master 12997/13245] kernel/crash_core.c:751:58: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'int'
 2024-01-11 18:22 UTC 

[PATCH v2] tools/mm: Add thpmaps script to dump THP usage info
 2024-01-11 18:17 UTC  (9+ messages)

[PATCH 0/4] Convert memcontrol charge moving to use folios
 2024-01-11 18:12 UTC  (5+ messages)
` [PATCH 1/4] memcg: Convert mem_cgroup_move_charge_pte_range() to use a folio
` [PATCH 2/4] memcg: Return the folio in union mc_target
` [PATCH 3/4] memcg: Use a folio in get_mctgt_type
` [PATCH 4/4] memcg: Use a folio in get_mctgt_type_thp

[PATCH] mm: memcontrol: don't throttle dying tasks on memory.high
 2024-01-11 17:59 UTC  (4+ messages)

[PATCH v3 0/7] hugetlb: parallelize hugetlb page init on boot
 2024-01-11 17:50 UTC  (11+ messages)
` [PATCH v3 1/7] hugetlb: code clean for hugetlb_hstate_alloc_pages
` [PATCH v3 2/7] hugetlb: split hugetlb_hstate_alloc_pages
` [PATCH v3 3/7] padata: dispatch works on different nodes

[PATCH] mm: Update mark_victim tracepoints fields
 2024-01-11 17:07 UTC  (3+ messages)

[PATCH 1/1] mm: vmalloc: Mark vmap_init_free_space() with __init tag
 2024-01-11 16:16 UTC  (2+ messages)

[linux-next:master 12999/13245] mm/vmalloc.c:4652:25: warning: variable 'addr' is uninitialized when used here
 2024-01-11 16:11 UTC  (3+ messages)

[PATCH 1/1] Fix a wrong value passed to __find_vmap_area()
 2024-01-11 16:03 UTC  (3+ messages)

Temporary KVM guest hangs connected to KSM and NUMA balancer
 2024-01-11 16:00 UTC  (3+ messages)

[PATCH v3 00/11] Mitigate a vmap lock contention v3
 2024-01-11 15:54 UTC  (6+ messages)
` [PATCH v3 07/11] mm: vmalloc: Offload free_vmap_area_lock lock
` [PATCH v3 10/11] mm: vmalloc: Set nr_nodes based on CPUs in a system

[v5 0/7] Reduce TLB flushes by 94% by improving folio migration
 2024-01-11 15:42 UTC  (9+ messages)
` [v5 1/7] x86/tlb: Add APIs manipulating tlb batch's arch data
` [v5 2/7] arm64: tlbflush: "
` [v5 3/7] mm/rmap: Recognize read-only TLB entries during batched TLB flush
` [v5 4/7] mm: Separate move/undo doing on folio list from migrate_pages_batch()
` [v5 5/7] mm: Add APIs to free a folio directly to the buddy bypassing pcp
` [v5 6/7] mm: Defer TLB flush by keeping both src and dst folios at migration
` [v5 7/7] mm: Pause migrc mechanism at high memory pressure

[RFC PATCH v1] mm/filemap: Allow arch to request folio size for exec memory
 2024-01-11 15:41 UTC 

[linux-next:master 12996/13245] WARNING: modpost: vmlinux: section mismatch in reference: vmap_init_free_space+0x2 (section: .text.unlikely) -> vmlist (section: .init.data)
 2024-01-11 15:35 UTC  (2+ messages)

[PATCH 5.10 0/2] mm/truncate: fix issue in ext4_set_page_dirty()
 2024-01-11 15:31 UTC 

[PATCH v3 00/10] mm: convert mm counter to take a folio
 2024-01-11 15:24 UTC  (11+ messages)
` [PATCH v3 01/10] mm: Add pfn_swap_entry_folio()
` [PATCH v3 02/10] proc: Use pfn_swap_entry_folio where obvious
` [PATCH v3 03/10] mprotect: Use pfn_swap_entry_folio
` [PATCH v3 04/10] s390: use pfn_swap_entry_folio() in ptep_zap_swap_entry()
` [PATCH v3 05/10] mm: use pfn_swap_entry_folio() in __split_huge_pmd_locked()
` [PATCH v3 06/10] mm: use pfn_swap_entry_to_folio() in zap_huge_pmd()
` [PATCH v3 07/10] mm: use pfn_swap_entry_folio() in copy_nonpresent_pte()
` [PATCH v3 08/10] mm: Convert to should_zap_page() to should_zap_folio()
` [PATCH v3 09/10] mm: convert mm_counter() to take a folio
` [PATCH v3 10/10] mm: convert mm_counter_file() "

[PATCH v2 0/8] mm: convert mm counter to take a folio
 2024-01-11 14:39 UTC  (11+ messages)
` [PATCH v2 1/8] mm: swap: introduce pfn_swap_entry_to_folio()
` [PATCH v2 2/8] s390: pgtable: use pfn_swap_entry_to_folio() in ptep_zap_swap_entry()
` [PATCH v2 3/8] mm: huge_memory: use pfn_swap_entry_to_folio() in __split_huge_pmd_locked()
` [PATCH v2 4/8] mm: huge_memory: use pfn_swap_entry_to_folio() in zap_huge_pmd()
` [PATCH v2 5/8] mm: memory: use pfn_swap_entry_to_folio() in copy_nonpresent_pte()
` [PATCH v2 6/8] mm: memory: convert to should_zap_folio()
` [PATCH v2 7/8] mm: convert mm_counter() to take a folio
` [PATCH v2 8/8] mm: convert mm_counter_file() "

[linux-next:master 12996/13245] WARNING: modpost: vmlinux: section mismatch in reference: pmd_clear_bad+0x20 (section: .text.unlikely) -> initcall_level_names (section: .init.data)
 2024-01-11 14:16 UTC 

[PATCH v1 0/2] *** SUBJECT HERE ***
 2024-01-11 14:15 UTC  (8+ messages)
` [PATCH v1 1/2] mm:vmscan: fix workingset eviction memcg issue
` [PATCH v1 2/2] mm:vmscan: fix shrink sc parameters issue

[PATCH -next v4 0/3] minor improvements for x86 mce processing
 2024-01-11 13:55 UTC  (4+ messages)
` [PATCH -next v4 1/3] x86/mce: remove redundant fixup type EX_TYPE_COPY
` [PATCH -next v4 2/3] x86/mce: rename MCE_IN_KERNEL_COPYIN to MCE_IN_KERNEL_COPY_MC
` [PATCH -next v4 3/3] x86/mce: set MCE_IN_KERNEL_COPY_MC for DEFAULT_MCE_SAFE exception

[RFC PATCH v1] tools/mm: Add thpmaps script to dump THP usage info
 2024-01-11 13:18 UTC  (24+ messages)

[RFC PATCH v5 00/12] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
 2024-01-11 13:17 UTC  (13+ messages)
` [RFC PATCH v5 01/12] cxl/mbox: Add GET_SUPPORTED_FEATURES mailbox command
` [RFC PATCH v5 02/12] cxl/mbox: Add GET_FEATURE "
` [RFC PATCH v5 03/12] cxl/mbox: Add SET_FEATURE "
` [RFC PATCH v5 04/12] cxl/memscrub: Add CXL device patrol scrub control feature
` [RFC PATCH v5 05/12] cxl/memscrub: Add CXL device ECS "
` [RFC PATCH v5 06/12] memory: scrub: Add scrub subsystem driver supports configuring memory scrubs in the system
` [RFC PATCH v5 07/12] cxl/memscrub: Register CXL device patrol scrub with scrub configure driver
` [RFC PATCH v5 08/12] cxl/memscrub: Register CXL device ECS "
` [RFC PATCH v5 09/12] ACPI:RASF: Add common library for RASF and RAS2 PCC interfaces
` [RFC PATCH v5 10/12] ACPICA: ACPI 6.5: Add support for RAS2 table
` [RFC PATCH v5 11/12] ACPI:RAS2: Add driver for ACPI RAS2 feature table (RAS2)
` [RFC PATCH v5 12/12] memory: RAS2: Add memory RAS2 driver

[PATCH net-next 3/6] mm/page_alloc: use initial zero offset for page_frag_alloc_align()
 2024-01-11 12:37 UTC  (9+ messages)

[PATCH v4 00/22] stackdepot: allow evicting stack traces
 2024-01-11 12:36 UTC  (6+ messages)
` [PATCH v4 12/22] lib/stackdepot: use read/write lock

arch/arm/kernel/machine_kexec.c:62:23: sparse: sparse: cast removes address space '__user' of expression
 2024-01-11 12:27 UTC 

[PATCH 1/7] selftests/mm: hugepage-shm: conform test to TAP format output
 2024-01-11 12:03 UTC  (8+ messages)
` [PATCH 2/7] selftests/mm: hugepage-vmemmap: "
` [PATCH 3/7] selftests/mm: hugetlb-madvise: "
` [PATCH 4/7] selftests/mm: khugepaged: "
` [PATCH 5/7] selftests/mm: hugetlb-read-hwpoison: "
` [PATCH 6/7] selftests/mm: ksm_tests: "
` [PATCH 7/7] selftests/mm: config: add missing configs

[PATCH] mm: zswap: fix the lack of page lru flag in zswap_writeback_entry
 2024-01-11 11:27 UTC  (16+ messages)
  ` [External] "

Patch "cifs: Fix flushing, invalidation and file size with copy_file_range()" has been added to the 6.1-stable tree
 2024-01-11 11:03 UTC  (8+ messages)
  ` [Regression 6.1.y] From "cifs: Fix flushing, invalidation and file size with copy_file_range()"

[linux-next:master 11933/13245] drivers/net/ethernet/wangxun/libwx/wx_ethtool.c:220:undefined reference to `phylink_ethtool_get_pauseparam'
 2024-01-11 10:45 UTC 

[linux-next:master 12999/13245] mm/vmalloc.c:4652:22: warning: 'addr' is used uninitialized
 2024-01-11 10:33 UTC 

[syzbot] [mm?] WARNING in hpage_collapse_scan_pmd
 2024-01-11 10:00 UTC  (3+ messages)

[PATCH] mm, oom: Add lru_add_drain() in __oom_reap_task_mm()
 2024-01-11  8:46 UTC  (4+ messages)

[PATCH] selftests/mm: mremap_test: fix build warning
 2024-01-11  8:20 UTC 

[PATCH] MAINTAINERS: add entry for shrinker
 2024-01-11  7:52 UTC 

[PATCH mm-unstable v1 1/4] mm/mglru: fix underprotected page cache
 2024-01-11  7:02 UTC  (23+ messages)

[linux-next:master 11934/13245] drivers/net/ethernet/wangxun/ngbe/ngbe_main.c:362:undefined reference to `phylink_start'
 2024-01-11  5:46 UTC 

[RFC PATCH v5 0/4] Introduce mseal()
 2024-01-11  5:19 UTC  (7+ messages)
` [RFC PATCH v5 2/4] mseal: add mseal syscall
` [RFC PATCH v5 4/4] mseal:add documentation

[PATCH 0/3] Update LLVM Phabricator and Bugzilla links
 2024-01-11  4:05 UTC  (4+ messages)
` [PATCH 1/3] selftests/bpf: Update LLVM Phabricator links

[PATCH v6 00/12] mempolicy2, mbind2, and weighted interleave
 2024-01-11  3:41 UTC  (2+ messages)

[RFC PATCH v4 0/4] Introduce mseal()
 2024-01-11  3:04 UTC  (4+ messages)
` [RFC PATCH v4 3/4] selftest mm/mseal memory sealing

[PATCH] mm/mmap: introduce vma_range_init()
 2024-01-11  2:15 UTC 

[PATCH] support tmpfs hugepage PMD is not split when COW
 2024-01-11  2:10 UTC  (3+ messages)

[PATCH 1/1] selftests: mm: hugepage-vmemmap fails on 64K page size systems
 2024-01-11  2:07 UTC  (2+ messages)

[PATCH v4 0/4] supplement of slab allocator removal
 2024-01-11  1:32 UTC  (3+ messages)

[PATCH] exec: remove useless comment
 2024-01-11  0:50 UTC  (3+ messages)
` [PATCH RESEND] "

[PATCH v1 00/26] Add AMD Secure Nested Paging (SEV-SNP) Initialization Support
 2024-01-11  0:50 UTC  (14+ messages)
` [PATCH v1 07/26] x86/fault: Add helper for dumping RMP entries
` [PATCH v1 20/26] crypto: ccp: Add debug support for decrypting pages

[PATCH] execve: argument list space enlargement
 2024-01-11  0:13 UTC  (2+ messages)

[linux-next:master 11985/13109] drivers/net/ethernet/wangxun/ngbe/ngbe_main.c:339:undefined reference to `phylink_stop'
 2024-01-10 22:56 UTC 

put the xfs xfile abstraction on a diet
 2024-01-10 22:42 UTC  (3+ messages)
` [PATCH 12/15] xfs: remove struct xfile_page

[linux-next:master 11985/13109] ngbe_main.c:undefined reference to `phylink_destroy'
 2024-01-10 21:10 UTC 

[linux-next:master 12891/13109] drivers/gpu/drm/amd/amdgpu/../display/dc/link/protocols/link_dp_dpia_bw.c:548:24: warning: arithmetic between different enumeration types ('const enum dc_link_rate' and 'const enum dc_lane_count')
 2024-01-10 20:59 UTC 

[PATCH v6 08/12] mm/mempolicy: add userland mempolicy arg structure
 2024-01-10 20:11 UTC  (2+ messages)
` [PATCH v6 00/12] mempolicy2, mbind2, and weighted interleave

disable large folios for shmem file used by xfs xfile
 2024-01-10 20:04 UTC  (10+ messages)
` [PATCH 2/2] xfs: disable large folio support in xfile_create

[RFC PATCH v2 0/2] Node migration between memory tiers
 2024-01-10 19:29 UTC  (14+ messages)
` [EXT] "
                    ` [External] "

[RFC v2] mm: Multi-Gen LRU: fix use mm/page_idle/bitmap
 2024-01-10 19:24 UTC  (3+ messages)

[PATCH 0/4] netfs, afs, erofs, cifs: Don't use certain internal folio_*() functions
 2024-01-10 17:25 UTC  (3+ messages)
` [PATCH 1/4] netfs: "

[PATCH] mm/memory_hotplug: fix memmap_on_memory sysfs value retrieval
 2024-01-10 16:15 UTC  (2+ messages)

[PATCH] MAINTAINERS: add Yosry Ahmed as a zswap reviewer
 2024-01-10 16:14 UTC  (5+ messages)

[PATCH v5 bpf-next 0/5] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
 2024-01-10 16:14 UTC  (9+ messages)

[PATCH v11 00/35] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-01-10 15:45 UTC  (3+ messages)
` [PATCH v11 18/35] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox