[PATCH 0/4] Increase the number of bits available in page_type
2024-08-21 21:08 UTC (10+ messages)
` [PATCH 1/4] printf: Remove %pGt support
` [PATCH 2/4] mm: Introduce page_mapcount_is_type()
` [PATCH 3/4] mm: Support only one page_type per page
` [PATCH 4/4] zsmalloc: Use all available 24 bits of page_type
[syzbot] [mm?] WARNING in zswap_swapoff
2024-08-21 20:59 UTC (6+ messages)
[linux-next:pending-fixes] BUILD SUCCESS 2a8f5e00ea9f366e7e4adb4e5af5414c6497c527
2024-08-21 20:09 UTC
[PATCH v1] mm: Defines obj_cgroup_get() if CONFIG_MEMCG is not defined
2024-08-21 19:40 UTC (5+ messages)
[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)
2024-08-21 19:39 UTC
[PATCH 00/10] Simplify the page flags a little
2024-08-21 19:34 UTC (11+ messages)
` [PATCH 01/10] mm: Remove PageActive
` [PATCH 02/10] mm: Remove PageSwapBacked
` [PATCH 03/10] mm: Remove PageReadahead
` [PATCH 04/10] mm: Remove PageSwapCache
` [PATCH 05/10] mm: Remove PageUnevictable
` [PATCH 06/10] mm: Remove PageMlocked
` [PATCH 07/10] mm: Remove PageOwnerPriv1
` [PATCH 08/10] mm: Remove page_has_private()
` [PATCH 09/10] mm: Rename PG_mappedtodisk to PG_owner_2
` [PATCH 10/10] x86: Remove PG_uncached
[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)
2024-08-21 19:28 UTC
[PATCH 00/19] mm: Support huge pfnmaps
2024-08-21 19:10 UTC (12+ messages)
` [PATCH 09/19] mm: New follow_pfnmap API
` [PATCH 06/19] mm/pagewalk: Check pfnmap early for folio_walk_start()
[PATCH v4 0/6] mm: split underused THPs
2024-08-21 19:09 UTC (13+ messages)
` [PATCH v4 3/6] mm: selftest to verify zero-filled pages are mapped to zeropage
` [PATCH v4 4/6] mm: Introduce a pageflag for partially mapped folios
[PATCH v4 0/4] mm: ZSWAP swap-out of mTHP folios
2024-08-21 19:07 UTC (9+ messages)
[v2 PATCH 1/2] hugetlb: arm64: add mte support
2024-08-21 18:47 UTC (2+ messages)
` [v2 PATCH 2/2] selftests: arm64: add hugetlb mte tests
[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
2024-08-21 18:41 UTC (21+ messages)
` [PATCH v10 19/40] arm64/gcs: Context switch GCS state for EL0
` [PATCH v10 21/40] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v10 22/40] arm64/mm: Implement map_shadow_stack()
` [PATCH v10 23/40] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v10 25/40] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v10 26/40] arm64: Add Kconfig for Guarded Control Stack (GCS)
[PATCH v3 0/7] mm: Optimize mseal checks
2024-08-21 18:25 UTC (26+ messages)
` [PATCH v3 1/7] mm: Move can_modify_vma to mm/vma.h
` [PATCH v3 2/7] mm/munmap: Replace can_modify_mm with can_modify_vma
` [PATCH v3 3/7] mm/mprotect: "
` [PATCH v3 4/7] mm/mremap: "
` [PATCH v3 5/7] mseal: Replace can_modify_mm_madv with a vma variant
` [PATCH v3 6/7] mm: Remove can_modify_mm()
` [PATCH v3 7/7] selftests/mm: add more mseal traversal tests
[PATCH] mm/swap, workingset: make anon shadow nodes memcg aware
2024-08-21 18:14 UTC (4+ messages)
[PATCH v7 0/2] mm: Ignite large folios swap-in support
2024-08-21 17:31 UTC (4+ messages)
` [PATCH v7 1/2] mm: add nr argument in mem_cgroup_swapin_uncharge_swap() helper to support large folios
` [PATCH v7 2/2] mm: support large folios swap-in for sync io devices
[PATCH v6 00/20] Avoid MAP_FIXED gap exposure
2024-08-21 17:15 UTC (32+ messages)
` [PATCH v6 01/20] mm/vma: Correctly position vma_iterator in __split_vma()
` [PATCH v6 02/20] mm/vma: Introduce abort_munmap_vmas()
` [PATCH v6 03/20] mm/vma: Introduce vmi_complete_munmap_vmas()
` [PATCH v6 04/20] mm/vma: Extract the gathering of vmas from do_vmi_align_munmap()
` [PATCH v6 05/20] mm/vma: Introduce vma_munmap_struct for use in munmap operations
` [PATCH v6 06/20] mm/vma: Change munmap to use vma_munmap_struct() for accounting and surrounding vmas
` [PATCH v6 07/20] mm/vma: Extract validate_mm() from vma_complete()
` [PATCH v6 08/20] mm/vma: Inline munmap operation in mmap_region()
` [PATCH v6 09/20] mm/vma: Expand mmap_region() munmap call
` [PATCH v6 10/20] mm/vma: Support vma == NULL in init_vma_munmap()
` [PATCH v6 11/20] mm/mmap: Reposition vma iterator in mmap_region()
` [PATCH v6 12/20] mm/vma: Track start and end for munmap in vma_munmap_struct
` [PATCH v6 13/20] mm: Clean up unmap_region() argument list
` [PATCH v6 14/20] mm/mmap: Avoid zeroing vma tree in mmap_region()
` [PATCH v6 15/20] mm: Change failure of MAP_FIXED to restoring the gap on failure
` [PATCH v6 16/20] mm/mmap: Use PHYS_PFN in mmap_region()
` [PATCH v6 17/20] mm/mmap: Use vms accounted pages "
` [PATCH v6 18/20] ipc/shm, mm: Drop do_vma_munmap()
` [PATCH v6 19/20] mm: Move may_expand_vm() check in mmap_region()
` [PATCH v6 20/20] mm/vma: Drop incorrect comment from vms_gather_munmap_vmas()
[linux-next:master] BUILD REGRESSION eb8c5ca373cbb018a84eb4db25c863302c9b6314
2024-08-21 17:01 UTC
[PATCH v11 00/14] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
2024-08-21 16:50 UTC (5+ messages)
` [PATCH v11 04/14] cxl/mbox: Add GET_SUPPORTED_FEATURES mailbox command
[PATCH v3 00/13] uprobes: RCU-protected hot path optimizations
2024-08-21 16:41 UTC (4+ messages)
[PATCH] mm/memcontrol: respect zswap.writeback setting from parent cg too
2024-08-21 16:14 UTC (4+ messages)
[PATCH v1] selftests/mm: fix charge_reserved_hugetlb.sh test
2024-08-21 16:04 UTC (3+ messages)
[PATCH 00/26] Address Space Isolation (ASI) 2024
2024-08-21 16:00 UTC (7+ messages)
` [PATCH 16/26] mm: asi: Map non-user buddy allocations as nonsensitive
` [PATCH 26/26] KVM: x86: asi: Add some mitigations on address space transitions
[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)
2024-08-21 15:41 UTC
[PATCH v1 0/2] mremap refactor: check src address for vma boundaries first
2024-08-21 15:21 UTC (10+ messages)
[PATCH] mm:page_alloc: fix the NULL ac->nodemask in __alloc_pages_slowpath()
2024-08-21 15:00 UTC (2+ messages)
[PATCH RFC 0/4] mm: Introduce guest_memfd library
2024-08-21 14:26 UTC (5+ messages)
` [PATCH RFC 3/4] mm: guest_memfd: Add option to remove guest private memory from direct map
[PATCH v12 0/6]arm64: add ARCH_HAS_COPY_MC support
2024-08-21 14:20 UTC (6+ messages)
` [PATCH v12 4/6] arm64: support copy_mc_[user]_highpage()
[PATCH v4 0/2] cxl: add device reporting poison handler
2024-08-21 13:57 UTC (4+ messages)
` [PATCH v4 1/2] cxl/core: introduce device reporting poison hanlding
[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]+))?$'
2024-08-21 12:57 UTC
[PATCH v2] mm: add lazyfree folio to lru tail
2024-08-21 12:46 UTC (5+ messages)
` 回复: "
[PATCH v3 0/4] mm: clarify nofail memory allocation
2024-08-21 12:40 UTC (4+ messages)
[PATCH 1/2] mm: Add memalloc_nowait_{save,restore}
2024-08-21 12:37 UTC (13+ messages)
` [PATCH] mm: document risk of PF_MEMALLOC_NORECLAIM
[PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API
2024-08-21 12:30 UTC (8+ messages)
[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:
2024-08-21 12:26 UTC
[linux-next:master 3185/5728] ERROR: modpost: "gt_reset_failure" [drivers/gpu/drm/xe/xe.ko] undefined!
2024-08-21 12:26 UTC
[syzbot] [mm?] KCSAN: data-race in __reset_isolation_suitable / compact_zone (2)
2024-08-21 12:25 UTC
[PATCH 1/1] mm/page_poison: slightly optimize check_poison_mem()
2024-08-21 11:28 UTC (2+ messages)
[PATCH 00/14] introduce pte_offset_map_{readonly|maywrite}_nolock()
2024-08-21 10:03 UTC (21+ messages)
` [PATCH 01/14] mm: pgtable: "
` [PATCH 02/14] arm: adjust_pte() use pte_offset_map_maywrite_nolock()
` [PATCH 03/14] powerpc: assert_pte_locked() use pte_offset_map_readonly_nolock()
` [PATCH 04/14] mm: filemap: filemap_fault_recheck_pte_none() "
` [PATCH 05/14] mm: khugepaged: __collapse_huge_page_swapin() "
` [PATCH 06/14] mm: handle_pte_fault() use pte_offset_map_maywrite_nolock()
` [PATCH 07/14] mm: khugepaged: collapse_pte_mapped_thp() "
` [PATCH 08/14] mm: copy_pte_range() "
` [PATCH 09/14] mm: mremap: move_ptes() "
` [PATCH 10/14] mm: page_vma_mapped_walk: map_pte() "
` [PATCH 11/14] mm: userfaultfd: move_pages_pte() "
` [PATCH 12/14] mm: multi-gen LRU: walk_pte_range() "
` [PATCH 13/14] mm: pgtable: remove pte_offset_map_nolock()
` [PATCH 14/14] mm: khugepaged: retract_page_tables() use pte_offset_map_maywrite_nolock()
[linux-next:master] [mm/migrate] b28dd7507f: ltp.move_pages04.fail
2024-08-21 9:15 UTC (3+ messages)
[PATCH resend v2 0/5] mm: memory_hotplug: improve do_migrate_range()
2024-08-21 8:54 UTC (12+ messages)
` [PATCH v2 1/5] mm: memory_hotplug: remove head variable in do_migrate_range()
` [PATCH v2 2/5] mm: memory-failure: add unmap_posioned_folio()
` [PATCH v2 4/5] mm: migrate: add isolate_folio_to_list()
[PATCH v12 00/10] enable bs > ps in XFS
2024-08-21 7:16 UTC (5+ messages)
[PATCH v3 0/2] Introduce tracepoint for hugetlbfs
2024-08-21 7:03 UTC (2+ messages)
[PATCH] mm, slub: prefetch freelist in ___slab_alloc()
2024-08-21 6:58 UTC (3+ messages)
[PATCH v1] mm:page-writeback:use folio_next_index() helper in writeback_iter()
2024-08-21 6:31 UTC
[PATCH v1] mm: always inline _compound_head() with CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP=y
2024-08-21 5:17 UTC (2+ messages)
[PATCH v3] ACPI: PCI: check if the root io space is page aligned
2024-08-21 4:43 UTC (3+ messages)
[PATCH v1] tools:mm:Check mmap based on return values
2024-08-21 3:50 UTC
[PATCH 1/1] mm/slab: remove duplicate check in create_cache()
2024-08-21 3:26 UTC
[RFC 5/5] block: implement io_uring discard cmd
2024-08-21 2:55 UTC (11+ messages)
Action Required
2024-08-21 2:30 UTC
[PATCH] mm: shrinker: Use min() to improve shrinker_debugfs_scan_write()
2024-08-21 2:25 UTC (2+ messages)
[PATCH] mm: remove migration for HugePage in isolate_single_pageblock()
2024-08-21 1:41 UTC (7+ messages)
[linux-next:master 5286/5508] arch/powerpc/boot/dts/fsl/b4420qds.dtb: board-control@3,0: compatible: 'oneOf' conditional failed, one must be fixed:
2024-08-21 1:26 UTC
[PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
2024-08-21 1:18 UTC (13+ messages)
[PATCH 0/4] mm, netfs, afs: Truncation fixes
2024-08-20 23:20 UTC (5+ messages)
` [PATCH 1/4] mm: Fix missing folio invalidation calls during truncation
` [PATCH 2/4] afs: Fix post-setattr file edit to do truncation correctly
` [PATCH 3/4] netfs: Fix netfs_release_folio() to say no if folio dirty
` [PATCH 4/4] netfs: Fix trimming of streaming-write folios in netfs_inval_folio()
[PATCH] maple_tree: Remove rcu_read_lock() from mt_validate()
2024-08-20 22:53 UTC (3+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox