messages from 2024-10-23 09:46:01 to 2024-10-23 17:09:30 UTC [more...]
[PATCH 0/3] perf: arm_cspmu: nvidia: update event list and filter
2024-10-23 16:27 UTC (9+ messages)
` [PATCH 2/3] perf: arm_cspmu: nvidia: update CNVLINK PMU events
` [PATCH 3/3] perf: arm_cspmu: nvidia: enable NVLINK-C2C port filtering
[PATCH V3 0/4] firmware: arm_scmi: Misc Fixes
2024-10-23 16:26 UTC (4+ messages)
Qemu v9.0.2: Boot failed qemu-arm with Linux next-20241017 tag
2024-10-23 16:24 UTC (3+ messages)
[PATCH] MAINTAINERS: Remove some entries due to various compliance requirements
2024-10-23 16:22 UTC (14+ messages)
` [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
[PATCH v5 00/12] Add bootph-all property for J7 boards
2024-10-23 16:22 UTC (16+ messages)
` [PATCH v5 02/12] arm64: dts: ti: k3-j784s4-j742s2-mcu-wakeup: Remove parent nodes bootph-*
` [PATCH v5 05/12] arm64: dts: ti: k3-j721e: Add bootph-* properties
` [PATCH v5 06/12] arm64: dts: ti: k3-j7200: "
` [PATCH v5 07/12] arm64: dts: ti: k3-j784s4-j742s2-evm-common: Remove parent nodes bootph-*
` [PATCH v5 10/12] arm64: dts: ti: k3-j721e-evm*: Add bootph-* properties
` [PATCH v5 11/12] arm64: dts: ti: k3-j721e-sk*: "
` [PATCH v5 12/12] arm64: dts: ti: k3-j7200-evm*: "
[PATCH 0/4] add sof support on imx95
2024-10-23 16:21 UTC
[PATCH] firmware: arm_sdei: Fix the input parameter of cpuhp_remove_state()
2024-10-23 16:21 UTC (2+ messages)
[net-next RFC PATCH v2 0/3] net: dsa: Add Airoha AN8855 support
2024-10-23 16:19 UTC (4+ messages)
` [net-next RFC PATCH v2 1/3] dt-bindings: net: dsa: Add Airoha AN8855 Gigabit Switch documentation
` [net-next RFC PATCH v2 2/3] net: dsa: Add Airoha AN8855 5-Port Gigabit DSA Switch driver
` [net-next RFC PATCH v2 3/3] net: phy: Add Airoha AN8855 Internal Switch Gigabit PHY
[PATCH v5 00/37] KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE
2024-10-23 16:13 UTC (41+ messages)
` [PATCH v5 01/37] arm64: Drop SKL0/SKL1 from TCR2_EL2
` [PATCH v5 02/37] arm64: Remove VNCR definition for PIRE0_EL2
` [PATCH v5 03/37] arm64: Add encoding "
` [PATCH v5 04/37] KVM: arm64: Drop useless struct s2_mmu in __kvm_at_s1e2()
` [PATCH v5 05/37] KVM: arm64: nv: Add missing EL2->EL1 mappings in get_el2_to_el1_mapping()
` [PATCH v5 06/37] KVM: arm64: nv: Handle CNTHCTL_EL2 specially
` [PATCH v5 07/37] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v5 08/37] KVM: arm64: Correctly access TCR2_EL1, PIR_EL1, PIRE0_EL1 with VHE
` [PATCH v5 09/37] KVM: arm64: Extend masking facility to arbitrary registers
` [PATCH v5 10/37] arm64: Define ID_AA64MMFR1_EL1.HAFDBS advertising FEAT_HAFT
` [PATCH v5 11/37] KVM: arm64: Add TCR2_EL2 to the sysreg arrays
` [PATCH v5 12/37] KVM: arm64: Sanitise TCR2_EL2
` [PATCH v5 13/37] KVM: arm64: Add save/restore for TCR2_EL2
` [PATCH v5 14/37] KVM: arm64: Add PIR{,E0}_EL2 to the sysreg arrays
` [PATCH v5 15/37] KVM: arm64: Add save/restore for PIR{,E0}_EL2
` [PATCH v5 16/37] KVM: arm64: Handle PIR{,E0}_EL2 traps
` [PATCH v5 17/37] KVM: arm64: Sanitise ID_AA64MMFR3_EL1
` [PATCH v5 18/37] KVM: arm64: Add AT fast-path support for S1PIE
` [PATCH v5 19/37] KVM: arm64: Split S1 permission evaluation into direct and hierarchical parts
` [PATCH v5 20/37] KVM: arm64: Disable hierarchical permissions when S1PIE is enabled
` [PATCH v5 21/37] KVM: arm64: Implement AT S1PIE support
` [PATCH v5 22/37] KVM: arm64: Add a composite EL2 visibility helper
` [PATCH v5 23/37] KVM: arm64: Define helper for EL2 registers with custom visibility
` [PATCH v5 24/37] KVM: arm64: Hide TCR2_EL1 from userspace when disabled for guests
` [PATCH v5 25/37] KVM: arm64: Hide S1PIE registers "
` [PATCH v5 26/37] KVM: arm64: Rely on visibility to let PIR*_ELx/TCR2_ELx UNDEF
` [PATCH v5 27/37] arm64: Add encoding for POR_EL2
` [PATCH v5 28/37] KVM: arm64: Drop bogus CPTR_EL2.E0POE trap routing
` [PATCH v5 29/37] KVM: arm64: Subject S1PIE/S1POE registers to HCR_EL2.{TVM,TRVM}
` [PATCH v5 30/37] KVM: arm64: Add kvm_has_s1poe() helper
` [PATCH v5 31/37] KVM: arm64: Add basic support for POR_EL2
` [PATCH v5 32/37] KVM: arm64: Add save/restore "
` [PATCH v5 33/37] KVM: arm64: Add POE save/restore for AT emulation fast-path
` [PATCH v5 34/37] KVM: arm64: Disable hierarchical permissions when POE is enabled
` [PATCH v5 35/37] KVM: arm64: Make PAN conditions part of the S1 walk context
` [PATCH v5 36/37] KVM: arm64: Handle stage-1 permission overlays
` [PATCH v5 37/37] KVM: arm64: Handle WXN attribute
[PATCH 1/1] arm64: dts: imx8mp-kontron-dl: change touchscreen power-supply to AVDD28-supply
2024-10-23 15:26 UTC
[PATCH v6 0/6] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
2024-10-23 16:02 UTC (5+ messages)
` [PATCH v6 1/6] firmware/psci: Add definitions for PSCI v1.3 specification
` [PATCH v6 2/6] KVM: arm64: Add PSCI v1.3 SYSTEM_OFF2 function for hibernation
[PATCH v2 0/5] Improve arm64 pkeys handling in signal delivery
2024-10-23 15:05 UTC (6+ messages)
` [PATCH v2 1/5] arm64: signal: Remove unused macro
` [PATCH v2 2/5] arm64: signal: Remove unnecessary check when saving POE state
` [PATCH v2 3/5] arm64: signal: Improve POR_EL0 handling to avoid uaccess failures
` [PATCH v2 4/5] selftests/mm: Use generic pkey register manipulation
` [PATCH v2 5/5] selftests/mm: Enable pkey_sighandler_tests on arm64
[kvm-unit-tests PATCH v2 0/4] Fix arm64 clang errors on fpu tests
2024-10-23 15:26 UTC (5+ messages)
` [kvm-unit-tests PATCH v2 1/4] arm: Fix clang error in sve_vl()
` [kvm-unit-tests PATCH v2 2/4] arm: fpu: Convert 'q' registers to 'v' to satisfy clang
` [kvm-unit-tests PATCH v2 3/4] arm: fpu: Add '.arch_extension fp' to fpu macros
` [kvm-unit-tests PATCH v2 4/4] arm: fpu: Fix the input/output args for inline asm in fpu.c
[PATCH v6 0/4] Support SMT control on arm64
2024-10-23 15:43 UTC (3+ messages)
` [PATCH v6 2/4] arch_topology: Support SMT control for OF based system
[PATCH v2 00/14] Add support for RaspberryPi RP1 PCI device using a DT overlay
2024-10-23 15:36 UTC (4+ messages)
` [PATCH v2 08/14] clk: rp1: Add support for clocks provided by RP1
[PATCH] of/kexec: save pa of initial_boot_params for arm64 and use it at kexec
2024-10-23 15:24 UTC (10+ messages)
[PATCH 1/3] dt-bindings: misc: lwn,bk4-spi: Add binding
2024-10-23 15:17 UTC (4+ messages)
` [PATCH 2/3] spi: spidev: Add an entry for lwn,bk4-spi
` [PATCH 3/3] ARM: dts: vf610-bk4: Use the more specific "lwn,bk4-spi"
[net-next,RESEND v6 0/2] net: wwan: t7xx: Add t7xx debug port
2024-10-23 15:15 UTC (4+ messages)
` [net-next,RESEND v6 2/2] net: wwan: t7xx: Add "
[PATCH v3 0/6] EDAC/fsl-ddr: Add imx9 support
2024-10-23 15:07 UTC (2+ messages)
[PATCH 0/6] Support spread spectrum clocking for i.MX8{M,N,P} PLLs
2024-10-23 14:58 UTC (13+ messages)
` [PATCH 1/6] dt-bindings: clock: imx8m-anatop: support spread spectrum clocking
[PATCH v5] dt-bindings: display: mediatek: split: add subschema property constraints
2024-10-23 14:52 UTC (2+ messages)
[PATCH 1/3] media: dt-bindings: adv7180: Document 'adi,force-bt656-4'
2024-10-23 14:42 UTC (3+ messages)
` [PATCH 2/3] media: adv7180: Also check for "adi,force-bt656-4"
` [PATCH 3/3] ARM: dts: imx6qdl-apalis: Change to "adi,force-bt656-4"
axm55xx_defconfig: ld.lld: error: undefined symbol: lockdown_reasons
2024-10-23 14:39 UTC
[PATCH] dt-bindings: display: mediatek: dpi: Update device list with power-domains
2024-10-23 14:39 UTC (2+ messages)
[PATCH v5 00/43] arm64: Support for Arm CCA in KVM
2024-10-23 14:35 UTC (4+ messages)
` [PATCH v5 02/43] kvm: arm64: pgtable: Track the number of pages in the entry level
[PATCH v6 1/4] dt-bindings: iommu: mediatek: Fix interrupt count constraint for new SoCs
2024-10-23 14:35 UTC (3+ messages)
` [PATCH v6 4/4] dt-bindings: display: mediatek: dpi: correct power-domains property
[PATCH AUTOSEL 6.6 09/23] iommu/arm-smmu: Clarify MMU-500 CPRE workaround
2024-10-23 14:30 UTC
[PATCH AUTOSEL 6.1 13/17] arm64: set POR_EL0 for kernel threads
2024-10-23 14:31 UTC
[PATCH AUTOSEL 6.11 12/30] iommu/arm-smmu: Clarify MMU-500 CPRE workaround
2024-10-23 14:29 UTC
[PATCH] irqchip/gic-v4: Don't allow a VMOVP on a dying VPE
2024-10-23 14:23 UTC (5+ messages)
[PATCH net-next v3 0/6] net: stmmac: Refactor FPE as a separate module
2024-10-23 14:17 UTC (5+ messages)
` [PATCH net-next v3 1/6] net: stmmac: Introduce separate files for FPE implementation
` [PATCH net-next v3 3/6] net: stmmac: Refactor FPE functions to generic version
✅ PASS: Test report for for-kernelci (6.12.0-rc4, arm-next, ce8e6989)
2024-10-23 14:13 UTC
[PATCH] drm/mediatek: Fix potential NULL dereference in mtk_crtc_destroy()
2024-10-23 14:13 UTC (2+ messages)
[PATCH v5 1/1] drm/mediatek: Fix get efuse issue for MT8188 DPTX
2024-10-23 14:04 UTC (2+ messages)
[PATCH] soc: mediatek: mediatek-regulator-coupler: Fix comment
2024-10-23 13:47 UTC (4+ messages)
[PATCH v2 0/2] Add support for nuvoton ma35d1 pwm controller
2024-10-23 13:37 UTC (6+ messages)
` [PATCH v2 1/2] dt-bindings: pwm: nuvoton: Add MA35D1 pwm
` [PATCH v2 2/2] pwm: Add Nuvoton MA35D1 PWM controller support
[PATCH 0/5] Expose SCMI Transport properties
2024-10-23 13:20 UTC (3+ messages)
` [PATCH 5/5] firmware: arm_scmi: Relocate atomic_threshold to scmi_desc
[PATCH v4 0/4] Add CMN PLL clock controller driver for IPQ9574
2024-10-23 13:05 UTC (8+ messages)
` [PATCH v4 4/4] arm64: dts: qcom: Add CMN PLL node for IPQ9574 SoC
✅ PASS: Test report for for-kernelci (6.12.0-rc4, arm-next, ca8cbad9)
2024-10-23 13:02 UTC
[PATCH v3 0/3] drm: xlnx: zynqmp: Add DP audio support
2024-10-23 12:50 UTC (5+ messages)
` [PATCH v3 2/3] arm64: dts: zynqmp: Add DMA for DP audio
[PATCH 0/4] riscv: sophgo: Add ethernet support for SG2044
2024-10-23 12:42 UTC (11+ messages)
` [PATCH 4/4] net: stmmac: Add glue layer for Sophgo SG2044 SoC
[PATCH v3 0/5] Support Armv8.9/v9.4 FEAT_HAFT
2024-10-23 12:36 UTC (11+ messages)
` [PATCH v3 1/5] arm64/sysreg: Update ID_AA64MMFR1_EL1 register
` [PATCH v3 2/5] arm64: setup: name 'tcr2' register
` [PATCH v3 3/5] arm64: Add support for FEAT_HAFT
[PATCH] pwm: imx-tpm: Use correct MODULO value for EPWM mode
2024-10-23 12:33 UTC
[PATCH v4 0/3] drm: xlnx: zynqmp: Add DP audio support
2024-10-23 11:52 UTC (4+ messages)
` [PATCH v4 1/3] dt-bindings: display/xlnx/zynqmp-dpsub: Add audio DMAs
` [PATCH v4 2/3] arm64: dts: zynqmp: Add DMA for DP audio
` [PATCH v4 3/3] drm: xlnx: zynqmp_dpsub: Add DP audio support
[PATCH net-next 00/15] net: sparx5: add support for lan969x switch device
2024-10-23 12:06 UTC (5+ messages)
` [PATCH net-next 14/15] net: sparx5: add compatible strings for lan969x and verify the target
[PATCH v3 1/2] arm64: dts: mediatek: mt8395-genio-1200-evk: add support for TCPC port
2024-10-23 12:00 UTC (5+ messages)
` [PATCH v3 2/2] arm64: dts: mediatek: mt8395-genio-1200-evk: add support for MUX IT5205
[PATCH v2 0/5] arm64: dts: exynos8895: Add cmu, mct, serial_0/1 and spi_0/1
2024-10-23 11:59 UTC (6+ messages)
` [PATCH v2 2/5] arm64: dts: exynos8895: Add clock management unit nodes
` [PATCH v2 3/5] arm64: dts: exynos8895: Add Multi Core Timer (MCT) node
` [PATCH v2 4/5] arm64: dts: exynos8895: Add serial_0/1 nodes
` [PATCH v2 5/5] arm64: dts: exynos8895: Add spi_0/1 nodes
[PATCH v4 0/3] Fix KASAN crash when using KASAN_VMALLOC
2024-10-23 12:00 UTC (2+ messages)
[PATCH] ASoc: uniphier: Handle regmap_write errors in aio_iecout_set_enable()
2024-10-23 11:51 UTC (2+ messages)
[PATCH net] net: ti: iccsg-prueth: Fix 1 PPS sync
2024-10-23 11:38 UTC (3+ messages)
[PATCH net-next, v1 0/3] net: stmmac: dwmac4: Fixes bugs in dwmac4
2024-10-23 11:20 UTC
[PATCH net v3] net: stmmac: dwmac4: Fix high address display by updating reg_space[] from register values
2024-10-23 11:07 UTC
[PATCH] arm64: Add command-line override for ID_AA64MMFR0_EL1.ECV
2024-10-23 11:05 UTC (2+ messages)
[PATCH] arm64/mm: Drop _PROT_SECT_DEFAULT
2024-10-23 11:05 UTC (2+ messages)
[PATCH] kselftest/arm64: Log fp-stress child startup errors to stdout
2024-10-23 11:05 UTC (2+ messages)
[PATCH] drm: xlnx: zynqmp_disp: layer may be null while releasing
2024-10-23 11:05 UTC (2+ messages)
[PATCH 0/6] staging: vc04_services: Clarify bulk 'userdata' usage
2024-10-23 11:04 UTC (7+ messages)
` [PATCH 1/6] staging: vchiq_arm: Rename a struct vchiq_bulk member
` [PATCH 2/6] staging: vchiq_core: Bulk waiter should not piggy back on bulk userdata
` [PATCH 3/6] staging: vchiq_core: Rename struct vchiq_bulk 'userdata'
` [PATCH 4/6] staging: vchiq: Rename vchiq_completion_data 'bulk_userdata'
` [PATCH 5/6] staging: vchiq_core: Pass vchiq_bulk pointer to make_service_callback()
` [PATCH 6/6] staging: vchiq_arm: Track bulk user data pointer separately
[PATCH v3 01/12] dt-bindings: pinctrl: fsl,imx6ul-pinctrl: Convert i.MX35/5x/6 to YAML
2024-10-23 9:55 UTC (2+ messages)
[PATCH] drm: xlnx: zynqmp_dpsub: fix hotplug detection
2024-10-23 10:47 UTC (2+ messages)
[PATCH] arm64: dts: mediatek: mt8395-genio-1200-evk: add adc and led for mt6360
2024-10-23 10:50 UTC (2+ messages)
[PATCH 0/4] MCSPI clock ID fixes for J7200/J721E/J721S2/J784S4
2024-10-23 10:45 UTC (5+ messages)
` [PATCH 1/4] arm64: dts: ti: k3-j7200: Fix clock ids for MCSPI instances
` [PATCH 2/4] arm64: dts: ti: k3-j721e: Fix clock IDs "
` [PATCH 3/4] arm64: dts: ti: k3-j721s2: "
` [PATCH 4/4] arm64: dts: ti: k3-j784s4: "
[PATCH v6 RESEND 00/20] Initial device trees for A7-A11 based Apple devices
2024-10-23 10:10 UTC (4+ messages)
[PATCH] pinctrl: aspeed-g6: Support drive-strength for GPIOF/G
2024-10-23 10:44 UTC
[PATCH V4 0/4] firmware: arm_scmi: Misc Fixes
2024-10-23 10:21 UTC (5+ messages)
` [PATCH V4 1/4] firmware: arm_scmi: Ensure that the message-id supports fastchannel
` [PATCH V4 2/4] firmware: arm_scmi: Skip opp duplicates
` [PATCH V4 3/4] pmdomain: core: Fix debugfs node creation failure
` [PATCH V4 4/4] mailbox: qcom-cpucp: Mark the irq with IRQF_NO_SUSPEND flag
[PATCH 00/14] pinctrl: stm32: Add new features and support for more SoC
2024-10-23 10:08 UTC (4+ messages)
` [PATCH 11/14] dt-bindings: pinctrl: stm32: support for stm32mp215 and additional packages
[PATCH v2 0/2] tty: serial: samsung: Add Exynos8895 compatible
2024-10-23 9:09 UTC (2+ messages)
` [PATCH v2 1/2] dt-bindings: serial: samsung: Add samsung,exynos8895-uart compatible
[PATCH v1 00/10] Add MediaTek ISP7 camera system driver
2024-10-23 10:05 UTC (2+ messages)
` [PATCH v1 04/10] media: platform: mediatek: add isp_7x cam-raw unit
[PATCH v7 00/11] arm64: Support for running as a guest in Arm CCA
2024-10-23 10:02 UTC (2+ messages)
[PATCH v2 0/2] mailbox: add async request mechanism w/ a user
2024-10-23 10:02 UTC (9+ messages)
` [PATCH v2 2/2] firmware: add exynos acpm driver
[PATCH v8 0/2] Add support for nuvoton ma35 nand controller
2024-10-23 9:53 UTC (4+ messages)
` [PATCH v8 1/2] dt-bindings: mtd: nuvoton,ma35d1-nand: add new bindings
` [PATCH v8 2/2] mtd: rawnand: nuvoton: add new driver for the Nuvoton MA35 SoC
[PATCH next] mtd: rawnand: fix double free in atmel_pmecc_create_user()
2024-10-23 9:49 UTC (2+ messages)
[PATCH v1 RESEND 0/3] Add support to configure TPDM MCMB subunit
2024-10-23 9:45 UTC (7+ messages)
` [PATCH v1 RESEND 1/3] coresight-tpdm: Add MCMB dataset support
` [PATCH v1 RESEND 2/3] coresight-tpdm: Add support to select lane
` [PATCH v1 RESEND 3/3] coresight-tpdm: Add support to enable the lane for MCMB TPDM
[PATCH 0/2] Add Meta(Facebook) Ventura BMC(AST2600)
2024-10-23 8:32 UTC (3+ messages)
[PATCH v2 0/2] Add support Boundary Device Nitrogen8MP Universal SMARC Carrier Board
2024-10-23 9:21 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).