[PATCH v4 0/5] refine storing NULL
2024-10-29 15:17 UTC (3+ messages)
` [PATCH v4 5/5] maple_tree: add a test checking storing null
[PATCH v2 0/8] fix error handling in mmap_region() and refactor
2024-10-29 15:16 UTC (25+ messages)
` [PATCH hotfix 6.12 v2 4/8] mm: resolve faulty mmap_region() error path behaviour
[PATCH 00/18] Provide a new two step DMA mapping API
2024-10-29 15:11 UTC (18+ messages)
` [PATCH 01/18] PCI/P2PDMA: refactor the p2pdma mapping helpers
` [PATCH 02/18] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH 05/18] dma: Provide an interface to allow allocate IOVA
` [PATCH 07/18] dma-mapping: Implement link/unlink ranges API
` [PATCH 09/18] docs: core-api: document the IOVA-based API
[bug] aarch64 host no longer boots after 767507654c22 ("arch_numa: switch over to numa_memblks")
2024-10-29 15:07 UTC (2+ messages)
[PATCH hotfix 6.12 v3 0/5] fix error handling in mmap_region() and refactor (hotfixes)
2024-10-29 14:38 UTC (7+ messages)
` [PATCH hotfix 6.12 v3 1/5] mm: avoid unsafe VMA hook invocation when error arises on mmap hook
` [PATCH hotfix 6.12 v3 2/5] mm: unconditionally close VMAs on error
` [PATCH hotfix 6.12 v3 3/5] mm: refactor map_deny_write_exec()
` [PATCH hotfix 6.12 v3 4/5] mm: refactor arch_validate_flags() and arm64 MTE handling
` [PATCH hotfix 6.12 v3 5/5] mm: resolve faulty mmap_region() error path behaviour
[PATCH RFC 02/10] net: rename skb_copy_to_page_nocache() helper
2024-10-29 14:33 UTC (9+ messages)
` [PATCH RFC 04/10] mm: page_frag: introduce page_frag_alloc_abort() related API
` [PATCH RFC 10/10] mm: page_frag: add an entry in MAINTAINERS for page_frag
[PATCH] mm: Remove misleading 'unlikely' hint in vms_gather_munmap_vmas()
2024-10-29 14:18 UTC (4+ messages)
[PATCH v2 1/2] mm: use aligned address in clear_gigantic_page()
2024-10-29 14:04 UTC (10+ messages)
[PATCH net-next v3 3/3] page_pool: fix IOMMU crash when driver has already unbound
2024-10-29 13:58 UTC (8+ messages)
[PATCH v3 0/3] memory,x86,acpi: hotplug memory alignment advisement
2024-10-29 13:52 UTC (13+ messages)
` [PATCH v3 1/3] memory: implement memory_block_advise/probe_max_size
` [PATCH v3 2/3] x86: probe memory block size advisement value during mm init
` [PATCH v3 3/3] acpi,srat: give memory block size advice based on CFMWS alignment
[PATCH] vmscan,migrate: fix double-decrement on node stats when demoting pages
2024-10-29 13:14 UTC (10+ messages)
[Invitation] bi-weekly guest_memfd upstream call on 2024-10-31
2024-10-29 13:13 UTC
[syzbot] [mm?] kernel BUG in zap_huge_pmd
2024-10-29 13:08 UTC (7+ messages)
[PATCH -V2] resource: Avoid unnecessary resource tree walking in __region_intersects()
2024-10-29 12:27 UTC
[RFC PATCH v3 0/4] Support large folios for tmpfs
2024-10-29 12:20 UTC (15+ messages)
[PATCH v4 tip/perf/core 0/4] uprobes,mm: speculative lockless VMA-to-uprobe lookup
2024-10-29 11:52 UTC (3+ messages)
` [PATCH v4 tip/perf/core 1/4] mm: Convert mm_lock_seq to a proper seqcount
[PATCH v2 0/4] mm: add more kernel parameters to control mTHP
2024-10-29 11:13 UTC (10+ messages)
` [PATCH v2 1/4] mm: fix docs for the kernel parameter ``thp_anon=``
` [PATCH v2 2/4] mm: shmem: control THP support through the kernel command line
` [PATCH v2 3/4] mm: generalize the implementation of ``thp_anon=``
` [PATCH v2 4/4] mm: shmem: override mTHP shmem default with a kernel parameter
[PATCH v4 0/5] implement lightweight guard pages
2024-10-29 10:32 UTC (5+ messages)
` [PATCH v4 3/5] mm: madvise: implement lightweight guard page mechanism
[PATCH v1 0/3] Buddy allocator like folio split
2024-10-29 10:24 UTC (5+ messages)
` [PATCH v1 1/3] mm/huge_memory: buddy allocator like folio_split()
` [PATCH v1 2/3] mm/huge_memory: add folio_split() to debugfs testing interface
` [PATCH v1 3/3] mm/truncate: use folio_split() for truncate operation
[PATCH] mm/memory-failure: Replace sprintf() with sysfs_emit()
2024-10-29 10:18 UTC
[GIT PULL] slab fixes for 6.12-rc6
2024-10-29 9:54 UTC
[PATCH v3 1/2] mm: use aligned address in clear_gigantic_page()
2024-10-29 9:51 UTC (5+ messages)
` [PATCH v3 2/2] mm: use aligned address in copy_user_gigantic_page()
[PATCH net-next v23 0/7] Replace page_frag with page_frag_cache (Part-1)
2024-10-29 9:36 UTC (3+ messages)
[PATCH V2 4/4] selftests/mm: skip virtual_address_range tests on riscv
2024-10-29 8:05 UTC (3+ messages)
[GIT PULL V2] hotfixes for 6.12-rc6
2024-10-29 5:37 UTC
[PATCH 0/2 v3] memcg: tracepoint for flushing stats
2024-10-29 5:27 UTC (7+ messages)
` [PATCH 1/2 v3] memcg: rename do_flush_stats and add force flag
` [PATCH 2/2 v3] memcg: add flush tracepoint
[GIT PULL] hotfixes for 6.12-rc6
2024-10-29 4:38 UTC (3+ messages)
[rppt-memblock:for-next] BUILD SUCCESS 98b7beba1ee6fb4ee755812e6c06cfc9084e7430
2024-10-29 4:31 UTC
[PATCH 1/2] mm: convert mm_lock_seq to a proper seqcount
2024-10-29 3:48 UTC (3+ messages)
[PATCH v1: vfio: avoid unnecessary pin memory when dma map io address space 0/2]
2024-10-29 3:32 UTC (4+ messages)
[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
2024-10-29 2:03 UTC (9+ messages)
` [PATCH 10/12] fs/dax: Properly refcount fs dax pages
[PATCH hotfix 6.12 v2] mm/mlock: set the correct prev on failure
2024-10-29 1:24 UTC (3+ messages)
[PATCH] mm/mlock: set the correct prev on failure
2024-10-29 1:23 UTC (4+ messages)
[PATCH 0/3] mm: add more kernel parameters to control mTHP
2024-10-29 0:31 UTC (8+ messages)
` [PATCH 3/3] mm: shmem: override mTHP shmem default with a kernel parameter
[PATCH v6] mm/vmscan: wake up flushers conditionally to avoid cgroup OOM
2024-10-29 0:30 UTC (3+ messages)
[Invitation] Linux MM Alignment Session on Memory Error Detector on Wednesday
2024-10-28 23:50 UTC (2+ messages)
[PATCH 0/6] damon/{self,kunit}tests: minor fixups for DAMON debugfs interface tests
2024-10-28 23:30 UTC (7+ messages)
` [PATCH 1/6] selftests/damon/huge_count_read_write: provide sufficiently large buffer for DEPRECATED file read
` [PATCH 2/6] selftests/damon/huge_count_read_write: remove unnecessary debugging message
` [PATCH 3/6] selftests/damon/_debugfs_common: hide expected error message from test_write_result()
` [PATCH 4/6] selftests/damon/debugfs_duplicate_context_creation: hide errors from expected file write failures
` [PATCH 5/6] mm/damon/Kconfig: update DBGFS_KUNIT prompt copy for SYSFS_KUNIT
` [PATCH 6/6] mm/damon/tests/dbgfs-kunit: fix the header double inclusion guarding ifdef comment
[PATCH RFC] mm: count zeromap read and set for swapout and swapin
2024-10-28 23:03 UTC (24+ messages)
[PATCH v3 1/1] memcg/hugetlb: Adding hugeTLB counters to memcg
2024-10-28 22:38 UTC (2+ messages)
[PATCH 0/6] futex: The remaining futex2 bits
2024-10-28 22:37 UTC (7+ messages)
` [PATCH 2/6] futex: Implement FUTEX2_NUMA
[PATCH v1 00/14] futex: More futex2 bits
2024-10-28 22:32 UTC (7+ messages)
` [PATCH v1 11/14] futex: Implement FUTEX2_NUMA
[linux-next:master] BUILD REGRESSION dec9255a128e19c5fcc3bdb18175d78094cc624d
2024-10-28 22:31 UTC
[PATCH v1 0/6] mm/arm64: re-enable HVO
2024-10-28 22:11 UTC (4+ messages)
` [PATCH v1 4/6] arm64: broadcast IPIs to pause remote CPUs
[PATCH RFC] mm: mitigate large folios usage and swap thrashing for nearly full memcg
2024-10-28 22:03 UTC (3+ messages)
[PATCH v2 0/2] fuse: remove extra page copies in writeback
2024-10-28 21:58 UTC (21+ messages)
` [PATCH v2 2/2] fuse: remove tmp folio for writebacks and internal rb tree
[PATCH v3 0/5] implement lightweight guard pages
2024-10-28 21:49 UTC (10+ messages)
` [PATCH v3 1/5] mm: pagewalk: add the ability to install PTEs
` [PATCH v3 2/5] mm: add PTE_MARKER_GUARD PTE marker
` [PATCH v3 3/5] mm: madvise: implement lightweight guard page mechanism
` [PATCH v3 5/5] selftests/mm: add self tests for guard page feature
[PATCH] [v2] alloc_tag: hide execmem_vmap() on !MMU
2024-10-28 20:31 UTC (3+ messages)
[PATCH 1/1] alloc_tag: avoid execmem_vmap() when !MMU
2024-10-28 20:29 UTC
[RFC PATCH v1 00/13] zswap IAA compress batching
2024-10-28 18:53 UTC (4+ messages)
` [RFC PATCH v1 13/13] mm: vmscan, swap, zswap: Compress batching of folios in shrink_folio_list()
[PATCH] alloc_tag: hide execmem_vmap() on !MMU
2024-10-28 18:51 UTC (3+ messages)
[PATCH] iov_iter: fix copy_page_from_iter_atomic() if KMAP_LOCAL_FORCE_MAP
2024-10-28 18:50 UTC (3+ messages)
[PATCH hotfix v2 1/2] mm/thp: fix deferred split queue not partially_mapped
2024-10-28 18:39 UTC (6+ messages)
` [PATCH hotfix v2 2/2] mm/thp: fix deferred split unqueue naming and locking
[syzbot] [net?] BUG: Bad page state in bpf_test_run_xdp_live
2024-10-28 18:37 UTC (2+ messages)
[PATCH] mm: delete the unused put_pages_list()
2024-10-28 18:37 UTC (2+ messages)
[PATCH hotfix 1/2] mm/thp: fix deferred split queue not partially_mapped
2024-10-28 18:36 UTC (7+ messages)
[PATCH mm-unstable v3] mm/page_alloc: keep track of free highatomic
2024-10-28 18:33 UTC (2+ messages)
[PATCH mm-unstable v2] mm/page_alloc: keep track of free highatomic
2024-10-28 18:29 UTC (10+ messages)
[RFC PATCH 0/7] Block and NMMe PCI use of new DMA mapping API
2024-10-28 18:27 UTC (3+ messages)
` [RFC PATCH 2/7] block: don't merge different kinds of P2P transfers in a single bio
[PATCH v6 0/5] introduce PIDFD_SELF* sentinels
2024-10-28 16:06 UTC (4+ messages)
` [PATCH v6 2/5] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process
[PATCH v14 00/14] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
2024-10-28 16:03 UTC (4+ messages)
` [PATCH v14 03/14] EDAC: Add ECS control feature
[PATCH] kaslr: rename physmem_end and PHYSMEM_END to direct_map_physmem_end
2024-10-28 15:03 UTC (2+ messages)
[PATCH 0/7] kernel/cgroups: Add "dev" memory accounting cgroup
2024-10-28 14:53 UTC (3+ messages)
` [PATCH 1/7] kernel/cgroup: "
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