linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
next-20241001: WARNING: at mm/list_lru.c:77 list_lru_del (mm/list_lru.c:212 mm/list_lru.c:200)
 2024-10-09 18:02 UTC  (7+ messages)

[syzbot] INFO: rcu detected stall in readlink_copy
 2024-10-09 18:00 UTC 

[linux-next:master 3426/3432] error[E0432]: unresolved import `crate::types::ARef`
 2024-10-09 17:47 UTC 

[PATCH] mm: Enforce a minimal stack gap even against inaccessible VMAs
 2024-10-09 17:02 UTC  (7+ messages)

[PATCH] mm, slab: add kerneldocs for common SLAB_ flags
 2024-10-09 16:49 UTC  (4+ messages)

[syzbot] [integrity?] [lsm?] possible deadlock in process_measurement (4)
 2024-10-09 16:23 UTC  (8+ messages)

[linux-next:master 2312/2853] arch/arm64/boot/dts/qcom/x1e78100-lenovo-thinkpad-t14s.dtb: phy@1bfc000: clocks: [[52, 122], [52, 120], [139, 10], [52, 123], [52, 125], [52, 127]] is too long
 2024-10-09 15:54 UTC 

Possible regression with file madvise(MADV_COLLAPSE)
 2024-10-09 15:54 UTC 

[PATCH v3 0/2] Cleanup some writeback codes
 2024-10-09 15:20 UTC  (5+ messages)
` [PATCH v3 1/2] mm/page-writeback.c: Update comment for BANDWIDTH_INTERVAL
` [PATCH v3 2/2] mm/page-writeback.c: Fix comment of wb_domain_writeout_add()

[PATCH] maple_tree: remove conditionals to detect wr_node_store
 2024-10-09 15:20 UTC 

[PATCH] mm/mremap: Fix move_normal_pmd/retract_page_tables race
 2024-10-09 14:44 UTC  (5+ messages)

[PATCH v5 00/30] Permission Overlay Extension
 2024-10-09 14:43 UTC  (4+ messages)
` [PATCH v5 19/30] arm64: add POE signal support

[RFC] exec: add a flag for "reasonable" execveat() comm
 2024-10-09 14:41 UTC  (4+ messages)

[PATCH 0/5] asm-generic: clean up asm/mman.h
 2024-10-09 14:32 UTC  (11+ messages)
` [PATCH 1/5] asm-generic: cosmetic updates to uapi/asm/mman.h
` [PATCH 2/5] asm-generic: move MAP_* flags from mman-common.h to mman.h
` [PATCH 4/5] asm-generic: use asm-generic/mman-common.h on parisc and alpha
` [PATCH 5/5] [RFC] mm: Remove MAP_UNINITIALIZED support

[PATCH] mm: set hugepage to false when anon mthp allocation
 2024-10-09 14:28 UTC  (6+ messages)

[RFC PATCH 0/1] Buddy allocator like folio split
 2024-10-09 14:21 UTC  (4+ messages)
` [RFC PATCH 1/1] mm/huge_memory: buddy allocator like folio_split()

[linux-next:fs-current] BUILD SUCCESS 0d4570f02fe8721d17dd8359f639d2628254cd46
 2024-10-09 14:11 UTC 

VMA merging updateds?
 2024-10-09 14:03 UTC  (9+ messages)

[RFC PATCH 30/39] KVM: guest_memfd: Handle folio preparation for guest_memfd mmap
 2024-10-09 13:52 UTC  (5+ messages)

[PATCH v6 00/33] riscv control-flow integrity for usermode
 2024-10-09 13:36 UTC  (44+ messages)
` [PATCH v6 01/33] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v6 02/33] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH v6 03/33] riscv: Enable cbo.zero only when all harts support Zicboz
` [PATCH v6 04/33] riscv: Add support for per-thread envcfg CSR values
` [PATCH v6 05/33] riscv: Call riscv_user_isa_enable() only on the boot hart
` [PATCH v6 06/33] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [PATCH v6 07/33] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v6 08/33] riscv: zicfiss / zicfilp enumeration
` [PATCH v6 09/33] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v6 10/33] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v6 11/33] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v6 12/33] riscv mm: manufacture shadow stack pte
` [PATCH v6 13/33] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v6 14/33] riscv mmu: write protect and shadow stack
` [PATCH v6 15/33] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v6 16/33] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v6 17/33] prctl: arch-agnostic prctl for shadow stack
` [PATCH v6 18/33] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v6 19/33] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v6 20/33] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v6 21/33] riscv/traps: Introduce software check exception
` [PATCH v6 22/33] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v6 23/33] riscv/signal: save and restore of shadow stack for signal
` [PATCH v6 24/33] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v6 25/33] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v6 26/33] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v6 27/33] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v6 28/33] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v6 29/33] riscv: kernel command line option to opt out of user cfi
` [PATCH v6 30/33] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v6 31/33] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v6 32/33] riscv: Documentation for shadow stack on riscv
` [PATCH v6 33/33] kselftest/riscv: kselftest for user mode cfi

[PATCH v13 00/18] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-10-09 12:41 UTC  (19+ messages)
` [PATCH v13 01/18] EDAC: Add support for EDAC device features control
` [PATCH v13 02/18] EDAC: Add scrub control feature
` [PATCH v13 03/18] EDAC: Add ECS "
` [PATCH v13 04/18] cxl: move cxl headers to new include/cxl/ directory
` [PATCH v13 05/18] cxl: Move mailbox related bits to the same context
` [PATCH v13 06/18] cxl: Convert cxl_internal_send_cmd() to use 'struct cxl_mailbox' as input
` [PATCH v13 07/18] cxl: Add Get Supported Features command for kernel usage
` [PATCH v13 08/18] cxl/mbox: Add GET_FEATURE mailbox command
` [PATCH v13 09/18] cxl/mbox: Add SET_FEATURE "
` [PATCH v13 10/18] cxl/memfeature: Add CXL memory device patrol scrub control feature
` [PATCH v13 11/18] cxl/memfeature: Add CXL memory device ECS "
` [PATCH v13 12/18] platform: Add __free() based cleanup function for platform_device_put
` [PATCH v13 13/18] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v13 14/18] ras: mem: Add memory "
` [PATCH v13 15/18] EDAC: Add memory repair control feature
` [PATCH v13 16/18] cxl/mbox: Add support for PERFORM_MAINTENANCE mailbox command
` [PATCH v13 17/18] cxl/memfeature: Add CXL memory device PPR control feature
` [PATCH v13 18/18] cxl/memfeature: Add CXL memory device memory sparing "

extend usage of KMEM_CACHE() for cache creation?
 2024-10-09 12:38 UTC 

[PATCH v2 00/15] timers: Cleanup delay/sleep related mess
 2024-10-09 12:01 UTC  (3+ messages)
` [PATCH v2 08/15] mm/damon/core: Use generic upper bound recommondation for usleep_range()

[linux-next:pending-fixes 207/319] fs/btrfs/qgroup.c:2014:6: error: use of undeclared identifier 'bytenr'
 2024-10-09 11:30 UTC  (3+ messages)

[PATCH v2 1/1] mm/slab: remove duplicate check in create_cache()
 2024-10-09 10:59 UTC  (2+ messages)

[PATCH v2 tip/perf/core 0/5] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-10-09 10:35 UTC  (7+ messages)
` [PATCH v2 tip/perf/core 3/5] fs: add back RCU-delayed freeing of FMODE_BACKING file

[linux-next:master] [fs] 2e4c6e78f4: will-it-scale.per_thread_ops -5.7% regression
 2024-10-09 10:13 UTC  (2+ messages)

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

[linus:master] [mm] cacded5e42: aim9.brk_test.ops_per_sec -5.0% regression
 2024-10-09  9:52 UTC  (6+ messages)

[PATCH] vmscan: add a vmscan event for reclaim_pages
 2024-10-09  9:31 UTC 

[PATCH -next] tmpfs: fault in smaller chunks if large folio allocation not allowed
 2024-10-09  8:52 UTC  (13+ messages)
` [PATCH v2] "
      `  "

[PATCH] mm: throttle and inc min_seq when both page types reach MIN_NR_GENS
 2024-10-09  7:49 UTC 

[PATCH v3 0/5] mm: memory_hotplug: improve do_migrate_range()
 2024-10-09  7:27 UTC  (10+ messages)
` [PATCH v3 1/5] mm: memory_hotplug: remove head variable in do_migrate_range()

[PATCH v4 bpf-next 0/3] bpf: Add kmem_cache iterator and kfunc
 2024-10-09  7:17 UTC  (6+ messages)
` [PATCH v4 bpf-next 2/3] mm/bpf: Add bpf_get_kmem_cache() kfunc

[PATCH v8 01/14] Consolidate IO memcpy/memset into iomap_copy.c
 2024-10-09  7:13 UTC  (3+ messages)

[RESEND][PATCH v4] mm/vmscan: wake up flushers conditionally to avoid cgroup OOM
 2024-10-09  6:21 UTC  (8+ messages)

[PATCH] kaslr: rename physmem_end and PHYSMEM_END to direct_map_physmem_end
 2024-10-09  5:26 UTC  (2+ messages)

[linux-next:master 2344/2853] arch/arm64/boot/dts/qcom/sc8280xp-microsoft-arcata.dtb: bluetooth: 'vddaon-supply' is a required property
 2024-10-09  5:19 UTC 

[PATCH net-next v20 01/14] mm: page_frag: add a test module for page_frag
 2024-10-09  3:59 UTC  (3+ messages)

[PATCH v1 1/1] mm: Remove unused stub for can_swapin_thp()
 2024-10-09  2:09 UTC  (2+ messages)

[PATCH 0/2] Introduce panic function when slub leaks
 2024-10-09  1:25 UTC  (6+ messages)
        ` 答复: "

[PATCH] mm: avoid unconditional one-tick sleep when swapcache_prepare fails
 2024-10-09  0:51 UTC  (3+ messages)

[RFC PATCH v1 0/1] seal system mappings
 2024-10-09  0:41 UTC  (4+ messages)

[PATCH 00/35] Reorganize kerneldoc parameter names
 2024-10-09  0:27 UTC  (3+ messages)
` [PATCH 14/35] maple_tree: "

[PATCH] maple_tree: fix outdated flag name in comment
 2024-10-09  0:10 UTC  (2+ messages)

[linux-next:master 2334/2853] arch/arm64/boot/dts/qcom/x1e80100-microsoft-romulus13.dtb: /soc@0/geniqup@bc0000/i2c@b94000/redriver@4f: failed to match any schema with compatible: ['nxp,ptn3222']
 2024-10-09  0:06 UTC 

[linux-next:master 2662/2853] fs/btrfs/qgroup.c:2014:13: error: 'bytenr' undeclared
 2024-10-08 23:46 UTC 

[linux-next:master] BUILD REGRESSION 33ce24234fca4c083e6685a18b460a18ebb5d5c1
 2024-10-08 20:51 UTC 

[RFC PATCH 1/7] mseal: expose interface to seal / unseal user memory ranges
 2024-10-08 20:31 UTC 

[syzbot] [mm?] WARNING in vms_complete_munmap_vmas
 2024-10-08 20:25 UTC 

[RFC PATCH 0/7] support for mm-local memory allocations and use it
 2024-10-08 20:06 UTC  (2+ messages)

[RFC PATCH v3 0/4] sched+mm: Track lazy active mm existence with hazard pointers
 2024-10-08 19:51 UTC  (5+ messages)
` [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 0/3] memory,acpi: resize memory blocks based on CFMW alignment
 2024-10-08 19:45 UTC  (15+ 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 v2 1/1] mm, kasan, kmsan: copy_from/to_kernel_nofault
 2024-10-08 19:42 UTC  (7+ messages)
` [PATCH v3] "
    ` [PATCH v4] "

[RFC PATCH 30/39] KVM: guest_memfd: Handle folio preparation for guest_memfd mmap
 2024-10-08 19:30 UTC  (3+ messages)

[PATCH v2 5/7] bootmem: Stop using page->index
 2024-10-08 19:29 UTC  (3+ messages)

[PATCH v3] Fixes: null pointer dereference in pfnmap_lockdep_assert
 2024-10-08 19:27 UTC  (4+ messages)

[PATCH -v2] Resource: fix region_intersects() for CXL memory
 2024-10-08 19:18 UTC  (11+ messages)

[linux-next:master 2288/2853] arch/arm64/boot/dts/qcom/msm8998-asus-novago-tp370ql.dtb: clock-controller@c8c0000: clocks: [[31, 0], [34, 178], [144, 1], [144, 0], [145, 1], [145, 0], [146], [0], [0], [0], [34, 184]] is too long
 2024-10-08 18:58 UTC 

[PATCH] Hitshield : Something new eviction process for MGLRU
 2024-10-08 18:50 UTC  (2+ messages)

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

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

[syzbot] [mm?] INFO: task hung in hugetlb_fault
 2024-10-08 17:36 UTC  (2+ 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 

[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] Hitshield : Something new eviction process for MGLRU
 2024-10-08 16:04 UTC 

[PATCH v9 00/29] Generic `Allocator` support for Rust
 2024-10-08 14:32 UTC  (6+ messages)
` [PATCH v9 07/29] rust: alloc: add module `allocator_test`
` [PATCH v9 25/29] rust: alloc: implement `Cmalloc` in module allocator_test

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)

page:  |  | latest

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