[PATCH 00/10] mm/hugetlb: Make huge_pte_offset() thread-safe for pmd unshare
2022-11-29 20:49 UTC (12+ messages)
` [PATCH 01/10] mm/hugetlb: Let vma_offset_start() to return start
` [PATCH 02/10] mm/hugetlb: Don't wait for migration entry during follow page
` [PATCH 03/10] mm/hugetlb: Document huge_pte_offset usage
` [PATCH 04/10] mm/hugetlb: Move swap entry handling into vma lock when faulted
` [PATCH 05/10] mm/hugetlb: Make userfaultfd_huge_must_wait() safe to pmd unshare
` [PATCH 06/10] mm/hugetlb: Make hugetlb_follow_page_mask() "
` [PATCH 07/10] mm/hugetlb: Make follow_hugetlb_page() "
` [PATCH 08/10] mm/hugetlb: Make walk_hugetlb_range() "
` [PATCH 09/10] mm/hugetlb: Make page_vma_mapped_walk() "
` [PATCH 10/10] mm/hugetlb: Introduce hugetlb_walk()
[PATCH-block v2] bdi, blk-cgroup: Fix potential UAF of blkcg
2022-11-29 20:34 UTC
[PATCH bpf-next v5 0/6] execmem_alloc for BPF programs
2022-11-29 20:22 UTC (10+ messages)
` [PATCH bpf-next v5 1/6] vmalloc: introduce execmem_alloc, execmem_free, and execmem_fill
` [PATCH bpf-next v5 2/6] x86/alternative: support execmem_alloc() and execmem_free()
` [PATCH bpf-next v5 3/6] selftests/vm: extend test_vmalloc to test execmem_* APIs
` [PATCH bpf-next v5 4/6] bpf: use execmem_alloc for bpf program and bpf dispatcher
` [PATCH bpf-next v5 5/6] vmalloc: introduce register_text_tail_vm()
` [PATCH bpf-next v5 6/6] x86: use register_text_tail_vm
[PATCH] mm: remove lock_page_memcg() from rmap
2022-11-29 19:42 UTC (6+ messages)
[PATCH v2 0/3] mm: memcg: fix protection of reclaim target memcg
2022-11-29 19:42 UTC (5+ messages)
` [PATCH v2 2/3] selftests: cgroup: refactor proactive reclaim code to reclaim_until()
[PATCH 0/5] Removing the lru_cache_add() wrapper
2022-11-29 19:25 UTC (2+ messages)
[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
2022-11-29 19:18 UTC (12+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory
[PATCH v3 00/23] Convert to filemap_get_folios_tag()
2022-11-29 19:14 UTC (4+ messages)
` [PATCH v3 14/23] f2fs: Convert f2fs_write_cache_pages() to use filemap_get_folios_tag()
` [f2fs-dev] "
[RFC PATCH V1] mm: Disable demotion from proactive reclaim
2022-11-29 18:08 UTC (9+ messages)
[PATCH 3/3] compiler: inline does not imply notrace
2022-11-29 18:02 UTC (7+ messages)
[QUESTION] memcg page_counter seems broken in MADV_DONTNEED with THP enabled
2022-11-29 17:49 UTC (7+ messages)
[PATCH v2 1/2] mm/slub, kunit: add SLAB_SKIP_KFENCE flag for cache creation
2022-11-29 17:48 UTC (9+ messages)
` [PATCH v2 2/2] mm/slub, kunit: Add a test case for kmalloc redzone check
[PATCH v5 1/3] mm/khugepaged: Take the right locks for page table retraction
2022-11-29 17:28 UTC (4+ messages)
` [PATCH v5 2/3] mm/khugepaged: Fix GUP-fast interaction by sending IPI
` [PATCH v5 3/3] mm/khugepaged: Invoke MMU notifiers in shmem/file collapse paths
[PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
2022-11-29 17:26 UTC (4+ messages)
[PATCH 00/43] VMA type safety through VMA iterator
2022-11-29 16:44 UTC (44+ messages)
` [PATCH 03/43] maple_tree: Reduce user error potential
` [PATCH 02/43] maple_tree: Fix potential rcu issue
` [PATCH 01/43] maple_tree: Add mas_init() function
` [PATCH 05/43] mm: Expand vma iterator interface
` [PATCH 04/43] test_maple_tree: Test modifications while iterating
` [PATCH 06/43] mm/mmap: convert brk to use vma iterator
` [PATCH 08/43] mmap: Convert vma_link() "
` [PATCH 07/43] kernel/fork: Convert forking to using the vmi iterator
` [PATCH 09/43] mm/mmap: Remove preallocation from do_mas_align_munmap()
` [PATCH 10/43] mmap: Change do_mas_munmap and do_mas_aligned_munmap() to use vma iterator
` [PATCH 11/43] mmap: Convert vma_expand() "
` [PATCH 13/43] ipc/shm: Use the vma iterator for munmap calls
` [PATCH 12/43] mm: Add temporary vma iterator versions of vma_merge(), split_vma(), and __split_vma()
` [PATCH 14/43] userfaultfd: Use vma iterator
` [PATCH 15/43] mm: Change mprotect_fixup to "
` [PATCH 17/43] coredump: Convert "
` [PATCH 16/43] mlock: Convert mlock "
` [PATCH 19/43] task_mmu: Convert "
` [PATCH 18/43] mempolicy: "
` [PATCH 20/43] sched: "
` [PATCH 21/43] madvise: Use vmi iterator for __split_vma() and vma_merge()
` [PATCH 23/43] mmap: Use vmi version of vma_merge()
` [PATCH 22/43] mmap: Pass through vmi iterator to __split_vma()
` [PATCH 25/43] mm: Switch vma_merge(), split_vma(), and __split_vma to vma iterator
` [PATCH 24/43] mm/mremap: Use vmi version of vma_merge()
` [PATCH 27/43] mm: Pass through vma iterator to __vma_adjust()
` [PATCH 26/43] mmap: Convert __vma_adjust() to use vma iterator
` [PATCH 30/43] mm: Pass vma iterator through to __vma_adjust()
` [PATCH 28/43] madvise: Use split_vma() instead of __split_vma()
` [PATCH 29/43] mm: Remove unnecessary write to vma iterator in __vma_adjust()
` [PATCH 32/43] mmap: Clean up mmap_region() unrolling
` [PATCH 31/43] mm: Add vma iterator to vma_adjust() arguments
` [PATCH 33/43] mm: Change munmap splitting order and move_vma()
` [PATCH 35/43] mm/mmap: Refactor locking out of __vma_adjust()
` [PATCH 34/43] mm/mmap: move anon_vma setting in __vma_adjust()
` [PATCH 36/43] mm/mmap: Use vma_prepare() and vma_complete() in vma_expand()
` [PATCH 38/43] mm: Don't use __vma_adjust() in __split_vma()
` [PATCH 39/43] mm/mmap: Don't use __vma_adjust() in shift_arg_pages()
` [PATCH 37/43] mm/mmap: Introduce init_vma_prep() and init_multi_vma_prep()
` [PATCH 42/43] mm/mmap: Remove __vma_adjust()
` [PATCH 41/43] mm/mmap: Convert do_brk_flags() to use vma_prepare() and vma_complete()
` [PATCH 40/43] mm/mmap: Introduce dup_vma_anon() helper
` [PATCH 43/43] vma_merge: Set vma iterator to correct position
[PATCH v6] mm: add zblock - new allocator for use via zpool API
2022-11-29 16:35 UTC (5+ messages)
[syzbot] WARNING in iov_iter_revert (3)
2022-11-29 15:54 UTC (7+ messages)
[PATCH v7 0/6] Implement writeback for zsmalloc
2022-11-29 15:54 UTC (18+ messages)
` [PATCH v7 1/6] zswap: fix writeback lock ordering "
` [PATCH v7 2/6] zpool: clean out dead code
` [PATCH v7 3/6] zsmalloc: Consolidate zs_pool's migrate_lock and size_class's locks
` [PATCH v7 4/6] zsmalloc: Add a LRU to zs_pool to keep track of zspages in LRU order
` [PATCH v7 5/6] zsmalloc: Add zpool_ops field to zs_pool to store evict handlers
` [PATCH v7 6/6] zsmalloc: Implement writeback mechanism for zsmalloc
[PATCH v4 1/3] mm/khugepaged: Take the right locks for page table retraction
2022-11-29 15:30 UTC (13+ messages)
` [PATCH v4 2/3] mm/khugepaged: Fix GUP-fast interaction by sending IPI
` [PATCH v4 3/3] mm/khugepaged: Invoke MMU notifiers in shmem/file collapse paths
[RFC PATCH 0/6] Discard __GFP_ATOMIC
2022-11-29 15:17 UTC (7+ messages)
` [PATCH 1/6] mm/page_alloc: Rename ALLOC_HIGH to ALLOC_MIN_RESERVE
` [PATCH 2/6] mm/page_alloc: Treat RT tasks similar to GFP_HIGH
` [PATCH 3/6] mm/page_alloc: Explicitly record high-order atomic allocations in alloc_flags
` [PATCH 4/6] mm/page_alloc: Explicitly define what alloc flags deplete min reserves
` [PATCH 5/6] mm/page_alloc: Give GFP_ATOMIC and non-blocking allocations access to reserves
` [PATCH 6/6] mm: discard __GFP_ATOMIC
[PATCH v2] mm: set the vma flags dirty before testing if it is mergeable
2022-11-29 13:49 UTC (3+ messages)
[PATCH v2 0/3] [RFC] shmem: user and group quota support for tmpfs
2022-11-29 13:11 UTC (4+ messages)
` [PATCH v2 1/3] quota: add quota in-memory format support
[PATCH 0/6] slab: Provide full coverage for __alloc_size attribute
2022-11-29 12:33 UTC (3+ messages)
[PATCH v2 1/2] kasan: allow sampling page_alloc allocations for HW_TAGS
2022-11-29 11:29 UTC (2+ messages)
[PATCH v7 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
2022-11-29 11:09 UTC (2+ messages)
[linux-next:pending-fixes] BUILD SUCCESS 6acc901949f108c99944c1f668e344be671f3e31
2022-11-29 10:28 UTC
[PATCH v5 0/8] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
2022-11-29 9:33 UTC
[PATCH mm-unstable v1 00/20] mm/gup: remove FOLL_FORCE usage from drivers (reliable R/O long-term pinning)
2022-11-29 9:15 UTC (9+ messages)
` [PATCH mm-unstable v1 16/20] mm/frame-vector: remove FOLL_FORCE usage
[mm] f35b5d7d67: will-it-scale.per_process_ops -95.5% regression
2022-11-29 8:59 UTC (4+ messages)
` [mm] f35b5d7d67: will-it-scale.per_process_ops -95.5% regression #forregzbot
nvdimm,pmem: makedumpfile: __vtop4_x86_64: Can't get a valid pte
2022-11-29 5:22 UTC (5+ messages)
[PATCH V14 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
2022-11-29 3:26 UTC (6+ messages)
[PATCH v7 00/20] TDX host kernel support
2022-11-28 23:14 UTC (22+ messages)
` [PATCH v7 11/20] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions
` [PATCH v7 13/20] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v7 14/20] x86/virt/tdx: Set up reserved areas for all TDMRs
[linux-next:master 10732/11667] drivers/media/platform/renesas/rzg2l-cru/rzg2l-csi2.c:445:7: warning: variable 'ret' is used uninitialized whenever 'if' condition is true
2022-11-28 22:52 UTC
Low TCP throughput due to vmpressure with swap enabled
2022-11-28 18:07 UTC (5+ messages)
[PATCH v3 1/3] mm/khugepaged: Take the right locks for page table retraction
2022-11-28 18:06 UTC (8+ messages)
` [PATCH v3 3/3] mm/khugepaged: Invoke MMU notifiers in shmem/file collapse paths
[sj:damon/next 27/34] mm/damon/sysfs-schemes.c:1409:19: error: incomplete definition of type 'struct mem_cgroup'
2022-11-28 17:54 UTC
[PATCH bpf-next v4 0/6] execmem_alloc for BPF programs
2022-11-28 17:53 UTC (3+ messages)
` [PATCH bpf-next v4 1/6] vmalloc: introduce execmem_alloc, execmem_free, and execmem_fill
[PATCH 0/2] fs/exec: Explicitly unshare fs_struct on exec
2022-11-28 17:49 UTC (7+ messages)
` [PATCH 1/2] "
[linux-next:master] BUILD REGRESSION 15f2f20ccbf2d04cb14e3e7635aa0447208c71e7
2022-11-28 17:24 UTC
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