linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-17 13:09:46 to 2023-04-18 14:10:58 UTC [more...]

[PATCH] mm: compaction: optimize compact_memory to comply with the admin-guide
 2023-04-18 14:10 UTC  (6+ messages)

[PATCH v3 0/7] Split a folio to any lower order folios
 2023-04-18 14:00 UTC  (14+ messages)
` [PATCH v3 5/7] mm: thp: split huge page to any lower order pages
` [PATCH v3 6/7] mm: truncate: split huge page cache page to a non-zero order if possible

[PATCH v1 0/2] A fix for StarFive JH7110 clock drivers
 2023-04-18 12:42 UTC  (11+ messages)
` [PATCH v1 1/2] clk: starfive: Fix RESET_STARFIVE_JH7110 can't be selected in a specified case
` [PATCH v1 2/2] clk: starfive: Delete the redundant dev_set_drvdata() in JH7110 clock drivers

[PATCH v2 0/1] A fix for StarFive JH7110 clock drivers
 2023-04-18 12:37 UTC  (2+ messages)
` [PATCH v2 1/1] clk: starfive: Fix RESET_STARFIVE_JH7110 can't be selected in a specified case

[PATCH] [v2] mm: make arch_has_descending_max_zone_pfns() static
 2023-04-18 12:36 UTC  (3+ messages)

[PATCH v5 1/4] kasan: Emit different calls for instrumentable memintrinsics
 2023-04-18 12:12 UTC  (3+ messages)

[PATCHv2] zsmalloc: allow only one active pool compaction context
 2023-04-18 11:24 UTC  (7+ messages)

[syzbot] [fs?] [mm?] general protection fault in folio_wait_stable
 2023-04-18 11:04 UTC 

[PATCH] mm: shrinkers: fix debugfs file permissions
 2023-04-18 10:19 UTC 

[PATCH v2 1/4] mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()
 2023-04-18 10:10 UTC  (8+ messages)
` [PATCH v2 2/4] mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()
` [PATCH v2 3/4] mm: kmsan: apply __must_check to non-void functions
` [PATCH v2 4/4] mm: apply __must_check to vmap_pages_range_noflush()

[PATCH v2] mm: hwpoison: coredump: support recovery from dump_user_range()
 2023-04-18  9:45 UTC  (2+ messages)

[PATCH] mm/folio: Avoid special handling for order value 0 in folio_set_order
 2023-04-18  9:25 UTC  (6+ messages)

[RFC PATCH] migrate_pages: Never block waiting for the page lock
 2023-04-18  9:17 UTC  (7+ messages)

[PATCH v2] mm/shmem: Fix race in shmem_undo_range w/THP
 2023-04-18  8:40 UTC 

[PATCH] mm/shmem: Fix race in shmem_undo_range w/THP
 2023-04-18  8:13 UTC  (2+ messages)

[PATCH 0/5] Some tiny clean ups for SLUB
 2023-04-18  7:50 UTC  (2+ messages)

[PATCHv3] zsmalloc: allow only one active pool compaction context
 2023-04-18  7:46 UTC 

[PATCH v2 0/6] tmpfs: add the option to disable swap
 2023-04-18  7:38 UTC  (9+ messages)
` [PATCH v2 4/6] shmem: skip page split if we're not reclaiming
` [PATCH v2 5/6] shmem: update documentation
` [PATCH v2 6/6] shmem: add support to ignore swap

next: armv7: kernel BUG at mm/slub.c:4240! - PC is at __kmem_cache_create+0x580/0x588
 2023-04-18  7:13 UTC  (2+ messages)

[PATCH] mm: Fixed incorrect comment for _kmem_cache_create function
 2023-04-18  7:10 UTC  (5+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[linux-next:master] BUILD REGRESSION 4aa1da8d99724f6c0b762b58a71cee7c5e2e109b
 2023-04-18  6:55 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 88d3973741d77fefd8dec0ee678c9a09269c3006
 2023-04-18  6:54 UTC 

[PATCH v1] lib/stackdepot: limit nr_entries size
 2023-04-18  6:53 UTC  (5+ messages)

[PATCH 0/2] Reduce lock contention related with large folio
 2023-04-18  6:39 UTC  (6+ messages)
` [PATCH 2/2] lru: allow large batched add large folio to lru list

[RFC PATCH v1 0/5] Introduce objects folding mechanism
 2023-04-18  6:25 UTC  (3+ messages)
` [RFC PATCH v1 3/5] mm/zsmalloc: introduce "
` [RFC PATCH v1 4/5] zram: add fold sysfs knob

[PATCH v14 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-04-18  6:20 UTC  (6+ messages)
` [PATCH v14 1/5] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v14 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v14 3/5] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v14 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v14 5/5] selftests: mm: add pagemap ioctl tests

[PATCH] mm: fix printk format within cma
 2023-04-18  5:24 UTC  (4+ messages)

[PATCH v9 0/3] mm: process/cgroup ksm support
 2023-04-18  5:13 UTC  (4+ messages)
` [PATCH v9 1/3] mm: add new api to enable ksm per process
` [PATCH v9 2/3] mm: add new KSM process and sysfs knobs
` [PATCH v9 3/3] selftests/mm: add new selftests for KSM

[PATCH] mm,unmap: avoid flushing TLB in batch if PTE is inaccessible
 2023-04-18  3:17 UTC  (7+ messages)

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

[PATCH 1/1] mm: handle swap page faults if the faulting page can be locked
 2023-04-18  1:07 UTC  (7+ messages)

[PATCH v2 0/6] mm/hugetlb: More fixes around uffd-wp vs fork() / RO pins
 2023-04-17 23:48 UTC  (8+ messages)
` [PATCH v2 1/6] mm/hugetlb: Fix uffd-wp during fork()
` [PATCH v2 2/6] mm/hugetlb: Fix uffd-wp bit lost when unsharing happens
` [PATCH v2 3/6] selftests/mm: Add a few options for uffd-unit-test
` [PATCH v2 4/6] selftests/mm: Extend and rename uffd pagemap test
` [PATCH v2 5/6] selftests/mm: Rename COW_EXTRA_LIBS to IOURING_EXTRA_LIBS
` [PATCH v2 6/6] selftests/mm: Add tests for RO pinning vs fork()

[PATCH v2 1/1] mm: do not increment pgfault stats when page fault handler retries
 2023-04-17 23:17 UTC  (10+ messages)

[RFC 0/2] module: fix virtual memory wasted on finit_module()
 2023-04-17 22:08 UTC  (10+ messages)
` [RFC 2/2] kread: avoid duplicates

[LSF/MM/BPF proposal]: Physr discussion
 2023-04-17 19:59 UTC  (3+ messages)

[PATCH 0/7] remove the vmas parameter from GUP APIs
 2023-04-17 19:45 UTC  (22+ messages)
` [PATCH 3/7] mm/gup: remove vmas parameter from get_user_pages_remote()
` [PATCH 4/7] mm/gup: introduce the FOLL_SAME_FILE GUP flag
` [PATCH 5/7] io_uring: rsrc: use FOLL_SAME_FILE on pin_user_pages()

[PATCH v13 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-04-17 19:42 UTC  (5+ messages)
` [PATCH v13 2/5] fs/proc/task_mmu: "

[PATCH v2 2/2] mm/slab: break up RCU readers on SLAB_TYPESAFE_BY_RCU example code
 2023-04-17 19:31 UTC  (7+ messages)

[PATCH v1] shmem: stable directory cookies
 2023-04-17 19:23 UTC 

[PATCH v4 0/2] mm/slab: trivial fixup for SLAB_TYPESAFE_BY_RCU example code snippet
 2023-04-17 19:04 UTC  (3+ messages)
` [PATCH v4 1/2] mm/slab: add a missing semicolon on SLAB_TYPESAFE_BY_RCU example code
` [PATCH v4 2/2] mm/slab: break up RCU readers "

[PATCH v2] mm: hugetlb_vmemmap: provide stronger vmemmap allocation guarantees
 2023-04-17 18:51 UTC  (10+ messages)

[PATCH v2] mm: khugepaged: Fix kernel BUG in hpage_collapse_scan_file
 2023-04-17 18:28 UTC  (6+ messages)

[PATCH] mm: correct arg in reclaim_pages()/reclaim_clean_pages_from_list()
 2023-04-17 17:38 UTC  (3+ messages)

[PATCH v3 0/2] mm/slab: trivial fixup for SLAB_TYPESAFE_BY_RCU example code snippet
 2023-04-17 17:32 UTC  (3+ messages)
` [PATCH v3 1/2] mm/slab: add a missing semicolon on SLAB_TYPESAFE_BY_RCU example code
` [PATCH v3 2/2] mm/slab: break up RCU readers "

[PATCH v8 0/3] mm: process/cgroup ksm support
 2023-04-17 16:42 UTC  (9+ messages)
` [PATCH v8 1/3] mm: add new api to enable ksm per process
` [PATCH v8 3/3] selftests/mm: add new selftests for KSM

[RFC v2 PATCH 00/17] variable-order, large folios for anonymous memory
 2023-04-17 16:15 UTC  (7+ messages)

[PATCH v6 0/3] Replace invocations of prandom_u32() with get_random_u32() and siphash
 2023-04-17 15:26 UTC  (2+ messages)

sequential 1MB mmap read ends in 1 page sync read-ahead
 2023-04-17 15:10 UTC  (7+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-04-17 15:01 UTC  (8+ messages)

linux-6.3-rc6/lib/maple_tree.c: Two style issues
 2023-04-17 14:58 UTC  (4+ messages)

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-04-17 14:54 UTC  (5+ messages)
` [PATCH RFC v8 20/56] crypto:ccp: Define the SEV-SNP commands
` [PATCH RFC v8 36/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command

[PATCH] fs/ntfs3: disable page fault during ntfs_fiemap()
 2023-04-17 14:03 UTC  (2+ messages)
    ` [PATCH] vfs: allow using kernel buffer during fiemap operation

[linux-next:master 10286/12016] arch/arm64/mm/fixmap.c:199:10: warning: variable 'bm_pudp' set but not used
 2023-04-17 13:49 UTC  (2+ messages)

[PATCH next] shmem: minor fixes to splice-read implementation
 2023-04-17 13:48 UTC  (2+ messages)

[PATCH v3 0/1] Fix Random Kernel panic from when fail to reserve memory
 2023-04-17 13:31 UTC  (3+ messages)
` [PATCH v3 1/1] of: fdt: Scan /memreserve/ last


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).