[PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
2025-10-17 13:48 UTC (36+ messages)
` [PATCH v2 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
` [PATCH v2 02/27 5.10.y] btrfs: remove duplicated in_range() macro
` Patch "btrfs: remove duplicated in_range() macro" has been added to the 5.10-stable tree
` [PATCH v2 03/27 5.10.y] minmax: sanity check constant bounds when clamping
` [PATCH v2 04/27 5.10.y] minmax: clamp more efficiently by avoiding extra comparison
` [PATCH v2 05/27 5.10.y] minmax: add in_range() macro
` [PATCH v2 06/27 5.10.y] minmax: Introduce {min,max}_array()
` [PATCH v2 07/27 5.10.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH v2 08/27 5.10.y] minmax: fix header inclusions
` [PATCH v2 09/27 5.10.y] minmax: allow min()/max()/clamp() if the arguments have the same signedness
` Patch "minmax: allow min()/max()/clamp() if the arguments have the same signedness." has been added to the 5.10-stable tree
` [PATCH v2 10/27 5.10.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v2 11/27 5.10.y] minmax: allow comparisons of 'int' against 'unsigned char/short'
` Patch "minmax: allow comparisons of 'int' against 'unsigned char/short'" has been added to the 5.10-stable tree
` [PATCH v2 12/27 5.10.y] minmax: relax check to allow comparison between unsigned arguments and signed constants
` [PATCH v2 13/27 5.10.y] minmax: avoid overly complicated constant expressions in VM code
` Patch "minmax: avoid overly complicated constant expressions in VM code" has been added to the 5.10-stable tree
` [PATCH v2 14/27 5.10.y] minmax: add a few more MIN_T/MAX_T users
` Patch "minmax: add a few more MIN_T/MAX_T users" has been added to the 5.10-stable tree
` [PATCH v2 15/27 5.10.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH v2 16/27 5.10.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v2 17/27 5.10.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v2 18/27 5.10.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v2 19/27 5.10.y] minmax: improve macro expansion and type checking
` [PATCH v2 20/27 5.10.y] minmax: fix up min3() and max3() too
` [PATCH v2 21/27 5.10.y] minmax.h: add whitespace around operators and after commas
` [PATCH v2 22/27 5.10.y] minmax.h: update some comments
` [PATCH v2 23/27 5.10.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v2 24/27 5.10.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v2 25/27 5.10.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v2 26/27 5.10.y] minmax.h: simplify the variants of clamp()
` [PATCH v2 27/27 5.10.y] minmax.h: remove some #defines that are only expanded once
[PATCH v5 0/9] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-10-17 13:02 UTC (17+ messages)
` [PATCH v5 1/9] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v5 4/9] PCI/P2PDMA: Export pci_p2pdma_map_type() function
` [PATCH v5 8/9] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v5 9/9] vfio/pci: Add dma-buf export support for MMIO regions
[PATCH v12 0/2] ACPI: Add support for ACPI RAS2 feature table
2025-10-17 12:54 UTC (12+ messages)
` [PATCH v12 1/2] ACPI:RAS2: Add ACPI RAS2 driver
[PATCH v4 00/14] expand mmap_prepare functionality, port more users
2025-10-17 12:46 UTC (6+ messages)
` [PATCH v4 11/14] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
[PATCH v2 0/2] optimize the logic for handling dirty file folios during reclaim
2025-10-17 12:02 UTC (4+ messages)
` [PATCH v2 1/2] mm: vmscan: filter out the dirty file folios for node_reclaim()
` [PATCH v2 2/2] mm: vmscan: simplify the logic for activating dirty file folios
[PATCH v3] mm/huge_memory: do not change split_huge_page*() target order silently
2025-10-17 11:28 UTC (3+ messages)
[PATCH 6.12.y 1/1] mm/rmap: fix soft-dirty and uffd-wp bit loss when remapping zero-filled mTHP subpage to shared zeropage
2025-10-17 11:26 UTC (6+ messages)
[PATCH] slab: add flags in cache_show
2025-10-17 10:50 UTC (2+ messages)
[PATCH] slab: Avoid race on slab->obj_exts in alloc_slab_obj_exts
2025-10-17 10:40 UTC (7+ messages)
[PATCH v3 0/3] mm: some optimizations for prot numa
2025-10-17 10:07 UTC (17+ messages)
` [PATCH v3 1/3] mm: mprotect: always skip dma pinned folio in prot_numa_skip()
` [PATCH v3 2/3] mm: mprotect: avoid unnecessary struct page accessing if pte_protnone()
` [PATCH v3 3/3] mm: huge_memory: use folio_needs_prot_numa() for pmd folio
[RFC PATCH v2 0/8] mm: Hot page tracking and promotion infrastructure
2025-10-17 9:53 UTC (16+ messages)
[Patch v2 0/2] mm/huge_memory: cleanup __split_unmapped_folio()
2025-10-17 9:46 UTC (11+ messages)
` [Patch v2 1/2] mm/huge_memory: cache folio attribute in __split_unmapped_folio()
` [Patch v2 2/2] mm/huge_memory: Optimize and simplify __split_unmapped_folio() logic
[PATCH mm-new v2 1/1] mm/khugepaged: guard is_zero_pfn() calls with pte_present()
2025-10-17 9:38 UTC
[PATCH mm-new 1/1] mm/khugepaged: guard is_zero_pfn() calls with pte_present()
2025-10-17 9:35 UTC (9+ messages)
[PATCH v2 0/3] Do not change split folio target order
2025-10-17 9:33 UTC (13+ messages)
` [PATCH v2 1/3] mm/huge_memory: do not change split_huge_page*() target order silently
` [PATCH v2 2/3] mm/memory-failure: improve large block size folio handling
` [PATCH v2 3/3] mm/huge_memory: fix kernel-doc comments for folio_split() and related
[linux-next:master] BUILD REGRESSION 2433b84761658ef123ae683508bc461b07c5b0f0
2025-10-17 9:03 UTC
[PATCH v3 0/5] mm: VMA count limit fixes and improvements
2025-10-17 9:00 UTC (9+ messages)
` [PATCH v3 1/5] mm: fix off-by-one error in VMA count limit checks
[GIT PULL] slab fixes for 6.18-rc2
2025-10-17 8:49 UTC
[PATCH v3 14/19 5.15.y] minmax.h: update some comments
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax.h: update some comments" has been added to the 5.15-stable tree
[PATCH v3 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()" has been added to the 5.15-stable tree
[PATCH v3 18/19 5.15.y] minmax.h: simplify the variants of clamp()
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax.h: simplify the variants of clamp()" has been added to the 5.15-stable tree
[PATCH v3 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax.h: remove some #defines that are only expanded once" has been added to the 5.15-stable tree
[PATCH v3 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax.h: reduce the #define expansion of min(), max() and clamp()" has been added to the 5.15-stable tree
[PATCH v3 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax.h: move all the clamp() definitions after the min/max() ones" has been added to the 5.15-stable tree
[PATCH v3 10/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax: simplify min()/max()/clamp() implementation" has been added to the 5.15-stable tree
[PATCH v3 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax.h: add whitespace around operators and after commas" has been added to the 5.15-stable tree
[PATCH v3 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax: simplify and clarify min_t()/max_t() implementation" has been added to the 5.15-stable tree
[PATCH v3 08/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax: make generic MIN() and MAX() macros available everywhere" has been added to the 5.15-stable tree
[PATCH v3 11/19 5.15.y] minmax: improve macro expansion and type checking
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax: improve macro expansion and type checking" has been added to the 5.15-stable tree
[PATCH v3 12/19 5.15.y] minmax: fix up min3() and max3() too
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax: fix up min3() and max3() too" has been added to the 5.15-stable tree
[PATCH v3 06/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax: add a few more MIN_T/MAX_T users" has been added to the 5.15-stable tree
[PATCH v3 09/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax: don't use max() in situations that want a C constant expression" has been added to the 5.15-stable tree
[PATCH v3 02/19 5.15.y] minmax: Introduce {min,max}_array()
2025-10-17 8:05 UTC (2+ messages)
` Patch "minmax: Introduce {min,max}_array()" has been added to the 5.15-stable tree
[PATCH v3 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
2025-10-17 8:05 UTC (2+ messages)
` Patch "minmax: deduplicate __unconst_integer_typeof()" has been added to the 5.15-stable tree
[PATCH v3 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
2025-10-17 8:05 UTC (2+ messages)
` Patch "minmax: fix indentation of __cmp_once() and __clamp_once()" has been added to the 5.15-stable tree
[PATCH v3 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
2025-10-17 8:05 UTC (2+ messages)
` Patch "minmax: avoid overly complicated constant expressions in VM code" has been added to the 5.15-stable tree
[PATCH v3 0/6] mm: hugetlb: allocate frozen gigantic folio
2025-10-17 7:19 UTC (4+ messages)
` [PATCH v3 3/6] mm: page_alloc: add alloc_contig_{range_frozen,frozen_pages}()
[PATCH v12 00/23] zswap compression batching with optimized iaa_crypto driver
2025-10-17 5:49 UTC (10+ messages)
` [PATCH v12 14/23] crypto: iaa - IAA Batching for parallel compressions/decompressions
` [PATCH v12 19/23] crypto: acomp - Add crypto_acomp_batch_size() to get an algorithm's batch-size
[PATCH v5 0/4] reparent the THP split queue
2025-10-17 5:38 UTC (5+ messages)
` [PATCH v5 3/4] mm: thp: use folio_batch to handle THP splitting in deferred_split_scan()
[PATCH v2 0/2] drivers/base/node: fold node register and unregister functions
2025-10-17 5:25 UTC (4+ messages)
` [PATCH v2 1/2] drivers/base/node: Fold register_node() into register_one_node()
[PATCH v2 2/2] drivers/base/node: Fold unregister_node() into unregister_one_node()
2025-10-17 5:17 UTC (2+ messages)
allow file systems to increase the minimum writeback chunk size v2
2025-10-17 3:45 UTC (4+ messages)
` [PATCH 1/3] writeback: cleanup writeback_chunk_size
` [PATCH 2/3] writeback: allow the file system to override MIN_WRITEBACK_PAGES
` [PATCH 3/3] xfs: set s_min_writeback_pages for zoned file systems
[PATCH] mm/damon: add a min_sz_region parameter to damon_set_region_biggest_system_ram_default()
2025-10-17 3:12 UTC (4+ messages)
[PATCH v2 1/1] mm/ksm: recover from memory failure on KSM page by migrating to healthy duplicate
2025-10-17 3:09 UTC (2+ messages)
[PATCH v6 0/7] Fix stale IOTLB entries for kernel address space
2025-10-17 1:42 UTC (12+ messages)
` [PATCH v6 1/7] mm: Add a ptdesc flag to mark kernel page tables
` [PATCH v6 3/7] x86/mm: Use 'ptdesc' when freeing PMD pages
` [PATCH v6 6/7] mm: Introduce deferred freeing for kernel page tables
[PATCH] tools/mm/page_owner_sort: add help option support
2025-10-17 1:35 UTC (4+ messages)
[PATCH RESEND] mm/memory-failure: not select MEMORY_ISOLATION
2025-10-17 1:32 UTC (2+ messages)
[PATCH v2 0/2] memcg: reading memcg stats more efficiently
2025-10-16 23:00 UTC (13+ messages)
` [PATCH v2 1/2] memcg: introduce kfuncs for fetching memcg stats
` [PATCH v2 2/2] memcg: selftests for memcg stat kfuncs
Regression in generic/749 with 8k fsblock size on 6.18-rc1
2025-10-16 22:33 UTC (5+ messages)
[RFC PATCH 0/5] mm/damon: support pin-point targets removal
2025-10-16 21:47 UTC (6+ messages)
` [RFC PATCH 1/5] mm/damon/core: add damon_target->obsolete for pin-point removal
` [RFC PATCH 2/5] mm/damon/sysfs: test commit input against realistic destination
` [RFC PATCH 3/5] mm/damon/sysfs: implement obsolete_target file
` [RFC PATCH 4/5] Docs/admin-guide/mm/damon/usage: document "
` [RFC PATCH 5/5] Docs/ABI/damon: document obsolete_target sysfs file
[PATCH v3] ksm: use range-walk function to jump over holes in scan_get_next_rmap_item
2025-10-16 21:07 UTC (2+ messages)
Bug: Performance regression in 1013af4f585f: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race
2025-10-16 20:25 UTC (10+ messages)
[RFC PATCH 0/3] mm: Fix MF_DELAYED handling on memory failure
2025-10-16 20:18 UTC (3+ messages)
` [RFC PATCH 1/3] mm: memory_failure: Fix MF_DELAYED handling on truncation during failure
` [RFC PATCH RESEND "
[PATCH 1/1] kexec: Use %pe format specifier for error pointer printing
2025-10-16 20:03 UTC
[PATCH v2] memcg: net: track network throttling due to memcg memory pressure
2025-10-16 19:57 UTC (3+ messages)
[RFC PATCH] mm/vmalloc: request large order pages from buddy allocator
2025-10-16 19:02 UTC (6+ messages)
[PATCH v1] mm/vmscan: Add retry logic for cgroups with memory.low in kswapd
2025-10-16 18:43 UTC (6+ messages)
[PATCH RFC v2 0/2] mm: add huge pfnmap support for remap_pfn_range()
2025-10-16 18:22 UTC (4+ messages)
` [PATCH RFC 1/2] pgtable: add pte_clrhuge() implementation for arm64 and riscv
` [syzbot ci] Re: mm: add huge pfnmap support for remap_pfn_range()
mm, shm: Question about hugetlb_shm_group sysctl
2025-10-16 17:54 UTC
[PATCH v5 0/7] liveupdate: Rework KHO for in-kernel users
2025-10-16 17:30 UTC (5+ messages)
` [PATCH v5 6/7] liveupdate: kho: move to kernel/liveupdate
[vbabka:b4/sheaves-for-all] [slab] de840681a1: BUG:using_smp_processor_id()in_preemptible
2025-10-16 17:26 UTC (2+ messages)
[PATCH 0/2] KHO: Fix metadata allocation in scratch area
2025-10-16 17:23 UTC (5+ messages)
` [PATCH 1/2] liveupdate: kho: warn and fail on metadata or preserved memory "
[vbabka:b4/sheaves-for-all] [slab] 16e7d1ea82: BUG:kernel_NULL_pointer_dereference,address
2025-10-16 17:06 UTC (2+ messages)
[PATCH bpf-next 0/2] bpf: MM related minor changes
2025-10-16 16:56 UTC (2+ messages)
[PATCH v8 00/23] SLUB percpu sheaves
2025-10-16 16:15 UTC (4+ messages)
` [PATCH v8 15/23] maple_tree: use percpu sheaves for maple_node_cache
[PATCH] memcg: net: track network throttling due to memcg memory pressure
2025-10-16 16:02 UTC (3+ messages)
[PATCH v20 00/28] riscv control-flow integrity for usermode
2025-10-16 15:32 UTC (4+ messages)
` [PATCH v20 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
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