Archive-only list for patches
 help / color / mirror / Atom feed
 messages from 2025-04-08 15:02:52 to 2025-04-10 15:54:46 UTC [more...]

[PATCH 6.1 000/205] 6.1.134-rc2 review
 2025-04-10 15:54 UTC  (10+ messages)

[PATCH 5.15 000/281] 5.15.180-rc2 review
 2025-04-10 15:47 UTC  (8+ messages)

[PATCH 1/2] MAINTAINERS: update SLAB ALLOCATOR maintainers
 2025-04-10 12:37 UTC  (3+ messages)
` [PATCH 2/2] MAINTAINERS: add MM subsection for the page allocator

[PATCH v4 0/5] Convert virtio-iommu to domain_alloc_paging()
 2025-04-10 12:10 UTC  (13+ messages)
` [PATCH v4 1/5] iommu/virtio: Break out bypass identity support into a global static
` [PATCH v4 2/5] iommu: Add domain_alloc_identity()
` [PATCH v4 3/5] iommu/virtio: Move to domain_alloc_paging()
` [PATCH v4 4/5] iommu: Do not call domain_alloc() in iommu_sva_domain_alloc()
` [PATCH v4 5/5] iommu: Hide ops.domain_alloc behind CONFIG_FSL_PAMU

[PATCH 6.13 000/502] 6.13.11-rc3 review
 2025-04-10 12:08 UTC  (7+ messages)

[PATCH 6.12 000/426] 6.12.23-rc3 review
 2025-04-10 12:08 UTC  (7+ messages)

[PATCH 6.6 000/269] 6.6.87-rc2 review
 2025-04-10 12:08 UTC  (8+ messages)

[PATCH 5.10 000/228] 5.10.236-rc2 review
 2025-04-10 12:07 UTC  (6+ messages)

[PATCH 6.14 000/726] 6.14.2-rc4 review
 2025-04-10 11:37 UTC  (11+ messages)

[PATCH 6.6 046/152] x86/mm/tlb: Only trim the mm_cpumask once a second
 2025-04-10  7:40 UTC  (4+ messages)

[PATCH] drm/sysfb: efidrm: Avoid clang -Wsometimes-uninitialized in efidrm_device_create()
 2025-04-10  7:16 UTC  (2+ messages)

[PATCH] rust: kasan/kbuild: fix missing flags on first build
 2025-04-09 21:53 UTC  (3+ messages)

[PATCH 6.12 000/423] 6.12.23-rc1 review
 2025-04-09 20:23 UTC  (8+ messages)
` [PATCH 6.12 257/423] ntsync: Set the permissions to be 0666

[PATCH 5.4 000/154] 5.4.292-rc1 review
 2025-04-09 18:54 UTC  (6+ messages)
` [External] : "

[PATCH 6.12 000/423] 6.12.23-rc2 review
 2025-04-09 18:47 UTC  (8+ messages)

[PATCH 6.14 000/731] 6.14.2-rc2 review
 2025-04-09 18:46 UTC  (4+ messages)

[PATCH 6.13 000/500] 6.13.11-rc2 review
 2025-04-09 18:45 UTC  (7+ messages)

[PATCH] vfio/type1: Remove Fine Grained Superpages detection
 2025-04-09 15:50 UTC  (3+ messages)

[PATCH 5.15 000/279] 5.15.180-rc1 review
 2025-04-09 10:53 UTC  (11+ messages)
` [PATCH 5.15 253/279] mmc: sdhci-brcmstb: Add ability to increase max clock rate for 72116b0

[PATCH 6.14 000/728] 6.14.2-rc3 review
 2025-04-09 10:52 UTC  (9+ messages)

[PATCH 5.10 000/227] 5.10.236-rc1 review
 2025-04-09  9:50 UTC  (5+ messages)

[PATCH 6.1 000/204] 6.1.134-rc1 review
 2025-04-09  8:44 UTC  (9+ messages)

[PATCH 6.6 000/268] 6.6.87-rc1 review
 2025-04-09  8:39 UTC  (9+ messages)

[PATCH 6.14 000/731] 6.14.2-rc1 review
 2025-04-09  7:59 UTC  (22+ messages)
` [PATCH 6.14 103/731] arm64: dts: mediatek: mt6359: fix dtbs_check error for audio-codec
` [PATCH 6.14 157/731] null_blk: generate null_blk configfs features string
` [PATCH 6.14 657/731] tty: serial: fsl_lpuart: use port struct directly to simply code
` [PATCH 6.14 708/731] tracing: Ensure module defining synth event cannot be unloaded while tracing

[RFC PATCH 1/2] MAINTAINERS: update SLAB ALLOCATOR maintainers
 2025-04-08 20:27 UTC  (8+ messages)
` [RFC PATCH 2/2] MAINTAINERS: add MM subsection for the page allocator

[PATCH v4 00/23] iommu: Further abstract iommu-pages
 2025-04-08 16:54 UTC  (24+ messages)
` [PATCH v4 01/23] iommu/terga: Do not use struct page as the handle for as->pd memory
` [PATCH v4 02/23] iommu/tegra: Do not use struct page as the handle for pts
` [PATCH v4 03/23] iommu/pages: Remove __iommu_alloc_pages()/__iommu_free_pages()
` [PATCH v4 04/23] iommu/pages: Make iommu_put_pages_list() work with high order allocations
` [PATCH v4 05/23] iommu/pages: Remove the order argument to iommu_free_pages()
` [PATCH v4 06/23] iommu/pages: Remove iommu_free_page()
` [PATCH v4 07/23] iommu/pages: De-inline the substantial functions
` [PATCH v4 08/23] iommu/pages: Formalize the freelist API
` [PATCH v4 09/23] iommu/riscv: Convert to use struct iommu_pages_list
` [PATCH v4 10/23] iommu/amd: "
` [PATCH v4 11/23] iommu: Change iommu_iotlb_gather to use iommu_page_list
` [PATCH v4 12/23] iommu/pages: Remove iommu_put_pages_list_old and the _Generic
` [PATCH v4 13/23] iommu/pages: Move from struct page to struct ioptdesc and folio
` [PATCH v4 14/23] iommu/pages: Move the __GFP_HIGHMEM checks into the common code
` [PATCH v4 15/23] iommu/pages: Allow sub page sizes to be passed into the allocator
` [PATCH v4 16/23] iommu/amd: Change rlookup, irq_lookup, and alias to use kvalloc()
` [PATCH v4 17/23] iommu/amd: Use roundup_pow_two() instead of get_order()
` [PATCH v4 18/23] iommu/riscv: Update to use iommu_alloc_pages_node_lg2()
` [PATCH v4 19/23] iommu: Update various drivers to pass in lg2sz instead of order to iommu pages
` [PATCH v4 20/23] iommu/pages: Remove iommu_alloc_page/pages()
` [PATCH v4 21/23] iommu/pages: Remove iommu_alloc_page_node()
` [PATCH v4 22/23] iommu/amd: Use iommu_alloc_pages_node_sz() for the IRT
` [PATCH v4 23/23] iommu/vtd: Remove iommu_alloc_pages_node()

[PATCH] ARC: atomics: Implement arch_atomic64_cmpxchg using _relaxed
 2025-04-08 17:22 UTC 

[PATCH 6.13 000/499] 6.13.11-rc1 review
 2025-04-08 15:35 UTC  (12+ messages)
` [PATCH 6.13 444/499] x86/tdx: Fix arch_safe_halt() execution for TDX VMs


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox