linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-12 09:44:08 to 2022-04-12 13:36:46 UTC [more...]

[PATCH v3 kvmtool 00/11] arm64: Improve PMU support on heterogeneous systems
 2022-04-12 13:32 UTC  (12+ messages)
` [PATCH v3 kvmtool 01/11] linux/err.h: Add missing stdbool.h include
` [PATCH v3 kvmtool 02/11] linux/bitops.h: Include wordsize.h to provide the __WORDSIZE define
` [PATCH v3 kvmtool 03/11] arm/arm64: pmu.h: Add missing header guards
` [PATCH v3 kvmtool 04/11] arm: Move arch specific VCPU features to the arch specific function
` [PATCH v3 kvmtool 05/11] arm: Get rid of the ARM_VCPU_FEATURE_FLAGS() macro
` [PATCH v3 kvmtool 06/11] arm: Make the PMUv3 emulation code arm64 specific
` [PATCH v3 kvmtool 07/11] arm64: Rework set_pmu_attr()
` [PATCH v3 kvmtool 08/11] Add cpumask functions
` [PATCH v3 kvmtool 09/11] update_headers.sh: Sync ABI headers with Linux v5.18-rc2
` [PATCH v3 kvmtool 10/11] arm64: Add support for KVM_ARM_VCPU_PMU_V3_SET_PMU
` [PATCH v3 kvmtool 11/11] arm64: Add --vcpu-affinity command line argument

[PATCH 0/6] drm/sun4i: HDMI PHY cleanup/refactoring
 2022-04-12 13:23 UTC  (3+ messages)
` [PATCH 3/6] drm/sun4i: sun8i-hdmi-phy: Used device-managed clocks/resets

[PATCH 00/10] arm64: Add initial support for FEAT_WFxT
 2022-04-12 13:13 UTC  (11+ messages)
` [PATCH 01/10] arm64: Expand ESR_ELx_WFx_ISS_TI to match its ARMv8.7 definition
` [PATCH 02/10] arm64: Add RV and RN fields for ESR_ELx_WFx_ISS
` [PATCH 03/10] KVM: arm64: Simplify kvm_cpu_has_pending_timer()
` [PATCH 04/10] KVM: arm64: Introduce kvm_counter_compute_delta() helper
` [PATCH 05/10] KVM: arm64: Handle blocking WFIT instruction
` [PATCH 06/10] KVM: arm64: Offer early resume for non-blocking WFxT instructions
` [PATCH 07/10] KVM: arm64: Expose the WFXT feature to guests
` [PATCH 08/10] arm64: Add HWCAP advertising FEAT_WFXT
` [PATCH 09/10] arm64: Add wfet()/wfit() helpers
` [PATCH 10/10] arm64: Use WFxT for __delay() when possible

[PATCHv3 0/2] Convert TI dmtimer binding to yaml
 2022-04-12 13:16 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: timer: Update TI timer "
` [PATCH 2/2] dt-bindings: timer: Add compatible for am6 for TI timer-dm

[PATCH v4 0/3] Add reset deassertion for Aspeed MDIO
 2022-04-12 13:14 UTC  (3+ messages)
` [PATCH v4 1/3] dt-bindings: net: add reset property for aspeed, ast2600-mdio binding

[RFC 00/13] PRUSS Remoteproc, Platform APIS, and Ethernet Driver
 2022-04-12 13:10 UTC  (9+ messages)
  ` [RFC 13/13] net: ti: icssg-prueth: Add ICSSG ethernet driver

[PATCH v4, 0/4] Cooperate with DSI RX devices to modify dsi funcs and delay mipi high to cooperate with panel sequence
 2022-04-12 13:09 UTC  (6+ messages)
` [PATCH v4, 3/4] drm/mediatek: keep dsi as LP00 before dcs cmds transfer

[RFC PATCH -next V3 0/6]arm64: add machine check safe support
 2022-04-12 13:08 UTC  (7+ messages)
` [RFC PATCH -next V3 1/6] x86: fix function define in copy_mc_to_user
` [RFC PATCH -next V3 2/6] arm64: fix types in copy_highpage()
` [RFC PATCH -next V3 3/6] arm64: add support for machine check error safe

[PATCH v2 00/14] MediaTek SoC flow offload improvements + wireless support
 2022-04-12 13:07 UTC  (7+ messages)
` [PATCH v2 14/14] net: ethernet: mtk_eth_soc: support creating mac address based offload entries

[PATCH v4,0/2] Add mt8186 dpi compatiable
 2022-04-12 12:56 UTC  (4+ messages)
` [PATCH v4,2/2] drm/mediatek: Add mt8186 dpi compatible to mtk_dpi.c

[PATCH v4, 0/3] Add mt8186 dsi compatoble & Convert dsi_dtbinding to .yaml
 2022-04-12 13:00 UTC  (4+ messages)
` [PATCH v4, 1/3] dt-bindings: display: mediatek: dsi: "

[PATCH net-next v2 00/18] Remove use of list iterator after loop body
 2022-04-12 12:56 UTC  (22+ messages)
` [PATCH net-next v2 01/18] connector: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v2 02/18] net: dsa: sja1105: remove use of iterator after list_for_each_entry() loop
` [PATCH net-next v2 03/18] net: dsa: sja1105: reorder sja1105_first_entry_longer_than with memory allocation
` [PATCH net-next v2 04/18] net: dsa: sja1105: use list_add_tail(pos) instead of list_add(pos->prev)
` [PATCH net-next v2 05/18] net: dsa: mv88e6xxx: remove redundant check in mv88e6xxx_port_vlan()
` [PATCH net-next v2 06/18] net: dsa: mv88e6xxx: refactor mv88e6xxx_port_vlan()
` [PATCH net-next v2 07/18] net: dsa: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v2 08/18] net: sparx5: "
` [PATCH net-next v2 09/18] qed: Use "
` [PATCH net-next v2 10/18] qed: Replace usage of found with "
` [PATCH net-next v2 11/18] qed: Remove usage of list iterator variable after the loop
` [PATCH net-next v2 12/18] net: qede: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v2 13/18] net: qede: Remove check of list iterator against head past the loop body
` [PATCH net-next v2 14/18] sfc: Remove usage of list iterator for list_add() after "
` [PATCH net-next v2 15/18] net: netcp: Remove usage of list iterator for list_add() after "
` [PATCH net-next v2 16/18] ps3_gelic: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v2 17/18] ipvlan: Remove usage of list iterator variable for the loop body
` [PATCH net-next v2 18/18] team: Remove use of list iterator variable for list_for_each_entry_from()

[PATCH v7 0/7] Add support for HiSilicon PCIe Tune and Trace device
 2022-04-12 12:52 UTC  (6+ messages)
` [PATCH v7 2/7] hwtracing: Add trace function "

[PATCH v5 00/10] Coresight: Add support for TPDM and TPDA
 2022-04-12 12:50 UTC  (11+ messages)
` [PATCH v5 01/10] coresight: core: Use IDR for non-cpu bound sources' paths
` [PATCH v5 02/10] Coresight: Add coresight TPDM source driver
` [PATCH v5 03/10] dt-bindings: arm: Adds CoreSight TPDM hardware definitions
` [PATCH v5 04/10] coresight-tpdm: Add DSB dataset support
` [PATCH v5 05/10] coresight-tpdm: Add integration test support
` [PATCH v5 06/10] docs: sysfs: coresight: Add sysfs ABI documentation for TPDM
` [PATCH v5 07/10] Coresight: Add TPDA link driver
` [PATCH v5 08/10] dt-bindings: arm: Adds CoreSight TPDA hardware definitions
` [PATCH v5 09/10] ARM: dts: msm: Add coresight components for SM8250
` [PATCH v5 10/10] ARM: dts: msm: Add tpdm mm/prng for sm8250

[PATCH] Revert "mt76: mt7921: enable aspm by default"
 2022-04-12 12:45 UTC  (8+ messages)

[PATCH] spi: spi-mtk-nor: initialize spi controller after resume
 2022-04-12 12:27 UTC  (2+ messages)

[PATCH V2 00/15] cpufreq: mediatek: Cleanup and support MT8183 and MT8186
 2022-04-12 12:26 UTC  (9+ messages)
` [PATCH V2 12/15] cpufreq: mediatek: Use maximum voltage in init stage
` [PATCH V2 13/15] cpufreq: mediatek: Link CCI device to CPU

[PATCH 07/10] crypto: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
 2022-04-12 12:31 UTC  (14+ messages)

[PATCH V5 0/7] mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot()
 2022-04-12 12:30 UTC  (7+ messages)
` [PATCH V5 2/7] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V5 6/7] mm/mmap: Drop arch_filter_pgprot()
` [PATCH V5 7/7] mm/mmap: Drop arch_vm_get_page_pgprot()

[PATCH net-next v3 00/18] Remove use of list iterator after loop body
 2022-04-12 12:15 UTC  (19+ messages)
` [PATCH net-next v3 01/18] connector: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v3 02/18] net: dsa: sja1105: remove use of iterator after list_for_each_entry() loop
` [PATCH net-next v3 03/18] net: dsa: sja1105: reorder sja1105_first_entry_longer_than with memory allocation
` [PATCH net-next v3 04/18] net: dsa: sja1105: use list_add_tail(pos) instead of list_add(pos->prev)
` [PATCH net-next v3 05/18] net: dsa: mv88e6xxx: remove redundant check in mv88e6xxx_port_vlan()
` [PATCH net-next v3 06/18] net: dsa: mv88e6xxx: refactor mv88e6xxx_port_vlan()
` [PATCH net-next v3 07/18] net: dsa: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v3 08/18] net: sparx5: "
` [PATCH net-next v3 09/18] qed: Use "
` [PATCH net-next v3 10/18] qed: Replace usage of found with "
` [PATCH net-next v3 11/18] qed: Remove usage of list iterator variable after the loop
` [PATCH net-next v3 12/18] net: qede: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v3 13/18] net: qede: Remove check of list iterator against head past the loop body
` [PATCH net-next v3 14/18] sfc: Remove usage of list iterator for list_add() after "
` [PATCH net-next v3 15/18] net: netcp: Remove usage of list iterator for list_add() after "
` [PATCH net-next v3 16/18] ps3_gelic: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v3 17/18] ipvlan: Remove usage of list iterator variable for the loop body
` [PATCH net-next v3 18/18] team: Remove use of list iterator variable for list_for_each_entry_from()

[PATCH V4 1/3] dt-bindings: mmc: imx-esdhc: Update compatible fallbacks
 2022-04-12 12:09 UTC  (2+ messages)

[PATCH 0/2] soc: mediatek: svs: add support for mt8186
 2022-04-12 12:08 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: soc: mediatek: add mt8186 svs dt-bindings
` [PATCH 2/2] soc: mediatek: svs: add support for mt8186

[PATCH 0/2] rtc: Introduce rtc-ti-k3
 2022-04-12 12:06 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: rtc: Add TI K3 RTC devicetree bindings documentation

[RFC V2 0/8] arm64/perf: Enable branch stack sampling
 2022-04-12 11:54 UTC  (9+ messages)
` [RFC V2 1/8] perf: Consolidate branch sample filter helpers
` [RFC V2 2/8] arm64/perf: Add register definitions for BRBE
` [RFC V2 3/8] arm64/perf: Update struct arm_pmu "
` [RFC V2 4/8] arm64/perf: Update struct pmu_hw_events "
` [RFC V2 5/8] driver/perf/arm_pmu_platform: Add support for BRBE attributes detection
` [RFC V2 6/8] arm64/perf: Drive BRBE from perf event states
` [RFC V2 7/8] arm64/perf: Add BRBE driver
` [RFC V2 8/8] arm64/perf: Enable branch stack sampling

[PATCH v2 0/7] SDX65 devicetree updates
 2022-04-12 11:54 UTC  (5+ messages)
` [PATCH v2 2/7] dt-bindings: mmc: sdhci-msm: Document the SDX65 compatible
` [PATCH v2 4/7] dt-bindings: arm-smmu: Add binding for SDX65 SMMU

[RFC 1/1] usb: chipidea: ci_hdrc_imx: disable runtime pm for HSIC interface
 2022-04-12 11:36 UTC  (5+ messages)
` (EXT) "
    ` (EXT) "

[PATCH 00/11] Support Pensando Elba SoC
 2022-04-12 11:37 UTC  (9+ messages)
` [PATCH 04/11] dt-bindings: spi: Add compatible for "
` [PATCH 05/11] dt-bindings: spi: dw: Add Pensando Elba SoC SPI Controller bindings
` [PATCH 10/11] spi: dw: Add support for Pensando Elba SoC
` [PATCH 11/11] arm64: dts: Add Pensando Elba SoC support

[PATCH v9 00/23] drm/rockchip: RK356x VOP2 support
 2022-04-12 11:30 UTC  (14+ messages)

[PATCH 0/5] arm64: Treat ESR_ELx as a 64-bit register
 2022-04-12 11:30 UTC  (5+ messages)
` [PATCH 5/5] KVM: arm64: uapi: Add kvm_debug_exit_arch.hsr_high

[PATCH 0/5] arm: bcmbca: introduce the bcmbca architecture and 47622 SOC
 2022-04-12 11:28 UTC  (5+ messages)
` [PATCH 1/5] dt-bindings: arm: add bcmbca device tree binding document
` [PATCH 3/5] ARM: dts: add dts files for bcmbca soc 47622

[PATCH] ARM: dts: at91: use generic node name for dataflash
 2022-04-12 11:21 UTC  (2+ messages)

[PATCH] clk: imx: scu: fix a potential memory leak in __imx_clk_gpr_scu()
 2022-04-12 11:05 UTC  (2+ messages)

[PATCH 00/18] PCI: aardvark controller changes BATCH 5
 2022-04-12 11:14 UTC  (3+ messages)
` [PATCH 16/18] PCI: aardvark: Add suspend to RAM support

[PATCH 0/2] arm: dts: Add device tree for bosch acc board
 2022-04-12 11:11 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: arm: Add "
` [PATCH 2/2] arm: dts: Add device tree for "

[PATCH] media: amphion: fix decoder's interlaced filed
 2022-04-12 11:01 UTC  (3+ messages)
  ` [EXT] "

[PATCH V2 1/2] clk: imx: add mcore_booted module paratemter
 2022-04-12 10:48 UTC  (2+ messages)

[PATCH v3] PCI: imx6: Replace legacy gpio interface for gpiod interface
 2022-04-12 11:02 UTC  (6+ messages)

[PATCH v2] media: amphion: fix decoder's interlaced field
 2022-04-12 11:01 UTC 

[PATCH] clk: imx: Add check for kcalloc
 2022-04-12 11:01 UTC  (2+ messages)

[PATCH] signal: Deliver SIGTRAP on perf event asynchronously if blocked
 2022-04-12 11:00 UTC  (3+ messages)

[PATCH v2 1/2] dt-bindings: imx: add clock bindings for i.MX8MN GPT
 2022-04-12 10:57 UTC  (2+ messages)

[PATCH 1/2] ARM: dts: at91: align SPI NOR node name with dtschema
 2022-04-12 10:43 UTC  (6+ messages)
` [PATCH 2/2] arm64: dts: microchip: "

[PATCH v3 00/15] Make ETM register accesses consistent with sysreg.h
 2022-04-12 10:42 UTC  (18+ messages)
` [PATCH v3 09/15] coresight: etm4x: Cleanup TRCVICTLR register accesses
` [PATCH v3 10/15] coresight: etm3x: Cleanup ETMTECR1 "
` [PATCH v3 11/15] coresight: etm4x: Cleanup TRCACATRn "
` [PATCH v3 12/15] coresight: etm4x: Cleanup TRCSSCCRn and TRCSSCSRn "
` [PATCH v3 13/15] coresight: etm4x: Cleanup TRCSSPCICRn "
` [PATCH v3 14/15] coresight: etm4x: Cleanup TRCBBCTLR "
` [PATCH v3 15/15] coresight: etm4x: Cleanup TRCRSCTLRn "

[PATCH v18 00/10] Add Mediatek Soc DRM (vdosys0) support for mt8195
 2022-04-12 10:31 UTC  (11+ messages)
` [PATCH v18 01/10] dt-bindings: arm: mediatek: mmsys: add power and gce properties
` [PATCH v18 02/10] dt-bindings: arm: mediatek: mmsys: add mt8195 SoC binding
` [PATCH v18 03/10] soc: mediatek: add mtk-mmsys support for mt8195 vdosys0
` [PATCH v18 04/10] soc: mediatek: add mtk-mutex "
` [PATCH v18 05/10] drm/mediatek: add DSC support for mediatek-drm
` [PATCH v18 06/10] drm/mediatek: add MERGE "
` [PATCH v18 07/10] drm/mediatek: add mediatek-drm of vdosys0 support for mt8195
` [PATCH v18 08/10] soc: mediatek: add DDP_DOMPONENT_DITHER0 enum for mt8195 vdosys0
` [PATCH v18 09/10] drm/mediatek: add postfix 0 to DDP_COMPONENT_DITHER "
` [PATCH v18 10/10] soc: mediatek: remove DDP_DOMPONENT_DITHER enum

[PATCH net-next v2 0/9] net: dsa: mt7530: updates for phylink changes
 2022-04-12 10:21 UTC  (4+ messages)

[PATCH] arm_pmu: Validate single/group leader events
 2022-04-12 10:14 UTC  (4+ messages)

[PATCH] arm64: mm: install KPTI nG mappings with MMU enabled
 2022-04-12 10:07 UTC  (2+ messages)

[PATCH v2 0/2] Enable orphan-handling=warn for VDSO
 2022-04-12 10:05 UTC  (4+ messages)

[PATCH 00/22] drm/mediatek: Add mt8195 DisplayPort driver
 2022-04-12 10:06 UTC  (11+ messages)
` [PATCH v9 03/22] dt-bindings: mediatek, dp_phy: Add Display Port PHY binding
  ` [PATCH v9 03/22] dt-bindings: mediatek,dp_phy: "
` [PATCH v9 18/22] drm/mediatek: Add mt8195 Embedded DisplayPort driver

[PATCH 04/10] drm/sun4i: Allow building the driver on RISC-V
 2022-04-12 10:00 UTC  (2+ messages)

[PATCH 00/11] drm: bridge: Add Samsung MIPI DSIM bridge
 2022-04-12  9:55 UTC  (4+ messages)
    ` [PATCH 01/11] drm: bridge: Add Samsung DSIM bridge driver
  ` [PATCH 02/11] drm: bridge: samsung-dsim: Handle platform init via driver_data

[PATCH v5 0/4] PCI: mvebu: Slot support
 2022-04-12  9:49 UTC  (5+ messages)
` [PATCH v5 1/4] PCI: Add PCI_EXP_SLTCTL_ASPL_DISABLE macro
` [PATCH v5 2/4] dt-bindings: Add 'slot-power-limit-milliwatt' PCIe port property
` [PATCH v5 3/4] PCI: Add function for parsing 'slot-power-limit-milliwatt' DT property
` [PATCH v5 4/4] PCI: mvebu: Add support for sending Set_Slot_Power_Limit message

[PATCH 1/2] dt-bindings: timer: Update TI timer to yaml
 2022-04-12  9:48 UTC  (4+ messages)

[PATCH v3 0/5] imx-jpeg: Support dynamic resolution change
 2022-04-12  9:46 UTC  (2+ messages)


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