linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[syzbot] [mm?] INFO: task hung in hugetlb_fault
 2024-10-08 17:36 UTC  (2+ messages)

[PATCH v8 00/21] Avoid MAP_FIXED gap exposure
 2024-10-08 17:15 UTC  (7+ messages)
` [PATCH v8 14/21] mm/mmap: Avoid zeroing vma tree in mmap_region()
  ` [BUG] page table UAF, "

[RESEND][PATCH v4] mm/vmscan: wake up flushers conditionally to avoid cgroup OOM
 2024-10-08 17:12 UTC  (4+ messages)

[RFC PATCH v3 0/4] sched+mm: Track lazy active mm existence with hazard pointers
 2024-10-08 17:05 UTC  (6+ messages)
` [RFC PATCH v3 1/4] compiler.h: Introduce ptr_eq() to preserve address dependency
` [RFC PATCH v3 2/4] Documentation: RCU: Refer to ptr_eq()
` [RFC PATCH v3 3/4] hazptr: Implement Hazard Pointers
` [RFC PATCH v3 4/4] sched+mm: Use hazard pointers to track lazy active mm existence

[PATCH -v2] Resource: fix region_intersects() for CXL memory
 2024-10-08 17:01 UTC  (9+ messages)

[linux-next:master 2337/2853] arch/arm/boot/dts/qcom/qcom-msm8974.dtsi:1297.26-1300.6: Warning (unique_unit_address_if_enabled): /soc/efuse@fc4bc000/s9-p1@d8: duplicate unit-address (also used in node /soc/efuse@fc4bc000/s10-p1@d8)
 2024-10-08 16:55 UTC 

[PATCH 0/3] memory,acpi: resize memory blocks based on CFMW alignment
 2024-10-08 16:46 UTC  (13+ messages)
` [PATCH 1/3] memory: extern memory_block_size_bytes and set_memory_block_size_order
` [PATCH 2/3] x86/mm: if memblock size is adjusted, update the cached value
` [PATCH 3/3] acpi,srat: reduce memory block size if CFMWS has a smaller alignment

[linux-next:fs-current] BUILD SUCCESS 16f65df8b39e75eeeb6a87c1d98219857d0a482b
 2024-10-08 16:44 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 9b922be5ccae7d99af3cf9c8218cefb855155c64
 2024-10-08 16:40 UTC 

[PATCH v3 0/1] update mseal.rst
 2024-10-08 16:37 UTC  (4+ messages)
` [PATCH v3 1/1] mseal: "
  ` [PATCH] mseal.rst additional fix

[PATCH] Hitshield : Something new eviction process for MGLRU
 2024-10-08 16:04 UTC 

[PATCH v2 tip/perf/core 0/5] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-10-08 15:20 UTC  (4+ messages)
` [PATCH v2 tip/perf/core 1/5] mm: introduce mmap_lock_speculation_{start|end}

[RFC PATCH v1 0/1] seal system mappings
 2024-10-08 15:00 UTC  (10+ messages)
` [RFC PATCH v1 1/1] exec: "

[PATCH v9 00/29] Generic `Allocator` support for Rust
 2024-10-08 14:32 UTC  (10+ messages)
` [PATCH v9 07/29] rust: alloc: add module `allocator_test`
` [PATCH v9 19/29] rust: treewide: switch to the kernel `Vec` type
` [PATCH v9 25/29] rust: alloc: implement `Cmalloc` in module allocator_test

[PATCH v3 0/2] vdso: Use only headers from the vdso/ namespace
 2024-10-08 14:20 UTC  (10+ messages)
` [PATCH v3 2/2] vdso: Introduce vdso/page.h

[PATCH] mm: Enforce a minimal stack gap even against inaccessible VMAs
 2024-10-08 14:20 UTC  (3+ messages)

Next steps towards shrinking stuct page
 2024-10-08 14:16 UTC  (2+ messages)

[PATCH] gup: Convert FOLL_TOUCH case in follow_page_pte() to folio
 2024-10-08 14:12 UTC  (2+ messages)

[RFC 1/2] cma: Fix CMA_MIN_ALIGNMENT_BYTES during early_init
 2024-10-08 13:50 UTC  (3+ messages)
` [RFC 2/2] fadump: Make fadump reserve_dump_area_start CMA aligned in case of holes

[RFC PATCH] mm: avoid clearing user movable page twice with init_on_alloc=1
 2024-10-08 13:46 UTC  (6+ messages)

[PATCH v2] mm/slub: Avoid list corruption when removing a slab from the full list
 2024-10-08 13:28 UTC  (8+ messages)

[syzbot] [mm?] linux-next test error: kernel BUG in folio_add_new_anon_rmap
 2024-10-08 13:11 UTC  (2+ messages)

[PATCH] mm: avoid unconditional one-tick sleep when swapcache_prepare fails
 2024-10-08 13:08 UTC  (2+ messages)

[PATCH] mm, kmsan: instrument copy_from_kernel_nofault
 2024-10-08 11:35 UTC  (8+ messages)
` [PATCH v2 0/1] mm, kasan, kmsan: copy_from/to_kernel_nofault
  ` [PATCH v2 1/1] "
        ` [PATCH v3] "

[linux-next:master 2562/2853] sound/soc/codecs/rt-sdw-common.c:87: warning: Function parameter or struct member 'val' not described in 'rt_sdca_index_update_bits'
 2024-10-08 11:28 UTC 

[PATCH net-next v20 01/14] mm: page_frag: add a test module for page_frag
 2024-10-08 11:20 UTC  (10+ messages)
` [PATCH net-next v20 02/14] mm: move the page fragment allocator from page_alloc into its own file
` [PATCH net-next v20 03/14] mm: page_frag: use initial zero offset for page_frag_alloc_align()
` [PATCH net-next v20 04/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
` [PATCH net-next v20 06/14] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
` [PATCH net-next v20 07/14] mm: page_frag: some minor refactoring before adding new API
` [PATCH net-next v20 08/14] mm: page_frag: use __alloc_pages() to replace alloc_pages_node()
` [PATCH net-next v20 10/14] mm: page_frag: introduce prepare/probe/commit API
` [PATCH net-next v20 11/14] mm: page_frag: add testing for the newly added prepare API
` [PATCH net-next v20 13/14] mm: page_frag: update documentation for page_frag

[PATCH RFC v2 0/2] arm64: Add infrastructure for use of AT_HWCAP3
 2024-10-08 10:04 UTC  (6+ messages)
` [PATCH RFC v2 1/2] binfmt_elf: Wire up AT_HWCAP3 at AT_HWCAP4
` [PATCH RFC v2 2/2] arm64: Support AT_HWCAP3

[syzbot] [bpf?] WARNING in push_jmp_history
 2024-10-08 10:01 UTC  (3+ messages)

[PATCH v3] SLUB: Add support for per object memory policies
 2024-10-08  9:48 UTC  (4+ messages)

[PATCH V2 0/4] A few fixes for RISC-V
 2024-10-08  9:41 UTC  (5+ messages)
` [PATCH V2 1/4] riscv: Remove unused GENERATING_ASM_OFFSETS
` [PATCH V2 2/4] riscv: Remove duplicated GET_RM
` [PATCH V2 3/4] selftest/mm: Fix typo in virtual_address_range
` [PATCH V2 4/4] selftests/mm: skip virtual_address_range tests on riscv

[linux-next:master 2050/2483] include/linux/fault-inject.h:97:15: error: unknown type name 'bool'
 2024-10-08  9:30 UTC  (3+ messages)

[PATCH v2 0/1] remove SWAP_MAP_SHMEM
 2024-10-08  9:27 UTC  (3+ messages)

[linus:master] [mm] cacded5e42: aim9.brk_test.ops_per_sec -5.0% regression
 2024-10-08  8:44 UTC  (4+ messages)

[PATCH] mm/mremap: Fix move_normal_pmd/retract_page_tables race
 2024-10-08  8:21 UTC  (6+ messages)

[linux-next:master] [nfsd] 8cb33389f6: fsmark.app_overhead 81.6% regression
 2024-10-08  8:01 UTC  (3+ messages)

[PATCH] mm/hugetlb: Fix hugepage allocation for interleaved memory nodes
 2024-10-08  7:59 UTC  (3+ messages)

[PATCH 00/33] riscv control-flow integrity for usermode
 2024-10-08  6:27 UTC  (8+ messages)
` [PATCH 16/33] riscv/shstk: If needed allocate a new shadow stack on clone

[PATCH v4 0/8] x86/module: use large ROX pages for text allocations
 2024-10-08  6:19 UTC  (4+ messages)
` [PATCH v4 5/8] arch: introduce set_direct_map_valid_noflush()

[PATCH v7 0/2] Do not shatter hugezeropage on wp-fault
 2024-10-08  6:17 UTC  (3+ messages)
` [PATCH v7 1/2] mm: Abstract THP allocation
` [PATCH v7 2/2] mm: Allocate THP on hugezeropage wp-fault

[PATCH 1/1] mm/migrate: Trylock device page in do_swap_page
 2024-10-08  5:39 UTC  (13+ messages)

[PATCH v4 9/9] mm: Consolidate common checks in hugetlb_get_unmapped_area
 2024-10-08  5:37 UTC  (2+ messages)

[linux-next:master 385/2483] parallel-display.c:undefined reference to `drm_bridge_connector_init'
 2024-10-08  5:06 UTC 

[PATCH 1/1] mm/slab: remove duplicate check in create_cache()
 2024-10-08  3:29 UTC  (3+ messages)

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

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

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

回复: 回复: [External Mail]Re: [PATCH v2] mm/cma: print total and used count in cma_alloc()
 2024-10-08  2:13 UTC 

[RFC PATCH v3 00/10] Add support for shared PTEs across processes
 2024-10-08  1:37 UTC  (21+ messages)
` [RFC PATCH v3 06/10] mm/mshare: Add vm flag for shared PTEs
` [RFC PATCH v3 08/10] mm/mshare: Add basic page table sharing support
` [RFC PATCH v3 09/10] mm: create __do_mmap() to take an mm_struct * arg

[PATCH] mm: remove the newlines, which are added for unknown reasons and interfere with bug analysis
 2024-10-08  1:25 UTC  (6+ messages)

[PATCH] mm/vmstat: Fix -Wenum-enum-conversion warning in vmstat.h
 2024-10-08  0:51 UTC  (3+ messages)

[PATCH] dcssblk: Mark DAX broken
 2024-10-08  0:28 UTC  (3+ messages)

[PATCH v2] mm: swap: prevent possible data-race in __try_to_reclaim_swap
 2024-10-07 22:41 UTC  (2+ messages)

[PATCH] maple_tree: fix outdated flag name in comment
 2024-10-07 21:47 UTC 

[PATCH hotfix 6.12 v3 0/2] maple_tree: correct tree corruption on spanning store
 2024-10-07 20:39 UTC  (5+ messages)
` [PATCH hotfix 6.12 v3 1/2] "
` [PATCH hotfix 6.12 v3 2/2] maple_tree: add regression test for spanning store bug

[RFC PATCH v2 0/4] sched+mm: Track lazy active mm existence with hazard pointers
 2024-10-07 19:08 UTC  (9+ messages)
` [RFC PATCH v2 3/4] hp: Implement Hazard Pointers

[linux-next:master] [cpuidle] 38f83090f5: fsmark.app_overhead 51.9% regression
 2024-10-07 19:07 UTC  (4+ messages)

[syzbot] [mm?] [bluetooth?] INFO: rcu detected stall in vhci_release
 2024-10-07 17:56 UTC  (2+ messages)

[RFC PATCH v1 0/2] Userspace Can Control Memory Failure Recovery
 2024-10-07 17:24 UTC  (5+ messages)
` [RFC PATCH v1 1/2] mm/memory-failure: introduce global MFR policy

[syzbot] [integrity?] [lsm?] possible deadlock in process_measurement (4)
 2024-10-07 16:58 UTC  (7+ messages)

[PATCH] mm/slub: Avoid list corruption when removing a slab from the full list
 2024-10-07 15:57 UTC  (2+ messages)

[RFC PATCH 30/39] KVM: guest_memfd: Handle folio preparation for guest_memfd mmap
 2024-10-07 15:56 UTC  (2+ messages)

[RFC PATCH v2 4/4] sched+mm: Use hazard pointers to track lazy active mm existence
 2024-10-07 15:05 UTC  (3+ messages)

[PATCH v2 hotfix 6.12 0/2] maple_tree: correct tree corruption on spanning store
 2024-10-07 15:04 UTC  (4+ messages)
` [PATCH v2 hotfix 6.12 1/2] "

[PATCH v2 0/1] update mseal.rst
 2024-10-07 15:02 UTC  (10+ messages)
` [PATCH v2 1/1] mseal: "

[PATCH 1/2] compiler.h: Introduce ptr_eq() to preserve address dependency
 2024-10-07 14:59 UTC  (15+ messages)

[RFC PATCH 0/4] sched+mm: Track lazy active mm existence with hazard pointers
 2024-10-07 14:52 UTC  (6+ messages)
` [RFC PATCH 3/4] hp: Implement Hazard Pointers

[PATCH v9 0/7] Improve the copy of task comm
 2024-10-07 14:49 UTC  (8+ messages)
` [PATCH v9 1/7] Get rid of __get_task_comm()
` [PATCH v9 2/7] auditsc: Replace memcpy() with strscpy()
` [PATCH v9 3/7] security: Replace memcpy() with get_task_comm()
` [PATCH v9 4/7] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v9 5/7] mm/util: Fix possible race condition in kstrdup()
` [PATCH v9 6/7] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v9 7/7] drm: Replace strcpy() with strscpy()

[PATCH] mm: percpu: Increase PERCPU_DYNAMIC_SIZE_SHIFT on certain builds
 2024-10-07 14:34 UTC  (2+ messages)

page:  |  | latest

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