[PATCH v5 00/21] mm/zsmalloc: add zpdesc memory descriptor for zswap.zpool
2024-08-06 2:23 UTC (19+ messages)
` [PATCH v5 01/21] "
` [PATCH v5 02/21] mm/zsmalloc: use zpdesc in trylock_zspage()/lock_zspage()
` [PATCH v5 03/21] mm/zsmalloc: convert __zs_map_object/__zs_unmap_object to use zpdesc
` [PATCH v5 04/21] mm/zsmalloc: add and use pfn/zpdesc seeking funcs
` [PATCH v5 05/21] mm/zsmalloc: convert obj_malloc() to use zpdesc
` [PATCH v5 06/21] mm/zsmalloc: convert create_page_chain() and its users "
` [PATCH v5 07/21] mm/zsmalloc: convert obj_allocated() and related helpers "
` [PATCH v5 08/21] mm/zsmalloc: convert init_zspage() "
` [PATCH v5 09/21] mm/zsmalloc: convert obj_to_page() and zs_free() "
` [PATCH v5 10/21] mm/zsmalloc: add zpdesc_is_isolated()/zpdesc_zone() helper for zs_page_migrate()
` [PATCH v5 11/21] mm/zsmalloc: rename reset_page to reset_zpdesc and use zpdesc in it
` [PATCH v5 12/21] mm/zsmalloc: convert __free_zspage() to use zdsesc
` [PATCH v5 13/21] mm/zsmalloc: convert location_to_obj() to take zpdesc
` [PATCH v5 14/21] mm/zsmalloc: convert migrate_zspage() to use zpdesc
` [PATCH v5 15/21] mm/zsmalloc: convert get_zspage() to take zpdesc
` [PATCH v5 16/21] mm/zsmalloc: convert SetZsPageMovable and remove unused funcs
` [PATCH v5 17/21] mm/zsmalloc: convert get/set_first_obj_offset() to take zpdesc
[linus:master] [mseal] 8be7258aad: stress-ng.pagemove.page_remaps_per_sec -4.4% regression
2024-08-06 2:17 UTC (20+ messages)
[PATCH] mm: swap: mTHP frees entries as a whole
2024-08-06 2:07 UTC (4+ messages)
[PATCH] mm: attempt to batch free swap entries for zap_pte_range()
2024-08-06 1:24 UTC
[PATCH v3 0/2] improving dynamic zswap shrinker protection scheme
2024-08-06 1:07 UTC (10+ messages)
` [PATCH v3 1/2] zswap: implement a second chance algorithm for dynamic zswap shrinker
` [PATCH v3 1/2] zswap: implement a second chance algorithm for dynamic zswap shrinker (fix)
` [PATCH v3 2/2] zswap: track swapins from disk more accurately
` [PATCH v3 2/2] zswap: track swapins from disk more accurately (fix)
[PATCH v4 1/5] memblock test: fix implicit declaration of function 'virt_to_phys'
2024-08-06 1:03 UTC (5+ messages)
` [PATCH v4 2/5] memblock test: add the definition of __setup()
` [PATCH v4 3/5] memblock test: fix implicit declaration of function 'memparse'
` [PATCH v4 4/5] memblock test: fix implicit declaration of function 'isspace'
` [PATCH v4 5/5] memblock test: fix implicit declaration of function 'strscpy'
[PATCH net-next v12 04/14] mm: page_frag: add '_va' suffix to page_frag API
2024-08-06 0:52 UTC (7+ messages)
[PATCH RFC 0/5] mm/gup: Introduce exclusive GUP pinning
2024-08-06 0:50 UTC (11+ messages)
[RFC PATCH 12/20] kthread: Implement preferred affinity
2024-08-05 23:59 UTC (10+ messages)
` [RFC PATCH 14/20] mm: Allocate kcompactd on its node
[PATCH v2 0/2] improving dynamic zswap shrinker protection scheme
2024-08-05 23:58 UTC (5+ messages)
` [PATCH v2 1/2] zswap: implement a second chance algorithm for dynamic zswap shrinker
[PATCH] kernel/fs: last check for exec credentials on NOEXEC mount
2024-08-05 23:41 UTC (6+ messages)
` [PATCH] exec: drop a racy path_noexec check
[PATCH 00/10] Introduce guestmemfs: persistent in-memory filesystem
2024-08-05 23:29 UTC (7+ messages)
[PATCH v13] mm: report per-page metadata information
2024-08-05 23:18 UTC (5+ messages)
[linux-next:fs-current] BUILD SUCCESS a30bdcb59da63bfa89f6d03dbf4d17a6d747c1f0
2024-08-05 22:23 UTC
[RFC PATCH v1 0/1] binfmt_elf: seal address zero
2024-08-05 21:33 UTC (5+ messages)
` [RFC PATCH v1 1/1] binfmt_elf: mseal "
[PATCH v5 0/9] Improve the copy of task comm
2024-08-05 21:28 UTC (2+ messages)
[PATCH v2] binfmt_elf: Dump smaller VMAs first in ELF cores
2024-08-05 21:27 UTC (6+ messages)
` [RFC PATCH] piped/ptraced coredump (was: Dump smaller VMAs first in ELF cores)
[PATCH net-next v18 06/14] page_pool: devmem support
2024-08-05 21:25 UTC
[akpm-mm:mm-unstable 173/179] include/vdso/limits.h:16:25: warning: conversion from 'long long unsigned int' to 'phys_addr_t' {aka 'unsigned int'} changes value from '18446744073709551615' to '4294967295'
2024-08-05 21:13 UTC
[PATCH v2 6/9] mm: Make hugetlb mappings go through mm_get_unmapped_area_vmflags
2024-08-05 21:03 UTC (2+ messages)
[GIT PULL] slab fixes for 6.11-rc2
2024-08-05 20:44 UTC (2+ messages)
[PATCH v3 00/26] mm: introduce numa_memblks
2024-08-05 20:35 UTC (22+ messages)
` [PATCH v3 07/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 09/26] arch, mm: pull out allocation of NODE_DATA to generic code
` [PATCH v3 11/26] x86/numa: use get_pfn_range_for_nid to verify that node spans memory
` [PATCH v3 19/26] mm: introduce numa_emulation
` [PATCH v3 22/26] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo
` [PATCH v3 25/26] mm: make range-to-target_node lookup facility a part of numa_memblks
[RFC PATCH] binfmt_elf: Dump smaller VMAs first in ELF cores
2024-08-05 20:34 UTC (6+ messages)
[linux-next:master] BUILD REGRESSION d6dbc9f56c3a70e915625b6f1887882c23dc5c91
2024-08-05 20:05 UTC
[PATCH 0/6] mm: split underutilized THPs
2024-08-05 19:51 UTC (6+ messages)
[linux-next:fs-next] BUILD SUCCESS b6b3ab6bae73b8ba1fefadea42f448f27591365b
2024-08-05 19:44 UTC
[PATCH mm-unstable v1 0/5] mm/swap: remove boilerplate
2024-08-05 19:14 UTC (5+ messages)
` [PATCH mm-unstable v1 5/5] "
[PATCH V8 1/2] cgroup/rstat: Avoid flushing if there is an ongoing overlapping flush
2024-08-05 18:50 UTC (8+ messages)
[linus:master] [mm/slab] 2e8000b826: WARNING:at_mm/util.c:#__kvmalloc_node_noprof
2024-08-05 18:48 UTC (2+ messages)
` Too large alloc in gem_exec_reloc test? (was Re: [linus:master] [mm/slab] 2e8000b826: WARNING:at_mm/util.c:#__kvmalloc_node_noprof)
[RFC PATCH 0/3] Enable strict percpu address space checks
2024-08-05 18:39 UTC (4+ messages)
` [RFC PATCH 1/3] percpu: Define __pcpu_typeof()
` [RFC PATCH 2/3] percpu: Assorted fixes found by strict percpu address space checks
` [RFC PATCH 3/3] percpu/x86: [RFH] Enable strict percpu checks via named AS qualifiers
[PATCH RFC 0/4] mm: Introduce guest_memfd library
2024-08-05 18:34 UTC (5+ messages)
` [PATCH RFC 1/4] mm: Introduce guest_memfd
` [PATCH RFC 2/4] kvm: Convert to use mm/guest_memfd
` [PATCH RFC 3/4] mm: guest_memfd: Add option to remove guest private memory from direct map
` [PATCH RFC 4/4] mm: guest_memfd: Add ability for mmap'ing pages
[PATCH v2 1/2] lib/htree: Add locking interface to new Hash Tree
2024-08-05 18:33 UTC (2+ messages)
[PATCH v3 bpf-next 00/10] Harden and extend ELF build ID parsing logic
2024-08-05 18:30 UTC (4+ messages)
` [PATCH v3 bpf-next 06/10] lib/buildid: implement sleepable build_id_parse() API
[RFC PATCH v2 00/10] KVM: Restricted mapping of guest_memfd at the host and pKVM/arm64 support
2024-08-05 18:13 UTC (3+ messages)
[RFC PATCH v2 04/10] KVM: Add KVM capability to check if guest_memfd can be mapped by the host
2024-08-05 18:12 UTC (3+ messages)
[RFC PATCH v2 02/10] KVM: Add restricted support for mapping guestmem by the host
2024-08-05 18:08 UTC (3+ messages)
[PATCH] mm: Only enforce minimum stack gap size if it's sensible
2024-08-05 17:26 UTC (2+ messages)
[PATCH] memcg: protect concurrent access to mem_cgroup_idr
2024-08-05 17:25 UTC (3+ messages)
[PATCH] mm: zswap: make the lock critical section obvious in shrink_worker()
2024-08-05 17:06 UTC (2+ messages)
[PATCH v3 1/5] memblock test: fix implicit declaration of function 'virt_to_phys'
2024-08-05 17:05 UTC (4+ messages)
[PATCH 7/8] mm: Introduce promo_wmark_pages()
2024-08-05 17:04 UTC
[PATCH v6 00/11] mm: multi-gen LRU: Walk secondary MMU page tables while aging
2024-08-05 16:54 UTC (6+ messages)
` [PATCH v6 05/11] mm: Add fast_only bool to test_young and clear_young MMU notifiers
[PATCH 1/4] mm/mempolicy: Use folio_alloc_mpol_noprof() in alloc_pages_noprof()
2024-08-05 16:31 UTC (4+ messages)
` [PATCH 2/4] mm/mempolicy: Make alloc_pages_mpol_noprof() static
` [PATCH 3/4] mm/mempolicy: Remove alloc_pages_mpol_noprof()
` [PATCH 4/4] mm/mempolicy: Convert alloc_pages_preferred_many() to return a folio
[linux-next:master 568/3069] 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
2024-08-05 15:57 UTC
[PATCH v2] mm: increase totalram_pages on freeing to buddy system
2024-08-05 15:47 UTC (3+ messages)
[PATCH v3 0/2] mm: tlb swap entries batch async release
2024-08-05 15:36 UTC (3+ messages)
` [PATCH v3 1/2] mm: move task_is_dying to h headfile
` [PATCH v3 2/2] mm: tlb: add tlb swap entries batch async release
[PATCH v4 00/28] Generic `Allocator` support for Rust
2024-08-05 15:19 UTC (29+ messages)
` [PATCH v4 01/28] rust: alloc: add `Allocator` trait
` [PATCH v4 02/28] rust: alloc: separate `aligned_size` from `krealloc_aligned`
` [PATCH v4 03/28] rust: alloc: rename `KernelAllocator` to `Kmalloc`
` [PATCH v4 04/28] rust: alloc: implement `Allocator` for `Kmalloc`
` [PATCH v4 05/28] rust: alloc: add module `allocator_test`
` [PATCH v4 06/28] rust: alloc: implement `Vmalloc` allocator
` [PATCH v4 07/28] rust: alloc: implement `KVmalloc` allocator
` [PATCH v4 08/28] rust: types: implement `Unique<T>`
` [PATCH v4 09/28] rust: alloc: implement kernel `Box`
` [PATCH v4 10/28] rust: treewide: switch to our kernel `Box` type
` [PATCH v4 11/28] rust: alloc: remove `BoxExt` extension
` [PATCH v4 12/28] rust: alloc: add `Box` to prelude
` [PATCH v4 13/28] rust: alloc: import kernel `Box` type in types.rs
` [PATCH v4 14/28] rust: alloc: import kernel `Box` type in init.rs
` [PATCH v4 15/28] rust: alloc: implement kernel `Vec` type
` [PATCH v4 16/28] rust: alloc: implement `IntoIterator` for `Vec`
` [PATCH v4 17/28] rust: alloc: implement `collect` for `IntoIter`
` [PATCH v4 18/28] rust: treewide: switch to the kernel `Vec` type
` [PATCH v4 19/28] rust: alloc: remove `VecExt` extension
` [PATCH v4 20/28] rust: alloc: add `Vec` to prelude
` [PATCH v4 21/28] rust: alloc: remove `GlobalAlloc` and `krealloc_aligned`
` [PATCH v4 22/28] rust: error: use `core::alloc::LayoutError`
` [PATCH v4 23/28] rust: error: check for config `test` in `Error::name`
` [PATCH v4 24/28] rust: alloc: implement `contains` for `Flags`
` [PATCH v4 25/28] rust: alloc: implement `Cmalloc` in module allocator_test
` [PATCH v4 26/28] rust: str: test: replace `alloc::format`
` [PATCH v4 27/28] rust: alloc: update module comment of alloc.rs
` [PATCH v4 28/28] kbuild: rust: remove the `alloc` crate
[RFC PATCH v2 0/7] synchronously scan and reclaim empty user PTE pages
2024-08-05 14:43 UTC (10+ messages)
` [RFC PATCH v2 1/7] mm: pgtable: make pte_offset_map_nolock() return pmdval
` [RFC PATCH v2 2/7] mm: introduce CONFIG_PT_RECLAIM
` [RFC PATCH v2 3/7] mm: pass address information to pmd_install()
` [RFC PATCH v2 4/7] mm: pgtable: try to reclaim empty PTE pages in zap_page_range_single()
` [RFC PATCH v2 5/7] x86: mm: free page table pages by RCU instead of semi RCU
` [RFC PATCH v2 6/7] x86: mm: define arch_flush_tlb_before_set_huge_page
` [RFC PATCH v2 7/7] x86: select ARCH_SUPPORTS_PT_RECLAIM if X86_64
[PATCH] mm: kfence: print the age time for alloacted objectes to trace memleak
2024-08-05 14:18 UTC (8+ messages)
Race condition observed between page migration and page fault handling on arm64 machines
2024-08-05 14:14 UTC (12+ messages)
[PATCH v11 00/10] enable bs > ps in XFS
2024-08-05 13:24 UTC (5+ messages)
` [PATCH v11 10/10] xfs: enable block size larger than page size support
[PATCH] mm: fix (harmless) type confusion in lock_vma_under_rcu()
2024-08-05 12:52 UTC
[PATCH] kfence: introduce burst mode
2024-08-05 12:39 UTC
[PATCH 00/10] mm: remove vma_merge()
2024-08-05 12:13 UTC (7+ messages)
` [PATCH 05/10] mm: abstract vma_merge_new_vma() to use vma_merge_struct
` [PATCH 06/10] tools: add VMA merge tests
` [PATCH 07/10] mm: avoid using vma_merge() for new VMAs
` [PATCH 08/10] mm: introduce commit_merge(), abstracting merge operation
` [PATCH 09/10] mm: refactor vma_merge() into modify-only vma_merge_modified()
` [PATCH 10/10] mm: rework vm_ops->close() handling on VMA merge
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