messages from 2024-03-10 20:22:34 to 2024-03-11 17:20:16 UTC [more...]
[PATCH v17 00/35] Drivers for Gunyah hypervisor
2024-03-11 17:19 UTC (9+ messages)
` [PATCH v17 10/35] gunyah: vm_mgr: Add VM start/stop
` [PATCH v17 11/35] virt: gunyah: Translate gh_rm_hyp_resource into gunyah_resource
` "
` [PATCH v17 12/35] virt: gunyah: Add resource tickets
` "
[PATCH 0/5] KVM: arm64: Move host-specific data out of kvm_vcpu_arch
2024-03-11 17:13 UTC (4+ messages)
` [PATCH 1/5] KVM: arm64: Add accessor for per-CPU state
[PATCH v4 0/4] Dynamic Allocation of the reserved_mem array
2024-03-11 17:13 UTC (5+ messages)
` [PATCH v4 1/4] of: reserved_mem: Restruture how the reserved memory regions are processed
` [PATCH v4 2/4] of: reserved_mem: Add code to dynamically allocate reserved_mem array
[PATCH] wifi: mt76: connac: check for null before dereferencing
2024-03-11 17:11 UTC (2+ messages)
[PATCH v3] ARM64: Dynamically allocate cpumasks and increase supported CPUs to 512
2024-03-11 17:08 UTC (10+ messages)
[RFC PATCH v3 0/5] mm: support large folios swap-in
2024-03-11 16:55 UTC (3+ messages)
` [RFC PATCH v3 1/5] arm64: mm: swap: support THP_SWAP on hardware with MTE
[PATCH net v5 1/2] soc: fsl: qbman: Always disable interrupts when taking cgr_lock
2024-03-11 16:38 UTC (2+ messages)
` [PATCH net v5 2/2] soc: fsl: qbman: Use raw spinlock for cgr_lock
[PATCH] iio: xilinx-ams: Don't include ams_ctrl_channels in scan_mask
2024-03-11 16:28 UTC
[PATCH v12 0/4] add zynqmp TCM bindings
2024-03-11 16:27 UTC (4+ messages)
` [PATCH v12 2/4] dt-bindings: remoteproc: add Tightly Coupled Memory (TCM) bindings
[PATCH] arm: smp: Avoid false positive CPU hotplug Lockdep-RCU splat
2024-03-11 16:17 UTC (3+ messages)
[PATCH v2 0/4] PAN for ARM32 using LPAE
2024-03-11 16:02 UTC (3+ messages)
` [PATCH v2 3/4] ARM: Reduce the number of #ifdef CONFIG_CPU_SW_DOMAIN_PAN
[PATCH v9 00/27] drm/connector: Create HDMI Connector infrastructure
2024-03-11 14:49 UTC (28+ messages)
` [PATCH v9 01/27] drm/connector: Introduce an HDMI connector initialization function
` [PATCH v9 02/27] drm/tests: connector: Add tests for drmm_connector_hdmi_init
` [PATCH v9 03/27] drm/connector: hdmi: Create an HDMI sub-state
` [PATCH v9 04/27] drm/connector: hdmi: Add output BPC to the connector state
` [PATCH v9 05/27] drm/tests: Add output bpc tests
` [PATCH v9 06/27] drm/connector: hdmi: Add support for output format
` [PATCH v9 07/27] drm/tests: Add output formats tests
` [PATCH v9 08/27] drm/connector: hdmi: Add HDMI compute clock helper
` [PATCH v9 09/27] drm/tests: Add HDMI TDMS character rate tests
` [PATCH v9 10/27] drm/connector: hdmi: Calculate TMDS character rate
` [PATCH v9 11/27] drm/tests: Add TDMS character rate connector state tests
` [PATCH v9 12/27] drm/connector: hdmi: Add custom hook to filter TMDS character rate
` [PATCH v9 13/27] drm/tests: Add HDMI connector rate filter hook tests
` [PATCH v9 14/27] drm/connector: hdmi: Compute bpc and format automatically
` [PATCH v9 15/27] drm/tests: Add HDMI connector bpc and format tests
` [PATCH v9 16/27] drm/connector: hdmi: Add Broadcast RGB property
` [PATCH v9 17/27] drm/tests: Add tests for "
` [PATCH v9 18/27] drm/connector: hdmi: Add RGB Quantization Range to the connector state
` [PATCH v9 19/27] drm/tests: Add RGB Quantization tests
` [PATCH v9 20/27] drm/connector: hdmi: Add Infoframes generation
` [PATCH v9 21/27] drm/tests: Add infoframes test
` [PATCH v9 22/27] drm/connector: hdmi: Create Infoframe DebugFS entries
` [PATCH v9 23/27] drm/vc4: hdmi: Switch to HDMI connector
` [PATCH v9 24/27] drm/vc4: tests: Remove vc4_dummy_plane structure
` [PATCH v9 25/27] drm/vc4: tests: Convert to plane creation helper
` [PATCH v9 26/27] drm/rockchip: inno_hdmi: Switch to HDMI connector
` [PATCH v9 27/27] drm/sun4i: hdmi: "
[GIT PULL] pmdomain updates for v6.9
2024-03-11 15:46 UTC
[PATCH v3 0/9] CFI for ARM32 using LLVM
2024-03-11 15:34 UTC (16+ messages)
` [PATCH v3 1/9] ARM: Support CLANG CFI
` [PATCH v3 2/9] ARM: tlbflush: Make TLB flushes into static inlines
` [PATCH v3 3/9] ARM: bugs: Check in the vtable instead of defined aliases
` [PATCH v3 4/9] ARM: proc: Use inlines instead of defines
` [PATCH v3 5/9] ARM: delay: Turn delay functions into static inlines
` [PATCH v3 6/9] ARM: turn CPU cache flush "
` [PATCH v3 7/9] ARM: page: Turn highpage accesses "
` [PATCH v3 8/9] ARM: ftrace: Define ftrace_stub_graph
` [PATCH v3 9/9] ARM: KCFI: Allow permissive CFI mode
[PATCH bpf-next v2 0/9] bpf: make tracing program support multi-link
2024-03-11 15:29 UTC (11+ messages)
` [PATCH bpf-next v2 1/9] bpf: tracing: add support to record and check the accessed args
` [PATCH bpf-next v2 2/9] bpf: refactor the modules_array to ptr_array
` [PATCH bpf-next v2 3/9] bpf: trampoline: introduce struct bpf_tramp_link_conn
` [PATCH bpf-next v2 4/9] bpf: trampoline: introduce bpf_tramp_multi_link
` [PATCH bpf-next v2 5/9] bpf: verifier: add btf to the function args of bpf_check_attach_target
` [PATCH bpf-next v2 6/9] bpf: tracing: add multi-link support
` [PATCH bpf-next v2 7/9] libbpf: don't free btf if program of multi-link tracing existing
` [PATCH bpf-next v2 8/9] libbpf: add support for the multi-link of tracing
` [PATCH bpf-next v2 9/9] selftests/bpf: add testcases for "
[PATCH AUTOSEL 6.6 17/17] perf: RISCV: Fix panic on pmu overflow handler
2024-03-11 15:13 UTC
[PATCH AUTOSEL 6.7 23/23] perf: RISCV: Fix panic on pmu overflow handler
2024-03-11 15:12 UTC
[PATCH v9 00/10] PCI: dwc: ep: Fix DBI access failure for drivers requiring refclk from host
2024-03-11 14:45 UTC (4+ messages)
` [PATCH v9 07/10] PCI: dwc: ep: Remove "core_init_notifier" flag
[PATCH v2] firmware: arm_ffa: fix ffa_notification_info_get()
2024-03-11 14:45 UTC (2+ messages)
[PATCH v1 1/1] pinctrl: pxa2xx: Make use of struct pingroup
2024-03-11 14:22 UTC
[PATCH v1 1/1] pinctrl: pxa2xx: Make use of struct pinfunction
2024-03-11 14:08 UTC
[PATCH v7] dt-bindings: imx-pata: Convert to dtschema
2024-03-11 14:04 UTC
Probe regression of efuse@11f10000 on mt8183-kukui-jacuzzi-juniper-sku16 running next-20240202
2024-03-11 13:54 UTC (4+ messages)
[PATCH] drivers/gpio/nomadik: move dummy nmk_gpio_dbg_show_one() to header
2024-03-11 13:32 UTC
[PATCH v2 0/3] add pmic pca9451a support
2024-03-11 13:28 UTC (11+ messages)
` [PATCH v2 1/3] regulator: dt-bindings: pca9450: add "
` [EXT] "
` [PATCH v2 2/3] regulator: "
` [EXT] "
` [PATCH v2 3/3] arm64: dts: imx93-11x11-evk: "
` [EXT] "
[PATCH v3 0/3] Extend devicetree coverage of MT7621's UART interfaces
2024-03-11 13:05 UTC (2+ messages)
[PATCH v3] mips: dts: ralink: mt7621: add cell count properties to usb
2024-03-11 13:04 UTC (2+ messages)
[PATCH v3 0/3] add pmic pca9451a support
2024-03-11 12:43 UTC (5+ messages)
` [PATCH v3 1/3] regulator: dt-bindings: pca9450: add "
` [PATCH v3 2/3] regulator: "
` [PATCH v3 3/3] arm64: dts: imx93-11x11-evk: "
[PATCH v4 0/6] Add CPSW2G and CPSW9G nodes for J784S4
2024-03-11 10:49 UTC (7+ messages)
` [PATCH v4 2/6] arm64: dts: ti: k3-j784s4: Add alias to MCU CPSW2G
` [PATCH v4 5/6] arm64: dts: ti: k3-j784s4: Add overlay to enable QSGMII mode with CPSW9G
[PATCH RESEND] irqchip: Drop the custom fixes for the same irq_chip name
2024-03-11 11:53 UTC
[PATCH net 0/2] MT7530 DSA subdriver fix VLAN egress and handling of all link-local frames
2024-03-11 11:46 UTC (3+ messages)
` [PATCH net 1/2] net: dsa: mt7530: fix link-local frames that ingress vlan filtering ports
` [PATCH net 2/2] net: dsa: mt7530: fix handling of all link-local frames
vm_area at addr ffffffffc0800000 is not marked as VM_IOREMAP
2024-03-11 11:46 UTC (13+ messages)
[PATCH 0/3] remoteproc: introduce Arm remoteproc support
2024-03-11 11:44 UTC (6+ messages)
` [PATCH 1/3] remoteproc: Add Arm remoteproc driver
[PATCH-next v2] arm32: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION
2024-03-11 11:41 UTC (8+ messages)
[PATCH 00/12] drm/imx/ipuv3: switch LDB and parallel-display driver to use drm_bridge_connector
2024-03-11 11:24 UTC (14+ messages)
` [PATCH 01/12] dt-bindings: display: fsl-imx-drm: drop edid property support
` [PATCH 02/12] dt-bindings: display: imx/ldb: drop ddc-i2c-bus property
` [PATCH 03/12] drm/imx: cleanup the imx-drm header
` [PATCH 04/12] drm/imx: parallel-display: drop edid override support
` [PATCH 05/12] drm/imx: ldb: drop custom EDID support
` [PATCH 06/12] drm/imx: ldb: drop custom DDC bus support
` [PATCH 07/12] drm/imx: ldb: switch to drm_panel_bridge
` [PATCH 08/12] drm/imx: parallel-display: "
` [PATCH 09/12] drm/imx: add internal bridge handling display-timings DT node
` [PATCH 10/12] drm/imx: ldb: switch to imx_legacy_bridge / drm_bridge_connector
` [PATCH 11/12] drm/imx: parallel-display: "
` [PATCH 12/12] drm/imx: move imx_drm_connector_destroy to imx-tve
[PATCH v3 0/5] ASoC: fsl: Support register and unregister rpmsg sound card through remoteproc
2024-03-11 11:13 UTC (6+ messages)
` [PATCH v3 1/5] ASoC: fsl: imx-pcm-rpmsg: Register component with rpmsg channel name
` [PATCH v3 2/5] ASoC: fsl: imx-audio-rpmsg: Register device "
` [PATCH v3 3/5] ASoC: fsl: Let imx-audio-rpmsg register platform device for card
` [PATCH v3 4/5] ASoC: fsl: fsl_rpmsg: Register CPU DAI with name of rpmsg channel
` [PATCH v3 5/5] ASoC: fsl: imx-rpmsg: Update to correct DT node
[PATCH v5] dt-bindings: imx-pata: Convert to dtschema
2024-03-11 11:11 UTC (9+ messages)
[PATCH v6] dt-bindings: imx-pata: Convert to dtschema
2024-03-11 11:07 UTC (7+ messages)
[PATCH] firmware: arm_ffa: fix ffa_notification_info_get()
2024-03-11 11:00 UTC (3+ messages)
[PATCH] gpio: nomadik: remove BUG_ON() in nmk_gpio_populate_chip()
2024-03-11 11:00 UTC
[PATCH] arm64: dts: exynos: gs101: define all PERIC USI nodes
2024-03-11 10:47 UTC (3+ messages)
[PATCH v3 1/2] dt-bindings: arm64: mediatek: add Kontron 3.5"-SBC-i1200
2024-03-11 10:45 UTC (5+ messages)
` [PATCH v3 2/2] arm64: dts: "
[PATCH 0/3] Mediatek VCODEC documentation improvements
2024-03-11 10:35 UTC (7+ messages)
` [PATCH 1/3] media: mediatek: vcodec: Fix multiple typos
` [PATCH 2/3] media: mediatek: vcodec: Improve wording & fix grammatic issues
` [PATCH 3/3] media: mediatek: vcodec: Replace false function description
[PATCH v3 0/5] RK3588 and Rock 5B dts additions: thermal, OPP and fan
2024-03-11 10:24 UTC (9+ messages)
` [PATCH v3 3/5] arm64: dts: rockchip: Add CPU/memory regulator coupling for RK3588
[PATCH] staging: bcm2835-audio: add terminating new line to Kconifg
2024-03-11 10:09 UTC
[PATCH -next] firmware: arm_scmi: Fix wrong fastchannel initialization
2024-03-11 10:10 UTC (2+ messages)
[PATCH RFC 00/13] mm/treewide: Remove pXd_huge() API
2024-03-11 9:58 UTC (2+ messages)
[PATCH net-next v6 0/7] Fix missing PHY-to-MAC RX clock
2024-03-11 9:55 UTC (8+ messages)
` [PATCH net-next v6 1/7] net: phylink: add PHY_F_RXC_ALWAYS_ON to PHY dev flags
` [PATCH net-next v6 2/7] net: phylink: add rxc_always_on flag to phylink_pcs
` [PATCH net-next v6 3/7] net: stmmac: don't rely on lynx_pcs presence to check for a PHY
` [PATCH net-next v6 4/7] net: stmmac: Support a generic PCS field in mac_device_info
` [PATCH net-next v6 5/7] net: stmmac: Signal to PHY/PCS drivers to keep RX clock on
` [PATCH net-next v6 6/7] net: phy: qcom: at803x: Avoid hibernating if MAC requires RX clock
` [PATCH net-next v6 7/7] net: pcs: rzn1-miic: Init RX clock early if MAC requires it
[PATCH V5 00/11] coresight: Move remaining AMBA ACPI devices into platform driver
2024-03-11 9:33 UTC (5+ messages)
Niskokosztowa modernizacja oświetlenia
2024-03-11 9:15 UTC
[PATCH V3 0/2] cpufreq: scmi: Add boost frequency support
2024-03-11 9:04 UTC (8+ messages)
` [PATCH V3 1/2] firmware: arm_scmi: Add support for marking certain frequencies as boost
` [PATCH V3 2/2] cpufreq: scmi: Enable boost support
[PATCH v3 00/11] Add Mobileye EyeQ5 support to the Nomadik I2C controller & use hrtimers for timeouts
2024-03-11 8:59 UTC (4+ messages)
` [PATCH v3 08/11] i2c: nomadik: support Mobileye EyeQ5 I2C controller
[PATCH] clk: mediatek: pllfh: Don't log error for missing fhctl node
2024-03-11 8:56 UTC (2+ messages)
[PATCH] drm/sun4i: tcon: Support keeping dclk rate upon ancestor clock changes
2024-03-11 8:53 UTC (3+ messages)
[PATCH v9 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
2024-03-11 8:42 UTC (6+ messages)
` [PATCH v9 4/5] iommu/arm-smmu: add ACTLR data and support for SM8550
[PATCH v2 0/4] ASoC: fsl: Support register and unregister rpmsg sound card through remoteproc
2024-03-11 8:23 UTC (6+ messages)
` [PATCH v2 4/4] ASoC: fsl: imx-rpmsg: Update to correct DT node
` "
[GIT PULL 1/3] Broadcom devicetree-arm64 changes for 6.9
2024-03-11 8:14 UTC (2+ messages)
[PATCH] perf: RISC-V: fix IRQ detection on T-Head C908
2024-03-11 7:56 UTC (3+ messages)
[PATCH v5 0/3] auxdisplay: 7-segment LED display
2024-03-11 6:02 UTC (8+ messages)
` [PATCH v5 3/3] ARM: dts: marvell: Add 7-segment LED display on x530
[PATCH v4 21/39] dt-bindings: clk: at91: add sam9x7
2024-03-11 5:58 UTC (8+ messages)
` [PATCH v4 22/39] dt-bindings: clk: at91: add sam9x7 clock controller
` [PATCH v4 24/39] clk: at91: sam9x7: add support for HW PLL freq dividers
` [PATCH v4 27/39] clk: at91: sam9x7: add sam9x7 pmc driver
[PATCH V2] cpufreq: Fix per-policy boost behavior on SoCs using cpufreq_boost_set_sw
2024-03-11 5:26 UTC (3+ messages)
[RFC PATCH 0/5] Add support for suppressing warning backtraces
2024-03-11 4:36 UTC (2+ messages)
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).