messages from 2022-01-26 09:09:06 to 2022-01-26 16:10:03 UTC [more...]
[PATCH v20 0/5] support reserving crashkernel above 4G on arm64 kdump
2022-01-26 15:18 UTC (7+ messages)
` [PATCH v20 1/5] arm64: Use insert_resource() to simplify code
` [PATCH v20 2/5] arm64: kdump: introduce some macros for crash kernel reservation
` [PATCH v20 3/5] arm64: kdump: reimplement crashkernel=X
[PATCH v9 00/40] arm64/sme: Initial support for the Scalable Matrix Extension
2022-01-26 15:11 UTC (41+ messages)
` [PATCH v9 01/40] arm64: Define CPACR_EL1_FPEN similarly to other floating point controls
` [PATCH v9 02/40] arm64: Always use individual bits in CPACR floating point enables
` [PATCH v9 03/40] arm64: cpufeature: Always specify and use a field width for capabilities
` [PATCH v9 04/40] kselftest/arm64: Remove local ARRAY_SIZE() definitions
` [PATCH v9 05/40] arm64/sme: Provide ABI documentation for SME
` [PATCH v9 06/40] arm64/sme: System register and exception syndrome definitions
` [PATCH v9 07/40] arm64/sme: Manually encode SME instructions
` [PATCH v9 08/40] arm64/sme: Early CPU setup for SME
` [PATCH v9 09/40] arm64/sme: Basic enumeration support
` [PATCH v9 10/40] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v9 11/40] arm64/sme: Implement sysctl to set the default vector length
` [PATCH v9 12/40] arm64/sme: Implement vector length configuration prctl()s
` [PATCH v9 13/40] arm64/sme: Implement support for TPIDR2
` [PATCH v9 14/40] arm64/sme: Implement SVCR context switching
` [PATCH v9 15/40] arm64/sme: Implement streaming SVE "
` [PATCH v9 16/40] arm64/sme: Implement ZA "
` [PATCH v9 17/40] arm64/sme: Implement traps and syscall handling for SME
` [PATCH v9 18/40] arm64/sme: Disable ZA and streaming mode when handling signals
` [PATCH v9 19/40] arm64/sme: Implement streaming SVE signal handling
` [PATCH v9 20/40] arm64/sme: Implement ZA "
` [PATCH v9 21/40] arm64/sme: Implement ptrace support for streaming mode SVE registers
` [PATCH v9 22/40] arm64/sme: Add ptrace support for ZA
` [PATCH v9 23/40] arm64/sme: Disable streaming mode and ZA when flushing CPU state
` [PATCH v9 24/40] arm64/sme: Save and restore streaming mode over EFI runtime calls
` [PATCH v9 25/40] KVM: arm64: Hide SME system registers from guests
` [PATCH v9 26/40] KVM: arm64: Trap SME usage in guest
` [PATCH v9 27/40] KVM: arm64: Handle SME host state when running guests
` [PATCH v9 28/40] arm64/sme: Provide Kconfig for SME
` [PATCH v9 29/40] kselftest/arm64: sme: Add streaming SME support to vlset
` [PATCH v9 30/40] kselftest/arm64: Add tests for TPIDR2
` [PATCH v9 31/40] kselftest/arm64: Extend vector configuration API tests to cover SME
` [PATCH v9 32/40] kselftest/arm64: sme: Provide streaming mode SVE stress test
` [PATCH v9 33/40] kselftest/arm64: signal: Allow tests to be incompatible with features
` [PATCH v9 34/40] kselftest/arm64: signal: Handle ZA signal context in core code
` [PATCH v9 35/40] kselftest/arm64: Add stress test for SME ZA context switching
` [PATCH v9 36/40] kselftest/arm64: signal: Add SME signal handling tests
` [PATCH v9 37/40] kselftest/arm64: Add streaming SVE to SVE ptrace tests
` [PATCH v9 38/40] kselftest/arm64: Add coverage for the ZA ptrace interface
` [PATCH v9 39/40] kselftest/arm64: Add SME support to syscall ABI test
` [PATCH v9 40/40] squqsh traps
[PATCH v3] kselftest: kvm/arm64: Skip tests if we can't create a vgic-v3
2022-01-26 15:12 UTC (2+ messages)
[PATCH v3 0/2] Avoid using Xen DMA ops when the device is protected by an IOMMU
2022-01-26 15:09 UTC (4+ messages)
` [PATCH v3 1/2] dt-bindings: arm: xen: document Xen iommu device
[PATCH v4 00/27] drm/rockchip: RK356x VOP2 support
2022-01-26 15:04 UTC (28+ messages)
` [PATCH 01/27] drm/encoder: Add of_graph port to struct drm_encoder
` Aw: "
` [PATCH 02/27] drm/rockchip: dw_hdmi: Do not leave clock enabled in error case
` [PATCH 03/27] drm/rockchip: dw_hdmi: rename vpll clock to reference clock
` [PATCH 04/27] drm/rockchip: dw_hdmi: add rk3568 support
` [PATCH 05/27] drm/rockchip: dw_hdmi: add regulator support
` [PATCH 06/27] drm/rockchip: dw_hdmi: Add support for hclk
` [PATCH 07/27] drm/rockchip: dw_hdmi: Use auto-generated tables
` [PATCH 08/27] drm/rockchip: dw_hdmi: drop mode_valid hook
` [PATCH 09/27] drm/rockchip: dw_hdmi: Set cur_ctr to 0 always
` [PATCH 10/27] drm/rockchip: dw_hdmi: add default 594Mhz clk for 4K@60hz
` [PATCH 11/27] clk: rockchip: rk3568: Add more PLL rates
` [PATCH 12/27] dt-bindings: display: rockchip: dw-hdmi: Add compatible for rk3568 HDMI
` [PATCH 13/27] dt-bindings: display: rockchip: dw-hdmi: Make unwedge pinctrl optional
` [PATCH 14/27] dt-bindings: display: rockchip: dw-hdmi: use "ref" as clock name
` [PATCH 15/27] dt-bindings: display: rockchip: dw-hdmi: Add regulator support
` [PATCH 16/27] dt-bindings: display: rockchip: dw-hdmi: Add additional clock
` [PATCH 17/27] dt-bindings: display: rockchip: Add binding for VOP2
` [PATCH 18/27] arm64: dts: rockchip: rk3399: reorder hmdi clocks
` [PATCH 19/27] arm64: dts: rockchip: rk3399: rename HDMI ref clock to 'ref'
` [PATCH 20/27] arm64: dts: rockchip: rk356x: Add VOP2 nodes
` [PATCH 21/27] arm64: dts: rockchip: rk356x: Add HDMI nodes
` [PATCH 22/27] arm64: dts: rockchip: rk3568-evb: Enable VOP2 and hdmi
` [PATCH 23/27] arm64: dts: rockchip: enable vop2 and hdmi tx on quartz64a
` [PATCH 24/27] clk: rk3568: drop CLK_SET_RATE_PARENT from dclk_vop*
` [PATCH 25/27] clk: rk3568: Add CLK_SET_RATE_PARENT to the HDMI reference clock
` [PATCH 26/27] drm/rockchip: Make VOP driver optional
[bootwrapper PATCH v3 00/15] Cleanups and improvements
2022-01-26 15:03 UTC (9+ messages)
` [bootwrapper PATCH v3 01/15] aarch64: correct ZCR_EL3.LEN initialization
` [bootwrapper PATCH v3 02/15] aarch64: correct SCTLR_EL1_KERNEL for AA32 kernels
` [bootwrapper PATCH v3 03/15] Document entry requirements
` [bootwrapper PATCH v3 04/15] Add bit-field macros
[RFC PATCH v2 0/7] Add support for BCM2835 camera interface (unicam)
2022-01-26 15:03 UTC (3+ messages)
` [RFC PATCH v2 4/7] media: bcm2835-unicam: Add support for for CCP2/CSI2 camera interface
[PATCH v2] kselftest: kvm/arm64: Skip tests if we can't create a vgic-v3
2022-01-26 14:50 UTC (4+ messages)
[PATCH 0/6] Add SCMI Virtio & Clock atomic support
2022-01-26 14:28 UTC (3+ messages)
` [PATCH 1/6] firmware: arm_scmi: Add atomic mode support to virtio transport
[PATCH v4 0/4] i.MX8MP: more USB3 glue layer feature support
2022-01-26 14:13 UTC (5+ messages)
` [PATCH v4 1/4] usb: dwc3: imx8mp: rename iomem base pointer
` [PATCH v4 2/4] dt-bindings: usb: dwc3-imx8mp: Add imx8mp specific flags
` [PATCH v4 3/4] usb: dwc3: imx8mp: Add support for setting SOC "
` [PATCH v4 4/4] arm64: dts: imx8mp: Add memory for USB3 glue layer to usb3 nodes
[PATCH 0/9] i.MX8MP power-domains part 1 and GPU support
2022-01-26 14:02 UTC (5+ messages)
` [PATCH 7/9] arm64: dts: imx8mp: add HSIO power-domains
` (EXT) "
` [PATCH 9/9] arm64: dts: imx8mp: add GPU nodes
` (EXT) "
[BUG] drivers/perf: hisi: kernel fails to boot since commit ac4511c9364c "drivers/perf: hisi: Add identifier sysfs file"
2022-01-26 14:00 UTC (3+ messages)
[PATCH] usb: gadget: atmel: Revert regression in USB Gadget (atmel_usba_udc)
2022-01-26 13:43 UTC (5+ messages)
[PATCH] ARM: dts: imx: Add missing LVDS decoder on M53Menlo
2022-01-26 13:35 UTC (5+ messages)
[PATCH] kselftest: kvm/arm64: Skip tests if we can't create a vgic-v3
2022-01-26 13:32 UTC (6+ messages)
[PATCH] net: stmmac: don't stop RXC during LPI
2022-01-26 13:27 UTC (6+ messages)
[PATCH v2 1/1] arm64: dts: tqma8mqml: add PCIe support
2022-01-26 13:23 UTC
[PATCH] arm64: dts: ls1028a-qds: define mdio slots for networking options
2022-01-26 13:21 UTC (2+ messages)
[PATCH] dt-bindings: watchdog: brcm, bcm7038: add more compatible strings
2022-01-26 13:21 UTC
[PATCH] ARM: dts: imx6qdl-udoo: Properly describe the SD card detect
2022-01-26 13:17 UTC (2+ messages)
[PATCH v2 1/2] arm64: dts: mnt-reform2: add internal display support
2022-01-26 13:13 UTC (2+ messages)
[PATCH v2] arm64: dts: imx8mq: disable DDRC node by default
2022-01-26 13:10 UTC (2+ messages)
[PATCH v2 1/2] dt-bindings: arm: imx: add Protonic PRT8MM board compatible
2022-01-26 13:06 UTC (3+ messages)
` [PATCH v2 2/2] arm64: dts: imx: add Protonic PRT8MM board
[PATCH 1/1] arm64: dts: tqma8mqml: add PCIe support
2022-01-26 12:56 UTC (2+ messages)
[RESEND v4 00/10] arm64: dts: Add i.MX8DXL initial support
2022-01-26 12:53 UTC (9+ messages)
` [RESEND v4 02/10] arm64: dts: freescale: Add the top level dtsi support for imx8dxl
` [RESEND v4 04/10] arm64: dts: freescale: Add adma subsystem dtsi "
` [RESEND v4 05/10] arm64: dts: freescale: Add the imx8dxl connectivity subsys dtsi
` [RESEND v4 08/10] arm64: dts: imx8dxl: Add i.MX8DXL evk board support
[PATCH v3 0/4] i.MX8MP: more USB3 glue layer feature support
2022-01-26 12:49 UTC (4+ messages)
` [PATCH v3 3/4] usb: dwc3: imx8mp: Add support for setting SOC specific flags
` (EXT) "
[PATCH v2] add cpu frequency to cpuinfo in arm64
2022-01-26 12:29 UTC (4+ messages)
[PATCH v1 0/7] add more tests to MTE kselftests
2022-01-26 12:27 UTC (4+ messages)
` [PATCH v1 5/7] kselftest/arm64: mte: user_mem: check different offsets and sizes
[PATCH 1/3] ARM: dts: exynos: drop old thermal properties from Exynos4210
2022-01-26 12:26 UTC (5+ messages)
` (subset) "
[PATCH bpf-next v2 0/2] bpf, arm64: fix bpf line info
2022-01-25 10:57 UTC (3+ messages)
` [PATCH bpf-next v2 1/2] bpf, arm64: call build_prologue() first in first JIT pass
` [PATCH bpf-next v2 2/2] bpf, arm64: calculate offset as byte-offset for bpf line info
[PATCH] arm64: dts: imx8qm: Drop CPU 'arm,armv8' compatible
2022-01-26 12:09 UTC (2+ messages)
[PATCH] arm64: dts: imx8mn-venice-gw7902: disable gpu
2022-01-26 11:56 UTC (4+ messages)
[PATCH v10 0/8] RISC-V CPU Idle Support
2022-01-26 11:44 UTC (9+ messages)
` [PATCH v10 1/8] RISC-V: Enable CPU_IDLE drivers
` [PATCH v10 2/8] RISC-V: Rename relocate() and make it global
` [PATCH v10 3/8] RISC-V: Add arch functions for non-retentive suspend entry/exit
` [PATCH v10 4/8] RISC-V: Add SBI HSM suspend related defines
` [PATCH v10 5/8] cpuidle: Factor-out power domain related code from PSCI domain driver
` [PATCH v10 6/8] cpuidle: Add RISC-V SBI CPU idle driver
` [PATCH v10 7/8] dt-bindings: Add common bindings for ARM and RISC-V idle states
` [PATCH v10 8/8] RISC-V: Enable RISC-V SBI CPU Idle driver for QEMU virt machine
[PATCH] ARM: dts: rockchip: fix MMC compatibles for rk3288
2022-01-26 11:17 UTC (3+ messages)
[PATCH bpf-next] bpf, arm64: enable kfunc call
2022-01-26 11:10 UTC (3+ messages)
[PATCH] spi: meson-spicc: add IRQ check in meson_spicc_probe
2022-01-26 11:04 UTC
[BUG] pinctrl: reg-fixed-voltage usb0-vbus: error -EINVAL: can't get GPIO
2022-01-26 11:03 UTC (3+ messages)
[PATCH net v2 0/6] ethernet: fix some esoteric drivers after netdev->dev_addr constification
2022-01-26 11:01 UTC (7+ messages)
` [PATCH net v2 4/6] ethernet: i825xx: don't write directly to netdev->dev_addr
` [PATCH net v2 5/6] ethernet: 8390/etherh: "
` [PATCH net v2 6/6] ethernet: seeq/ether3: "
[PATCH 0/8] Add hardware prefetch control driver for arm64 and x86
2022-01-26 10:36 UTC (5+ messages)
` [PATCH 5/8] arm64: Create cache sysfs directory without ACPI PPTT for hardware prefetch control
[PATCH v3] arm64/mm: avoid fixmap race condition when create pud mapping
2022-01-26 10:31 UTC (14+ messages)
[PATCH] arm64: dts: juno: Remove GICv2m dma-range
2022-01-26 10:26 UTC (2+ messages)
[PATCH net-next v2 0/7] net: stmmac/xpcs: modernise PCS support
2022-01-26 10:26 UTC (8+ messages)
` [PATCH net-next v2 1/7] net: xpcs: add support for retrieving supported interface modes
` [PATCH net-next v2 2/7] net: stmmac: convert to phylink_get_linkmodes()
` [PATCH net-next v2 3/7] net: stmmac: fill in supported_interfaces
` [PATCH net-next v2 4/7] net: stmmac/xpcs: convert to pcs_validate()
` [PATCH net-next v2 5/7] net: stmmac: remove phylink_config.pcs_poll usage
` [PATCH net-next v2 6/7] net: stmmac: convert to phylink_generic_validate()
` [PATCH net-next v2 7/7] net: stmmac: use .mac_select_pcs() interface
[PATCH v11 0/3] media: mediatek: support mdp3 on mt8183 platform
2022-01-26 10:24 UTC (5+ messages)
` [PATCH v11 1/3] dt-binding: mt8183: add Mediatek MDP3 dt-bindings
[PATCH v13 00/11] arm64: Reorganize the unwinder and implement stack trace reliability checks
2022-01-26 10:20 UTC (5+ messages)
` [PATCH v13 11/11] arm64: Select HAVE_RELIABLE_STACKTRACE
[PATCH v5 00/16] Add support for Tesla Full Self-Driving (FSD) SoC
2022-01-26 10:07 UTC (28+ messages)
` [PATCH v5 02/16] dt-bindings: clock: Add bindings definitions for FSD CMU blocks
` [PATCH v5 03/16] dt-bindings: clock: Document FSD CMU bindings
` [PATCH v5 04/16] clk: samsung: fsd: Add initial clock support
` [PATCH v5 05/16] clk: samsung: fsd: Add cmu_peric block clock information
` [PATCH v5 06/16] clk: samsung: fsd: Add cmu_fsys0 "
` [PATCH v5 07/16] clk: samsung: fsd: Add cmu_fsys1 "
` [PATCH v5 08/16] clk: samsung: fsd: Add cmu_imem block "
` [PATCH v5 09/16] clk: samsung: fsd: Add cmu_mfc "
` [PATCH v5 10/16] clk: samsung: fsd: Add cam_csi "
` [PATCH v5 00/16] Add support for Tesla Full Self-Driving (FSD) SoC (clock parts)
[PATCH v7 5/5] rockchip/soc/drivers: Add DTPM description for rk3399
2022-01-26 9:58 UTC (4+ messages)
[PATCH net-next 0/7] net: stmmac/xpcs: modernise PCS support
2022-01-26 9:55 UTC (4+ messages)
` [PATCH net-next 4/7] net: stmmac/xpcs: convert to pcs_validate()
[PATCH net 0/2] Fix PTP issue in stmmac
2022-01-26 9:47 UTC (3+ messages)
` [PATCH net 1/2] net: stmmac: configure PTP clock source prior to PTP initialization
` [PATCH net v3 2/2] net: stmmac: skip only stmmac_ptp_register when resume from suspend
[PATCH] arm64: dts: mt8195: add display node for vdosys0
2022-01-26 9:33 UTC
[PATCH v10 0/4] clk: meson: add a sub EMMC clock controller support
2022-01-26 9:42 UTC (5+ messages)
[PATCH] add cpu frequency to cpuinfo in arm64
2022-01-26 9:18 UTC
[PATCH 0/4] Xilinx AMS fixes
2022-01-26 9:12 UTC (5+ messages)
` [PATCH 3/4] iio: adc: xilinx-ams: Fixed wrong sequencer register settings
[PATCH V5 0/9] arm64: imx8mn: Enable more imx8m Nano functions
2022-01-26 9:10 UTC (3+ messages)
` [PATCH V5 6/9] arm64: dts: imx8mn: add GPC node
[PATCH] arm64: dts: imx8m{m,n}_venice*: add gpio-line-names
2022-01-26 9:07 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).