messages from 2025-08-28 11:01:21 to 2025-08-28 21:25:26 UTC [more...]
[PATCH v1 06/36] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
2025-08-28 17:29 UTC (42+ messages)
` [PATCH v1 07/36] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH v1 08/36] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH v1 09/36] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH v1 10/36] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH v1 11/36] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH v1 12/36] mm: simplify folio_page() and folio_page_idx()
` [PATCH v1 13/36] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH v1 14/36] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH v1 15/36] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH v1 16/36] fs: hugetlbfs: cleanup "
` [PATCH v1 17/36] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH v1 18/36] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH v1 19/36] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH v1 20/36] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH v1 21/36] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH v1 22/36] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH v1 02/36] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH v1 05/36] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
[PATCH v3 00/32] clk: at91: add support for parent_data and
2025-08-28 17:04 UTC (10+ messages)
` [PATCH v3 01/32] clk: at91: pmc: add macros for clk_parent_data
` [PATCH v3 02/32] clk: at91: pmc: Move macro to header file
` [PATCH v3 04/32] clk: at91: clk-sam9x60-pll: use clk_parent_data
[PATCH] arm64: dts: rockchip: add SPDIF audio to Beelink A1
2025-08-28 16:43 UTC
[RFC PATCH v6 0/4] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
2025-08-28 17:09 UTC (7+ messages)
` [RFC PATCH v6 1/4] arm64: Enable permission change on arm64 kernel block mappings
` [RFC PATCH v6 2/4] arm64: cpufeature: add AmpereOne to BBML2 allow list
` [RFC PATCH v6 3/4] arm64: mm: support large block mapping when rodata=full
[PATCH] ARM: dts: rockchip: add HDMI audio to rk3288-miqi
2025-08-28 16:35 UTC
[PATCH 00/33] arm_mpam: Add basic mpam driver
2025-08-28 17:07 UTC (44+ messages)
` [PATCH 01/33] cacheinfo: Expose the code to generate a cache-id from a device_node
` [PATCH 02/33] drivers: base: cacheinfo: Add helper to find the cache size from cpu+level
` [PATCH 03/33] ACPI / PPTT: Add a helper to fill a cpumask from a processor container
` [PATCH 04/33] ACPI / PPTT: Stop acpi_count_levels() expecting callers to clear levels
` [PATCH 05/33] ACPI / PPTT: Find cache level by cache-id
` [PATCH 06/33] ACPI / PPTT: Add a helper to fill a cpumask from a cache_id
` [PATCH 07/33] arm64: kconfig: Add Kconfig entry for MPAM
` [PATCH 15/33] arm_mpam: Probe MSCs to find the supported partid/pmg values
` [PATCH 16/33] arm_mpam: Add helpers for managing the locking around the mon_sel registers
` [PATCH 17/33] arm_mpam: Probe the hardware features resctrl supports
` [PATCH 20/33] arm_mpam: Add a helper to touch an MSC from any CPU
` [PATCH 24/33] arm_mpam: Allow configuration to be applied and restored during cpu online
` [PATCH 25/33] arm_mpam: Probe and reset the rest of the features
` [PATCH 29/33] arm_mpam: Probe for long/lwd mbwu counters
[PATCH v6 00/15] pinctrl: introduce the concept of a GPIO pin function category
2025-08-28 16:00 UTC (9+ messages)
` [PATCH v6 01/15] devres: provide devm_kmemdup_const()
` [PATCH v6 02/15] pinctrl: ingenic: use struct pinfunction instead of struct function_desc
` [PATCH v6 03/15] pinctrl: airoha: replace struct function_desc with struct pinfunction
` [PATCH v6 04/15] pinctrl: mediatek: mt7988: use PINCTRL_PIN_FUNCTION()
` [PATCH v6 05/15] pinctrl: mediatek: moore: replace struct function_desc with struct pinfunction
` [PATCH v6 13/15] pinctrl: qcom: add infrastructure for marking pin functions as GPIOs
` [PATCH v6 14/15] pinctrl: qcom: mark the `gpio` and `egpio` pins function as non-strict functions
` [PATCH v6 15/15] pinctrl: qcom: make the pinmuxing strict
[PATCH v5 00/12] Direct Map Removal Support for guest_memfd
2025-08-28 14:54 UTC (20+ messages)
` [PATCH v5 01/12] filemap: Pass address_space mapping to ->free_folio()
` [PATCH v5 02/12] arch: export set_direct_map_valid_noflush to KVM module
` [PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v5 04/12] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v5 05/12] KVM: Documentation: describe GUEST_MEMFD_FLAG_NO_DIRECT_MAP
` [PATCH v5 06/12] KVM: selftests: load elf via bounce buffer
` [PATCH v5 07/12] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v5 08/12] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v5 09/12] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v5 10/12] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in mem conversion tests
` [PATCH v5 11/12] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in guest_memfd_test.c
` [PATCH v5 12/12] KVM: selftests: Test guest execution from direct map removed gmem
[PATCH net-next] net: stmmac: mdio: clean up c22/c45 accessor split
2025-08-28 15:28 UTC (2+ messages)
[PATCH v13 06/11] PCI: stm32: Add PCIe Endpoint support for STM32MP25
2025-08-28 17:22 UTC (2+ messages)
[PATCH v4 0/3] Add pin control driver for BCM2712 SoC
2025-08-28 17:19 UTC (5+ messages)
` [PATCH v4 1/3] dt-bindings: pinctrl: Add support for Broadcom STB pin controller
` [PATCH v4 2/3] pinctrl: bcm: Add STB family pin controller driver
` [PATCH v4 3/3] arm64: defconfig: Enable BCM2712 on-chip "
[PATCH] arm64: dts: rockchip: add USB3 on Beelink A1
2025-08-28 17:16 UTC
[PATCH v13 06/11] PCI: stm32: Add PCIe Endpoint support for STM32MP25
2025-08-28 17:16 UTC (3+ messages)
[PATCH net-next v14 0/5] PRU-ICSSM Ethernet Driver
2025-08-28 17:12 UTC (4+ messages)
` [PATCH net-next v14 4/5] net: ti: icssm-prueth: Adds link detection, RX and TX support
[PATCH] dt-bindings: soc: rockchip: add missing clock reference for rk3576-dcphy syscon
2025-08-28 16:57 UTC (2+ messages)
[PATCH] ARM: dts: rockchip: add CEC pinctrl to rk3288-miqi
2025-08-28 16:54 UTC
[PATCH v5 00/13] Enable display support for STM32MP25
2025-08-28 15:28 UTC (11+ messages)
` [PATCH v5 01/13] dt-bindings: display: st: add two new compatibles to LTDC device
` [PATCH v5 06/13] dt-bindings: arm: stm32: add required #clock-cells property
` [PATCH v5 07/13] drm/stm: ltdc: support new hardware version for STM32MP25 SoC
` [PATCH v5 08/13] drm/stm: ltdc: handle lvds pixel clock
[PATCH] media: verisilicon: imx8m: Use the default Hantro G1 irq handler
2025-08-28 13:58 UTC
[PATCH v7 00/24] media: i2c: add Maxim GMSL2/3 serializer and deserializer drivers
2025-08-28 14:42 UTC (2+ messages)
[PATCH v10 00/13] media: rockchip: add a driver for the rockchip camera interface
2025-08-28 14:08 UTC (11+ messages)
` [PATCH v10 03/13] media: dt-bindings: add rockchip px30 vip
` [PATCH v10 06/13] media: rockchip: add a driver for the rockchip camera interface
` [PATCH v10 09/13] arm64: defconfig: enable rockchip camera interface and mipi csi-2 receiver
` [PATCH v10 10/13] arm64: dts: rockchip: add the vip node to px30
[PATCH v3 0/4] ARM: dts: clean up most ls1021a CHECK_DTB warning
2025-08-28 14:07 UTC (2+ messages)
[v3] arm64: dts: fsd: Add CSIS nodes
2025-08-28 14:26 UTC (2+ messages)
[PATCH v4 00/19] Add MediaTek SoC DRM support for MT8196
2025-08-28 13:30 UTC (3+ messages)
` [PATCH v4 03/19] dt-bindings: display: mediatek: add EXDMA yaml "
[PATCH v3 0/3] fixed mediatek-cpufreq has multi policy concurrency issue
2025-08-28 13:26 UTC (12+ messages)
` [PATCH v3 1/3] cpufreq: mediatek: using global lock avoid race condition
[PATCH v14 00/10] Implement vendor resets for PSCI SYSTEM_RESET2
2025-08-28 13:22 UTC (3+ messages)
` [PATCH v14 03/10] power: reset: reboot-mode: Add support for 64 bit magic
[PATCH v2] arm64: dts: rockchip: Further describe the WiFi for the Pinebook Pro
2025-08-28 13:30 UTC (2+ messages)
[PATCH v2 0/5] Add peripheral nodes to RaspberryPi 5 DT
2025-08-28 13:17 UTC (6+ messages)
` [PATCH v2 1/5] dt-bindings: mmc: Add support for capabilities to Broadcom SDHCI controller
` [PATCH v2 2/5] arm64: dts: broadcom: bcm2712: Add pin controller nodes
` [PATCH v2 3/5] arm64: dts: broadcom: bcm2712: Add one more GPIO node
` [PATCH v2 4/5] arm64: dts: broadcom: bcm2712: Add second SDHCI controller node
` [PATCH v2 5/5] arm64: dts: broadcom: bcm2712: Add UARTA "
[PATCH v7 00/10] Add support for RK3588 DisplayPort Controller
2025-08-28 12:56 UTC (7+ messages)
` (subset) "
[PATCH v12 0/7] soc: ti: Add and use PVU on K3-AM65 for DMA isolation
2025-08-28 15:53 UTC (2+ messages)
` (subset) "
[PATCH v3 0/5] Disable ATS via iommu during PCI resets
2025-08-28 15:08 UTC (10+ messages)
` [PATCH v3 5/5] pci: Suspend iommu function prior to resetting a device
[PATCH v2] drm/stm: ltdc: unify log system
2025-08-28 13:57 UTC (2+ messages)
[PATCH v5 00/15] pinctrl: introduce the concept of a GPIO pin function category
2025-08-28 15:05 UTC (12+ messages)
[PATCH 1/2] arm64: dts: broadcom: rp1: Add USB nodes
2025-08-28 13:50 UTC (2+ messages)
` [PATCH 2/2] arm64: dts: broadcom: Enable USB devicetree entries for Rpi5
[PATCH v2] irqchip/gic-v3-its: Fix invalid wait context lockdep report
2025-08-28 14:44 UTC
[PATCH v5 1/1] iio: dac: Remove redundant pm_runtime_mark_last_busy() calls
2025-08-28 14:43 UTC (2+ messages)
[PATCH v3 0/6] Add support of IRQs to QUICC ENGINE GPIOs
2025-08-28 14:12 UTC (4+ messages)
` [PATCH v3 5/6] dt-bindings: soc: fsl: qe: Add support of IRQ in QE GPIO
[PATCH 0/5] KVM: arm64: GICv5 legacy (GCIE_LEGACY) NV enablement and cleanup
2025-08-28 14:05 UTC (7+ messages)
` [PATCH 1/5] KVM: arm64: Allow ICC_SRE_EL2 accesses on a GICv5 host
` [PATCH 3/5] arm64: cpucaps: Add GICv5 Legacy vCPU interface (GCIE_LEGACY) capability
` [PATCH 4/5] KVM: arm64: Use ARM64_HAS_GICV5_LEGACY for GICv5 probing
` [PATCH 2/5] KVM: arm64: Enable nested for GICv5 host with FEAT_GCIE_LEGACY
` [PATCH 5/5] irqchip/gic-v5: Drop has_gcie_v3_compat from gic_kvm_info
[PATCH 00/16] gpio: Use modern PM macros
2025-08-28 13:39 UTC (2+ messages)
[PATCH] arm64: dts: rockchip: Add vcc-supply to SPI flash on Pinephone Pro
2025-08-28 13:30 UTC (3+ messages)
[PATCH] arm64: dts: rockchip: Enable the NPU on NanoPi R6C/R6S
2025-08-28 13:30 UTC (2+ messages)
[PATCH] net: thunderx: Remove redundant ternary operators
2025-08-28 13:28 UTC (2+ messages)
[PATCH] net: ethernet: ti: Prevent divide-by-zero in cpts_calc_mult_shift()
2025-08-28 13:01 UTC (4+ messages)
[PATCH v6 0/9] PCI: Enable Power and configure the TC9563 PCIe switch
2025-08-28 13:00 UTC (12+ messages)
` [PATCH v6 1/9] dt-bindings: PCI: Add binding for Toshiba "
` [PATCH v6 2/9] arm64: dts: qcom: qcs6490-rb3gen2: Add TC9563 PCIe switch node
` [PATCH v6 3/9] PCI: Add new start_link() & stop_link function ops
` [PATCH v6 4/9] PCI: dwc: Add host_start_link() & host_start_link() hooks for dwc glue drivers
` [PATCH v6 5/9] PCI: dwc: Implement .start_link(), .stop_link() hooks
` [PATCH v6 6/9] PCI: qcom: Add support for host_stop_link() & host_start_link()
` [PATCH v6 7/9] PCI: Add pcie_link_is_active() to determine if the link is active
` [PATCH v6 8/9] PCI: pwrctrl: Add power control driver for tc9563
` [PATCH v6 9/9] arm64: defconfig: Enable TC9563 PWRCTL driver
[PATCH rfcv1 0/8] iommu/arm-smmu-v3: Introduce an RCU-protected invalidation array
2025-08-28 12:37 UTC (5+ messages)
` [PATCH rfcv1 4/8] iommu/arm-smmu-v3: Introduce a per-domain arm_smmu_invs array
[PATCH] drivers/perf: riscv: Remove redundant ternary operators
2025-08-28 12:25 UTC
[PATCH 0/3] phy: Remove redundant ternary operators
2025-08-28 12:23 UTC (2+ messages)
` [PATCH 3/3] phy: rockchip: usbdp: "
[PATCH 0/5] kcfi: Prepare for GCC support
2025-08-28 12:11 UTC (11+ messages)
` [PATCH 5/5] kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFI
[PATCH v12 0/7] soc: ti: Add and use PVU on K3-AM65 for DMA isolation
2025-08-28 12:04 UTC (3+ messages)
` [PATCH v12 0/7] soc: ti: Add and use PVU on K3-AM65 for DMA
[PATCH v2] arm64: dts: rockchip: Enables sound output from the audio jack on OrangePI5 Plus
2025-08-28 12:04 UTC (2+ messages)
[PATCH v2 00/33] Refactor TI IPC DT configs into dtsi
2025-08-28 11:52 UTC (11+ messages)
` [PATCH v2 06/33] arm64: dts: ti: k3-am62: Enable remote processors at board level
` [PATCH v2 08/33] arm64: dts: ti: k3-am64: "
` [PATCH v2 18/33] arm64: dts: ti: k3-am64-phycore-som: Add missing cfg for TI IPC Firmware
` [PATCH v2 30/33] arm64: dts: ti: k3-am62-ti-ipc-firmware: Refactor IPC cfg into new dtsi
` [PATCH v2 32/33] arm64: dts: ti: k3-am64-ti-ipc-firmware: "
[PATCH v2 0/2] cpufreq: CPPC: Rework FIE warning prints and cppc_scale_freq_tick()
2025-08-28 11:02 UTC (3+ messages)
` [PATCH v2 1/2] cpufreq: CPPC: Don't warn if FIE init fails to read counters
` [PATCH v2 2/2] cpufreq: CPPC: Update FIE arch_freq_scale in ticks for non-PCC regs
[PATCH] ACPI/IORT: Fix memory leak in iort_rmr_alloc_sids()
2025-08-28 11:22 UTC
[PATCH v6 0/5] riscv: add support for SBI Supervisor Software Events
2025-08-28 10:47 UTC (4+ messages)
` [PATCH v6 2/5] riscv: add support for SBI Supervisor Software Events extension
` [External] "
[PATCH] defconfig: cleanup orphaned CONFIG_SCHED_DEBUG
2025-08-28 10:38 UTC
[PATCH v4 00/10] Add Network Subsystem (NSS) clock controller support for IPQ5424 SoC
2025-08-28 10:32 UTC (11+ messages)
` [PATCH v4 01/10] clk: qcom: gcc-ipq5424: Correct the icc_first_node_id
` [PATCH v4 02/10] dt-bindings: interconnect: Add Qualcomm IPQ5424 NSSNOC IDs
` [PATCH v4 03/10] clk: qcom: gcc-ipq5424: Enable NSS NoC clocks to use icc-clk
` [PATCH v4 04/10] dt-bindings: clock: gcc-ipq5424: Add definition for GPLL0_OUT_AUX
` [PATCH v4 05/10] clk: qcom: gcc-ipq5424: Add gpll0_out_aux clock
` [PATCH v4 06/10] dt-bindings: clock: Add required "interconnect-cells" property
` [PATCH v4 07/10] dt-bindings: clock: qcom: Add NSS clock controller for IPQ5424 SoC
` [PATCH v4 08/10] clk: qcom: Add NSS clock controller driver for IPQ5424
` [PATCH v4 09/10] arm64: dts: qcom: ipq5424: Add NSS clock controller node
` [PATCH v4 10/10] arm64: defconfig: Build NSS clock controller driver for IPQ5424
[PATCH net-next v3 1/2] drivers: net: stmmac: handle start time set in the past for flexible PPS
2025-08-28 9:32 UTC (2+ messages)
[PATCH v4 0/4] thermal: renesas: Add support for RZ/G3S
2025-08-28 8:41 UTC (2+ messages)
[PATCH v3] dt-bindings: mfd: Move embedded controllers to own directory
2025-08-28 8:41 UTC (2+ messages)
[PATCH v2 0/5] dd ethernet support for RPi5
2025-08-28 8:29 UTC (8+ messages)
` [PATCH v2 1/5] net: cadence: macb: Set upper 32bits of DMA ring buffer
[PATCH v4 0/2] Add driver support for Eswin eic7700 SoC ethernet controller
2025-08-28 10:05 UTC (4+ messages)
` [PATCH v4 2/2] ethernet: eswin: Add eic7700 ethernet driver
` "
[PATCH v5 00/21] Add Counter delegation ISA extension support
2025-08-28 9:56 UTC (3+ messages)
` [PATCH v5 14/21] RISC-V: perf: Implement supervisor counter delegation support
` [External] "
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).