linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
 2024-08-23 16:07 UTC  (7+ messages)

[RFC PATCH v3 24/37] kvx: Add memory management
 2024-08-23 16:02 UTC  (3+ messages)

[PATCH] mm/vmstat: Defer the refresh_zone_stat_thresholds after all CPUs bringup
 2024-08-23 15:32 UTC  (4+ messages)

[syzbot] [mm?] KASAN: slab-use-after-free Read in isolate_migratepages_block
 2024-08-23 15:21 UTC 

[syzbot] [mm?] KASAN: slab-use-after-free Read in __list_lru_walk_one
 2024-08-23 15:14 UTC 

[PATCH] mm: vma remove the redundant avc binded with old folio
 2024-08-23 15:04 UTC  (4+ messages)

[PATCH v2] vma remove the unneeded avc bound with non-CoWed folio
 2024-08-23 15:02 UTC 

[PATCH net-next v14 01/11] mm: page_frag: add a test module for page_frag
 2024-08-23 15:00 UTC  (8+ messages)
` [PATCH net-next v14 02/11] mm: move the page fragment allocator from page_alloc into its own file
` [PATCH net-next v14 03/11] mm: page_frag: use initial zero offset for page_frag_alloc_align()
` [PATCH net-next v14 04/11] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
` [PATCH net-next v14 05/11] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
` [PATCH net-next v14 06/11] mm: page_frag: use __alloc_pages() to replace alloc_pages_node()
` [PATCH net-next v14 08/11] mm: page_frag: introduce prepare/probe/commit API
` [PATCH net-next v14 10/11] mm: page_frag: update documentation for page_frag

[PATCH v5 00/30] Permission Overlay Extension
 2024-08-23 14:45 UTC  (35+ messages)
` [PATCH v5 01/30] powerpc/mm: add ARCH_PKEY_BITS to Kconfig
` [PATCH v5 02/30] x86/mm: "
` [PATCH v5 03/30] mm: use ARCH_PKEY_BITS to define VM_PKEY_BITN
` [PATCH v5 04/30] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v5 05/30] arm64: cpufeature: add Permission Overlay Extension cpucap
` [PATCH v5 06/30] arm64: context switch POR_EL0 register
` [PATCH v5 07/30] KVM: arm64: Save/restore POE registers
` [PATCH v5 08/30] KVM: arm64: make kvm_at() take an OP_AT_*
` [PATCH v5 09/30] KVM: arm64: use `at s1e1a` for POE
` [PATCH v5 10/30] KVM: arm64: Sanitise ID_AA64MMFR3_EL1
` [PATCH v5 11/30] arm64: enable the Permission Overlay Extension for EL0
` [PATCH v5 12/30] arm64: re-order MTE VM_ flags
` [PATCH v5 13/30] arm64: add POIndex defines
` [PATCH v5 14/30] arm64: convert protection key into vm_flags and pgprot values
` [PATCH v5 15/30] arm64: mask out POIndex when modifying a PTE
` [PATCH v5 16/30] arm64: handle PKEY/POE faults
` [PATCH v5 17/30] arm64: add pte_access_permitted_no_overlay()
` [PATCH v5 18/30] arm64: implement PKEYS support
` [PATCH v5 19/30] arm64: add POE signal support
` [PATCH v5 20/30] arm64/ptrace: add support for FEAT_POE
` [PATCH v5 21/30] arm64: enable POE and PIE to coexist
` [PATCH v5 22/30] arm64: enable PKEY support for CPUs with S1POE
` [PATCH v5 23/30] arm64: add Permission Overlay Extension Kconfig
` [PATCH v5 24/30] kselftest/arm64: move get_header()
` [PATCH v5 25/30] selftests: mm: move fpregs printing
` [PATCH v5 26/30] selftests: mm: make protection_keys test work on arm64
` [PATCH v5 27/30] kselftest/arm64: add HWCAP test for FEAT_S1POE
` [PATCH v5 28/30] kselftest/arm64: parse POE_MAGIC in a signal frame
` [PATCH v5 29/30] kselftest/arm64: Add test case for POR_EL0 signal frame records
` [PATCH v5 30/30] KVM: selftests: get-reg-list: add Permission Overlay registers

[PATCH v2] vma remove the unneeded avc bound with non-CoWed folio
 2024-08-23 14:01 UTC 

[PATCH v7 00/21] Avoid MAP_FIXED gap exposure
 2024-08-23 13:30 UTC  (29+ messages)
` [PATCH v7 01/21] mm/vma: Correctly position vma_iterator in __split_vma()
` [PATCH v7 02/21] mm/vma: Introduce abort_munmap_vmas()
` [PATCH v7 03/21] mm/vma: Introduce vmi_complete_munmap_vmas()
` [PATCH v7 04/21] mm/vma: Extract the gathering of vmas from do_vmi_align_munmap()
` [PATCH v7 05/21] mm/vma: Introduce vma_munmap_struct for use in munmap operations
` [PATCH v7 06/21] mm/vma: Change munmap to use vma_munmap_struct() for accounting and surrounding vmas
  ` [PATCH] mm/vma: fix bookkeeping checks
` [PATCH v7 07/21] mm/vma: Extract validate_mm() from vma_complete()
` [PATCH v7 08/21] mm/vma: Inline munmap operation in mmap_region()
` [PATCH v7 09/21] mm/vma: Expand mmap_region() munmap call
` [PATCH v7 10/21] mm/vma: Support vma == NULL in init_vma_munmap()
` [PATCH v7 11/21] mm/mmap: Reposition vma iterator in mmap_region()
` [PATCH v7 12/21] mm/vma: Track start and end for munmap in vma_munmap_struct
` [PATCH v7 13/21] mm: Clean up unmap_region() argument list
` [PATCH v7 14/21] mm/mmap: Avoid zeroing vma tree in mmap_region()
` [PATCH v7 15/21] mm: Change failure of MAP_FIXED to restoring the gap on failure
` [PATCH v7 16/21] mm/mmap: Use PHYS_PFN in mmap_region()
` [PATCH v7 17/21] mm/mmap: Use vms accounted pages "
` [PATCH v7 18/21] ipc/shm, mm: Drop do_vma_munmap()
` [PATCH v7 19/21] mm: Move may_expand_vm() check in mmap_region()
` [PATCH v7 20/21] mm/vma: Drop incorrect comment from vms_gather_munmap_vmas()
` [PATCH v7 21/21] mm/vma.h: Optimise vma_munmap_struct

[PATCH v13 00/10] enable bs > ps in XFS
 2024-08-23 13:09 UTC  (14+ messages)
` [PATCH v13 01/10] fs: Allow fine-grained control of folio sizes
` [PATCH v13 02/10] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v13 03/10] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v13 04/10] mm: split a folio in minimum folio order chunks
` [PATCH v13 05/10] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v13 06/10] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v13 07/10] xfs: use kvmalloc for xattr buffers
` [PATCH v13 08/10] xfs: expose block size in stat
` [PATCH v13 09/10] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v13 10/10] xfs: enable block size larger than page size support

[linux-next:master 5609/6439] fs/bcachefs/btree_update_interior.o: warning: objtool: bch2_trans_verify_not_unlocked+0x18: stack state mismatch: cfa1=3+0 cfa2=3+16
 2024-08-23 12:55 UTC 

[PATCH 0/2] netfs, cifs: DIO read and read-retry fixes
 2024-08-23 12:39 UTC  (4+ messages)
` [PATCH 1/2] cifs: Fix lack of credit renegotiation on read retry
` [PATCH 2/2] netfs, cifs: Fix handling of short DIO read

[BUG] cgroupv2/blk: inconsistent I/O behavior in Cgroup v2 with set device wbps and wiops
 2024-08-23 12:19 UTC  (3+ messages)

[PATCH v2 0/7] implement async block discards/etc. via io_uring
 2024-08-23 11:59 UTC  (15+ messages)
` [PATCH v2 4/7] block: introduce blk_validate_write()
` [PATCH v2 5/7] block: implement async discard as io_uring cmd
` [PATCH v2 6/7] block: implement async wire write zeroes
` [PATCH v2 7/7] block: implement async secure erase

[PATCH v3 0/2] mm: collect the number of anon mTHP
 2024-08-23 11:39 UTC  (6+ messages)
` [PATCH v3 1/2] mm: collect the number of anon large folios
` [PATCH v3 2/2] mm: collect the number of anon large folios partially mapped

[PATCH v11 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-08-23 10:25 UTC  (18+ messages)
` [PATCH v11 18/39] arm64/traps: Handle GCS exceptions
` [PATCH v11 19/39] arm64/mm: Handle GCS data aborts
` [PATCH v11 20/39] arm64/gcs: Context switch GCS state for EL0
` [PATCH v11 21/39] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v11 25/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v11 26/39] arm64/ptrace: Expose GCS via ptrace and core files

[PATCH v2] mm/vmstat: Defer the refresh_zone_stat_thresholds after all CPUs bringup
 2024-08-23  9:32 UTC  (3+ messages)

[PATCH] codetag: debug: mark codetags for pages which transitioned from being poison to unpoison as empty
 2024-08-23  8:10 UTC  (9+ messages)
          ` [PATCH] codetag: debug: mark codetags for poisoned page "

[PATCH v3 1/3] riscv: mm: Use hint address in mmap if available
 2024-08-23  6:55 UTC  (6+ messages)

[PATCH V1] mm, slub: avoid zeroing kmalloc redzone
 2024-08-23  6:24 UTC 

[PATCH RFC 0/6] mm: THP-agnostic refactor on huge mappings
 2024-08-23  6:19 UTC  (10+ messages)
` [PATCH RFC 2/6] mm: PGTABLE_HAS_P[MU]D_LEAVES config options

[arnd-playground:mm-6.9-test-merge-for-roxell 62/421] mm/kmemleak.c:466:12: error: call to undeclared function 'kmem_cache_alloc_noprof'; ISO C99 and later do not support implicit function declarations
 2024-08-23  4:45 UTC 

[PATCH v3] slab: Introduce kmalloc_obj() and family
 2024-08-23  4:27 UTC  (2+ messages)

[HELP] FUSE writeback performance bottleneck
 2024-08-23  3:34 UTC  (5+ messages)

[arnd-playground:mm-6.9-test-merge-for-roxell 62/421] mm/kmemleak.c:466:26: error: implicit declaration of function 'kmem_cache_alloc_noprof'; did you mean 'kmem_cache_alloc_node'?
 2024-08-23  3:12 UTC 

Re: Re: [PATCH] mm/vmscan: Fix hard LOCKUP in function isolate_lru_folios
 2024-08-23  2:04 UTC 

[linux-next:master 4761/5190] arch/arm/boot/dts/qcom/msm8226-motorola-falcon.dtb: mailbox@f9011000: compatible: 'oneOf' conditional failed, one must be fixed:
 2024-08-23  0:59 UTC 

DAMON Beer/Coffee/Tea chat reminder and extending for office hour
 2024-08-23  0:21 UTC  (2+ messages)
` DAMON Beer/Coffee/Tea chat reminder (was: Re: DAMON Beer/Coffee/Tea chat reminder and extending for office hour)

[PATCH v6 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-08-22 23:07 UTC  (7+ messages)
` [PATCH v6 bpf-next 08/10] bpf: decouple stack_map_get_build_id_offset() from perf_callchain_entry
` [PATCH v6 bpf-next 10/10] selftests/bpf: add build ID tests

order-0 page alloc failures during interrupt context on v6.6.43
 2024-08-22 22:07 UTC  (2+ messages)

[PATCH v2] kasan: simplify and clarify Makefile
 2024-08-22 21:46 UTC  (3+ messages)

[syzbot] [mm?] WARNING in zswap_swapoff
 2024-08-22 21:44 UTC  (7+ messages)

[PATCH -v2] Resource: fix region_intersects() for CXL memory
 2024-08-22 21:29 UTC  (2+ messages)

[PATCH 0/5] regmap: Improve lock handling with maple tree
 2024-08-22 20:45 UTC  (7+ messages)
` [PATCH 1/5] maple_tree: Allow external locks to be configured with their map
` [PATCH 4/5] regmap: Wrap maple tree locking

[linux-next:master] BUILD REGRESSION 6a7917c89f219f09b1d88d09f376000914a52763
 2024-08-22 19:20 UTC 

[linux-next:master 5115/6069] arch/arm64/boot/dts/qcom/x1e80100-asus-vivobook-s15.dtb: usb@a4f8800: compatible:0: 'qcom,x1e80100-dwc3-mp' is not one of ['qcom,ipq4019-dwc3', 'qcom,ipq5018-dwc3', 'qcom,ipq5332-dwc3', 'qcom,ipq6018-dwc3', 'qcom,ipq8064-dwc3', 'qcom,ipq8074-dwc3', 'qcom,
 2024-08-22 18:43 UTC 

[PATCH mm-unstable v2 0/3] mm/hugetlb: alloc/free gigantic folios
 2024-08-22 18:42 UTC  (8+ messages)
` [PATCH mm-unstable v2 1/3] mm/contig_alloc: support __GFP_COMP
` [PATCH mm-unstable v2 2/3] mm/cma: add cma_{alloc,free}_folio()

[PATCH 01/10] mm: Remove PageActive
 2024-08-22 18:34 UTC  (5+ messages)

Kernel build failure with MEM_ALLOC_PROFILING=y set (Talos II, v6.10-rc5)
 2024-08-22 18:25 UTC  (3+ messages)

[PATCH v3 00/13] uprobes: RCU-protected hot path optimizations
 2024-08-22 17:51 UTC  (6+ messages)
` [PATCH v3 04/13] uprobes: travers uprobe's consumer list locklessly under SRCU protection

[PATCH] mm/memcontrol: respect zswap.writeback setting from parent cg too
 2024-08-22 17:49 UTC  (5+ messages)

[PATCH v2 1/2] mm/memcontrol: respect zswap.writeback setting from parent cg too
 2024-08-22 17:47 UTC  (5+ messages)
` [PATCH v2 2/2] selftests: test_zswap: add test for hierarchical zswap.writeback

[PATCH v1] mm:slab:use kmem_cache_free() to free
 2024-08-22 16:59 UTC  (2+ messages)

[PATCH v1] mm: Defines obj_cgroup_get() if CONFIG_MEMCG is not defined
 2024-08-22 16:19 UTC  (5+ messages)

[PATCH v3 0/4] mm: clarify nofail memory allocation
 2024-08-22 15:02 UTC  (14+ messages)

[PATCH 0/5] Provide a single definition of mk_pte()
 2024-08-22 14:06 UTC  (3+ messages)
` [PATCH 4/5] s390: Remove custom "

[PATCH v2] selftests:mm: Fix mmap() error paths to check for MAP_FAILED
 2024-08-22 12:29 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