linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-07 04:47:40 to 2022-02-08 08:33:56 UTC [more...]

[PATCH v7 00/12] Multigenerational LRU Framework
 2022-02-08  8:33 UTC  (17+ messages)
` [PATCH v7 01/12] mm: x86, arm64: add arch_has_hw_pte_young()
` [PATCH v7 02/12] mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
` [PATCH v7 03/12] mm/vmscan.c: refactor shrink_node()
` [PATCH v7 04/12] mm: multigenerational LRU: groundwork
` [PATCH v7 05/12] mm: multigenerational LRU: minimal implementation
` [PATCH v7 06/12] mm: multigenerational LRU: exploit locality in rmap
` [PATCH v7 07/12] mm: multigenerational LRU: support page table walks
` [PATCH v7 08/12] mm: multigenerational LRU: optimize multiple memcgs
` [PATCH v7 09/12] mm: multigenerational LRU: runtime switch
` [PATCH v7 10/12] mm: multigenerational LRU: thrashing prevention
` [PATCH v7 11/12] mm: multigenerational LRU: debugfs interface
` [PATCH v7 12/12] mm: multigenerational LRU: documentation

[PATCH] mm: Remove usercopy_warn()
 2022-02-08  8:16 UTC  (4+ messages)

start sorting out the ZONE_DEVICE refcount mess
 2022-02-08  8:09 UTC  (36+ messages)
` [PATCH 1/8] mm: remove a pointless CONFIG_ZONE_DEVICE check in memremap_pages
` [PATCH 2/8] mm: remove the __KERNEL__ guard from <linux/mm.h>
` [PATCH 3/8] mm: remove pointless includes from <linux/hmm.h>
` [PATCH 4/8] mm: move free_devmap_managed_page to memremap.c
` [PATCH 5/8] mm: simplify freeing of devmap managed pages
` [PATCH 6/8] mm: don't include <linux/memremap.h> in <linux/mm.h>
` [PATCH 7/8] mm: remove the extra ZONE_DEVICE struct page refcount
` [PATCH 8/8] fsdax: depend on ZONE_DEVICE || FS_DAX_LIMITED

[PATCH 1/2] mm: Add pvmw_set_page()
 2022-02-08  8:04 UTC  (2+ messages)

[PATCH v9 00/43] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-02-08  7:56 UTC  (19+ messages)
` [PATCH v9 30/43] KVM: SEV: Add documentation for SEV-SNP CPUID Enforcement
` [PATCH v9 31/43] x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlers
` [PATCH v9 37/43] x86/sev: Add SEV-SNP feature detection/setup
` [PATCH v9 38/43] x86/sev: Use firmware-validated CPUID for SEV-SNP guests
` [PATCH v9 41/43] virt: Add SEV-SNP guest driver
` [PATCH v9 42/43] virt: sevguest: Add support to derive key

[PATCH v4 0/5] Fix some cache flush bugs
 2022-02-08  7:36 UTC  (6+ messages)
` [PATCH v4 1/5] mm: thp: fix wrong cache flush in remove_migration_pmd()
` [PATCH v4 2/5] mm: fix missing cache flush for all tail pages of compound page
` [PATCH v4 3/5] mm: hugetlb: fix missing cache flush in copy_huge_page_from_user()
` [PATCH v4 4/5] mm: hugetlb: fix missing cache flush in hugetlb_mcopy_atomic_pte()
` [PATCH v4 5/5] mm: replace multiple dcache flush with flush_dcache_folio()

incoming
 2022-02-08  6:46 UTC  (6+ messages)
` [patch 22/69] fs: move binfmt_misc sysctl to its own file
  ` [PATCH] Fix regression due to "fs: move binfmt_misc sysctl to its own file"

[PATCH v2 1/2] arm64: avoid flushing icache multiple times on contiguous HugeTLB
 2022-02-08  5:46 UTC  (2+ messages)
` [PATCH v2 2/2] arm64: mm: hugetlb: add support for free vmemmap pages of HugeTLB

[PATCH] psi: Treat ksm swapping in copy as memstall
 2022-02-08  3:22 UTC  (5+ messages)

[PATCH] mm/damon: Add option to monitor only writes
 2022-02-08  2:05 UTC  (2+ messages)

[PATCH] mm/memory_hotplug: fix kfree() of bootmem memory
 2022-02-08  1:59 UTC  (3+ messages)

[linux-next:master 4211/4212] include/linux/mmzone.h:1431:23: warning: array subscript 32 is outside array bounds of 'struct mem_section[32][1]'
 2022-02-08  1:49 UTC 

[PATCH 00/35] Shadow stacks for userspace
 2022-02-08  1:46 UTC  (9+ messages)

[PATCH v2 00/35] Speculative page faults
 2022-02-08  1:31 UTC  (22+ messages)
` [PATCH v2 03/35] mmap locking API: name the return values
` [PATCH v2 13/35] x86/mm: attempt speculative mm faults first
` [PATCH v2 22/35] percpu-rwsem: enable percpu_sem destruction in atomic context
` [PATCH v2 33/35] arm64/mm: attempt speculative mm faults first

[PATCH 00/35] Shadow stacks for userspace
 2022-02-08  1:05 UTC  (18+ messages)
` [PATCH 02/35] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH 03/35] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH 04/35] x86/cpufeatures: Introduce CPU setup and option parsing for CET
` [PATCH 05/35] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH 06/35] x86/cet: Add control-protection fault handler
` [PATCH 07/35] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH 09/35] x86/mm: Introduce _PAGE_COW

[linux-next:master 122/4212] arch/arm/boot/compressed/atags_to_fdt.c:129:5: warning: stack frame size (1344) exceeds limit (1280) in 'atags_to_fdt'
 2022-02-08  0:28 UTC 

[PATCH v5 0/4] mm/page_owner: Extend page_owner to show memcg information
 2022-02-08  0:05 UTC  (5+ messages)
` [PATCH v5 1/4] lib/vsprintf: Avoid redundant work with 0 size
` [PATCH v5 2/4] mm/page_owner: Use scnprintf() to avoid excessive buffer overrun check
` [PATCH v5 3/4] mm/page_owner: Print memcg information
` [PATCH v5 4/4] mm/page_owner: Record task command name

[PATCH v2 0/3] Add hugetlb MADV_DONTNEED support
 2022-02-07 23:47 UTC  (6+ messages)
` [PATCH v2 1/3] mm: enable MADV_DONTNEED for hugetlb mappings

[PATCH v6 0/6] x86: Show in sysfs if a memory node is able to do encryption
 2022-02-07 21:56 UTC  (9+ messages)
` [PATCH v6 1/6] mm/memblock: Tag memblocks with crypto capabilities
` [PATCH v6 2/6] mm/mmzone: Tag pg_data_t "
` [PATCH v6 3/6] x86/e820: Refactor range_update and range_remove
` [PATCH v6 4/6] x86/e820: Tag e820_entry with crypto capabilities

[PATCH] mm: Outline copy_overflow()
 2022-02-07 20:40 UTC  (3+ messages)

[PATCH 0/4] A few cleanup patches around memory_hotplug
 2022-02-07 20:12 UTC  (10+ messages)
` [PATCH 1/4] mm/memory_hotplug: remove obsolete comment of __add_pages
` [PATCH 2/4] mm/memory_hotplug: avoid calling zone_intersects() for ZONE_NORMAL
` [PATCH 3/4] mm/memory_hotplug: clean up try_offline_node
` [PATCH 4/4] mm/memory_hotplug: fix misplaced comment in offline_pages

[linux-next:master] BUILD REGRESSION b3c0a155ef77550d48f6eb7c6fdd6075764a5622
 2022-02-07 19:56 UTC 

[PATCH v3 4/4] mm/page_owner: Record task command name
 2022-02-07 19:33 UTC  (7+ messages)
` [PATCH v4 3/4] mm/page_owner: Print memcg information

[PATCH 0/3] selftests: Remove duplicate CPUID wrappers
 2022-02-07 19:13 UTC  (5+ messages)

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-02-07 18:51 UTC  (5+ messages)
` [PATCH v4 01/12] mm/shmem: Introduce F_SEAL_INACCESSIBLE
` [PATCH v4 02/12] mm/memfd: Introduce MFD_INACCESSIBLE flag

[PATCH 00/13] mm/munlock: rework of mlock+munlock page handling
 2022-02-07 18:46 UTC  (5+ messages)
` [PATCH 07/13] mm/munlock: mlock_pte_range() when mlocking or munlocking

[PATCH 00/23 V3] Repair SWAP-over_NFS
 2022-02-07 17:55 UTC  (4+ messages)
` [PATCH 01/23] MM: create new mm/swap.h header file

[PATCH -V11 0/3] NUMA balancing: optimize memory placement for memory tiering system
 2022-02-07 17:47 UTC  (5+ messages)
` [PATCH -V11 1/3] NUMA Balancing: add page promotion counter
` [PATCH -V11 2/3] NUMA balancing: optimize page placement for memory tiering system

[PATCH] proc: Avoid unused variable warning in pagemap_pmd_range()
 2022-02-07 17:10 UTC 

[PATCH 00/21 V4] Repair SWAP-over_NFS
 2022-02-07 15:53 UTC  (18+ messages)
` [PATCH 14/21] SUNRPC/xprt: async tasks mustn't block waiting for memory
` [PATCH 21/21] NFS: swap-out must always use STABLE writes
` [PATCH 07/21] DOC: update documentation for swap_activate and swap_rw
` [PATCH 10/21] VFS: Add FMODE_CAN_ODIRECT file flag
` [PATCH 16/21] NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDS
` [PATCH 18/21] NFSv4: keep state manager thread active if swap is enabled
` [PATCH 11/21] NFS: remove IS_SWAPFILE hack
` [PATCH 08/21] MM: submit multipage reads for SWP_FS_OPS swap-space
` [PATCH 09/21] MM: submit multipage write "
` [PATCH 12/21] SUNRPC/call_alloc: async tasks mustn't block waiting for memory
` [PATCH 20/21] NFS: swap IO handling is slightly different for O_DIRECT IO
` [PATCH 17/21] SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOC
` [PATCH 15/21] SUNRPC: remove scheduling boost for "SWAPPER" tasks
` [PATCH 13/21] SUNRPC/auth: async tasks mustn't block waiting for memory
` [PATCH 19/21] NFS: rename nfs_direct_IO and use as ->swap_rw

[PATCH] mm: io_uring: allow oom-killer from io_uring_setup
 2022-02-07 15:44 UTC  (2+ messages)

[PATCH] ilog2: Force inlining of __ilog2_u32() and __ilog2_u64()
 2022-02-07 14:29 UTC 

[PATCH 00/75] MM folio patches for 5.18
 2022-02-07 14:24 UTC  (47+ messages)
` [PATCH 01/75] mm/gup: Increment the page refcount before the pincount
` [PATCH 04/75] mm/gup: Change the calling convention for compound_range_next()
` [PATCH 10/75] mm/gup: Remove hpage_pincount_add()
` [PATCH 16/75] mm/gup: Convert try_grab_page() to use a folio
` [PATCH 29/75] mm/workingset: Convert workingset_eviction() to take "
` [PATCH 30/75] mm/memcg: Convert mem_cgroup_swapout() "
` [PATCH 31/75] mm: Add lru_to_folio()
` [PATCH 32/75] mm: Turn putback_lru_page() into folio_putback_lru()
` [PATCH 33/75] mm/vmscan: Convert __remove_mapping() to take a folio
` [PATCH 34/75] mm/vmscan: Turn page_check_dirty_writeback() into folio_check_dirty_writeback()
` [PATCH 35/75] mm: Turn head_compound_mapcount() into folio_entire_mapcount()
` [PATCH 36/75] mm: Add folio_mapcount()
` [PATCH 37/75] mm: Add split_folio_to_list()
` [PATCH 38/75] mm: Add folio_is_zone_device() and folio_is_device_private()
` [PATCH 39/75] mm: Add folio_pgoff()
` [PATCH 40/75] mm: Add pvmw_set_page() and pvmw_set_folio()
` [PATCH 41/75] hexagon: Add pmd_pfn()
` [PATCH 43/75] mm/page_idle: Convert page_idle_clear_pte_refs() to use a folio
` [PATCH 44/75] mm/rmap: Use a folio in page_mkclean_one()
` [PATCH 45/75] mm/rmap: Turn page_referenced() into folio_referenced()
` [PATCH 47/75] mm/mlock: Turn mlock_vma_page() into mlock_vma_folio()

[PATCH] m68k: mm: Remove check for VM_IO to fix deferred I/O
 2022-02-07 13:06 UTC  (3+ messages)

[linux-next:master 310/4212] policy_unpack.o:undefined reference to `zlib_deflate_workspacesize'
 2022-02-07 11:02 UTC 

[PATCH] mm: unexport page_init_poison
 2022-02-07 10:33 UTC  (2+ messages)

[PATCH v3] kfence: Make test case compatible with run time set sample interval
 2022-02-07  8:55 UTC  (2+ messages)

[PATCH] mm/damon: Add option to monitor only writes
 2022-02-07  8:16 UTC  (2+ messages)

[linux-next:master 710/4147] net/netfilter/nf_conntrack_bpf.c:251:5: warning: no previous prototype for 'register_nf_conntrack_bpf'
 2022-02-07  6:47 UTC 

[linux-next:master 1773/4147] ld.lld: error: undefined symbol: exynos_arm64_register_cmu
 2022-02-07  6:34 UTC  (2+ messages)

[PATCH v5 0/5] mm/gup: some cleanups
 2022-02-07  6:22 UTC  (6+ messages)
` [PATCH v5 1/5] mm: Fix invalid page pointer returned with FOLL_PIN gups
` [PATCH v5 2/5] mm/gup: follow_pfn_pte(): -EEXIST cleanup
` [PATCH v5 3/5] mm/gup: remove unused pin_user_pages_locked()
` [PATCH v5 4/5] mm: change lookup_node() to use get_user_pages_fast()
` [PATCH v5 5/5] mm/gup: remove unused get_user_pages_locked()

[PATCH v4 0/5] mm/gup: some cleanups
 2022-02-07  5:19 UTC  (4+ messages)
` [PATCH v4 1/5] mm: Fix invalid page pointer returned with FOLL_PIN gups

[syzbot] INFO: task hung in do_read_cache_folio
 2022-02-07  5:19 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).