messages from 2024-12-04 13:59:42 to 2024-12-05 00:07:39 UTC [more...]
[PATCH 0/3] Add F1C100s audio support
2024-12-05 0:01 UTC (4+ messages)
` [PATCH 1/3] ARM: dts: suniv: f1c100s: Add support for DMA
` [PATCH 2/3] ARM: dts: suniv: f1c100s: Add support for Audio Codec
` [PATCH 3/3] ARM: dts: suniv: f1c100s: Activate Audio Codec for Lichee Pi Nano
[PATCH 00/10] compiler.h: refactor __is_constexpr() into is_const{,_true,_false}()
2024-12-04 23:58 UTC (17+ messages)
` [PATCH 01/10] compiler.h: add statically_false()
` [PATCH 02/10] compiler.h: add is_const() as a replacement of __is_constexpr()
` [PATCH 03/10] compiler.h: add is_const_true() and is_const_false()
` [PATCH 04/10] linux/bits.h: simplify GENMASK_INPUT_CHECK() by using is_const_true()
` [PATCH 05/10] minmax: simplify __clamp_once() by using is_const_false()
` [PATCH 06/10] fortify: replace __is_constexpr() by is_const() in strlen()
` [PATCH 08/10] drm/i915/reg: replace __is_const_expr() by is_const_true() or is_const()
[PATCH v5 0/5] Add support for DMA of F1C100s
2024-12-04 23:55 UTC (3+ messages)
` (subset) "
[PATCH AUTOSEL 6.11 4/7] irqchip/gicv3-its: Add workaround for hip09 ITS erratum 162100801
2024-12-04 22:23 UTC
[PATCH AUTOSEL 6.12 5/8] irqchip/gicv3-its: Add workaround for hip09 ITS erratum 162100801
2024-12-04 22:23 UTC
[PATCH AUTOSEL 6.1 4/8] drm: display: Set fwnode for aux bus devices
2024-12-04 22:18 UTC
[PATCH AUTOSEL 6.6 04/10] drm: display: Set fwnode for aux bus devices
2024-12-04 22:18 UTC
[PATCH AUTOSEL 6.11 01/15] usb: chipidea: add CI_HDRC_HAS_SHORT_PKT_LIMIT flag
2024-12-04 22:17 UTC (2+ messages)
` [PATCH AUTOSEL 6.11 08/15] drm: display: Set fwnode for aux bus devices
[PATCH AUTOSEL 6.12 01/15] usb: chipidea: add CI_HDRC_HAS_SHORT_PKT_LIMIT flag
2024-12-04 22:16 UTC (2+ messages)
` [PATCH AUTOSEL 6.12 08/15] drm: display: Set fwnode for aux bus devices
[PATCH 00/10] drm/connector: add eld_mutex to protect connector->eld
2024-12-04 23:26 UTC (5+ messages)
` [PATCH 07/10] drm/msm/dp: use eld_mutex to protect access to connector->eld
[PATCH v10 0/7] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
2024-12-04 23:25 UTC (8+ messages)
` [PATCH v10 1/7] irqchip/gic-v3-its: Avoid overwriting msi_prepare callback if provided by msi_domain_info
` [PATCH v10 2/7] PCI: endpoint: Add RC-to-EP doorbell support using platform MSI controller
` [PATCH v10 3/7] PCI: endpoint: pci-ep-msi: Add MSI address/data pair mutable check
` [PATCH v10 4/7] PCI: endpoint: Add pci_epf_align_inbound_addr() helper for address alignment
` [PATCH v10 5/7] PCI: endpoint: pci-epf-test: Add doorbell test support
` [PATCH v10 6/7] misc: pci_endpoint_test: Add doorbell test case
` [PATCH v10 7/7] tools: PCI: Add 'B' option for test doorbell
[PATCH v7 0/3] [PATCH v6 0/3] Add support for AST2700 clk driver
2024-12-04 23:24 UTC (7+ messages)
` [PATCH v7 3/3] clk: aspeed: add AST2700 clock driver
[PATCH v3 0/7] dts: qcom: Introduce SM8750 device trees
2024-12-04 23:18 UTC (8+ messages)
` [PATCH v3 1/7] dt-bindings: arm: qcom: Document SM8750 SoC and boards
` [PATCH v3 2/7] arm64: dts: qcom: Add PMD8028 PMIC
` [PATCH v3 3/7] arm64: dts: qcom: Add PMIH0108 PMIC
` [PATCH v3 4/7] arm64: dts: qcom: Add base SM8750 dtsi
` [PATCH v3 5/7] arm64: dts: qcom: sm8750: Add pmic dtsi
` [PATCH v3 6/7] arm64: dts: qcom: Add board dts files for SM8750 MTP and QRD
` [PATCH v3 7/7] arm64: defconfig: Enable SM8750 SoC base configs
[PATCH v5 0/9] drm: add DRM HDMI Codec framework
2024-12-04 23:17 UTC (6+ messages)
` [PATCH v5 7/9] drm/bridge_connector: hook drm_atomic_helper_connector_hdmi_update_edid()
[PATCH v2 3/3] drm: remove driver date from struct drm_driver and all drivers
2024-12-04 23:14 UTC (3+ messages)
[PATCH v1 00/13] KVM: Introduce KVM Userfault
2024-12-04 23:07 UTC (15+ messages)
` [PATCH v1 01/13] KVM: Add KVM_MEM_USERFAULT memslot flag and bitmap
` [PATCH v1 02/13] KVM: Add KVM_MEMORY_EXIT_FLAG_USERFAULT
` [PATCH v1 03/13] KVM: Allow late setting of KVM_MEM_USERFAULT on guest_memfd memslot
` [PATCH v1 04/13] KVM: Advertise KVM_CAP_USERFAULT in KVM_CHECK_EXTENSION
` [PATCH v1 05/13] KVM: x86/mmu: Add support for KVM_MEM_USERFAULT
` [PATCH v1 06/13] KVM: arm64: "
` [PATCH v1 07/13] KVM: selftests: Fix vm_mem_region_set_flags docstring
` [PATCH v1 08/13] KVM: selftests: Fix prefault_mem logic
` [PATCH v1 09/13] KVM: selftests: Add va_start/end into uffd_desc
` [PATCH v1 10/13] KVM: selftests: Add KVM Userfault mode to demand_paging_test
` [PATCH v1 11/13] KVM: selftests: Inform set_memory_region_test of KVM_MEM_USERFAULT
` [PATCH v1 12/13] KVM: selftests: Add KVM_MEM_USERFAULT + guest_memfd toggle tests
` [PATCH v1 13/13] KVM: Documentation: Add KVM_CAP_USERFAULT and KVM_MEM_USERFAULT details
[PATCH 00/11] irqchip: MSI parent cleanup and PCI host driver conversion
2024-12-04 22:58 UTC (5+ messages)
` [PATCH 02/11] genirq/msi: Add helper for creating MSI-parent irq domains
` [PATCH 06/11] irqchip/imx-mu-msi: Convert to msi_create_parent_irq_domain() helper
[PATCH RESEND v2] dt-bindings: arm-smmu: Document SM8750 SMMU
2024-12-04 22:27 UTC
[RFC PATCH 00/14] KVM: arm64: Support FEAT_PMUv3 on Apple hardware
2024-12-04 21:56 UTC (6+ messages)
` [RFC PATCH 05/14] KVM: arm64: Always allow fixed cycle counter
[PATCH v7 00/11] arm64: Support for running as a guest in Arm CCA
2024-12-04 21:16 UTC (3+ messages)
` [PATCH v7 10/11] virt: arm-cca-guest: TSM_REPORT support for realms
[PATCH 00/15] ARM: platform and feature deprecation
2024-12-04 20:26 UTC (28+ messages)
` [PATCH 01/15] ARM: use CONFIG_AEABI by default everywhere
` [PATCH 02/15] ARM: limit OABI support to StrongARM CPUs
` [PATCH 03/15] ARM: rework ARM11 CPU selection logic
` [PATCH 04/15] ARM: deprecate support for ARM1136r0
` [PATCH 05/15] ARM: turn CONFIG_ATAGS off by default
` [PATCH 06/15] ARM: update DEPRECATED_PARAM_STRUCT removal timeline
` [PATCH 08/15] ARM: update FPE_NWFPE help text
` [PATCH 12/15] ARM: orion5x: mark all board files as deprecated
` [PATCH 13/15] ARM: mark mach-sa1100 "
` [PATCH 15/15] ARM: mark footbridge "
[PATCH] clk: amlogic: axg-audio: select RESET_MESON_AUX
2024-12-04 20:10 UTC (14+ messages)
[PATCH v2] arm64: zynqmp: add clock-output-names property in clock nodes
2024-12-04 20:09 UTC (2+ messages)
v6.13-rc1: Internal error: Oops - Undefined instruction: 0000000002000000 [#1] SMP
2024-12-04 19:13 UTC (13+ messages)
[PATCH 0/7] drm/vc4: Fixup DT and DT binding issues from recent patchset
2024-12-04 19:08 UTC (7+ messages)
` [PATCH 4/7] arm64: dts: broadcom: Fix device tree warnings for BCM2712 display pipeline
` [PATCH 7/7] arm64: dts: broadcom: Fix device tree errors on BCM2712
[PATCH 0/5] MT8516/MT8167 dtsi fixes
2024-12-04 19:05 UTC (6+ messages)
` [PATCH 1/5] arm64: dts: mediatek: mt8516: fix GICv2 range
` [PATCH 2/5] arm64: dts: mediatek: mt8516: fix wdt irq type
` [PATCH 3/5] arm64: dts: mediatek: mt8516: add i2c clock-div property
` [PATCH 4/5] arm64: dts: mediatek: mt8516: reserve 192 KiB for TF-A
` [PATCH 5/5] arm64: dts: mediatek: mt8516: add keypad node
[PATCH] arm64: mte: Fix copy_highpage() warning on hugetlb folios
2024-12-04 18:53 UTC (2+ messages)
[PATCH net v1] net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged SKB data
2024-12-04 18:18 UTC (15+ messages)
[PATCH v1 0/1] net: stmmac: dwmac-tegra: Read iommu stream id from device tree
2024-12-04 18:06 UTC (13+ messages)
` [PATCH v1 1/1] "
[PATCH v15 0/8] Introduction of a remoteproc tee to load signed firmware
2024-12-04 18:02 UTC (3+ messages)
` [PATCH v15 4/8] remoteproc: Rename load() operation to load_segments() in rproc_ops struct
[PATCH v2 0/2] Add pmu and syscon-reboot support to Exynos990
2024-12-04 17:45 UTC (4+ messages)
` [PATCH v2 1/2] dt-bindings: soc: samsung: exynos-pmu: Add exynos990-pmu compatible
` [PATCH v2 2/2] arm64: dts: exynos990: Add pmu and syscon-reboot nodes
[PATCH 6.12 470/826] perf stat: Uniquify event name improvements
2024-12-04 17:43 UTC (3+ messages)
[PATCH v4 1/2] input: keypad: add new keypad driver for MA35D1
2024-12-04 17:13 UTC (3+ messages)
[PATCH AUTOSEL 5.4 4/4] i3c: Use i3cdev->desc->info instead of calling i3c_device_get_info() to avoid deadlock
2024-12-04 16:02 UTC
[PATCH AUTOSEL 5.10 4/4] i3c: Use i3cdev->desc->info instead of calling i3c_device_get_info() to avoid deadlock
2024-12-04 16:02 UTC
[PATCH AUTOSEL 5.15 6/6] i3c: Use i3cdev->desc->info instead of calling i3c_device_get_info() to avoid deadlock
2024-12-04 16:01 UTC
[PATCH AUTOSEL 6.1 6/6] i3c: Use i3cdev->desc->info instead of calling i3c_device_get_info() to avoid deadlock
2024-12-04 16:01 UTC
[PATCH AUTOSEL 6.6 10/12] i3c: Use i3cdev->desc->info instead of calling i3c_device_get_info() to avoid deadlock
2024-12-04 16:01 UTC
[PATCH AUTOSEL 6.11 11/13] i3c: Use i3cdev->desc->info instead of calling i3c_device_get_info() to avoid deadlock
2024-12-04 16:00 UTC
[PATCH AUTOSEL 6.12 12/15] i3c: Use i3cdev->desc->info instead of calling i3c_device_get_info() to avoid deadlock
2024-12-04 16:00 UTC
[PATCH v4 media-next] media: rkisp1: Fix unused value issue
2024-12-04 17:04 UTC (3+ messages)
[PATCH AUTOSEL 6.1 06/15] scsi: ufs: core: Make DMA mask configuration more flexible
2024-12-04 15:50 UTC
[PATCH AUTOSEL 6.6 09/24] scsi: ufs: core: Make DMA mask configuration more flexible
2024-12-04 15:49 UTC
[PATCH AUTOSEL 6.11 13/33] scsi: ufs: core: Make DMA mask configuration more flexible
2024-12-04 15:47 UTC
[PATCH AUTOSEL 6.12 13/36] scsi: ufs: core: Make DMA mask configuration more flexible
2024-12-04 15:45 UTC
[PATCH V7] dmaengine: bcm2835-dma: Prevent suspend if DMA channel is busy
2024-12-04 16:55 UTC
[PATCH 0/2] PCI: Convert the Apple controller to host bridge hooks
2024-12-04 16:37 UTC (5+ messages)
` [PATCH 1/2] PCI: host-generic: Allow {en,dis}able_device() to be provided via pci_ecam_ops
` [PATCH 2/2] PCI: apple: Convert to {en,dis}able_device() callbacks
[PATCH v2 0/6] arm64/sme: Collected SME fixes
2024-12-04 15:20 UTC (7+ messages)
` [PATCH v2 1/6] arm64/sme: Flush foreign register state in do_sme_acc()
` [PATCH v2 2/6] arm64/fp: Don't corrupt FPMR when streaming mode changes
` [PATCH v2 3/6] arm64/ptrace: Zero FPMR on streaming mode entry/exit
` [PATCH v2 4/6] arm64/signal: Avoid corruption of SME state when entering signal handler
` [PATCH v2 5/6] arm64/sme: Reenable SME
` [PATCH v2 6/6] arm64/signal: Consistently invalidate the in register FP state in restore
[PATCH] media: allegro-dvt: Moving the current driver to subdirectory
2024-12-04 16:27 UTC (4+ messages)
[PATCH v6 0/2] Improve interrupt handling during machine kexec
2024-12-04 14:20 UTC (3+ messages)
` [PATCH v6 1/2] kexec: Consolidate machine_kexec_mask_interrupts() implementation
` [PATCH v6 2/2] kexec: Prevent redundant IRQ masking by checking state before shutdown
[PATCH 00/10] drm: Add new pixel formats for Xilinx Zynqmp
2024-12-04 16:26 UTC (3+ messages)
` [PATCH 01/10] drm/fourcc: Add warning for bad bpp
[PATCH 0/9] Rebuild default configurations for some ARM boards
2024-12-04 16:26 UTC (12+ messages)
` [PATCH 1/9] ARM: axm55xx_defconfig: rebuild default configuration
` [PATCH 2/9] ARM: davinci_all_defconfig: "
` [PATCH 3/9] ARM: dove_defconfig: "
` [PATCH 4/9] ARM: keystone_defconfig: "
` [PATCH 5/9] ARM: mvebu_v5_defconfig: "
` [PATCH 6/9] ARM: mxs_defconfig: "
` [PATCH 7/9] ARM: pxa_defconfig: "
` [PATCH 8/9] ARM: qcom_defconfig: "
` [PATCH 9/9] ARM: socfpga_defconfig: "
[PATCH] spi: rockchip-sfc: Optimize the judgment mechanism completed by the controller
2024-12-04 16:25 UTC (2+ messages)
[GIT PULL] arm64 updates for 6.13-rc1
2024-12-04 16:17 UTC (14+ messages)
[PATCH v5 0/6] Add support for Blaize BLZP1600 SoC
2024-12-04 16:05 UTC (7+ messages)
` [PATCH v5 1/6] dt-bindings: Add Blaize vendor prefix
` [PATCH v5 2/6] dt-bindings: arm: blaize: Add Blaize BLZP1600 SoC
` [PATCH v5 3/6] arm64: Add Blaize BLZP1600 SoC family
` [PATCH v5 4/6] arm64: dts: Add initial support for Blaize BLZP1600 CB2
` [PATCH v5 5/6] arm64: defconfig: Enable Blaize BLZP1600 platform
` [PATCH v5 6/6] MAINTAINER: Add entry for Blaize SoC
arm allmodconfig build issue with bpf
2024-12-04 16:06 UTC (2+ messages)
[net-next PATCH v8 0/4] net: dsa: Add Airoha AN8855 support
2024-12-04 15:48 UTC (4+ messages)
` [net-next PATCH v8 3/4] net: dsa: Add Airoha AN8855 5-Port Gigabit DSA Switch driver
[PATCH v7] rockchip/drm: vop2: add support for gamma LUT
2024-12-04 15:45 UTC (2+ messages)
[PATCH 0/9] USB31DRD phy updates for Google Tensor gs101 (orientation & DWC3 rpm)
2024-12-04 15:42 UTC (4+ messages)
` [PATCH 8/9] phy: exynos5-usbdrd: subscribe to orientation notifier if required
[PATCH v5 0/5] Add pinctrl support for mt7988
2024-12-04 15:27 UTC (4+ messages)
` [PATCH v5 3/5] dt-bindings: pinctrl: add binding for MT7988 SoC
[PATCH RESEND v17 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
2024-12-04 15:24 UTC (12+ messages)
` [PATCH RESEND v17 3/5] iommu/arm-smmu: add support for PRR bit setup
[PATCH v2] coresight-etm4x: add isb() before reading the TRCSTATR
2024-12-04 15:16 UTC (2+ messages)
[PATCH v2 0/8] USB31DRD phy updates for Google Tensor gs101 (orientation & DWC3 rpm)
2024-12-04 15:07 UTC (5+ messages)
` [PATCH v2 1/8] dt-bindings: phy: samsung,usb3-drd-phy: align to universal style
` [PATCH v2 2/8] dt-bindings: phy: samsung,usb3-drd-phy: gs101: require Type-C properties
[PATCH v1 0/7] drm/mediatek: Add support for HDMIv2 and DDCv2 IPs
2024-12-04 15:01 UTC (9+ messages)
` [PATCH v1 2/7] dt-bindings: display: mediatek: Add binding for MT8195 HDMI-TX v2
` [PATCH v1 7/7] drm/mediatek: Introduce HDMI/DDC v2 for MT8195/MT8188
[PATCH] arm: Remove IO memcpy for Big-Endian
2024-12-04 14:59 UTC (2+ messages)
[PATCH] gpio: GPIO_MVEBU should not default to y when compile-testing
2024-12-04 14:41 UTC (2+ messages)
[PATCH v4 0/5] Switch more ARM plats to sys-off handler API
2024-12-04 14:30 UTC (3+ messages)
` [PATCH v4 4/5] ARM: vt8500: Switch to new "
[PATCH v4 0/3] Add support for Nuvoton MA35D1 GMAC
2024-12-04 14:27 UTC (3+ messages)
` [PATCH v4 1/3] dt-bindings: net: nuvoton: Add schema for Nuvoton MA35 family GMAC
[PATCH 0/4] Google Pixel 6 (oriole): max77759 fuel gauge enablement and driver support
2024-12-04 13:13 UTC (6+ messages)
` [PATCH 2/4] dt-bindings: power: supply: add max77759-fg flavor and don't require nvme address
[PATCH v2] drm/mediatek: dp: Support flexible length of DP calibration data
2024-12-04 14:25 UTC
[PATCH v4 0/5] dt-bindings: mmc: document mmc-slot and convert amlogic,meson-mx-sdio.txt to dtschema
2024-12-04 14:15 UTC (5+ messages)
` [PATCH v4 1/5] dt-bindings: mmc: controller: clarify the address-cells description
` [PATCH v4 3/5] dt-bindings: mmc: controller: remove '|' when not needed
[PATCH] rtc: zynqmp: Fix optional clock name property
2024-12-04 13:09 UTC (2+ messages)
[PATCH] drm: cast calculation to __u64 to fix potential integer overflow
2024-12-04 14:10 UTC (2+ messages)
[PATCH v5 1/2] kexec: Consolidate machine_kexec_mask_interrupts() implementation
2024-12-04 14:07 UTC
[PATCH] ARM: shmobile: defconfig: Refresh for v6.13-rc1
2024-12-04 14:01 UTC
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 read-only IMAP folder(s) and NNTP newsgroup(s).