[PATCH v3 00/35] Memory allocation profiling
2024-02-12 21:39 UTC (20+ messages)
` [PATCH v3 01/35] lib/string_helpers: Add flags param to string_get_size()
` [PATCH v3 02/35] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v3 03/35] fs: Convert alloc_inode_sb() to a macro
` [PATCH v3 04/35] mm: enumerate all gfp flags
` [PATCH v3 05/35] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v3 06/35] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v3 07/35] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v3 08/35] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [PATCH v3 09/35] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v3 10/35] lib: code tagging framework
` [PATCH v3 11/35] lib: code tagging module support
` [PATCH v3 12/35] lib: prevent module unloading if memory is not freed
` [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
` [PATCH v3 14/35] lib: introduce support for page allocation tagging
` [PATCH v3 15/35] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags
` [PATCH v3 16/35] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v3 17/35] mm: enable page allocation tagging
` [PATCH v3 18/35] mm: create new codetag references during page splitting
` [PATCH v3 19/35] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
[PATCH v5 00/25] Transparent Contiguous PTEs for User Mappings
2024-02-12 21:34 UTC (30+ messages)
` [PATCH v5 01/25] mm: Clarify the spec for set_ptes()
` [PATCH v5 03/25] mm: Make pte_next_pfn() a wrapper around pte_advance_pfn()
` [PATCH v5 18/25] arm64/mm: Split __flush_tlb_range() to elide trailing DSB
` [PATCH v5 19/25] arm64/mm: Wire up PTE_CONT for user mappings
` [PATCH v5 22/25] mm: Add pte_batch_hint() to reduce scanning in folio_pte_batch()
` [PATCH v5 23/25] arm64/mm: Implement pte_batch_hint()
[PATCH v7 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
2024-02-12 20:24 UTC (14+ messages)
` [PATCH v7 1/4] kvm: arm64: introduce new flag for non-cacheable "
` [PATCH v7 2/4] mm: introduce new flag to indicate wc safe
` [PATCH v7 3/4] kvm: arm64: set io memory s2 pte as normalnc for vfio pci device
` [PATCH v7 4/4] vfio: convey kvm that the vfio-pci device is wc safe
[PATCH v2 4/4] selftests: damon: add access_memory to .gitignore
2024-02-12 20:23 UTC (3+ messages)
[PATCH v2 bpf-next 00/20] bpf: Introduce BPF arena
2024-02-12 20:21 UTC (19+ messages)
` [PATCH v2 bpf-next 05/20] bpf: Introduce bpf_arena
` [PATCH v2 bpf-next 12/20] libbpf: Add support for bpf_arena
` [PATCH v2 bpf-next 13/20] libbpf: Allow specifying 64-bit integers in map BTF
` [PATCH v2 bpf-next 17/20] selftests/bpf: Add unit tests for bpf_arena_alloc/free_pages
[PATCH v4 0/3] per-vma locks in userfaultfd
2024-02-12 20:11 UTC (11+ messages)
` [PATCH v4 3/3] userfaultfd: use per-vma locks in userfaultfd operations
[PATCH v2] mm/swap: fix race when skipping swapcache
2024-02-12 19:53 UTC (14+ messages)
[PATCH v2 0/4] selftests: add missing gitignore files and include generated objects
2024-02-12 19:43 UTC (4+ messages)
` [PATCH v2 1/4] selftests: uevent: add missing gitignore
` [PATCH v2 2/4] selftests: thermal: intel: power_floor: "
` [PATCH v2 3/4] selftests: thermal: intel: workload_hint: "
[LSF/MM/BPF TOPIC] Removing GFP_NOFS
2024-02-12 19:30 UTC (9+ messages)
[PATCH] selftests/mm: Don't needlessly use sudo to obtain root in run_vmtests.sh
2024-02-12 19:13 UTC (5+ messages)
[PATCH 0/2] mm/zswap: optimize for dynamic zswap_pools
2024-02-12 18:53 UTC (11+ messages)
` [PATCH 1/2] mm/zswap: global lru and shrinker shared by all zswap_pools
` [PATCH 2/2] mm/zswap: change zswap_pool kref to percpu_ref
[PATCH v4 0/3] Enable >0 order folio memory compaction
2024-02-12 18:46 UTC (8+ messages)
` [PATCH v4 1/3] mm/compaction: enable compacting >0 order folios
` [PATCH v4 2/3] mm/compaction: add support for >0 order folio memory compaction
` [PATCH v4 3/3] mm/compaction: optimize >0 order folio compaction with free page split
[PATCH] mm: document memalloc_noreclaim_save() and memalloc_pin_save()
2024-02-12 18:29 UTC
[PATCH v2 0/4] Memory management patches needed by Rust Binder
2024-02-12 18:11 UTC (8+ messages)
` [PATCH v2 2/4] uaccess: always export _copy_[from|to]_user with CONFIG_RUST
` [PATCH v2 4/4] rust: add abstraction for `struct page`
[PATCH v11 00/35] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2024-02-12 17:03 UTC (11+ messages)
` [PATCH v11 06/35] KVM: x86/mmu: Pass around full 64-bit error code for KVM page faults
` [PATCH v11 09/35] KVM: x86: Determine shared/private faults based on vm_type
` [PATCH v11 30/35] KVM: x86: Add gmem hook for determining max NPT mapping level
[PATCH] nvdimm/pmem: Fix leak on dax_add_host() failure
2024-02-12 16:55 UTC (2+ messages)
[PATCH v5 0/8] Introduce cpu_dcache_is_aliasing() to fix DAX regression
2024-02-12 16:31 UTC (9+ messages)
` [PATCH v5 1/8] dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n
` [PATCH v5 2/8] nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v5 3/8] dm: "
` [PATCH v5 4/8] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure
` [PATCH v5 5/8] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v5 6/8] dax: Check for data cache aliasing at runtime
` [PATCH v5 7/8] Introduce cpu_dcache_is_aliasing() across all architectures
` [PATCH v5 8/8] dax: Fix incorrect list of data cache aliasing architectures
[PATCH v2] Port hierarchical_{memory,swap}_limit cgroup1->cgroup2
2024-02-12 15:26 UTC (3+ messages)
[PATCH v11 00/26] DEPT(Dependency Tracker)
2024-02-12 15:16 UTC (5+ messages)
` [PATCH v11 14/26] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
[linux-next:master] [btrfs] 1d73d634d1: xfstests.btrfs.197.fail
2024-02-12 15:03 UTC
[PATCH 1/2] mm: compaction: limit the suitable target page order to be less than cc->order
2024-02-12 15:00 UTC (5+ messages)
` [PATCH 2/2] mm: compaction: update the cc->nr_migratepages when allocating or freeing the freepages
[PATCH] mm: compaction: refactor compact_node()
2024-02-12 14:22 UTC (4+ messages)
` [PATCH] mm: compaction: early termination in compact_nodes()
[PATCH] mm/hugetlb: Move page order check inside hugetlb_cma_reserve()
2024-02-12 14:19 UTC (2+ messages)
[PATCH] mm: huge_memory: don't force huge page alignment on 32 bit
2024-02-12 13:45 UTC (5+ messages)
[linux-next:master 4686/6082] kernel/power/energy_model.c:135:19: sparse: sparse: incorrect type in argument 1 (different address spaces)
2024-02-12 12:20 UTC
[PATCH v2 00/10] mm/memory: optimize unmap/zap with PTE-mapped THP
2024-02-12 11:39 UTC (16+ messages)
` [PATCH v2 01/10] mm/memory: factor out zapping of present pte into zap_present_pte()
` [PATCH v2 08/10] mm/mmu_gather: add __tlb_remove_folio_pages()
` [PATCH v2 09/10] mm/mmu_gather: improve cond_resched() handling with large folios and expensive page freeing
` [PATCH v2 10/10] mm/memory: optimize unmap/zap with PTE-mapped THP
[PATCH] kasan/test: avoid gcc warning for intentional overflow
2024-02-12 11:15 UTC
[PATCH v7 0/4] page_owner: print stacks and their outstanding allocations
2024-02-12 10:47 UTC (14+ messages)
` [PATCH v7 2/4] mm,page_owner: Implement the tracking of the stacks count
` [PATCH v7 3/4] mm,page_owner: Display all stacks and their count
[RFC PATCH v3 00/26] ext4: use iomap for regular file's buffered IO path and enable large foilo
2024-02-12 10:24 UTC (6+ messages)
` [RFC PATCH v3 08/26] iomap: add pos and dirty_len into trace_iomap_writepage_map
[RFC PATCH v1 00/28] riscv control-flow integrity for usermode
2024-02-12 10:23 UTC (3+ messages)
` [RFC PATCH v1 01/28] riscv: abstract envcfg CSR
[PATCH 0/3] Memory management patches needed by Rust Binder
2024-02-12 9:30 UTC (6+ messages)
` [PATCH 1/3] rust: add userspace pointers
[PATCH] fs/proc/task_mmu: Add display flag for VM_MAYOVERLAY
2024-02-12 9:05 UTC (6+ messages)
Re: [PATCH RFC v2] kasan: add atomic tests
2024-02-12 8:37 UTC (8+ messages)
` [PATCH] "
` [PATCH v2] "
` [PATCH v3] "
[PATCH v2 2/3] userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctx
2024-02-12 8:14 UTC (11+ messages)
convert write_cache_pages() to an iterator v7
2024-02-12 7:13 UTC (15+ messages)
` [PATCH 01/14] writeback: don't call mapping_set_error in writepage_cb
` [PATCH 02/14] writeback: remove a duplicate prototype for tag_pages_for_writeback
` [PATCH 03/14] writeback: fix done_index when hitting the wbc->nr_to_write
` [PATCH 04/14] writeback: also update wbc->nr_to_write on writeback failure
` [PATCH 05/14] writeback: only update ->writeback_index for range_cyclic writeback
` [PATCH 06/14] writeback: rework the loop termination condition in write_cache_pages
` [PATCH 07/14] writeback: Factor folio_prepare_writeback() out of write_cache_pages()
` [PATCH 08/14] writeback: Factor writeback_get_batch() "
` [PATCH 09/14] writeback: Simplify the loops in write_cache_pages()
` [PATCH 10/14] pagevec: Add ability to iterate a queue
` [PATCH 11/14] writeback: Use the folio_batch queue iterator
` [PATCH 12/14] writeback: Move the folio_prepare_writeback loop out of write_cache_pages()
` [PATCH 13/14] writeback: add a writeback iterator
` [PATCH 14/14] writeback: Remove a use of write_cache_pages() from do_writepages()
arch/x86/kernel/sys_x86_64.c: rationale for 0x40000000 for MAP_32BIT's start address?
2024-02-12 7:07 UTC (3+ messages)
[PATCH] cxl/mbox: Add Get Log Capabilities, Clear Log and Get Supported Logs Sub-List commands
2024-02-12 5:53 UTC (3+ messages)
` [EXT] "
[linux-next:master 2259/5901] arp_tables.c:(.text+0x1c): relocation truncated to fit: R_NIOS2_CALL26 against `xt_find_table'
2024-02-12 3:43 UTC
[PATCH] mm/hugetlb: Ensure adequate CMA areas available for hugetlb_cma[]
2024-02-12 2:06 UTC (3+ messages)
[PATCH v3 0/3] A Solution to Re-enable hugetlb vmemmap optimize
2024-02-11 11:59 UTC (10+ messages)
swapaccount= commandline option
2024-02-11 9:33 UTC
[PATCH] mm/memblock: Add MEMBLOCK_RSRV_NOINIT into flagname[] array
2024-02-11 8:30 UTC (2+ messages)
[GIT PULL] hotfixes for 6.8-rc4
2024-02-10 23:34 UTC (2+ messages)
[linux-next:master 2195/5901] mtk-socinfo.c:undefined reference to `soc_device_unregister'
2024-02-10 14:16 UTC
[PATCH v7 1/4] lib/stackdepot: Move stack_record struct definition into the header
2024-02-10 9:59 UTC (2+ messages)
[PATCH] x86/vdso: Move vDSO to mmap region
2024-02-10 9:18 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