Linux Kernel Memory Management
[Prev Page][Next Page]
- Re: [PATCH v5 08/30] KVM: arm64: make kvm_at() take an OP_AT_*, (continued)
- [PATCH v5 09/30] KVM: arm64: use `at s1e1a` for POE, Joey Gouly
- [PATCH v5 10/30] KVM: arm64: Sanitise ID_AA64MMFR3_EL1, Joey Gouly
- [PATCH v5 17/30] arm64: add pte_access_permitted_no_overlay(), Joey Gouly
- [PATCH v5 15/30] arm64: mask out POIndex when modifying a PTE, Joey Gouly
- [PATCH v5 26/30] selftests: mm: make protection_keys test work on arm64, Joey Gouly
- [PATCH v5 20/30] arm64/ptrace: add support for FEAT_POE, Joey Gouly
- [PATCH v5 23/30] arm64: add Permission Overlay Extension Kconfig, Joey Gouly
- [PATCH v5 14/30] arm64: convert protection key into vm_flags and pgprot values, Joey Gouly
- [PATCH v5 16/30] arm64: handle PKEY/POE faults, Joey Gouly
- [PATCH v5 22/30] arm64: enable PKEY support for CPUs with S1POE, Joey Gouly
- [PATCH v5 27/30] kselftest/arm64: add HWCAP test for FEAT_S1POE, Joey Gouly
- [PATCH v5 29/30] kselftest/arm64: Add test case for POR_EL0 signal frame records, Joey Gouly
- [PATCH v5 18/30] arm64: implement PKEYS support, Joey Gouly
- [PATCH v5 28/30] kselftest/arm64: parse POE_MAGIC in a signal frame, Joey Gouly
- [PATCH v5 21/30] arm64: enable POE and PIE to coexist, Joey Gouly
- [PATCH v5 11/30] arm64: enable the Permission Overlay Extension for EL0, Joey Gouly
- [PATCH v5 19/30] arm64: add POE signal support, Joey Gouly
- [PATCH v5 25/30] selftests: mm: move fpregs printing, Joey Gouly
- [PATCH v5 30/30] KVM: selftests: get-reg-list: add Permission Overlay registers, Joey Gouly
- [PATCH v5 13/30] arm64: add POIndex defines, Joey Gouly
- [PATCH v5 24/30] kselftest/arm64: move get_header(), Joey Gouly
- [PATCH v5 12/30] arm64: re-order MTE VM_ flags, Joey Gouly
- [PATCH v13 00/10] enable bs > ps in XFS,
Pankaj Raghav (Samsung)
- [PATCH v13 01/10] fs: Allow fine-grained control of folio sizes, Pankaj Raghav (Samsung)
- [PATCH v13 02/10] filemap: allocate mapping_min_order folios in the page cache, Pankaj Raghav (Samsung)
- [PATCH v13 03/10] readahead: allocate folios with mapping_min_order in readahead, Pankaj Raghav (Samsung)
- [PATCH v13 05/10] filemap: cap PTE range to be created to allowed zero fill in folio_map_range(), Pankaj Raghav (Samsung)
- [PATCH v13 06/10] iomap: fix iomap_dio_zero() for fs bs > system page size, Pankaj Raghav (Samsung)
- [PATCH v13 07/10] xfs: use kvmalloc for xattr buffers, Pankaj Raghav (Samsung)
- [PATCH v13 04/10] mm: split a folio in minimum folio order chunks, Pankaj Raghav (Samsung)
- [PATCH v13 09/10] xfs: make the calculation generic in xfs_sb_validate_fsb_count(), Pankaj Raghav (Samsung)
- [PATCH v13 10/10] xfs: enable block size larger than page size support, Pankaj Raghav (Samsung)
- Re: [PATCH v13 00/10] enable bs > ps in XFS, Luis Chamberlain
- [PATCH v13 08/10] xfs: expose block size in stat, Pankaj Raghav (Samsung)
- [PATCH v2] selftests:mm: Fix mmap() error paths to check for MAP_FAILED,
Yang Ruibin
- [PATCH] mm: swapfile: fix SSD detection with swapfile on btrfs, Johannes Weiner
- [linux-next:master 5751/6069] arch/s390/kernel/perf_cpum_sf.c:1460:43: warning: variable 'idx_old' set but not used, kernel test robot
- [PATCH V1] mm:page_alloc: fix the NULL ac->nodemask in __alloc_pages_slowpath(),
Zhongkun He
- [PATCH v2 00/17] Wire up getrandom() vDSO implementation on powerpc,
Christophe Leroy
- [PATCH v2 01/17] asm-generic/unaligned.h: Extract common header for vDSO, Christophe Leroy
- [PATCH v2 02/17] vdso: Clean header inclusion in getrandom, Christophe Leroy
- [PATCH v2 03/17] vdso: Add __arch_get_k_vdso_rng_data(), Christophe Leroy
- [PATCH v2 04/17] vdso: Add missing c-getrandom-y in Makefile, Christophe Leroy
- [PATCH v2 05/17] vdso: Avoid call to memset() by getrandom, Christophe Leroy
- [PATCH v2 06/17] vdso: Change getrandom's generation to unsigned long, Christophe Leroy
- [PATCH v2 07/17] mm: Define VM_DROPPABLE for powerpc/32, Christophe Leroy
- [PATCH v2 08/17] powerpc: Add little endian variants of LWZX_BE and STWX_BE, Christophe Leroy
- [PATCH v2 11/17] powerpc/vdso: Wire up getrandom() vDSO implementation, Christophe Leroy
- [PATCH v2 17/17] selftests: vdso: Add support for vdso_test_random for powerpc, Christophe Leroy
- [PATCH v2 12/17] selftests: vdso: Fix powerpc64 vdso_config, Christophe Leroy
- [PATCH v2 16/17] selftests: vdso: Make VDSO function call more generic, Christophe Leroy
- [PATCH v2 14/17] selftests: vdso: Make test_vdso_getrandom look for the right vDSO function, Christophe Leroy
- [PATCH v2 09/17] powerpc/vdso32: Add crtsavres, Christophe Leroy
- [PATCH v2 15/17] selftests: vdso: Fix build of test_vdso_chacha, Christophe Leroy
- [PATCH v2 13/17] selftests: vdso: Don't hard-code location of vDSO sources, Christophe Leroy
- [PATCH v2 10/17] powerpc/vdso: Refactor CFLAGS for CVDSO build, Christophe Leroy
- Re: [PATCH v2 00/17] Wire up getrandom() vDSO implementation on powerpc, Jason A. Donenfeld
- [linux-next:fs-next 337/433] fs/bcachefs/btree_key_cache.c:758:9: sparse: sparse: dereference of noderef expression, kernel test robot
- [PATCH v2 0/7] implement async block discards/etc. via io_uring,
Pavel Begunkov
- [PATCH liburing 1/1] test/send-zerocopy: test fix datagrams over UDP limit,
Pavel Begunkov
- [PATCH] codetag: debug: mark codetags for pages which transitioned from being poison to unpoison as empty,
Hao Ge
- [PATCH v1] mm:slab:use kmem_cache_free() to free,
Yan Zhen
- [PATCH v11 00/39] arm64/gcs: Provide support for GCS in userspace,
Mark Brown
- [PATCH v11 04/39] mman: Add map_shadow_stack() flags, Mark Brown
- [PATCH v11 06/39] arm64/gcs: Document the ABI for Guarded Control Stacks, Mark Brown
- [PATCH v11 07/39] arm64/sysreg: Add definitions for architected GCS caps, Mark Brown
- [PATCH v11 09/39] arm64/gcs: Provide put_user_gcs(), Mark Brown
- [PATCH v11 12/39] arm64/mm: Allocate PIE slots for EL0 guarded control stack, Mark Brown
- [PATCH v11 21/39] arm64/gcs: Ensure that new threads have a GCS, Mark Brown
- [PATCH v11 37/39] kselftest/arm64: Add a GCS stress test, Mark Brown
- [PATCH v11 39/39] KVM: selftests: arm64: Add GCS registers to get-reg-list, Mark Brown
- [PATCH v11 15/39] KVM: arm64: Manage GCS access and registers for guests, Mark Brown
- [PATCH v11 10/39] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1, Mark Brown
- [PATCH v11 14/39] arm64/mm: Map pages for guarded control stack, Mark Brown
- [PATCH v11 23/39] arm64/mm: Implement map_shadow_stack(), Mark Brown
- [PATCH v11 29/39] kselftest/arm64: Add GCS as a detected feature in the signal tests, Mark Brown
- [PATCH v11 22/39] arm64/gcs: Implement shadow stack prctl() interface, Mark Brown
- [PATCH v11 08/39] arm64/gcs: Add manual encodings of GCS instructions, Mark Brown
- [PATCH v11 35/39] kselftest/arm64: Add test coverage for GCS mode locking, Mark Brown
- [PATCH v11 36/39] kselftest/arm64: Add GCS signal tests, Mark Brown
- [PATCH v11 24/39] arm64/signal: Set up and restore the GCS context for signal handlers, Mark Brown
- [PATCH v11 31/39] kselftest/arm64: Allow signals tests to specify an expected si_code, Mark Brown
- [PATCH v11 34/39] kselftest/arm64: Add a GCS test program built with the system libc, Mark Brown
- [PATCH v11 16/39] arm64/idreg: Add overrride for GCS, Mark Brown
- [PATCH v11 25/39] arm64/signal: Expose GCS state in signal frames, Mark Brown
- [PATCH v11 28/39] kselftest/arm64: Verify the GCS hwcap, Mark Brown
- [PATCH v11 27/39] arm64: Add Kconfig for Guarded Control Stack (GCS), Mark Brown
- [PATCH v11 32/39] kselftest/arm64: Always run signals tests with GCS enabled, Mark Brown
- [PATCH v11 02/39] arm64/mm: Restructure arch_validate_flags() for extensibility, Mark Brown
- [PATCH v11 03/39] prctl: arch-agnostic prctl for shadow stack, Mark Brown
- [PATCH v11 01/39] mm: Introduce ARCH_HAS_USER_SHADOW_STACK, Mark Brown
- [PATCH v11 20/39] arm64/gcs: Context switch GCS state for EL0, Mark Brown
- [PATCH v11 19/39] arm64/mm: Handle GCS data aborts, Mark Brown
- [PATCH v11 17/39] arm64/hwcap: Add hwcap for GCS, Mark Brown
- [PATCH v11 11/39] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS), Mark Brown
- [PATCH v11 26/39] arm64/ptrace: Expose GCS via ptrace and core files, Mark Brown
- [PATCH v11 13/39] mm: Define VM_SHADOW_STACK for arm64 when we support GCS, Mark Brown
- [PATCH v11 05/39] arm64: Document boot requirements for Guarded Control Stacks, Mark Brown
- [PATCH v11 30/39] kselftest/arm64: Add framework support for GCS to signal handling tests, Mark Brown
- [PATCH v11 33/39] kselftest/arm64: Add very basic GCS test program, Mark Brown
- [PATCH v11 38/39] kselftest/arm64: Enable GCS for the FP stress tests, Mark Brown
- [PATCH v11 18/39] arm64/traps: Handle GCS exceptions, Mark Brown
- [linux-next:fs-next] BUILD SUCCESS 675987e9caa22cb34a572aeff9e7be6f900fb81a, kernel test robot
- [PATCH] selftests/mm: Fix mseal's length, Pedro Falcato
- [PATCH 00/14] introduce pte_offset_map_{readonly|maywrite}_nolock(),
Qi Zheng
- [PATCH 01/14] mm: pgtable: introduce pte_offset_map_{readonly|maywrite}_nolock(), Qi Zheng
- [PATCH 02/14] arm: adjust_pte() use pte_offset_map_maywrite_nolock(), Qi Zheng
- [PATCH 05/14] mm: khugepaged: __collapse_huge_page_swapin() use pte_offset_map_readonly_nolock(), Qi Zheng
- [PATCH 09/14] mm: mremap: move_ptes() use pte_offset_map_maywrite_nolock(), Qi Zheng
- [PATCH 10/14] mm: page_vma_mapped_walk: map_pte() use pte_offset_map_maywrite_nolock(), Qi Zheng
- [PATCH 14/14] mm: khugepaged: retract_page_tables() use pte_offset_map_maywrite_nolock(), Qi Zheng
- [PATCH 03/14] powerpc: assert_pte_locked() use pte_offset_map_readonly_nolock(), Qi Zheng
- [PATCH 13/14] mm: pgtable: remove pte_offset_map_nolock(), Qi Zheng
- [PATCH 12/14] mm: multi-gen LRU: walk_pte_range() use pte_offset_map_maywrite_nolock(), Qi Zheng
- [PATCH 04/14] mm: filemap: filemap_fault_recheck_pte_none() use pte_offset_map_readonly_nolock(), Qi Zheng
- [PATCH 06/14] mm: handle_pte_fault() use pte_offset_map_maywrite_nolock(), Qi Zheng
- [PATCH 11/14] mm: userfaultfd: move_pages_pte() use pte_offset_map_maywrite_nolock(), Qi Zheng
- [PATCH 08/14] mm: copy_pte_range() use pte_offset_map_maywrite_nolock(), Qi Zheng
- [PATCH 07/14] mm: khugepaged: collapse_pte_mapped_thp() use pte_offset_map_maywrite_nolock(), Qi Zheng
- [linux-next:pending-fixes] BUILD SUCCESS 2a8f5e00ea9f366e7e4adb4e5af5414c6497c527, kernel test robot
- [linux-next:master 4740/5728] arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2pro.dtb: audio-codec@18: Unevaluated properties are not allowed ('clocks' was unexpected), kernel test robot
- [PATCH 00/10] Simplify the page flags a little,
Matthew Wilcox (Oracle)
- [PATCH 09/10] mm: Rename PG_mappedtodisk to PG_owner_2, Matthew Wilcox (Oracle)
- [PATCH 04/10] mm: Remove PageSwapCache, Matthew Wilcox (Oracle)
- [PATCH 07/10] mm: Remove PageOwnerPriv1, Matthew Wilcox (Oracle)
- [PATCH 10/10] x86: Remove PG_uncached, Matthew Wilcox (Oracle)
- [PATCH 08/10] mm: Remove page_has_private(), Matthew Wilcox (Oracle)
- [PATCH 03/10] mm: Remove PageReadahead, Matthew Wilcox (Oracle)
- [PATCH 06/10] mm: Remove PageMlocked, Matthew Wilcox (Oracle)
- [PATCH 02/10] mm: Remove PageSwapBacked, Matthew Wilcox (Oracle)
- [PATCH 05/10] mm: Remove PageUnevictable, Matthew Wilcox (Oracle)
- [PATCH 01/10] mm: Remove PageActive, Matthew Wilcox (Oracle)
- [linux-next:master 5403/5728] arch/arm64/boot/dts/amlogic/meson-g12b-radxa-zero-2-pro.dtb: sound: Unevaluated properties are not allowed ('assigned-clock-parents', 'assigned-clock-rates', 'assigned-clocks' were unexpected), kernel test robot
- [PATCH] mm: selftest to verify zero-filled pages are mapped to zeropage fix, Usama Arif
- [v2 PATCH 1/2] hugetlb: arm64: add mte support,
Yang Shi
- [PATCH 0/4] Increase the number of bits available in page_type,
Matthew Wilcox (Oracle)
- [linux-next:master] BUILD REGRESSION eb8c5ca373cbb018a84eb4db25c863302c9b6314, kernel test robot
- [linux-next:master 5283/5728] arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dtb: can@e6660000: Unevaluated properties are not allowed ('compatible' was unexpected), kernel test robot
- [PATCH] mm:page_alloc: fix the NULL ac->nodemask in __alloc_pages_slowpath(),
Zhongkun He
- [linux-next:master 4503/5508] arch/arm/boot/dts/nxp/imx/imx51-zii-rdu1.dtb: mdio-gpio: $nodename:0: 'mdio-gpio' does not match '^mdio(-(bus|external))?(@.+|-([0-9]+))?$', kernel test robot
- [PATCH v1] selftests/mm: fix charge_reserved_hugetlb.sh test,
David Hildenbrand
- [linux-next:master 5282/5728] arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dtb: can@e6660000: compatible: 'oneOf' conditional failed, one must be fixed:, kernel test robot
- [linux-next:master 3185/5728] ERROR: modpost: "gt_reset_failure" [drivers/gpu/drm/xe/xe.ko] undefined!, kernel test robot
- [syzbot] [mm?] KCSAN: data-race in __reset_isolation_suitable / compact_zone (2), syzbot
- [PATCH 1/1] mm/page_poison: slightly optimize check_poison_mem(),
Zhen Lei
- [PATCH v7 0/2] mm: Ignite large folios swap-in support,
hanchuanhua
- [PATCH v1] mm:page-writeback:use folio_next_index() helper in writeback_iter(), Yuesong Li
- [linux-next:master] [mm/migrate] b28dd7507f: ltp.move_pages04.fail,
kernel test robot
- [PATCH v1] tools:mm:Check mmap based on return values,
Yang Ruibin
- [PATCH 1/1] mm/slab: remove duplicate check in create_cache(),
Zhen Lei
- Action Required, myGov
- [linux-next:master 5286/5508] arch/powerpc/boot/dts/fsl/b4420qds.dtb: board-control@3,0: compatible: 'oneOf' conditional failed, one must be fixed:, kernel test robot
- [PATCH v6 00/20] Avoid MAP_FIXED gap exposure,
Liam R. Howlett
- [PATCH v6 01/20] mm/vma: Correctly position vma_iterator in __split_vma(), Liam R. Howlett
- [PATCH v6 02/20] mm/vma: Introduce abort_munmap_vmas(), Liam R. Howlett
- [PATCH v6 03/20] mm/vma: Introduce vmi_complete_munmap_vmas(), Liam R. Howlett
- [PATCH v6 05/20] mm/vma: Introduce vma_munmap_struct for use in munmap operations, Liam R. Howlett
- [PATCH v6 04/20] mm/vma: Extract the gathering of vmas from do_vmi_align_munmap(), Liam R. Howlett
- [PATCH v6 07/20] mm/vma: Extract validate_mm() from vma_complete(), Liam R. Howlett
- [PATCH v6 20/20] mm/vma: Drop incorrect comment from vms_gather_munmap_vmas(), Liam R. Howlett
- [PATCH v6 15/20] mm: Change failure of MAP_FIXED to restoring the gap on failure, Liam R. Howlett
- [PATCH v6 09/20] mm/vma: Expand mmap_region() munmap call, Liam R. Howlett
- [PATCH v6 06/20] mm/vma: Change munmap to use vma_munmap_struct() for accounting and surrounding vmas, Liam R. Howlett
- [PATCH v6 18/20] ipc/shm, mm: Drop do_vma_munmap(), Liam R. Howlett
- [PATCH v6 10/20] mm/vma: Support vma == NULL in init_vma_munmap(), Liam R. Howlett
- [PATCH v6 14/20] mm/mmap: Avoid zeroing vma tree in mmap_region(), Liam R. Howlett
- [PATCH v6 16/20] mm/mmap: Use PHYS_PFN in mmap_region(), Liam R. Howlett
- [PATCH v6 12/20] mm/vma: Track start and end for munmap in vma_munmap_struct, Liam R. Howlett
- [PATCH v6 08/20] mm/vma: Inline munmap operation in mmap_region(), Liam R. Howlett
- [PATCH v6 19/20] mm: Move may_expand_vm() check in mmap_region(), Liam R. Howlett
- [PATCH v6 11/20] mm/mmap: Reposition vma iterator in mmap_region(), Liam R. Howlett
- [PATCH v6 13/20] mm: Clean up unmap_region() argument list, Liam R. Howlett
- [PATCH v6 17/20] mm/mmap: Use vms accounted pages in mmap_region(), Liam R. Howlett
- [PATCH 0/4] mm, netfs, afs: Truncation fixes,
David Howells
- [no subject], Unknown
- [linux-next:pending-fixes] BUILD SUCCESS 137108eea6fb72fb5c5d3025c814fff4554e376e, kernel test robot
- [PATCH v1] mm: Defines obj_cgroup_get() if CONFIG_MEMCG is not defined.,
Kanchana P Sridhar
- [PATCH v4 0/4] Rust KASAN Support,
Matthew Maurer
- [PATCH] maple_tree: Remove rcu_read_lock() from mt_validate(),
Liam R. Howlett
- [linux-next:master 400/5508] drivers/gpu/drm/xe/xe_migrate.c:304:52: error: result of comparison of constant 274877906944 with expression of type 'resource_size_t' (aka 'unsigned int') is always true, kernel test robot
- [linux-next:master] BUILD REGRESSION bb1b0acdcd66e0d8eedee3570d249e076b89ab32, kernel test robot
- [PATCH] mm: shrinker: Use min() to improve shrinker_debugfs_scan_write(),
Thorsten Blum
- [PATCH] mm: vma remove the redundant avc binded with old folio,
Zhiguo Jiang
- [PATCH v1] mm: always inline _compound_head() with CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP=y,
David Hildenbrand
- [linux-next:master 5236/5508] arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dtb: bluetooth: 'vddaon-supply' is a required property, kernel test robot
- [linux-next:master 5294/5508] arch/arm64/boot/dts/rockchip/rk3399-ficus.dtb: bluetooth: Unevaluated properties are not allowed ('clock-names' was unexpected), kernel test robot
- [PATCH v6] mm: override mTHP "enabled" defaults at kernel cmdline, Barry Song
- [PATCH v2 0/5] support shmem mTHP collapse,
Baolin Wang
- [PATCH] mm/swap, workingset: make anon shadow nodes memcg aware,
Kairui Song
- Re: [PATCH v8 4/6] RISC-V: Detect unaligned vector accesses supported,
kernel test robot
- [linux-next:master 5288/5508] arch/arc/boot/dts/axs103.dtb: pct: 'reg' is a required property, kernel test robot
- [tip:x86/urgent] [x86/kaslr] dfb3911c36: kernel_BUG_at_arch/x86/mm/physaddr.c,
kernel test robot
- [linux-next:master 5281/5508] security/landlock/task.c:126: warning: Function parameter or struct member 'scope' not described in 'domain_is_scoped', kernel test robot
- [PATCH net-next v21 05/13] page_pool: devmem support, Mina Almasry
- Order,
KUCHARCZYK Philippe
- <Possible follow-ups>
- Order, Gaël RIGAULT
- [PATCH v2] mm: remove migration for HugePage in isolate_single_pageblock(),
Kefeng Wang
- [PATCH v2] mm: allow read-ahead with IOCB_NOWAIT set, Yafang Shao
- [PATCH] use might_sleep check if kmap_high is called from atomic context,
zhangchun
- [PATCH RFC] SLUB: Add support for per object memory policies, Christoph Lameter via B4 Relay
- [linux-next:fs-current] BUILD SUCCESS 821df8c2c7643908191ce0232e03e08e4cfa7472, kernel test robot
- [no subject], Unknown
- [PATCH v3 0/4] Rust KASAN Support,
Matthew Maurer
- [PATCH] mm: Introduce a pageflag for partially mapped folios fix, Usama Arif
- [linux-next:pending-fixes] BUILD SUCCESS 9675ba1ff716baea4302c5a11e926d444f2d2ae0, kernel test robot
- [PATCH v2] Avoid memory barrier in read_seqcount() through load acquire,
Christoph Lameter via B4 Relay
- [linux-next:master] BUILD REGRESSION 469f1bad3c1c6e268059f78c0eec7e9552b3894c, kernel test robot
- [PATCH 0/5] page allocation tag compression,
Suren Baghdasaryan
- DHL: You have an encrypted INV Payment Document for your review, DHL Service
- [linux-next:master 4491/5342] arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dtb: board-control@2,0: 'mdio-mux-emi1@54' does not match any of the regexes: '^mdio-mux@[a-f0-9,]+$', 'pinctrl-[0-9]+', kernel test robot
- [linux-next:master] [of] 4be66e3207: BUG:kernel_NULL_pointer_dereference,address, kernel test robot
- [RFC PATCH] uprobe: kill uprobe_task->active_uprobe, Oleg Nesterov
- [PATCH] selftests/mm: remove unnecessary ia64 code and comment, Jinjiang Tu
- [PATCH] mm/util: Fix meminfo CommitLimit, Vernon Yang
- [PATCH v2] mm: skip less than check for MAX_NR_ZONES,
alexs
- [PATCH] mm/hugetlb_cgroup: use folio in hugetlb_cgroup_move_parent(), JonasZhou-oc
- [no subject], Unknown
- [syzbot] [mm?] INFO: rcu detected stall in do_vmi_munmap (2), syzbot
- gcc-8: mm/swapfile.c:863:40: error: array subscript 1 is above array bounds of 'struct list_head[1]' [-Werror=array-bounds],
Naresh Kamboju
- [PATCH 0/5] support shmem mTHP collapse,
Baolin Wang
- [PATCH] mm: kmem: fix split_page_memcg(),
Muchun Song
- [syzbot] [cgroups?] [mm?] WARNING in folio_memcg,
syzbot
- [PATCH] mm, slub: prefetch freelist in ___slab_alloc(),
Yongqiang Liu
- [RFC] mm, slub: avoid zeroing kmalloc redzone,
Peng Fan (OSS)
- Patch "netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second writeback flag"" has been added to the 6.10-stable tree, gregkh
- [PATCH net-next v20 05/13] page_pool: devmem support, Mina Almasry
- [PATCH] mm: skip less than check for MAX_NR_ZONES,
alexs
- [PATCH -v2] Resource: fix region_intersects() for CXL memory,
Huang Ying
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]