linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH V2 0/7] mm: Use pxdp_get() for accessing page table entries
 2024-09-17 10:05 UTC  (11+ messages)
` [PATCH V2 1/7] m68k/mm: Change pmd_val()
` [PATCH V2 2/7] x86/mm: Drop page table entry address output from pxd_ERROR()
` [PATCH V2 3/7] mm: Use ptep_get() for accessing PTE entries
` [PATCH V2 4/7] mm: Use pmdp_get() for accessing PMD entries
` [PATCH V2 5/7] mm: Use pudp_get() for accessing PUD entries
` [PATCH V2 6/7] mm: Use p4dp_get() for accessing P4D entries
` [PATCH V2 7/7] mm: Use pgdp_get() for accessing PGD entries

Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
 2024-09-17  9:36 UTC  (19+ messages)

[PATCH RESEND v3 0/2] Introduce tracepoint for hugetlbfs
 2024-09-17  9:08 UTC  (3+ messages)

[PATCH] mm: Compute mTHP order efficiently
 2024-09-17  8:54 UTC  (9+ messages)

[PATCH 0/2] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-09-17  8:19 UTC  (4+ messages)
` [PATCH 2/2] uprobes: add speculative lockless VMA-to-inode-to-uprobe resolution

[PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
 2024-09-17  7:37 UTC  (5+ messages)

[PATCH 11/19] kthread: Make sure kthread hasn't started while binding it
 2024-09-17  7:14 UTC  (11+ messages)
` [PATCH 12/19] kthread: Default affine kthread to its preferred NUMA node
` [PATCH 13/19] mm: Create/affine kcompactd to its preferred node
` [PATCH 14/19] mm: Create/affine kswapd "
` [PATCH 15/19] kthread: Implement preferred affinity

[syzbot] [erofs?] [mm?] BUG: unable to handle kernel NULL pointer dereference in filemap_read_folio (3)
 2024-09-17  7:02 UTC  (3+ messages)

[PATCH v2 00/15] timers: Cleanup delay/sleep related mess
 2024-09-17  5:22 UTC  (3+ messages)

[linux-next:master] [nfsd] 8cb33389f6: fsmark.app_overhead 81.6% regression
 2024-09-17  2:43 UTC  (2+ messages)

[PATCH] rust: shrinker: add shrinker abstraction
 2024-09-17  1:59 UTC  (10+ messages)

[PATCH 1/2] kselftests: mm: Fix wrong __NR_userfaultfd value
 2024-09-17  1:56 UTC  (8+ messages)
` [PATCH 2/2] kselftests: mm: Fail the test if userfaultfd syscall isn't found

[linux-next:master 10289/12187] eeh_pseries.c:undefined reference to `eeh_pe_inject_mmio_error'
 2024-09-17  1:18 UTC  (2+ messages)

[PATCH v4 00/30] riscv control-flow integrity for usermode
 2024-09-17  0:00 UTC  (11+ messages)
` [PATCH v4 21/30] riscv/traps: Introduce software check exception
` [PATCH v4 23/30] riscv signal: save and restore of shadow stack for signal
` [PATCH v4 28/30] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v4 29/30] riscv: Documentation for shadow stack on riscv

[PATCH RFC 0/3] Add NUMA mempolicy support for KVM guest_memfd
 2024-09-16 21:42 UTC  (5+ messages)
` [PATCH RFC 1/3] KVM: guest_memfd: Extend creation API to support NUMA mempolicy
` [PATCH RFC 2/3] mm: Add mempolicy support to the filemap layer
` [PATCH RFC 3/3] KVM: guest_memfd: Enforce NUMA mempolicy if available

[RFC PATCH 00/39] 1G page support for guest_memfd
 2024-09-16 20:00 UTC  (7+ messages)
` [RFC PATCH 15/39] KVM: guest_memfd: hugetlb: allocate and truncate from hugetlb
` [RFC PATCH 30/39] KVM: guest_memfd: Handle folio preparation for guest_memfd mmap

[PATCH v4 0/4] Rust KASAN Support
 2024-09-16 16:46 UTC  (3+ messages)

[PATCH v12 00/17] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-09-16 16:16 UTC  (9+ messages)
` [PATCH v12 01/17] EDAC: Add support for EDAC device features control
` [PATCH v12 02/17] EDAC: Add EDAC scrub control driver

[PATCH v2] kasan: simplify and clarify Makefile
 2024-09-16 16:14 UTC  (2+ messages)

[PATCH V2] mm/vmscan: wake up flushers conditionally to avoid cgroup OOM
 2024-09-16 16:11 UTC  (2+ messages)

[v5 PATCH 1/2] hugetlb: arm64: add mte support
 2024-09-16 15:34 UTC  (2+ messages)

[PATCH] Proposal of Integrating Namespaces and Cgroups for Enhanced Resource Management
 2024-09-16 11:09 UTC 

[PATCH v2 0/2] Compute contiguous empty PTEs for mTHP efficiently
 2024-09-16 11:07 UTC  (3+ messages)
` [PATCH v2 1/2] mm: Make pte_range_none() return number of empty PTEs
` [PATCH v2 2/2] mm: Compute first_set_pte to eliminate evaluating redundant ranges

[PATCH] Proposal of Integrating Namespaces and Cgroups for Enhanced Resource Management
 2024-09-16 11:03 UTC 

[PATCH v8 00/11] fs: multigrain timestamp redux
 2024-09-16 10:57 UTC  (20+ messages)
` [PATCH v8 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper
` [PATCH v8 02/11] fs: add infrastructure for multigrain timestamps
` [PATCH v8 03/11] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v8 04/11] fs: handle delegated timestamps in setattr_copy_mgtime
` [PATCH v8 05/11] fs: tracepoints around multigrain timestamp events
` [PATCH v8 06/11] fs: add percpu counters for significant "
` [PATCH v8 07/11] Documentation: add a new file documenting multigrain timestamps
` [PATCH v8 08/11] xfs: switch to "
` [PATCH v8 09/11] ext4: "
` [PATCH v8 10/11] btrfs: convert "
` [PATCH v8 11/11] tmpfs: add support for "

[linux-next:fs-next] [netfs, cifs] 73425800ac: xfstests.generic.080.fail
 2024-09-16 10:23 UTC  (2+ messages)

[GIT PULL] slab updates for 6.11
 2024-09-16  9:45 UTC 

[PATCH v4 0/2] Do not shatter hugezeropage on wp-fault
 2024-09-16  9:43 UTC  (3+ messages)
` [PATCH v4 1/2] mm: Abstract THP allocation
` [PATCH v4 2/2] mm: Allocate THP on hugezeropage wp-fault

[linux-next:master] [mm] cc8cb3697a: stress-ng.pkey.ops_per_sec 4.4% improvement
 2024-09-16  8:11 UTC 

[linux-next:master 11886/11962] main.c:(.init.text+0xef4): relocation truncated to fit: R_ARC_S25W_PCREL against `no symbol'
 2024-09-16  7:52 UTC  (2+ messages)

[PATCH V2] mm/memcontrol: add per-memcg pgpgin/pswpin counter
 2024-09-16  7:41 UTC  (2+ messages)

[PATCH v2] mm: z3fold: deprecate CONFIG_Z3FOLD
 2024-09-16  7:27 UTC  (2+ messages)

[linux-next:master] [list] 17640748eb: kunit.list-kunit-test.fail
 2024-09-16  7:20 UTC 

[RFC PATCH 0/3] by_n compression and decompression with Intel IAA
 2024-09-16  6:16 UTC  (3+ messages)
` [RFC PATCH 2/3] crypto: add by_n attribute to acomp_req

[PATCH 0/7] mm: Use pxdp_get() for accessing page table entries
 2024-09-16  6:15 UTC  (10+ messages)
` [PATCH 2/7] x86/mm: Drop page table entry address output from pxd_ERROR()
` [PATCH 3/7] mm: Use ptep_get() for accessing PTE entries
` [PATCH 4/7] mm: Use pmdp_get() for accessing PMD entries

[PATCH v6 0/3] mm: ZSWAP swap-out of mTHP folios
 2024-09-16  5:55 UTC  (3+ messages)
` [PATCH v6 2/3] mm: zswap: zswap_store() extended to handle "

[linux-next:master 11040/11962] drivers/gpu/drm/xe/tests/xe_bo.c:456:10: warning: implicit conversion from 'unsigned long long' to 'size_t' (aka 'unsigned int') changes value from 34359738368 to 0
 2024-09-16  5:11 UTC 

[PATCH] selftests: mm: Fix build errors on armhf
 2024-09-16  5:11 UTC  (5+ messages)

[RFC 0/6] Managed Percpu Refcount
 2024-09-16  5:08 UTC  (7+ messages)
` [RFC 1/6] percpu-refcount: Add managed mode for RCU released objects
` [RFC 2/6] percpu-refcount: Add torture test for percpu refcount
` [RFC 3/6] percpu-refcount: Extend managed mode to allow runtime switching
` [RFC 4/6] percpu-refcount-torture: Extend test with runtime mode switches
` [RFC 5/6] apparmor: Switch labels to percpu refcount in atomic mode
` [RFC 6/6] apparmor: Switch labels to percpu ref managed mode

[linux-next:pending-fixes 950/1001] fs/smb/client/transport.c:437:10: error: call to undeclared function 'smb_compress'; ISO C99 and later do not support implicit function declarations
 2024-09-16  1:32 UTC 

[PATCH v7 00/26] Generic `Allocator` support for Rust
 2024-09-15 21:39 UTC  (8+ messages)
` [PATCH v7 01/26] rust: alloc: add `Allocator` trait

[PATCH] [RFC] mm: mmap: Allow mmap(MAP_STACK) to map growable stack
 2024-09-15 20:04 UTC  (10+ messages)

[PATCH v3 0/8] x86/module: use large ROX pages for text allocations
 2024-09-15 13:48 UTC  (4+ messages)
` [PATCH v3 7/8] execmem: add support for cache of large ROX pages

[bug report] mm: avoid leaving partial pfn mappings around in error case
 2024-09-15 13:26 UTC  (9+ messages)

[syzbot] [mm?] kernel BUG in z3fold_page_migrate
 2024-09-15 10:56 UTC  (2+ messages)

[PATCH net-next v1] mm: fix build on powerpc with GCC 14
 2024-09-15 10:44 UTC  (4+ messages)

[PATCH -next] tmpfs: fault in smaller chunks if large folio allocation not allowed
 2024-09-15 10:40 UTC  (2+ messages)

[PATCH] mm/madvise: process_madvise() drop capability check if same mm
 2024-09-15  7:50 UTC  (2+ messages)

[PATCH] mm, slab: restore kerneldoc for kmem_cache_create()
 2024-09-15  7:48 UTC  (2+ messages)

[syzbot] [block?] [virt?] kernel panic: corrupted stack end in kernel_init (2)
 2024-09-15  5:50 UTC 

[PATCH 0/2] cleanup mast_split_data()
 2024-09-15  1:25 UTC  (2+ messages)
` [PATCH 2/2] maple_tree: not necessary to set pivot 0 before mab_mas_cp()

[PATCH RFC] mm: mglru: provide a separate list for lazyfree anon folios
 2024-09-15  0:58 UTC  (2+ messages)

[RFC PATCH v1 0/4] Introduce QPW for per-cpu operations
 2024-09-15  0:30 UTC  (2+ messages)

[linux-next:master 11040/11962] drivers/gpu/drm/xe/tests/xe_bo.c:456:10: error: implicit conversion from 'unsigned long long' to 'size_t' (aka 'unsigned int') changes value from 34359738368 to 0
 2024-09-15  0:13 UTC 

[syzbot] [mm?] KASAN: slab-use-after-free Read in hugetlb_fault (2)
 2024-09-14 19:41 UTC  (7+ messages)
        ` [PATCH 1/2] mm: Change vmf_anon_prepare() to __vmf_anon_prepare()
          ` [PATCH 2/2] mm/hugetlb.c: Fix UAF of vma in hugetlb fault pathway

[PATCH v2 7/7] kunit, slub: add test_kfree_rcu() and test_leak_destroy()
 2024-09-14 18:39 UTC  (2+ messages)

[PATCH 1/1] mm/mempolicy: fix comments for better documentation
 2024-09-14 15:18 UTC 

[PATCH] mm, slub: prefetch freelist in ___slab_alloc()
 2024-09-14 13:45 UTC  (4+ messages)

[PATCH v7 00/11] fs: multigrain timestamp redux
 2024-09-14 13:37 UTC  (3+ messages)

[PATCH V1 1/9] mm/gup: repin_folio_unhugely
 2024-09-14 13:19 UTC 

[BUG] 6.10.10: Bad page state in process xyz
 2024-09-14 12:10 UTC 

[PATCH v2] memory tier: fix deadlock warning while onlining pages
 2024-09-14  9:41 UTC 

[linux-next:master 10436/11962] arch/x86/kvm/smm.c:651 emulator_leave_smm() warn: inconsistent indenting
 2024-09-14  6:56 UTC 

[syzbot] [mm?] [cgroups?] possible deadlock in refill_stock
 2024-09-14  5:23 UTC 

[linux-next:master 11395/11962] /tmp/ccvwMgQM.s:2182: Error: operand out of domain (39 is not a multiple of 4)
 2024-09-14  4:40 UTC 

[linux-next:fs-next] BUILD SUCCESS e1f92950fa5729e8ac1c7da0c0b05db1070f3566
 2024-09-14  3:54 UTC 

[PATCH v4 16/30] riscv/shstk: If needed allocate a new shadow stack on clone
 2024-09-14  3:26 UTC  (4+ messages)

[PATCH] mm/huge_memory: ensure huge_zero_folio won't have large_rmappable flag set
 2024-09-14  1:53 UTC 

[linux-next:master 11090/11210] arch/arm64/boot/dts/freescale/imx8mm-venice-gw75xx-0x.dtb: pcie-ep@33800000: reg: [[864026624, 4194304], [402653184, 134217728]] is too short
 2024-09-14  0:34 UTC  (4+ messages)

[linux-next:master 11040/11962] include/uapi/linux/const.h:20:25: error: conversion from 'long long unsigned int' to 'size_t' {aka 'unsigned int'} changes value from '34359738368' to '0'
 2024-09-14  0:31 UTC 

[PATCH v3 0/5] Increase mseal test coverage
 2024-09-13 23:00 UTC  (11+ messages)
` [PATCH v3 4/5] selftests/mseal: add more tests for mmap

[PATCH 0/1] Fix device private page livelock on CPU fault
 2024-09-13 22:39 UTC  (4+ messages)
` [PATCH 1/1] mm/migrate: Trylock device page in do_swap_page

[linux-next:master] BUILD REGRESSION 5acd9952f95fb4b7da6d09a3be39195a80845eb6
 2024-09-13 22:07 UTC 

[PATCH V11] cgroup/rstat: Avoid flushing if there is an ongoing root flush
 2024-09-13 21:54 UTC  (3+ messages)

kernel/iomem.c:18:32: sparse: sparse: cast truncates bits from constant value (38400000050e becomes 50e)
 2024-09-13 21:22 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