[linux-next:master] [btrfs] a5b8a5f9f8: xfstests.btrfs.219.fail
2023-10-25 10:53 UTC (2+ messages)
[PATCH RFC 2/9] timekeeping: new interfaces for multigrain timestamp handing
2023-10-25 10:41 UTC (22+ messages)
[POC][RFC][PATCH] sched: Extended Scheduler Time Slice
2023-10-25 10:29 UTC (3+ messages)
Intermittent storage (dm-crypt?) freeze - regression 6.4->6.5
2023-10-25 10:13 UTC
[PATCH] arm64: mm: drop tlb flush operation when clearing the access bit
2023-10-25 10:12 UTC (20+ messages)
[PATCH v2] zswap: add writeback_time_threshold interface to shrink zswap pool
2023-10-25 9:52 UTC
[PATCH 2/3] maple_tree: use preallocations in mas_store_gfp()
2023-10-25 9:52 UTC (2+ messages)
[PATCH resend] mm: hugetlb_vmemmap: use bulk allocator in alloc_vmemmap_page_list()
2023-10-25 9:32 UTC (3+ messages)
[PATCH v6 00/10] Introduce __mt_dup() to improve the performance of fork()
2023-10-25 9:19 UTC (13+ messages)
` [PATCH v6 01/10] maple_tree: Add mt_free_one() and mt_attr() helpers
` [PATCH v6 02/10] maple_tree: Introduce {mtree,mas}_lock_nested()
` [PATCH v6 03/10] maple_tree: Introduce interfaces __mt_dup() and mtree_dup()
` [PATCH v6 04/10] radix tree test suite: Align kmem_cache_alloc_bulk() with kernel behavior
` [PATCH v6 05/10] maple_tree: Add test for mtree_dup()
` [PATCH v6 06/10] maple_tree: Update the documentation of maple tree
` [PATCH v6 07/10] maple_tree: Skip other tests when BENCH is enabled
` [PATCH v6 08/10] maple_tree: Update check_forking() and bench_forking()
` [PATCH v6 09/10] maple_tree: Preserve the tree attributes when destroying maple tree
` [PATCH v6 10/10] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()
[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
2023-10-25 8:52 UTC (13+ messages)
[linux-next:master] [btrfs] 28270e25c6: fxmark.ssd_btrfs_MWUM_72_bufferedio.works/sec -90.4% regression
2023-10-25 8:48 UTC
[linux-next:master] [selftests/tc] d227cc0b1e: kernel-selftests.tc-testing.tdc.sh.fail
2023-10-25 8:30 UTC
[PATCH v2 3/5] mm: memcg: make stats flushing threshold per-memcg
2023-10-25 6:22 UTC (11+ messages)
[PATCH v2 00/39] Memory allocation profiling
2023-10-25 5:46 UTC (43+ messages)
` [PATCH v2 01/39] lib/string_helpers: Add flags param to string_get_size()
` [PATCH v2 02/39] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v2 03/39] fs: Convert alloc_inode_sb() to a macro
` [PATCH v2 04/39] nodemask: Split out include/linux/nodemask_types.h
` [PATCH v2 05/39] prandom: Remove unused include
` [PATCH v2 06/39] mm: enumerate all gfp flags
` [PATCH v2 07/39] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v2 08/39] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v2 09/39] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v2 10/39] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [PATCH v2 11/39] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v2 12/39] lib: code tagging framework
` [PATCH v2 13/39] lib: code tagging module support
` [PATCH v2 14/39] lib: prevent module unloading if memory is not freed
` [PATCH v2 15/39] lib: add allocation tagging support for memory allocation profiling
` [PATCH v2 16/39] lib: introduce support for page allocation tagging
` [PATCH v2 17/39] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v2 18/39] change alloc_pages name in ivpu_bo_ops to avoid conflicts
` [PATCH v2 19/39] mm: enable page allocation tagging
` [PATCH v2 20/39] mm: create new codetag references during page splitting
` [PATCH v2 21/39] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v2 22/39] lib: add codetag reference into slabobj_ext
` [PATCH v2 23/39] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v2 24/39] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v2 25/39] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v2 26/39] mempool: Hook up to memory allocation profiling
` [PATCH v2 27/39] xfs: Memory allocation profiling fixups
` [PATCH v2 28/39] timekeeping: Fix a circular include dependency
` [PATCH v2 29/39] mm: percpu: Introduce pcpuobj_ext
` [PATCH v2 30/39] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v2 31/39] mm: percpu: enable per-cpu allocation tagging
` [PATCH v2 32/39] arm64: Fix circular header dependency
` [PATCH v2 33/39] mm: vmalloc: Enable memory allocation profiling
` [PATCH v2 34/39] rhashtable: Plumb through alloc tag
` [PATCH v2 35/39] lib: add memory allocations report in show_mem()
` [PATCH v2 36/39] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v2 37/39] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v2 38/39] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v2 39/39] MAINTAINERS: Add entries for code tagging and memory allocation profiling
[PATCH V6] NUMA: optimize detection of memory with no node id assigned by firmware
2023-10-25 5:46 UTC (2+ messages)
[PATCH v4 0/5] workload-specific and memory pressure-driven zswap writeback
2023-10-25 3:16 UTC (6+ messages)
` [PATCH v4 1/5] list_lru: allows explicit memcg and NUMA node selection
` [PATCH v4 2/5] zswap: make shrinking memcg-aware
` [PATCH v4 3/5] mm: memcg: add per-memcg zswap writeback stat
` [PATCH v4 5/5] zswap: shrinks zswap pool based on memory pressure
[RFC PATCH v3 0/7] slub: Delay freezing of CPU partial slabs
2023-10-25 2:18 UTC (9+ messages)
` [RFC PATCH v3 1/7] slub: Keep track of whether slub is on the per-node partial list
` [RFC PATCH v3 2/7] slub: Prepare __slab_free() for unfrozen partial slab out of node "
` [RFC PATCH v3 3/7] slub: Reflow ___slab_alloc()
` [RFC PATCH v3 4/7] slub: Change get_partial() interfaces to return slab
` [RFC PATCH v3 5/7] slub: Introduce freeze_slab()
` [RFC PATCH v3 6/7] slub: Delay freezing of partial slabs
` [RFC PATCH v3 7/7] slub: Optimize deactivate_slab()
[RFC PATCH] memcontrol: implement swap bypassing
2023-10-25 2:09 UTC (2+ messages)
[PATCH v2 7/9] sched: define TIF_ALLOW_RESCHED
2023-10-25 1:49 UTC (14+ messages)
[RFC PATCH v2 0/3] mm: mempolicy: Multi-tier weighted interleaving
2023-10-25 1:13 UTC (12+ messages)
[syzbot] [mm?] WARNING: suspicious RCU usage in mas_walk (3)
2023-10-25 0:07 UTC (2+ messages)
Fwd: Memleaks in offset_ctx->xa (shmem)
2023-10-25 0:01 UTC (3+ messages)
[PATCH] zswap: export compression failure stats
2023-10-24 23:45 UTC
[GIT PULL] hotfixes for 6.6
2023-10-24 20:07 UTC (2+ messages)
[PATCH v2 7/9] sched: define TIF_ALLOW_RESCHED
2023-10-24 18:59 UTC (3+ messages)
[PATCH v3 0/5] Some khugepaged folio conversions
2023-10-24 17:40 UTC (12+ messages)
` [PATCH v3 1/5] mm/khugepaged: Convert __collapse_huge_page_isolate() to use folios
` [PATCH v3 2/5] mm/khugepaged: Convert hpage_collapse_scan_pmd() "
` [PATCH v3 3/5] mm/khugepaged: Convert is_refcount_suitable() "
` [PATCH v3 4/5] mm/khugepaged: Convert alloc_charge_hpage() "
` [PATCH v3 5/5] mm/khugepaged: Convert collapse_pte_mapped_thp() "
[PATCH] zswap: export more zswap store failure stats
2023-10-24 17:25 UTC (3+ messages)
[PATCH v2 00/12] mempolicy: cleanups leading to NUMA mpol without vma
2023-10-24 16:45 UTC (16+ messages)
` [PATCH v2 10/12] mempolicy: alloc_pages_mpol() for NUMA policy "
` [PATCH v3 "
` [PATCH] mempolicy: alloc_pages_mpol() for NUMA policy without vma: fix
` [PATCH v2] "
` [PATCH v2 12/12] mempolicy: migration attempt to match interleave nodes
` [PATCH] mempolicy: migration attempt to match interleave nodes: fix
[PATCH] ext4: add __GFP_NOWARN to GFP_NOWAIT in readahead
2023-10-24 16:25 UTC (4+ messages)
` Include __GFP_NOWARN in GFP_NOWAIT
add and use a per-mapping stable writes flag
2023-10-24 16:16 UTC (16+ messages)
` [PATCH 1/3] filemap: add "
` [PATCH 2/3] block: update the stable_writes flag in bdev_add
` [PATCH 3/3] xfs: respect the stable writes flag on the RT device
[PATCH] mm/rmap: vm_flags including VM_EXEC can exit timely
2023-10-24 15:51 UTC
[PATCH 1/1] Documentation: ubsan: drop "the" from article title
2023-10-24 15:38 UTC (2+ messages)
[PATCH] mm/page_alloc: fix the potential memory waste in page_frag_alloc_align
2023-10-24 15:18 UTC (3+ messages)
` "
[PATCH v3 0/3] userfaultfd move option
2023-10-24 14:36 UTC (6+ messages)
` [PATCH v3 2/3] userfaultfd: UFFDIO_MOVE uABI
[PATCH] mm: zswap: fix the lack of page lru flag in zswap_writeback_entry
2023-10-24 14:27 UTC
[PATCH v3 00/19] stackdepot: allow evicting stack traces
2023-10-24 13:13 UTC (3+ messages)
[PATCH v2] debugobjects: stop accessing objects after releasing spinlock
2023-10-24 12:56 UTC (2+ messages)
Fwd: kernel tried to execute NX-protected page - exploit attempt? (uid: 0) (qbittorrent with tx-nocache-copy)
2023-10-24 12:32 UTC (4+ messages)
[RFC PATCH v2 0/6] slub: Delay freezing of CPU partial slabs
2023-10-24 11:03 UTC (9+ messages)
[RFC PATCH v1 0/8] Introduce mseal() syscall
2023-10-24 10:42 UTC (9+ messages)
[PATCH] mm: hugetlb_vmemmap: fix reference to nonexistent file
2023-10-24 10:04 UTC (3+ messages)
[PATCH v5 00/10] Introduce __mt_dup() to improve the performance of fork()
2023-10-24 8:45 UTC (7+ messages)
` [PATCH v5 03/10] maple_tree: Introduce interfaces __mt_dup() and mtree_dup()
` [PATCH v5 10/10] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()
[PATCH v2 0/2] mm: the dirty folio unmap redundantly
2023-10-24 7:21 UTC (11+ messages)
` [PATCH v2 1/2] mm:vmscan: the dirty folio in folio_list skip unmap
[PATCH] mm: mlock: avoid folio_within_range() on KSM pages
2023-10-24 7:09 UTC (2+ messages)
Virtual Scanning Considered Harmful
2023-10-24 3:34 UTC
[PATCH] selftests: add a sanity check for zswap
2023-10-24 2:45 UTC (2+ 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