linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-30 21:45:02 to 2023-01-31 10:54:08 UTC [more...]

[PATCH 1/1] firmware: imx: scu: use dev_err_probe
 2023-01-31 10:50 UTC  (2+ messages)

[soc:broadcom/dt] BUILD SUCCESS 031eeba1102c02c3479c687278d6dbabe5e4c78b
 2023-01-31 10:48 UTC 

[soc:amlogic/dt64] BUILD SUCCESS d747e7f76a5fa6e3deb4c419df768f9ee49c2161
 2023-01-31 10:48 UTC 

[soc:imx/dt-bindings] BUILD SUCCESS 551460d15a05c2f4dfbb80deedcb1acb7437e165
 2023-01-31 10:49 UTC 

[soc:imx/dt64] BUILD SUCCESS 46e828026cc8daf29b251efca27b93eaaf906081
 2023-01-31 10:49 UTC 

[soc:imx/dt] BUILD SUCCESS addaaf0a18b7964913a289f5933f618974a408b3
 2023-01-31 10:49 UTC 

[soc:broadcom/dt64] BUILD SUCCESS 3a7b283821650ed1437ab50a8e5f14381c4436db
 2023-01-31 10:49 UTC 

[soc:for-next] BUILD SUCCESS dc1ced73f4a48136c26e9309eb0409fe0fc667fe
 2023-01-31 10:49 UTC 

[PATCH 1/1] dt-bindings: iio: adc: add missing vref-supply
 2023-01-31 10:48 UTC  (2+ messages)

[PATCH V3 0/7] Add minimal boot support for IPQ9574
 2023-01-31 10:41 UTC  (4+ messages)
` [PATCH V3 6/7] arm64: dts: qcom: Add ipq9574 SoC and AL02 board support

[PATCH v1] dt-bindings: phy: rename phy-rockchip-inno-usb2.yaml
 2023-01-31 10:39 UTC  (3+ messages)

[PATCH v3] net: phy: meson-gxl: Add generic dummy stubs for MMD register access
 2023-01-31 10:38 UTC  (3+ messages)

[PATCH 1/1] arm64: dts: freescale: imx8-ss-lsio: Fix flexspi clock order
 2023-01-31 10:35 UTC 

[PATCH v2 00/11] fw_devlink improvements
 2023-01-31 10:18 UTC  (21+ messages)
` [PATCH v2 03/11] soc: renesas: Move away from using OF_POPULATED for fw_devlink
` [PATCH v2 04/11] gpiolib: Clear the gpio_device's fwnode initialized flag before adding
` [PATCH v2 09/11] of: property: Simplify of_link_to_phandle()

[PATCH] net: ethernet: mtk_eth_soc: Avoid truncating allocation
 2023-01-31 10:10 UTC  (2+ messages)

[PATCH] arm64: dts: imx8mq: update usb compatible string
 2023-01-31  9:54 UTC  (4+ messages)

[PATCH v6 0/4] Migrate MT8195 VPPSYS 0/1 to mtk-mmsys driver
 2023-01-31  9:50 UTC  (6+ messages)
` [PATCH v6 3/4] clk: mediatek: remove MT8195 vppsys/0/1 simple_probe

[PATCH v5 0/2]Adds status interface for zynqmp-fpga
 2023-01-31  9:48 UTC  (3+ messages)
` [PATCH v5 1/2] firmware: xilinx: Add pm api function for PL config reg readback
` [PATCH v5 2/2] fpga: zynqmp-fpga: Adds status interface

[PATCH] .gitignore: Keep track of archived files as they are added to a new git repo
 2023-01-31  9:47 UTC  (3+ messages)

[PATCH v8 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-01-31  9:25 UTC  (70+ messages)
` [PATCH v8 01/69] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH v8 02/69] KVM: arm64: Use the S2 MMU context to iterate over S2 table
` [PATCH v8 03/69] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH v8 04/69] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH v8 05/69] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH v8 06/69] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH v8 07/69] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH v8 08/69] KVM: arm64: nv: Handle HCR_EL2.NV system register traps
` [PATCH v8 09/69] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
` [PATCH v8 10/69] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH v8 11/69] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH v8 12/69] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH v8 13/69] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v8 14/69] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH v8 15/69] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH v8 16/69] KVM: arm64: nv: Handle HCR_EL2.E2H specially
` [PATCH v8 17/69] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v8 18/69] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH v8 19/69] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH v8 20/69] KVM: arm64: nv: Add accessors for SPSR_EL1, ELR_EL1 and VBAR_EL1 from "
` [PATCH v8 21/69] KVM: arm64: nv: Trap CPACR_EL1 access in "
` [PATCH v8 22/69] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH v8 23/69] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v8 24/69] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP,FPEN} settings
` [PATCH v8 25/69] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH v8 26/69] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH v8 27/69] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
` [PATCH v8 28/69] KVM: arm64: nv: Allow a sysreg to be hidden from userspace only
` [PATCH v8 29/69] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH v8 30/69] KVM: arm64: nv: Forward debug traps to the nested guest
` [PATCH v8 31/69] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH v8 32/69] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
` [PATCH v8 33/69] KVM: arm64: nv: Filter out unsupported features from ID regs
` [PATCH v8 34/69] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH v8 35/69] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v8 36/69] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v8 37/69] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v8 38/69] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's
` [PATCH v8 39/69] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v8 40/69] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v8 41/69] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v8 42/69] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH v8 43/69] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's
` [PATCH v8 44/69] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH v8 45/69] KVM: arm64: nv: Add handling of EL2-specific timer registers
` [PATCH v8 46/69] KVM: arm64: nv: Load timer before the GIC
` [PATCH v8 47/69] KVM: arm64: nv: Nested GICv3 Support
` [PATCH v8 48/69] KVM: arm64: nv: Don't load the GICv4 context on entering a nested guest
` [PATCH v8 49/69] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [PATCH v8 50/69] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH v8 51/69] KVM: arm64: nv: Implement maintenance interrupt forwarding
` [PATCH v8 52/69] KVM: arm64: nv: Deal with broken VGIC on maintenance interrupt delivery
` [PATCH v8 53/69] KVM: arm64: nv: Add nested GICv3 tracepoints
` [PATCH v8 54/69] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT
` [PATCH v8 55/69] KVM: arm64: nv: Add handling of FEAT_TTL TLB invalidation
` [PATCH v8 56/69] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v8 57/69] KVM: arm64: nv: Tag shadow S2 entries with nested level
` [PATCH v8 58/69] KVM: arm64: nv: Add include containing the VNCR_EL2 offsets
` [PATCH v8 59/69] KVM: arm64: nv: Map VNCR-capable registers to a separate page
` [PATCH v8 60/69] KVM: arm64: nv: Move nested vgic state into the sysreg file
` [PATCH v8 61/69] KVM: arm64: Add FEAT_NV2 cpu feature
` [PATCH v8 62/69] KVM: arm64: nv: Sync nested timer state with FEAT_NV2
` [PATCH v8 63/69] KVM: arm64: nv: Publish emulated timer interrupt state in the in-memory state
` [PATCH v8 64/69] KVM: arm64: nv: Allocate VNCR page when required
` [PATCH v8 65/69] KVM: arm64: nv: Enable ARMv8.4-NV support
` [PATCH v8 66/69] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v8 67/69] KVM: arm64: nv: Fast-track EL1 TLBIs for VHE guests
` [PATCH v8 68/69] KVM: arm64: nv: Use FEAT_ECV to trap access to EL0 timers
` [PATCH v8 69/69] KVM: arm64: nv: Accelerate EL0 timer read accesses when FEAT_ECV is on

[PATCH 0/6] Add APSS clock controller support for IPQ9574
 2023-01-31  9:40 UTC  (12+ messages)
` [PATCH 2/6] clk: qcom: ipq9574: Enable APSS clock driver
` [PATCH 3/6] arm64: defconfig: Enable ipq6018 apss clock and PLL controller
` [PATCH 6/6] clk: qcom: Fix APSS PLL and RCG Configuration

[PATCH] crypto: arm64/sm4 - Fix possible crash in GCM cryption
 2023-01-31  9:39 UTC  (6+ messages)

[PATCH 0/7] soc: qcom: add UCSI function to PMIC GLINK
 2023-01-31  9:16 UTC  (7+ messages)
` [PATCH 1/7] usb: typec: ucsi: add PMIC Glink UCSI driver
` [PATCH 2/7] dt-bindings: soc: qcom: qcom,pmic-glink: document SM8450 compatible
` [PATCH 3/7] dt-bindings: soc: qcom: qcom,pmic-glink: document SM8550 compatible

[PATCH v4 0/4] Add nxp bbnsm module support
 2023-01-31  9:15 UTC  (4+ messages)
` [PATCH v4 1/4] dt-bindings: mfd: Add nxp bbnsm

[PATCH] crypto: atmel-i2c: Drop unused id parameter from atmel_i2c_probe()
 2023-01-31  9:14 UTC  (2+ messages)

linux-next: duplicate patches in the leds-lj tree
 2023-01-31  9:07 UTC  (2+ messages)

[PATCH v9 0/9] Add minimal MT8365 and MT8365-EVK support
 2023-01-31  9:01 UTC  (5+ messages)
` [PATCH v9 5/9] dt-bindings: usb: mediatek,mtu3: add MT8365 SoC bindings
` [PATCH v9 6/9] dt-bindings: usb: mediatek,mtk-xhci: "

[PATCH v6 1/3] phy: mediatek: fix build warning caused by clang
 2023-01-31  8:57 UTC  (3+ messages)

[PATCH v7 0/7] add support for CDX bus
 2023-01-31  8:40 UTC  (8+ messages)
` [PATCH v7 1/7] cdx: add the cdx bus driver
` [PATCH v7 2/7] iommu/arm-smmu-v3: support ops registration for CDX bus
` [PATCH v7 3/7] dt-bindings: bus: add CDX bus controller for versal net
` [PATCH v7 4/7] cdx: add MCDI protocol interface for firmware interaction
` [PATCH v7 5/7] cdx: add cdx controller
` [PATCH v7 6/7] cdx: add rpmsg communication channel for CDX
` [PATCH v7 7/7] cdx: add device attributes

[PATCH v3 0/2] Reduce lcm_reset to DSI LP11 send cmd time
 2023-01-31  8:34 UTC  (5+ messages)
` [PATCH v3 1/2] drm/panel: boe-tv101wum-nl6: Remove extra delay
` [PATCH v3 2/2] drm/panel: boe-tv101wum-nl6: Fine tune the panel power sequence

Słowa kluczowe do wypozycjonowania
 2023-01-31  8:30 UTC 

[PATCH v4 0/7] introduce vm_flags modifier functions
 2023-01-31  8:32 UTC  (3+ messages)
` [PATCH v4 4/7] mm: replace vma->vm_flags direct modifications with modifier calls

[PATCH] arm64/sysreg: clean up some inconsistent indenting
 2023-01-31  8:27 UTC 

[PATCH v5.10] arm64: fix a concurrency issue in emulation_proc_handler()
 2023-01-31  8:25 UTC  (4+ messages)

[soc:tegra/dt64] BUILD SUCCESS 682e1c498ae793ad90587171c93c1f7ec87aa208
 2023-01-31  8:22 UTC 

[soc:tegra/dt] BUILD SUCCESS d1e34a8abfd6c5ac196f278ac2c5633e3e35ee22
 2023-01-31  8:21 UTC 

[soc:tegra/dt-bindinds] BUILD SUCCESS 6427569ff14766aea855afca782424918668536b
 2023-01-31  8:21 UTC 

[PATCH v2 RESEND] arm: topology: Consider clock-frequency property from parent /cpus node
 2023-01-31  8:19 UTC 

[PATCH DTS v7 0/5] Add i.MX PCIe EP mode support
 2023-01-31  7:53 UTC  (7+ messages)
` [PATCH v7 1/5] dt-bindings: imx6q-pcie: Prepare to separate the Endpoint binding document
` [PATCH v7 2/5] dt-bindings: imx6q-pcie: Add schema for i.MX8M PCIe Endpoint modes

[PATCH v4 00/10] Add the PowerQUICC audio support using the QMC
 2023-01-31  7:45 UTC  (7+ messages)
` [PATCH v4 01/10] dt-bindings: soc: fsl: cpm_qe: Add TSA controller
` [PATCH v4 05/10] dt-bindings: soc: fsl: cpm_qe: Add QMC controller

[PATCH v12 00/18] drm: Add Samsung MIPI DSIM bridge
 2023-01-31  7:27 UTC  (4+ messages)

[PATCH] mm/gup: Add folio to list when folio_isolate_lru() succeed
 2023-01-31  6:32 UTC 

[PATCH] mm/doc: Replace isolate_lru_page with folio_isolate_lru
 2023-01-31  6:28 UTC 

[V5] media: mtk-jpeg: Fixes jpeghw multi-core judgement
 2023-01-31  5:57 UTC 

[PATCH v1 0/4] add i.MX93 TMU support
 2023-01-31  6:04 UTC  (3+ messages)
` [PATCH v1 2/4] thermal: qoriq: "

[RESEND PATCH v5 00/10] Add MediaTek MT7986 SPI NAND and ECC support
 2023-01-31  5:54 UTC  (4+ messages)

[PATCH net-next] net: mdio: mux-meson-g12a: use __clk_is_enabled to simplify the code
 2023-01-31  4:59 UTC  (2+ messages)

[soc:imx/fixes] BUILD SUCCESS 1febf88ef907b142fdde34f7c64ed3535d9339e4
 2023-01-31  4:53 UTC 

[soc:imx/drivers] BUILD SUCCESS 9ec590a8a1bbf6610f72124ad79231f2c5875fc9
 2023-01-31  4:53 UTC 

[soc:arm/fixes] BUILD SUCCESS 8a74191c899efd3a0e942632f31dad0ea7eb4c7f
 2023-01-31  4:54 UTC 

[soc:sunxi/drivers] BUILD REGRESSION 0e30ca5ab0a80fdc7f1055f63c1436dfdc4d317d
 2023-01-31  4:53 UTC 

linux-next: duplicate patch in the rtc tree
 2023-01-31  3:50 UTC 

[PATCH V6 0/3] Add S4 SoC PLL and Peripheral clock controller
 2023-01-31  3:29 UTC  (11+ messages)
  ` [PATCH V6 3/3] clk: meson: s4: add support for Amlogic S4 SoC peripheral "

[PATCH v2 0/9] Add support to configure TPDM DSB subunit
 2023-01-31  3:23 UTC  (4+ messages)
` [PATCH v2 1/9] dt-bindings: arm: Add support for DSB element

[PATCH] mmc:mmc-cqhci:support interrupt coalescing
 2023-01-31  3:09 UTC  (2+ messages)

[PATCH V2] arm64/mm: Intercept pfn changes in set_pte_at()
 2023-01-31  2:57 UTC  (3+ messages)

[PATCH v2 0/6] add VTM nodes to TI's K3 SoCs
 2023-01-31  1:57 UTC  (4+ messages)
` [PATCH v2 2/6] arm64: dts: ti: k3-am62-wakeup: add VTM node

[PATCH v3 0/8] arm64/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS
 2023-01-31  1:25 UTC  (5+ messages)
` [PATCH v3 1/8] ftrace: Add DYNAMIC_FTRACE_WITH_CALL_OPS

[PATCH 0/2] drm/bridge: imx: Add i.MX93 parallel display format configuration support
 2023-01-31  0:57 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: display: bridge: Add NXP i.MX93 parallel display format configuration

[PATCH v5 00/15] jevents/pmu-events improvements
 2023-01-31  0:39 UTC  (7+ messages)
` [PATCH v5 10/15] perf jevents: Generate metrics and events as separate tables

[PATCH 1/2] net: ll_temac: fix DMA resources leak
 2023-01-31  0:20 UTC  (3+ messages)

[soc:sunxi/drivers 3/3] kismet: WARNING: unmet direct dependencies detected for PM_GENERIC_DOMAINS when selected by SUN20I_PPU
 2023-01-31  0:20 UTC 

[PATCH v4 0/5] arm64/cpufeature: Make use of sysreg helpers for hwcaps
 2023-01-31  0:18 UTC  (6+ messages)
` [PATCH v4 1/5] arm64/sysreg: Allow enumerations to be declared as signed or unsigned
` [PATCH v4 2/5] arm64/sysreg: Initial annotation of signed ID registers
` [PATCH v4 3/5] arm64/sysreg: Initial unsigned annotations for "
` [PATCH v4 4/5] arm64/cpufeature: Always use symbolic name for feature value in hwcaps
` [PATCH v4 5/5] arm64/cpufeature: Use helper macros to specify hwcaps

[PATCH] kselftest/arm64: Remove redundant _start labels from zt-test
 2023-01-30 23:45 UTC 

[PATCH 0/3] Add support of unmanaged domain to mediatek IOMMU
 2023-01-30 22:50 UTC  (3+ messages)
` [PATCH 3/3] dt-bindings: iommu: memory: Use unmanaged iommu domain for the APU

[PATCH v3 0/2] media: i2c: add imx415 cmos image sensor driver
 2023-01-30 22:45 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: media: i2c: add imx415 cmos image sensor

[PATCH v2 0/3] dt-bindings: serial/mtd/mc/ata: use MC peripheral props
 2023-01-30 22:42 UTC  (5+ messages)
` [PATCH v2 3/3] dt-bindings: serial: restrict possible child node names

[GIT PULL] Qualcomm driver updates for v6.3
 2023-01-30 22:24 UTC  (3+ messages)

[PATCH] dt-bindings: mmc: fsl-imx-esdhc: Improve grammar and fix a typo
 2023-01-30 22:18 UTC  (2+ messages)

[PATCH v1 0/1] ARM: Correct HPE GXP Register ranges
 2023-01-30 22:00 UTC  (2+ messages)
` [PATCH v1 1/1] ARM: dts: hpe: Correct GXP register ranges

[PATCH] ARM: Allow pre-ARMv5 builds with ld.lld 16.0.0 and newer
 2023-01-30 22:03 UTC  (4+ messages)

[PATCH v9 00/27] Drivers for gunyah hypervisor
 2023-01-30 21:46 UTC  (14+ messages)
` [PATCH v9 10/27] gunyah: rsc_mgr: Add VM lifecycle RPC
` [PATCH v9 12/27] gunyah: rsc_mgr: Add RPC for sharing memory
` [PATCH v9 13/27] gunyah: vm_mgr: Add/remove user memory regions
` [PATCH v9 14/27] gunyah: vm_mgr: Add ioctls to support basic non-proxy VM boot


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).