linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-13 12:48:13 to 2022-06-14 03:14:02 UTC [more...]

[PATCH v11 00/12] drm/mediatek: Add MT8195 dp_intf driver
 2022-06-14  3:05 UTC  (4+ messages)
` [PATCH v11 01/12] dt-bindings: mediatek,dpi: Add DP_INTF compatible

[PATCH net-next v4 0/5] pcs-xpcs, stmmac: add 1000BASE-X AN for network switch
 2022-06-14  3:00 UTC  (6+ messages)
` [PATCH net-next v4 1/5] net: make xpcs_do_config to accept advertising for pcs-xpcs and sja1105
` [PATCH net-next v4 2/5] stmmac: intel: prepare to support 1000BASE-X phy interface setting
` [PATCH net-next v4 3/5] net: pcs: xpcs: add CL37 1000BASE-X AN support
` [PATCH net-next v4 4/5] stmmac: intel: add phy-mode and fixed-link ACPI _DSD setting support
` [PATCH net-next v4 5/5] net: stmmac: make mdio register skips PHY scanning for fixed-link

[BUG] rockpro64 board hangs in console_init() after commit 10e14073107d
 2022-06-14  2:51 UTC  (2+ messages)

[PATCH v9 0/2] phy: mediatek: Add PCIe PHY driver
 2022-06-14  2:38 UTC  (4+ messages)

[PATCH v2] PCI: mediatek-gen3: Print LTSSM state when PCIe link down
 2022-06-14  2:15 UTC  (5+ messages)

[PATCH AUTOSEL 4.9 12/12] net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_alloc_frag
 2022-06-14  2:10 UTC 

[PATCH AUTOSEL 4.14 14/14] net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_alloc_frag
 2022-06-14  2:10 UTC 

[PATCH AUTOSEL 4.19 17/18] net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_alloc_frag
 2022-06-14  2:09 UTC 

[PATCH] scsi: ufs: exynos: constify driver data
 2022-06-14  2:09 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 22/23] net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_alloc_frag
 2022-06-14  2:08 UTC 

[PATCH AUTOSEL 5.10 25/29] net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_alloc_frag
 2022-06-14  2:08 UTC 

[PATCH AUTOSEL 5.15 31/41] net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_alloc_frag
 2022-06-14  2:06 UTC 

[PATCH AUTOSEL 5.17 31/43] net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_alloc_frag
 2022-06-14  2:05 UTC 

[PATCH AUTOSEL 5.18 35/47] net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_alloc_frag
 2022-06-14  2:04 UTC 

[PATCH net-next v2 0/7] pcs-xpcs, stmmac: add 1000BASE-X AN for network switch
 2022-06-14  1:54 UTC  (7+ messages)
` [PATCH net-next v2 3/6] net: pcs: xpcs: add CL37 1000BASE-X AN support
` [PATCH net-next v2 4/6] net: phylink: unset ovr_an_inband if fixed-link is selected

[PATCH 0/8] arm64/perf: Enable branch stack sampling
 2022-06-14  1:44 UTC  (4+ messages)
` [PATCH 7/8] arm64/perf: Add BRBE driver

[PATCH 1/8] perf: Consolidate branch sample filter helpers
 2022-06-14  1:36 UTC  (3+ messages)

[PATCH v10 0/7] PCI: imx6: refine codes and add the error propagation
 2022-06-14  1:00 UTC  (6+ messages)
` [PATCH v10 5/7] PCI: imx6: Turn off regulator when the system is in suspend mode

[PATCH v2] ARM: Mark the FDT_FIXED sections as shareable
 2022-06-14  1:10 UTC  (3+ messages)

[PATCH v10 6/7] PCI: imx6: Mark the link down as none fatal error
 2022-06-14  1:02 UTC  (3+ messages)

[linusw-nomadik:ux500-gavini-v5.19-rc1] BUILD SUCCESS 820ddd77a989bdf1841f9b9eb52c7ff2f4feb35c
 2022-06-13 23:57 UTC 

[PATCH v4 00/26] arm64: refactor boot flow and add support for WXN
 2022-06-13 23:38 UTC  (35+ messages)
` [PATCH v4 01/26] arm64: head: move kimage_vaddr variable into C file
` [PATCH v4 02/26] arm64: mm: make vabits_actual a build time constant if possible
` [PATCH v4 03/26] arm64: head: move assignment of idmap_t0sz to C code
` [PATCH v4 04/26] arm64: head: drop idmap_ptrs_per_pgd
` [PATCH v4 05/26] arm64: head: simplify page table mapping macros (slightly)
` [PATCH v4 06/26] arm64: head: switch to map_memory macro for the extended ID map
` [PATCH v4 07/26] arm64: head: split off idmap creation code
` [PATCH v4 08/26] arm64: kernel: drop unnecessary PoC cache clean+invalidate
` [PATCH v4 09/26] arm64: head: pass ID map root table address to __enable_mmu()
` [PATCH v4 10/26] arm64: mm: provide idmap pointer to cpu_replace_ttbr1()
` [PATCH v4 11/26] arm64: head: add helper function to remap regions in early page tables
` [PATCH v4 12/26] arm64: head: cover entire kernel image in initial ID map
` [PATCH v4 13/26] arm64: head: use relative references to the RELA and RELR tables
` [PATCH v4 14/26] arm64: head: create a temporary FDT mapping in the initial ID map
` [PATCH v4 15/26] arm64: idreg-override: use early FDT mapping in "
` [PATCH v4 16/26] arm64: head: factor out TTBR1 assignment into a macro
` [PATCH v4 17/26] arm64: head: populate kernel page tables with MMU and caches on
` [PATCH v4 18/26] arm64: head: record CPU boot mode after enabling the MMU
` [PATCH v4 19/26] arm64: kaslr: defer initialization to late initcall where permitted
` [PATCH v4 20/26] arm64: head: avoid relocating the kernel twice for KASLR
` [PATCH v4 21/26] arm64: setup: drop early FDT pointer helpers
` [PATCH v4 22/26] arm64: mm: move ro_after_init section into the data segment
` [PATCH v4 23/26] arm64: head: remap the kernel text/inittext region read-only
` [PATCH v4 24/26] mm: add arch hook to validate mmap() prot flags
` [PATCH v4 25/26] arm64: mm: add support for WXN memory translation attribute
` [PATCH v4 26/26] arm64: kernel: move ID map out of .text mapping

[PATCH] ARM: dts: bcm2711-rpi-4-b: Use aliases to set custom MMC device index
 2022-06-13 23:34 UTC  (4+ messages)

[PATCH v9 0/3] arm64: mvebu: Support for Marvell 98DX2530 (and variants)
 2022-06-13 22:53 UTC  (4+ messages)
` [PATCH v9 1/3] dt-bindings: marvell: Document the AC5/AC5X compatibles
` [PATCH v9 2/3] arm64: dts: marvell: Add Armada 98DX2530 SoC and RD-AC5X board
` [PATCH v9 3/3] arm64: marvell: enable the 98DX2530 pinctrl driver

[PATCH net-next 2/2] net: axienet: Use iowrite64 to write all 64b descriptor pointers
 2022-06-13 22:54 UTC  (2+ messages)

mpam/snapshot/v5.17
 2022-06-13 21:59 UTC  (3+ messages)

[PATCH 0/3] arm: bcmbca: Add BCM63148 SoC support
 2022-06-13 21:38 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: arm: Add BCM63148 SoC
` [PATCH 2/3] ARM: dts: Add DTS files for bcmbca SoC BCM63148
` [PATCH 3/3] MAINTAINERS: Add BCM63148 to bcmbca arch entry

[PATCH v8 0/6] Add Xilinx RPU subsystem support
 2022-06-13 21:36 UTC  (6+ messages)
` [PATCH v8 6/6] drivers: remoteproc: Add Xilinx r5 remoteproc driver

[PATCH 0/3] arm: bcmbca: Add BCM6856 SoC support
 2022-06-13 21:28 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: arm64: Add BCM6856 SoC
` [PATCH 3/3] MAINTAINERS: Add BCM6856 to bcmbca arch entry

[PATCH 0/3] arm: bcmbca: Add BCM63146 SoC support
 2022-06-13 21:18 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: arm64: Add BCM63146 SoC
` [PATCH 3/3] MAINTAINERS: Add BCM63146 to bcmbca arch entry

[PATCH v2 05/48] arm64: dts: allwinner: align gpio-key node names with dtschema
 2022-06-13 21:02 UTC  (8+ messages)
` [PATCH v2 06/48] ARM: "
` [PATCH v2 11/48] ARM: dts: broadcom: "
` [PATCH v2 12/48] ARM: dts: broadcom: correct gpio-keys properties

[PATCH] arm64/signal: Clean up SVE/SME feature checking inconsistency
 2022-06-13 21:01 UTC 

[PATCH v7 0/3] PCI: IPQ6018 platform support
 2022-06-13 21:00 UTC  (5+ messages)
` [PATCH v7 2/3] PCI: qcom: Define slot capabilities using PCI_EXP_SLTCAP_*
` [PATCH v7 3/3] PCI: qcom: Add IPQ60xx support

[linusw-nomadik:ux500-kyle-v5.19-rc1] BUILD SUCCESS 367f363823d7a8589bd94dfc5d66956f5b3a93fa
 2022-06-13 20:56 UTC 

[PATCH 1/2] ARM: dts: sunxi: Use constants for RTC clock indexes
 2022-06-13 20:53 UTC  (3+ messages)
  `  "

[xilinx-xlnx:xlnx_rebase_v5.15_LTS_2022.1_update 405/1105] ld.lld: error: undefined symbol: dwc3_host_wakeup_capable
 2022-06-13 20:42 UTC 

[PATCH v4 13/18] PCI: dwc: Add start_link/stop_link inliners
 2022-06-13 20:39 UTC  (2+ messages)

[linusw-nomadik:ux500-skomer-v5.19-rc1] BUILD SUCCESS cbbf003cb31941769c791abfc1b9ca9f546f7e38
 2022-06-13 20:21 UTC 

[linusw-nomadik:ux500-janice-v5.19-rc1] BUILD SUCCESS b68402af3e9b1ae24f4242c303596abe92faf8e9
 2022-06-13 20:21 UTC 

[PATCH v2 00/15] Add Mediatek MT6370 PMIC support
 2022-06-13 20:21 UTC  (14+ messages)
` [PATCH v2 06/15] dt-bindings: mfd: Add Mediatek MT6370
` [PATCH v2 08/15] mfd: mt6370: Add Mediatek MT6370 support
` [PATCH v2 10/15] regulator: mt6370: Add mt6370 DisplayBias and VibLDO support
` [PATCH v2 11/15] iio: adc: mt6370: Add Mediatek MT6370 support
` [PATCH v2 13/15] leds: mt6370: Add Mediatek MT6370 current sink type LED Indicator support
` [PATCH v2 15/15] video: backlight: mt6370: Add Mediatek MT6370 support

[PATCH v5 00/15] Support AMD Pensando Elba SoC
 2022-06-13 19:56 UTC  (16+ messages)
` [PATCH v5 01/15] dt-bindings: arm: add AMD Pensando boards
` [PATCH v5 02/15] dt-bindings: mmc: cdns: Add AMD Pensando Elba SoC binding
` [PATCH v5 03/15] dt-bindings: spi: cdns: Add compatible for AMD Pensando Elba SoC
` [PATCH v5 04/15] dt-bindings: spi: dw: Add AMD Pensando Elba SoC SPI Controller bindings
` [PATCH v5 05/15] dt-bindings: mfd: syscon: Add amd,pensando-elba-syscon compatible
` [PATCH v5 06/15] dt-bindings: mfd: amd,pensando-elbasr: Add AMD Pensando Elba System Resource chip
` [PATCH v5 07/15] dt-bindings: reset: amd,pensando-elbasr-reset: Add AMD Pensando SR Reset Controller bindings
` [PATCH v5 08/15] MAINTAINERS: Add entry for AMD PENSANDO
` [PATCH v5 09/15] arm64: Add config for AMD Pensando SoC platforms
` [PATCH v5 10/15] arm64: dts: Add AMD Pensando Elba SoC support
` [PATCH v5 11/15] spi: cadence-quadspi: Add compatible for AMD Pensando Elba SoC
` [PATCH v5 12/15] spi: dw: Add support "
` [PATCH v5 13/15] mmc: sdhci-cadence: Add AMD Pensando Elba SoC support
` [PATCH v5 14/15] mfd: pensando-elbasr: Add AMD Pensando Elba System Resource chip
` [PATCH v5 15/15] reset: elbasr: Add AMD Pensando Elba SR Reset Controller

[PATCH v4, 0/3] add h264 decoder driver for mt8186
 2022-06-13 20:10 UTC  (4+ messages)
` [PATCH v4, 3/3] media: mediatek: vcodec: "

Regression: at24 eeprom writing times out on sama5d3
 2022-06-13 20:06 UTC  (5+ messages)

[RFC PATCH v3 00/20] KCFI support
 2022-06-13 19:19 UTC  (7+ messages)
` [RFC PATCH v3 15/20] objtool: Disable CFI warnings
` [RFC PATCH v3 16/20] kallsyms: Drop CONFIG_CFI_CLANG workarounds

[PATCH v1 0/5] power: domain: Add driver for a PM domain provider which controls
 2022-06-13 19:15 UTC  (2+ messages)

[PATCH 0/8] interconnect: support i.MX8MP
 2022-06-13 18:27 UTC  (3+ messages)
` [PATCH 2/8] interconnect: add device managed bulk API

[PATCH 0/2] arm: Disable two features which are not compatible with PREEMPT_RT
 2022-06-13 18:24 UTC  (3+ messages)
` [PATCH 1/2] arm: Disable jump-label on PREEMPT_RT
` [PATCH 2/2] arm: Disable softirq stacks "

[PATCH v6 00/17] Move HEVC stateless controls out of staging
 2022-06-13 18:17 UTC  (4+ messages)
` [PATCH v6 16/17] media: uapi: Change data_bit_offset definition
  `  "
    `  "

[RFC 0/3] SCMI Vhost and Virtio backend implementation
 2022-06-13 17:33 UTC  (4+ messages)
` [RFC 1/3] dt-bindings: arm: Add document for SCMI Virtio backend device

[PATCH] arm64: Unify vertical spacing in HWCAPS
 2022-06-13 17:32 UTC  (3+ messages)
` [PATCH v3] docs/arm64: elf_hwcaps: Unify HWCAP lists as description lists

[PATCH][next] spi: s3c64xx: set pointers to null using NULL rather than 0
 2022-06-13 17:24 UTC  (2+ messages)

[GIT PULL 1/2] Broadcom drivers fixes for 5.19
 2022-06-13 17:20 UTC  (4+ messages)
` [GIT PULL 2/2] Broadcom maintainers "

[PATCH 1/2] dt-bindings: vexpress-sysreg: Add deprecated GPIO provider properties
 2022-06-13 17:18 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: vexpress-sysreg: Allow for no child nodes

[PATCH 0/3] arm: bcmbca: Add BCM6756 SoC support
 2022-06-13 17:17 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: arm: Add BCM6756 SoC
` [PATCH 2/3] ARM: dts: Add DTS files for bcmbca SoC BCM6756
` [PATCH 3/3] MAINTAINERS: Add BCM6756 to bcmbca arch entry

[PATCH 0/3] arm: bcmbca: add bcm6855 SoC support
 2022-06-13 17:14 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: arm: add BCM6855 SoC
` [PATCH 2/3] ARM: dts: add dts files for bcmbca SoC bcm6855
` [PATCH 3/3] MAINTAINERS: add bcm6855 to bcmbca arch entry

[PATCH v5 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-06-13 17:11 UTC  (4+ messages)
` [PATCH v5 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses

[PATCH v6 0/6] Raspberry PI 4 V3D enablement
 2022-06-13 17:08 UTC  (7+ messages)
` [PATCH v6 4/6] ARM: dts: bcm2711: Enable V3D
` [PATCH v6 5/6] ARM: configs: Enable DRM_V3D
` [PATCH v6 6/6] arm64: config: "

[PATCH 0/4] Update Facebook Bletchley BMC DTS
 2022-06-13 16:54 UTC  (2+ messages)

[PATCH v3 0/3] arm64: dynamic shadow call stack support
 2022-06-13 16:50 UTC  (6+ messages)
` [PATCH v3 1/3] arm64: unwind: add asynchronous unwind tables to kernel and modules
` [PATCH v3 2/3] scs: add support for dynamic shadow call stacks
` [PATCH v3 3/3] arm64: implement dynamic shadow call stack for Clang

[PATCH 0/6] arm64: dts: Add missing space around properties
 2022-06-13 16:49 UTC  (3+ messages)
` [PATCH 1/6] arm64: dts: broadcom: Add missing space around status property

qemu-arm: zram: mkfs.ext4 : Unable to handle kernel NULL pointer dereference at virtual address 00000140
 2022-06-13 16:49 UTC  (11+ messages)

[linusw-nomadik:pl180-no-busydetect-quirk] BUILD SUCCESS 12175831d3f52ae7c30284574621a79c4d30f566
 2022-06-13 15:56 UTC 

[PATCH] mailbox: mtk-cmdq: Remove proprietary cmdq_task_cb
 2022-06-13 15:52 UTC  (4+ messages)

[PATCH] dt-bindings: perf: Convert Arm CCN to DT schema
 2022-06-13 15:01 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: arm: Add DH electronics i.MX8M Plus DHCOM and PDK2
 2022-06-13 14:58 UTC  (2+ messages)
` [PATCH v2 2/2] arm64: dts: imx8mp: Add support for "

[PATCH 1/2] dt-bindings: arm: Add DH electronics i.MX8M Plus DHCOM and PDK2
 2022-06-13 14:51 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: imx8mp: Add support for "

[BUG] null pointer dereference when loading bpf_preload on Raspberry Pi
 2022-06-13 14:42 UTC  (3+ messages)

[PATCH V3 1/2] mtd: allow getting MTD device associated with a specific DT node
 2022-06-13 14:33 UTC  (4+ messages)

[PATCH v8 00/14] Add some DRM bridge drivers support for i.MX8qm/qxp SoCs
 2022-06-13 14:12 UTC  (4+ messages)
` (EXT) [PATCH v8 09/14] drm/bridge: imx: Add LDB driver helper support
    ` (EXT) "

[PATCH v5 0/6] Support hld delayed init based on Pseudo-NMI for
 2022-06-13 13:59 UTC  (7+ messages)
` [PATCH v5 1/6] kernel/watchdog: remove WATCHDOG_DEFAULT
` [PATCH v5 2/6] kernel/watchdog: change watchdog_nmi_enable() to void
` [PATCH v5 3/6] kernel/watchdog_hld: Ensure CPU-bound context when creating hardlockup detector event
` [PATCH v5 4/6] kernel/watchdog: Adapt the watchdog_hld interface for async model
` [PATCH v5 5/6] arm64: add hw_nmi_get_sample_period for preparation of lockup detector
` [PATCH v5 6/6] arm64: Enable perf events based hard "

[PATCH v4 0/2] MediaTek SoC ARM/ARM64 System Timer
 2022-06-13 13:38 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: timer: mediatek: Add CPUX System Timer and MT6795 compatible
` [PATCH v4 2/2] clocksource/drivers/timer-mediatek: Implement CPUXGPT timers

[V3,0/8] Support multi-hardware jpeg decoder for MT8195
 2022-06-13 13:33 UTC  (3+ messages)
` [V3,1/8] dt-bindings: mediatek: Add mediatek,mt8195-jpgdec compatible

[V9,0/7] Enable two hardware jpeg encoder for MT8195
 2022-06-13 13:33 UTC  (3+ messages)
` [V9,1/7] dt-bindings: mediatek: Add mediatek, mt8195-jpgenc compatible

[PATCH v3 0/2] MediaTek SoC ARM/ARM64 System Timer
 2022-06-13 13:32 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: timer: mediatek: Add CPUX System Timer and MT6795 compatible
` [PATCH v3 2/2] clocksource/drivers/timer-mediatek: Implement CPUXGPT timers

[RFC PATCH 0/5] Add TI TPS65219 PMIC support for AM642 SK board
 2022-06-13 13:06 UTC  (7+ messages)
` [RFC PATCH 2/5] mfd: drivers: Add TI TPS65219 PMIC support
` [RFC PATCH 3/5] regulator: drivers: Add TI TPS65219 PMIC regulators support
` [RFC PATCH 5/5] arm64: dts: ti: Add TI TPS65219 PMIC support for AM642 SK board

[PATCH 1/7] ARM: dts: imx6ul: add missing properties for sram
 2022-06-13 13:01 UTC  (4+ messages)
` [PATCH 4/7] ARM: dts: imx6ul: remove unsupported adc property
    ` (EXT) "

[PATCH V8 1/3] dt-bindings: rtc: zynqmp: Add clock information
 2022-06-13 12:58 UTC  (3+ messages)
` [PATCH V8 2/3] rtc: zynqmp: Updated calibration value
` [PATCH V8 3/3] rtc: zynqmp: Add calibration set and get support


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