messages from 2025-02-27 16:05:38 to 2025-02-28 13:17:28 UTC [more...]
[linux-next:master 5933/6583] include/linux/page_ext.h:131:20: error: call to undeclared function 'page_to_section'; ISO C99 and later do not support implicit function declarations
2025-02-28 13:17 UTC (4+ messages)
[PATCH v4 0/2] mm: slub: Enhanced debugging in slub error
2025-02-28 12:47 UTC (4+ messages)
[PATCH v2 0/9] selftests/mm: Some cleanups from trying to run them
2025-02-28 12:47 UTC (3+ messages)
` [PATCH v2 6/9] selftests/mm: Print some details when uffd-stress gets bad params
[PATCH v2 0/5] mm/hwpoison: Fix regressions in memory failure handling
2025-02-28 12:37 UTC (3+ messages)
` [PATCH v2 2/5] x86/mce: dump error msg from severities
[PATCH v2 0/5] mm/hwpoison: Fix regressions in memory failure handling
2025-02-28 12:35 UTC (11+ messages)
[PATCH v2 00/16] selftests: vDSO: parse_vdso: Make compatible with nolibc
2025-02-28 12:31 UTC (33+ messages)
` [PATCH v2 01/16] MAINTAINERS: Add vDSO selftests
` [PATCH v2 02/16] elf, uapi: Add definition for STN_UNDEF
` [PATCH v2 03/16] elf, uapi: Add definition for DT_GNU_HASH
` [PATCH v2 04/16] elf, uapi: Add definitions for VER_FLG_BASE and VER_FLG_WEAK
` [PATCH v2 05/16] elf, uapi: Add type ElfXX_Versym
` [PATCH v2 06/16] elf, uapi: Add types ElfXX_Verdef and ElfXX_Veraux
` [PATCH v2 07/16] tools/include: Add uapi/linux/elf.h
` [PATCH v2 08/16] selftests: Add headers target
` [PATCH v2 09/16] tools/nolibc: add limits.h shim header
` [PATCH v2 10/16] selftests: vDSO: vdso_standalone_test_x86: Use vdso_init_form_sysinfo_ehdr
` [PATCH v2 11/16] selftests: vDSO: parse_vdso: Drop vdso_init_from_auxv()
` [PATCH v2 12/16] selftests: vDSO: parse_vdso: Use UAPI headers instead of libc headers
` [PATCH v2 13/16] selftests: vDSO: parse_vdso: Test __SIZEOF_LONG__ instead of ULONG_MAX
` [PATCH v2 14/16] selftests: vDSO: vdso_test_gettimeofday: Clean up includes
` [PATCH v2 15/16] selftests: vDSO: vdso_test_gettimeofday: Make compatible with nolibc
` [PATCH v2 16/16] selftests: vDSO: vdso_standalone_test_x86: Switch to nolibc
[PATCH linux-next 0/2] ACPI: Add support for ACPI RAS2 feature table
2025-02-28 12:27 UTC (3+ messages)
` [PATCH linux-next 1/2] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH linux-next 2/2] ras: mem: Add memory "
[PATCH v18 0/3] ACPI: APEI: handle synchronous errors in task work
2025-02-28 12:26 UTC (6+ messages)
` [PATCH v18 2/3] mm: memory-failure: move return value documentation to function declaration
[PATCH v1 1/2] kunit, slub: Add test_kfree_rcu_wq_destroy use case
2025-02-28 12:13 UTC (2+ messages)
` [PATCH v1 2/2] mm/slab/kvfree_rcu: Switch to WQ_MEM_RECLAIM wq
[PATCH] mm/list_lru: allocate on first insert instead of allocation
2025-02-28 11:38 UTC
[PATCH] mm/page_alloc: make the maximum number of highatomic pageblocks resizable
2025-02-28 11:01 UTC (2+ messages)
[PATCH v7 0/7] mseal system mappings
2025-02-28 10:39 UTC (41+ messages)
` [PATCH v7 1/7] mseal, system mappings: kernel config and header change
` [PATCH v7 3/7] mseal, system mappings: enable x86-64
` [PATCH v7 4/7] mseal, system mappings: enable arm64
` [PATCH v7 6/7] mseal, system mappings: uprobe mapping
` (no subject)
` your mail
[PATCH] mm/page_alloc: Add lockdep assertion for pageblock type change
2025-02-28 10:12 UTC (4+ messages)
[PATCH v3 05/10] x86: remove HIGHMEM64G support
2025-02-28 10:09 UTC
[PATCH v7 00/15] zswap IAA compress batching
2025-02-28 10:00 UTC (16+ messages)
` [PATCH v7 01/15] crypto: acomp - Add synchronous/asynchronous acomp request chaining
` [PATCH v7 02/15] crypto: acomp - New interfaces to facilitate batching support in acomp & drivers
` [PATCH v7 03/15] crypto: iaa - Add an acomp_req flag CRYPTO_ACOMP_REQ_POLL to enable async mode
` [PATCH v7 04/15] crypto: iaa - Implement batch compression/decompression with request chaining
` [PATCH v7 05/15] crypto: iaa - Enable async mode and make it the default
` [PATCH v7 06/15] crypto: iaa - Disable iaa_verify_compress by default
` [PATCH v7 07/15] crypto: iaa - Re-organize the iaa_crypto driver code
` [PATCH v7 08/15] crypto: iaa - Map IAA devices/wqs to cores based on packages instead of NUMA
` [PATCH v7 09/15] crypto: iaa - Distribute compress jobs from all cores to all IAAs on a package
` [PATCH v7 10/15] crypto: iaa - Descriptor allocation timeouts with mitigations in iaa_crypto
` [PATCH v7 11/15] crypto: iaa - Fix for "deflate_generic_tfm" global being accessed without locks
` [PATCH v7 12/15] mm: zswap: Simplify acomp_ctx resource allocation/deletion and mutex lock usage
` [PATCH v7 13/15] mm: zswap: Allocate pool batching resources if the compressor supports batching
` [PATCH v7 14/15] mm: zswap: Restructure & simplify zswap_store() to make it amenable for batching
` [PATCH v7 15/15] mm: zswap: Compress batching with request chaining in zswap_store() of large folios
[PATCH v6 00/16] zswap IAA compress batching
2025-02-28 10:00 UTC (14+ messages)
` [PATCH v6 02/16] crypto: acomp - Define new interfaces for compress/decompress batching
` [PATCH v6 12/16] mm: zswap: Allocate pool batching resources if the compressor supports batching
` [PATCH v6 15/16] mm: zswap: Compress batching with Intel IAA in zswap_store() of large folios
` [PATCH v6 16/16] mm: zswap: Fix for zstd performance regression with 2M folios
[PATCH v4 0/2] mm/page_alloc: Some clarifications for migratetype fallback
2025-02-28 9:59 UTC (4+ messages)
` [PATCH v4 1/2] mm/page_alloc: Clarify terminology in migratetype fallback code
` [PATCH v4 2/2] mm/page_alloc: Clarify should_claim_block() commentary
[PATCH 0/7] crypto: acomp - Add request chaining and virtual address support
2025-02-28 9:54 UTC (11+ messages)
` [PATCH 3/7] crypto: acomp - Add request chaining and virtual addresses
` [RFC PATCH 7/7] mm: zswap: Use acomp virtual address interface
[PATCH v2] mm: alloc_pages_bulk: remove assumption of populating only NULL elements
2025-02-28 9:44 UTC
[PATCH v14 0/8] Rust support for mm_struct, vm_area_struct, and mmap
2025-02-28 9:49 UTC (10+ messages)
[PATCH v3 0/2] mm/page_alloc: Some clarifications for migratetype fallback
2025-02-28 9:25 UTC (5+ messages)
` [PATCH v3 1/2] mm/page_alloc: Clarify terminology in migratetype fallback code
[PATCH v2 0/4] mm: page_ext: Introduce new iteration API
2025-02-28 9:09 UTC (7+ messages)
` [PATCH v2 4/4] mm: page_owner: use "
[LSF/MM/BPF TOPIC] Optimizing Page Cache Readahead Behavior
2025-02-28 9:07 UTC (10+ messages)
` [Lsf-pc] "
[PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
2025-02-28 8:43 UTC (2+ messages)
[PATCH 0/3] page_counter cleanup and size reduction
2025-02-28 7:58 UTC (4+ messages)
` [PATCH 1/3] memcg: don't call propagate_protected_usage() for v1
` [PATCH 2/3] page_counter: track failcnt only for legacy cgroups
` [PATCH 3/3] page_counter: reduce struct page_counter size
[syzbot] [mm?] kernel BUG in filemap_fault
2025-02-28 7:26 UTC
[PATCH 1/2 v6] mm/mempolicy: Weighted Interleave Auto-tuning
2025-02-28 6:39 UTC (3+ messages)
[RFC PATCH 0/2] SKSM: Synchronous Kernel Samepage Merging
2025-02-28 5:17 UTC (6+ messages)
` [RFC PATCH 1/2] mm: Introduce "
` [RFC PATCH 2/2] selftests/kskm: Introduce SKSM basic test
[RFC PATCH v2 7/9] mm/damon/core: set damos_filter default allowance behavior based on installed filters
2025-02-28 4:48 UTC (2+ messages)
[PATCH v9 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
2025-02-28 3:42 UTC (22+ messages)
` [PATCH v9 01/20] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v9 02/20] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v9 03/20] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v9 04/20] fs/dax: Refactor wait for dax idle page
` [PATCH v9 05/20] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v9 06/20] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v9 07/20] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v9 08/20] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v9 09/20] mm/gup: Remove redundant check for PCI P2PDMA page
` [PATCH v9 10/20] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v9 11/20] mm: Allow compound zone device pages
` [PATCH v9 12/20] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v9 13/20] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v9 14/20] mm/rmap: Add support for PUD sized mappings to rmap
` [PATCH v9 15/20] mm/huge_memory: Add vmf_insert_folio_pud()
` [PATCH v9 16/20] mm/huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v9 17/20] mm/gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v9 18/20] dcssblk: Mark DAX broken, remove FS_DAX_LIMITED support
` [PATCH v9 19/20] fs/dax: Properly refcount fs dax pages
` [PATCH v9 20/20] device/dax: Properly refcount device dax pages when mapping
Softlockup when test shmem swapout-swapin and compaction
2025-02-28 3:39 UTC (6+ messages)
[PATCH] mm/vmscan: when the swappiness is set to 0, memory swapping should be prohibited during the global reclaim process
2025-02-28 3:21 UTC (8+ messages)
[PATCH v2 0/6] remove tlb_remove_page_ptdesc()
2025-02-28 2:44 UTC (4+ messages)
` [PATCH v2 3/6] mm: pgtable: convert some architectures to use tlb_remove_ptdesc()
[PATCH] memcg: bypass root memcg check for skmem charging
2025-02-28 2:23 UTC
[net-next PATCH v6 1/6] octeontx2-pf: use xdp_return_frame() to free xdp buffers
2025-02-28 2:23 UTC
[PATCH net-next v10 0/4] fix the DMA API misuse problem for page_pool
2025-02-28 2:15 UTC (2+ messages)
[PATCH v13 00/14] AMD broadcast TLB invalidation
2025-02-28 1:13 UTC (12+ messages)
` [PATCH v13 06/14] x86/mm: use broadcast TLB flushing for page reclaim TLB flushing
[PATCH mm-unstable] mm: make SPARSEMEM_VMEMMAP_PREINIT an internal option
2025-02-28 0:12 UTC (5+ messages)
[PATCH 00/11] cgroup: separate rstat trees
2025-02-27 23:44 UTC (3+ messages)
[PATCH *-next 00/18] Remove weird and needless 'return' for void APIs
2025-02-27 23:12 UTC (3+ messages)
` [PATCH *-next 15/18] mfd: db8500-prcmu: Remove needless return in three "
[PATCH v3 0/3] Add a command line option that enables control of how many threads should be used to allocate huge pages
2025-02-27 23:02 UTC (4+ messages)
` [PATCH v3 1/3] mm: hugetlb: improve parallel huge page allocation time
` [PATCH v3 2/3] mm: hugetlb: add hugetlb_alloc_threads cmdline option
` [PATCH v3 3/3] mm: hugetlb: log time needed to allocate hugepages
[PATCH 0/4 v2] cgroup: separate rstat trees
2025-02-27 23:01 UTC (8+ messages)
` [PATCH 1/4 v2] cgroup: move cgroup_rstat from cgroup to cgroup_subsys_state
` [PATCH 2/4 v2] cgroup: rstat lock indirection
` [PATCH 3/4 v2] cgroup: separate rstat locks for subsystems
` [PATCH 4/4 v2] cgroup: separate rstat list pointers from base stats
[PATCH v2 0/3] Add a command line option that enables control of how many threads should be used to allocate huge pages
2025-02-27 22:45 UTC (4+ messages)
` [PATCH v2 1/3] mm: hugetlb: improve parallel huge page allocation time
` [PATCH v2 2/3] mm: hugetlb: add hugetlb_alloc_threads cmdline option
` [PATCH v2 3/3] mm: hugetlb: log time needed to allocate hugepages
[PATCH 0/8] cxl: support CXL memory RAS features
2025-02-27 22:38 UTC (9+ messages)
` [PATCH 1/8] cxl: Add helper function to retrieve a feature entry
` [PATCH 2/8] cxl/memfeature: Add CXL memory device patrol scrub control feature
` [PATCH 3/8] cxl/memfeature: Add CXL memory device ECS "
` [PATCH 4/8] cxl/mbox: Add support for PERFORM_MAINTENANCE mailbox command
` [PATCH 5/8] cxl/region: Add helper function to determine memory is online
` [PATCH 6/8] cxl: Support for finding memory operation attributes from the current boot
` [PATCH 7/8] cxl/memfeature: Add CXL memory device soft PPR control feature
` [PATCH 8/8] cxl/memfeature: Add CXL memory device memory sparing "
[PATCH v2] zswap: do not crash the kernel on decompression failure
2025-02-27 22:35 UTC (12+ messages)
[PATCH v3 0/6] Track node vacancy to reduce worst case allocation counts
2025-02-27 20:48 UTC (7+ messages)
` [PATCH v3 1/6] maple_tree: convert mas_prealloc_calc() to take in a maple write state
` [PATCH v3 2/6] maple_tree: use height and depth consistently
` [PATCH v3 3/6] maple_tree: use vacant nodes to reduce worst case allocations
` [PATCH v3 4/6] maple_tree: break on convergence in mas_spanning_rebalance()
` [PATCH v3 5/6] maple_tree: add sufficient height
` [PATCH v3 6/6] maple_tree: reorder mas->store_type case statements
[linux-next:master] BUILD REGRESSION be5c7bbb3a64baf884481a1ba0c2f8fb2f93f7c3
2025-02-27 19:56 UTC
[PATCH v4 00/27] hugetlb/CMA improvements for large systems
2025-02-27 19:36 UTC (9+ messages)
` [PATCH v4 10/27] mm/sparse: allow for alternate vmemmap section init at boot
[PATCH v2 01/11] percpu: Introduce percpu hot section
2025-02-27 19:29 UTC
[PATCH V1] mm/list_lru: make the case where mlru is NULL as unlikely
2025-02-27 18:54 UTC (2+ messages)
[PATCH v3 0/3] Fixes for hugetlb on arm64
2025-02-27 18:50 UTC (2+ messages)
[PATCH bpf-next v9 0/6] bpf, mm: Introduce try_alloc_pages()
2025-02-27 17:50 UTC (2+ messages)
[PATCH] mm: fix finish_fault() handling for large folios
2025-02-27 16:47 UTC (4+ messages)
` [PATCH v2] "
[PATCH] slub: Fix Off-By-One in the While condition in on_freelist()
2025-02-27 16:40 UTC (10+ messages)
[PATCH 0/6 v2] mm: LRU drain flush on nohz_full
2025-02-27 16:25 UTC (5+ messages)
` [PATCH 1/6 v2] task_work: Provide means to check if a work is queued
` [PATCH 2/6 v2] sched/fair: Use task_work_queued() on numa_work
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).