linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH v1 00/57] Boot-time page size selection for arm64
 2024-10-14 13:54 UTC  (66+ messages)
` [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
  ` [RFC PATCH v1 02/57] vmlinux: Align to PAGE_SIZE_MAX
  ` [RFC PATCH v1 03/57] mm/memcontrol: Fix seq_buf size to save memory when PAGE_SIZE is large
  ` [RFC PATCH v1 04/57] mm/page_alloc: Make page_frag_cache boot-time page size compatible
  ` [RFC PATCH v1 05/57] mm: Avoid split pmd ptl if pmd level is run-time folded
  ` [RFC PATCH v1 06/57] mm: Remove PAGE_SIZE compile-time constant assumption
  ` [RFC PATCH v1 07/57] fs: Introduce MAX_BUF_PER_PAGE_SIZE_MAX for array sizing
  ` [RFC PATCH v1 08/57] fs: Remove PAGE_SIZE compile-time constant assumption
  ` [RFC PATCH v1 09/57] fs/nfs: "
  ` [RFC PATCH v1 10/57] fs/ext4: "
  ` [RFC PATCH v1 11/57] fork: Permit boot-time THREAD_SIZE determination
  ` [RFC PATCH v1 12/57] cgroup: Remove PAGE_SIZE compile-time constant assumption
  ` [RFC PATCH v1 13/57] bpf: "
  ` [RFC PATCH v1 14/57] pm/hibernate: "
  ` [RFC PATCH v1 15/57] stackdepot: "
  ` [RFC PATCH v1 16/57] perf: "
  ` [RFC PATCH v1 17/57] kvm: "
  ` [RFC PATCH v1 18/57] trace: "
  ` [RFC PATCH v1 19/57] crash: "
  ` [RFC PATCH v1 20/57] crypto: "
  ` [RFC PATCH v1 21/57] sunrpc: "
  ` [RFC PATCH v1 22/57] sound: "
  ` [RFC PATCH v1 23/57] net: "
  ` [RFC PATCH v1 24/57] net: fec: "
  ` [RFC PATCH v1 25/57] net: marvell: "
  ` [RFC PATCH v1 26/57] net: hns3: "
  ` [RFC PATCH v1 27/57] net: e1000: "
  ` [RFC PATCH v1 28/57] net: igbvf: "
  ` [RFC PATCH v1 29/57] net: igb: "
  ` [RFC PATCH v1 30/57] drivers/base: "
  ` [RFC PATCH v1 31/57] edac: "
  ` [RFC PATCH v1 32/57] optee: "
  ` [RFC PATCH v1 33/57] random: "
  ` [RFC PATCH v1 34/57] sata_sil24: "
  ` [RFC PATCH v1 35/57] virtio: "
  ` [RFC PATCH v1 36/57] xen: "
  ` [RFC PATCH v1 37/57] arm64: Fix macros to work in C code in addition to the linker script
  ` [RFC PATCH v1 38/57] arm64: Track early pgtable allocation limit
  ` [RFC PATCH v1 39/57] arm64: Introduce macros required for boot-time page selection
  ` [RFC PATCH v1 40/57] arm64: Refactor early pgtable size calculation macros
  ` [RFC PATCH v1 41/57] arm64: Pass desired page size on command line
  ` [RFC PATCH v1 42/57] arm64: Divorce early init from PAGE_SIZE
  ` [RFC PATCH v1 43/57] arm64: Clean up simple cases of CONFIG_ARM64_*K_PAGES
  ` [RFC PATCH v1 44/57] arm64: Align sections to PAGE_SIZE_MAX
  ` [RFC PATCH v1 45/57] arm64: Rework trampoline rodata mapping
  ` [RFC PATCH v1 46/57] arm64: Generalize fixmap for boot-time page size
  ` [RFC PATCH v1 47/57] arm64: Statically allocate and align for worst-case "
  ` [RFC PATCH v1 48/57] arm64: Convert switch to if for non-const comparison values
  ` [RFC PATCH v1 49/57] arm64: Convert BUILD_BUG_ON to VM_BUG_ON
  ` [RFC PATCH v1 50/57] arm64: Remove PAGE_SZ asm-offset
  ` [RFC PATCH v1 51/57] arm64: Introduce cpu features for page sizes
  ` [RFC PATCH v1 52/57] arm64: Remove PAGE_SIZE from assembly code
  ` [RFC PATCH v1 53/57] arm64: Runtime-fold pmd level
  ` [RFC PATCH v1 54/57] arm64: Support runtime folding in idmap_kpti_install_ng_mappings
  ` [RFC PATCH v1 55/57] arm64: TRAMP_VALIAS is no longer compile-time constant
  ` [RFC PATCH v1 56/57] arm64: Determine THREAD_SIZE at boot-time
  ` [RFC PATCH v1 57/57] arm64: Enable boot-time page size selection

[PATCH] rust: shrinker: add shrinker abstraction
 2024-10-14 13:25 UTC  (3+ messages)

[PATCH] MAINTAINERS: kasan, kcov: add bugzilla links
 2024-10-14 13:24 UTC  (4+ messages)

[PATCH v2 0/5] mm/slub: Improve data handling of krealloc() when orig_size is enabled
 2024-10-14 13:12 UTC  (9+ messages)

[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
 2024-10-14 13:07 UTC  (9+ messages)
` [PATCH v5 7/8] execmem: add support for cache of large ROX pages

[PATCH 0/2] Use dot prefixes for section names
 2024-10-14 12:57 UTC  (3+ messages)
` [PATCH 1/2] codetag: Use dot prefix for section name
` [PATCH 2/2] runtime-const: Use dot prefix for section names

[RFC v3 1/3] fadump: Refactor and prepare fadump_cma_init for late init
 2024-10-14 12:21 UTC  (4+ messages)

[PATCH v3 -next 00/15] sysctl: move sysctls from vm_table into its own files
 2024-10-14 12:15 UTC  (7+ messages)
` [PATCH v3 -next 09/15] fs: fs-writeback: move sysctl to fs/fs-writeback.c
` [PATCH v3 -next 10/15] fs: drop_caches: move sysctl to fs/drop_caches.c

[PATCH] mm: khugepaged: fix the incorrect statistics when collapsing large file folios
 2024-10-14 12:09 UTC  (3+ messages)

[PATCH 0/3] memory,acpi: resize memory blocks based on CFMW alignment
 2024-10-14 11:54 UTC  (12+ messages)
` [PATCH 1/3] memory: extern memory_block_size_bytes and set_memory_block_size_order
` [PATCH 3/3] acpi,srat: reduce memory block size if CFMWS has a smaller alignment

[PATCH] kaslr: rename physmem_end and PHYSMEM_END to direct_map_physmem_end
 2024-10-14 11:46 UTC  (2+ messages)

[syzbot] [mm?] BUG: stack guard page was hit in compat_sys_open
 2024-10-14 11:38 UTC  (3+ messages)

[PATCH v2] mm: shrinker: avoid memleak in alloc_shrinker_info
 2024-10-14 11:29 UTC  (8+ messages)

[RFC PATCH 0/4] implement lightweight guard pages
 2024-10-14 11:21 UTC  (12+ messages)
` [RFC PATCH 1/4] mm: pagewalk: add the ability to install PTEs
` [RFC PATCH 2/4] mm: add PTE_MARKER_GUARD PTE marker
` [RFC PATCH 3/4] mm: madvise: implement lightweight guard page mechanism

[PATCH v7 0/2] Rust support for mm_struct, vm_area_struct, and mmap for miscdevice
 2024-10-14 10:56 UTC  (5+ messages)
` [PATCH v7 1/2] rust: mm: add abstractions for mm_struct and vm_area_struct
` [PATCH v7 2/2] rust: miscdevice: add mmap support

[PATCH] mm/page_alloc: Let GFP_ATOMIC order-0 allocs access highatomic reserves
 2024-10-14 10:37 UTC  (2+ messages)

[PATCH v8 14/21] mm/mmap: Avoid zeroing vma tree in mmap_region()
 2024-10-14  9:46 UTC  (2+ messages)

Proposal: bi-weekly guest_memfd upstream call
 2024-10-14  9:34 UTC  (3+ messages)

[PATCH v6 0/2] Rust support for mm_struct, vm_area_struct, and mmap for miscdevice
 2024-10-14  9:33 UTC  (4+ messages)
` [PATCH v6 1/2] rust: mm: add abstractions for mm_struct and vm_area_struct

[syzbot] [mm?] INFO: task hung in exit_mmap
 2024-10-14  9:04 UTC  (5+ messages)

[PATCH v14 0/3] ACPI: APEI: handle synchronous errors in task work
 2024-10-14  8:42 UTC  (4+ messages)
` [PATCH v14 1/3] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
` [PATCH v14 2/3] mm: memory-failure: move return value documentation to function declaration
` [PATCH v14 3/3] ACPI: APEI: handle synchronous exceptions in task work

[syzbot] [fs?] [mm?] stack segment fault in folio_wait_writeback
 2024-10-14  8:41 UTC  (2+ messages)

[RFC PATCH v3 4/4] sched+mm: Use hazard pointers to track lazy active mm existence
 2024-10-14  8:27 UTC  (2+ messages)

[PATCH v3 00/16] timers: Cleanup delay/sleep related mess
 2024-10-14  8:22 UTC  (3+ messages)
` [PATCH v3 04/16] timers: Rename usleep_idle_range() to usleep_range_idle()
` [PATCH v3 08/16] mm/damon/core: Use generic upper bound recommondation for usleep_range()

[PATCH v3] mm: Give kmap_lock before call flush_tlb_kernel_rang,avoid kmap_high deadlock
 2024-10-14  7:41 UTC  (2+ messages)

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-10-14  7:16 UTC  (17+ messages)
` [PATCH 06/12] huge_memory: Allow mappings of PUD sized pages
` [PATCH 07/12] huge_memory: Allow mappings of PMD "
` [PATCH 08/12] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH 09/12] mm: Update vm_normal_page() callers to accept "
` [PATCH 11/12] mm: Remove pXX_devmap callers

[RFC v3 -next] cma: Enforce non-zero pageblock_order during cma_init_reserved_mem()
 2024-10-14  6:44 UTC  (2+ messages)

[syzbot] [fs?] [mm?] KCSAN: data-race in xas_create / xas_find (8)
 2024-10-14  6:40 UTC  (2+ messages)

[PATCH v2 0/3] LoongArch: Fix vmalloc test issue
 2024-10-14  6:33 UTC  (6+ messages)
` [PATCH v2 1/3] LoongArch: Set initial pte entry with PAGE_GLOBAL for kernel space
` [PATCH v2 2/3] LoongArch: Add barrier between set_pte and memory access
` [PATCH v2 3/3] LoongArch: Remove pte buddy set with set_pte and pte_clear function

[PATCH v1 0/1] update mseal.rst
 2024-10-14  4:49 UTC  (8+ messages)
` [PATCH v1 1/1] mseal: "

WARNING: CPU: 43 PID: 2254 at mm/slub.c:4655 krealloc_noprof+0x2c7/0x300 with next-20241003
 2024-10-14  4:38 UTC  (4+ messages)

[PATCH v2] mm: swap: prevent possible data-race in __try_to_reclaim_swap
 2024-10-14  4:08 UTC  (4+ messages)

[PATCH] kasan: migrate copy_user_test to kunit
 2024-10-14  2:57 UTC  (20+ messages)
  ` [PATCH v2 0/3] kasan: migrate the last module test "
    ` [PATCH v2 1/3] kasan: move checks to do_strncpy_from_user
    ` [PATCH v2 2/3] kasan: migrate copy_user_test to kunit
        ` [PATCH v3 "
            ` [PATCH RESEND v3 0/3] kasan: migrate the last module test "
              ` [PATCH RESEND v3 1/3] kasan: move checks to do_strncpy_from_user
              ` [PATCH RESEND v3 2/3] kasan: migrate copy_user_test to kunit
              ` [PATCH RESEND v3 3/3] kasan: delete CONFIG_KASAN_MODULE_TEST
    ` [PATCH v2 "
        ` [PATCH v3 "

[PATCH v7 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-10-14  2:50 UTC  (3+ messages)
` [PATCH v7 bpf-next 05/10] lib/buildid: rename build_id_parse() into build_id_parse_nofault()

[PATCH] maple_tree: root node could be handled by !p_slot too
 2024-10-14  2:49 UTC  (5+ messages)

[PATCH v2] tmpfs: fault in smaller chunks if large folio allocation not allowed
 2024-10-14  2:36 UTC  (4+ messages)
` [PATCH v3] tmpfs: don't enable large folios if not supported

[syzbot] [mm?] possible deadlock in vma_prepare
 2024-10-14  2:12 UTC  (2+ messages)

[PATCH] mm: shrinker: avoid memleak in alloc_shrinker_info
 2024-10-14  0:47 UTC  (3+ messages)

[PATCH] mm: percpu: Increase PERCPU_DYNAMIC_SIZE_SHIFT on certain builds
 2024-10-13 20:47 UTC  (2+ messages)

[PATCH v3] mm/slub: Avoid list corruption when removing a slab from the full list
 2024-10-13 20:46 UTC  (4+ messages)

Possible regression with file madvise(MADV_COLLAPSE)
 2024-10-13 13:25 UTC  (8+ messages)

[linux-next:master] [x86/module] 6661cae1aa: WARNING:at_arch/x86/mm/pat/set_memory.c:#__cpa_process_fault
 2024-10-13  8:17 UTC  (6+ messages)

[PATCH v3 tip/perf/core 0/4] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-10-13  7:56 UTC  (5+ messages)
` [PATCH v3 tip/perf/core 1/4] mm: introduce mmap_lock_speculation_{start|end}
` [PATCH v3 tip/perf/core 2/4] mm: switch to 64-bit mm_lock_seq/vm_lock_seq on 64-bit architectures

[PATCH 0/2] fuse: remove extra page copies in writeback
 2024-10-13  4:56 UTC  (5+ messages)
` [PATCH 1/2] mm: skip reclaiming folios in writeback contexts that may trigger deadlock
` [PATCH 2/2] fuse: remove tmp folio for writebacks and internal rb tree

BUG: unable to handle kernel NULL pointer dereference in hfs_find_init
 2024-10-13  2:27 UTC 

[PATCH v5] mm, kasan, kmsan: copy_from/to_kernel_nofault
 2024-10-12 22:45 UTC  (3+ messages)
` [PATCH v6] "

[PATCH] mm: make pcp decay work with onhz
 2024-10-12 22:43 UTC  (2+ messages)

Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
 2024-10-12 17:01 UTC  (20+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 4a9590aae93c6b793c9f7bb7c4095307a459d12b
 2024-10-12 15:23 UTC 

[linux-next:fs-next] BUILD SUCCESS ffb5a365288b307c36bfbe9323128d33c44077ab
 2024-10-12 15:18 UTC 

[linux-next:fs-current] BUILD SUCCESS a28aa23205e71e6f9f2481bfdb9ae3f021415314
 2024-10-12 14:03 UTC 

page:  |  | latest

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