linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-01 23:03:58 to 2021-06-02 12:23:57 UTC [more...]

[PATCH] ARM: imx: mach-imx6ul: added gpr enet<x>-tx-clock config
 2021-06-02 11:55 UTC  (2+ messages)
` [PATCH] ARM: imx: mach-imx6ul: support ptp and rmii clock from pad

[PATCH] ARM: dts: at91: sama5d4: fix pinctrl muxing
 2021-06-02 11:55 UTC  (3+ messages)

[PATCH v4 0/3] gpio: gpio-regmap: Support few custom operations
 2021-06-02 11:54 UTC  (4+ messages)
` [PATCH v4 2/3] gpio: gpio-regmap: Use devm_add_action_or_reset()

[PATCH 0/9] mfd: use DEVICE_ATTR_* macro to simplify code
 2021-06-02 11:43 UTC  (10+ messages)
` [PATCH 1/9] mfd: wm831x: use DEVICE_ATTR_RO macro
` [PATCH 2/9] mfd: ucb1x00-assabet: "
` [PATCH 3/9] mfd: timberdale: "
` [PATCH 4/9] mfd: sm501: "
` [PATCH 5/9] mfd: pcf50633: use DEVICE_ATTR_ADMIN_RO macro
` [PATCH 6/9] mfd: kempld-core: use DEVICE_ATTR_RO macro
` [PATCH 7/9] mfd: janz-cmodio: "
` [PATCH 8/9] mfd: intel_soc_pmic_bxtwc: use DEVICE_ATTR_ADMIN_RW macro
` [PATCH 9/9] mfd: ab8500-core: use DEVICE_ATTR_RO/RW macro

[PATCH v2 00/10] arm64: tegra: Prevent early SMMU faults
 2021-06-02 11:40 UTC  (9+ messages)

[PATCH 0/2] PCI: mediatek-gen3: Add controller support for MT8195
 2021-06-02 11:33 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: PCI: mediatek-gen3: Add "

[v3 1/0] Add basic node support for Mediatek MT8195 SoC
 2021-06-02 11:28 UTC  (3+ messages)
` [v3 1/1] arm64: dts: Add Mediatek SoC MT8195 and evaluation board dts and Makefile

[PATCH 0/7] arm64: dts: freescale: Add i.MX8DXL support
 2021-06-02 11:28 UTC  (10+ messages)
` [PATCH 1/7] arm64: dts: freescale: Add the top level dtsi support for imx8dxl
` [PATCH 2/7] arm64: dts: imx8-ss-lsio: Add mu5a mailbox
` [PATCH 3/7] arm64: dts: freescale: Add adma subsystem dtsi for imx8dxl

[PATCH 0/1] bpf: avoid unnecessary IPI in bpf_flush_icache
 2021-06-02 11:26 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH v2 0/7] ARM: mm: cleanup page fault and fix pxn process issue
 2021-06-02 11:25 UTC  (17+ messages)
` [PATCH v2 1/7] ARM: mm: Rafactor the __do_page_fault()
` [PATCH v2 2/7] ARM: mm: Kill task_struct argument for __do_page_fault()
` [PATCH v2 3/7] ARM: mm: Cleanup access_error()
` [PATCH v2 4/7] ARM: mm: print out correct page table entries
` [PATCH v2 5/7] ARM: mm: Print physical address of page table base in show_pte()
` [PATCH v2 6/7] ARM: mm: Provide die_kernel_fault() helper
` [PATCH v2 7/7] ARM: mm: Fix PXN process with LPAE feature

[PATCH 0/9] Remove DISCINTIGMEM memory model
 2021-06-02 11:25 UTC  (11+ messages)
` [PATCH 1/9] alpha: remove DISCONTIGMEM and NUMA
` [PATCH 2/9] arc: update comment about HIGHMEM implementation
` [PATCH 3/9] arc: remove support for DISCONTIGMEM
` [PATCH 4/9] m68k: "
` [PATCH 5/9] mm: remove CONFIG_DISCONTIGMEM
` [PATCH 6/9] arch, mm: remove stale mentions of DISCONIGMEM
` [PATCH 7/9] docs: remove description of DISCONTIGMEM
` [PATCH 8/9] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
` [PATCH 9/9] mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEM

[PATCH v5 0/8] RISC-V CPU Idle Support
 2021-06-02 11:23 UTC  (9+ messages)
` [PATCH v5 1/8] RISC-V: Enable CPU_IDLE drivers
` [PATCH v5 2/8] RISC-V: Rename relocate() and make it global
` [PATCH v5 3/8] RISC-V: Add arch functions for non-retentive suspend entry/exit
` [PATCH v5 4/8] RISC-V: Add SBI HSM suspend related defines
` [PATCH v5 5/8] cpuidle: Factor-out power domain related code from PSCI domain driver
` [PATCH v5 6/8] cpuidle: Add RISC-V SBI CPU idle driver
` [PATCH v5 7/8] dt-bindings: Add common bindings for ARM and RISC-V idle states
` [PATCH v5 8/8] RISC-V: Enable RISC-V SBI CPU Idle driver for QEMU virt machine

Add PMIC wrapper support for Mediatek MT8195 SoC IC
 2021-06-02 11:20 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: mediatek: add compatible for MT8195 pwrap
` [PATCH 2/2] soc: mediatek: pwrap: add pwrap driver for MT8195 SoC

[PATCH v2 0/8] perf: Refine barriers for AUX ring buffer
 2021-06-02 11:21 UTC  (13+ messages)
` [PATCH v2 1/8] perf/ring_buffer: Add comment for barriers on "
` [PATCH v2 2/8] coresight: tmc-etr: Add barrier after updating "
` [PATCH v2 3/8] coresight: tmc-etf: Add comment for store ordering
` [PATCH v2 4/8] perf/x86: Add barrier after updating bts
` [PATCH v2 5/8] perf auxtrace: Change to use SMP memory barriers
` [PATCH v2 6/8] perf auxtrace: Drop legacy __sync functions
` [PATCH v2 7/8] perf auxtrace: Use WRITE_ONCE() for updating aux_tail
` [PATCH v2 8/8] perf record: Directly bail out for compat case

[PATCH 00/10] i2c: xiic: Add features, bug fixes
 2021-06-02 11:17 UTC  (3+ messages)
` [PATCH 02/10] i2c: xiic: Add standard mode support for > 255 byte read transfers

[PATCH v5 0/6] KVM: arm64: Improve efficiency of stage2 page table
 2021-06-02 11:07 UTC  (12+ messages)
` [PATCH v5 1/6] KVM: arm64: Introduce KVM_PGTABLE_S2_GUEST stage-2 flag
` [PATCH v5 2/6] KVM: arm64: Move D-cache flush to the fault handlers
` [PATCH v5 4/6] KVM: arm64: Provide invalidate_icache_range at non-VHE EL2
` [PATCH v5 5/6] KVM: arm64: Move I-cache flush to the fault handlers
` [PATCH v5 6/6] KVM: arm64: Distinguish cases of memcache allocations completely

[PATCH v2 1/4] firmware: arm_scmi: fix deps arm-smccc-discovery deps in Kconfig
 2021-06-02 10:55 UTC  (6+ messages)
` [PATCH v2 2/4] dt-bindings: arm: scmi property mboxes is not mandatory
` [PATCH v2 3/4] dt-bindings: arm: OP-TEE as transport channel for SCMI messages

❌ FAIL: Test report for kernel 5.13.0-rc4 (arm-next, 8124c8a6)
 2021-06-02 10:51 UTC  (4+ messages)
  ` ? "

[PATCH v2 0/9] drivers/perf: Use general macro to simplify event attributes
 2021-06-02 10:49 UTC  (6+ messages)
` [PATCH v2 1/9] perf: Add EVENT_ATTR_ID "

[PATCH 0/3]Enable PM generic domain support
 2021-06-02 10:48 UTC  (5+ messages)
` [PATCH 3/3] fpga: region: Adds runtime PM support

[PATCH V9, RESEND, 0/2] watchdog: mtk: support pre-timeout when the bark irq is available
 2021-06-02 10:45 UTC  (2+ messages)
` [PATCH V9,RESEND,0/2] "

[PATCH 0/6] ARM: dts: Add Raspberry Pi 400 support
 2021-06-02 10:40 UTC  (5+ messages)
` [PATCH 2/6] watchdog: bcm2835_wdt: consider system-power-controller property

[PATCH v1 net-next 0/3] net: stmmac: re-configure tas basetime after ptp time adjust
 2021-06-02 10:18 UTC  (3+ messages)
` [PATCH v1 net-next 3/3] net: stmmac: ptp: update tas basetime after ptp adjust

[RFC/RFT PATCH 0/5] consolidate "System RAM" resources setup
 2021-06-02 10:15 UTC  (13+ messages)
` [RFC/RFT PATCH 1/5] s390: make crashk_res resource a child of "System RAM"
` [RFC/RFT PATCH 2/5] memblock: introduce generic memblock_setup_resources()

[PATCH 0/2] move to use request_irq by IRQF_NO_AUTOEN flag
 2021-06-02 10:16 UTC  (5+ messages)
` [PATCH 1/2] arm_pmu: "
` [PATCH 2/2] perf: qcom_l2_pmu: "

[PATCH] drm/rockchip: defined struct rockchip_dp_dt_ids[] under CONFIG_OF
 2021-06-02 10:07 UTC  (2+ messages)

[PATCH v5 0/3] mtd: spinand: add SPI-NAND MTD resume handler
 2021-06-02  9:49 UTC  (4+ messages)
` [PATCH v5 1/3] mtd: spinand: add spinand_read_cfg() helper
` [PATCH v5 2/3] mtd: spinand: Add spinand_init_flash() helper
` [PATCH v5 3/3] mtd: spinand: add SPI-NAND MTD resume handler

[PATCH v2 0/7] KVM: arm64: Reduce hyp_vmemmap overhead
 2021-06-02  9:43 UTC  (8+ messages)
` [PATCH v2 1/7] KVM: arm64: Move hyp_pool locking out of refcount helpers
` [PATCH v2 2/7] KVM: arm64: Use refcount at hyp to check page availability
` [PATCH v2 3/7] KVM: arm64: Remove list_head from hyp_page
` [PATCH v2 4/7] KVM: arm64: Unify MMIO and mem host stage-2 pools
` [PATCH v2 5/7] KVM: arm64: Remove hyp_pool pointer from struct hyp_page
` [PATCH v2 6/7] KVM: arm64: Use less bits for hyp_page order
` [PATCH v2 7/7] KVM: arm64: Use less bits for hyp_page refcount

[RFC 0/2] [RFC] Honor PCI prefetchable attributes for a virtual machine on ARM64
 2021-06-02  9:37 UTC  (23+ messages)
` [RFC 1/2] vfio/pci: keep the prefetchable attribute of a BAR region in VMA

[PATCH 0/3] clk: support regmap
 2021-06-02  9:32 UTC  (6+ messages)

[PATCH 0/3] Apple M1 clock gate driver
 2021-06-02  9:28 UTC  (7+ messages)

[PATCH 0/7] KVM: arm64: Reduce hyp_vmemmap overhead
 2021-06-02  9:23 UTC  (6+ messages)
` [PATCH 3/7] KVM: arm64: Remove list_head from hyp_page

[PATCH] drm/rockchip: defined struct vop_driver_dt_match[] under CONFIG_OF
 2021-06-02  9:13 UTC 

[GIT PULL] arm64: dts: amlogic updates for v5.14
 2021-06-02  8:47 UTC 

[PATCH v2 00/12] memory: tegra: Driver unification
 2021-06-02  8:43 UTC  (8+ messages)
` [PATCH v2 07/12] memory: tegra: Parameterize interrupt handler
` [PATCH v2 12/12] memory: tegra: Split Tegra194 data into separate file

[GIT PULL] soc: amlogic: driver updates for v5.14
 2021-06-02  8:41 UTC 

[RFC PATCH v3 00/12] firmware: arm_scmi: Add virtio transport
 2021-06-02  8:34 UTC  (6+ messages)
` [RFC PATCH v3 11/12] "

[PATCH 00/18] arm64: MMU enabled kexec relocation
 2021-06-02  8:20 UTC  (10+ messages)
` [PATCH 03/18] arm64: hyp-stub: Move elx_sync into the vectors
` [PATCH 04/18] arm64: kernel: add helper for booted at EL2 and not VHE

[PATCH 0/5] imx8q video decoder/encoder driver
 2021-06-02  8:09 UTC  (4+ messages)
` [PATCH 1/5] dt-bindings: media: imx8q: add imx video codec bindings
    ` [EXT] "

[PATCH 1/2] firmware: arm_scpi: Add compatibility checks for shmem node
 2021-06-02  7:53 UTC  (8+ messages)
` [PATCH 2/2] firmware: arm_scmi: "

[PATCH] clk: imx8mq: remove SYS PLL 1/2 clock gates
 2021-06-02  7:46 UTC  (2+ messages)

[RESEND PATCH 1/2] firmware: arm_scpi: Add compatibility checks for shmem node
 2021-06-02  7:38 UTC  (2+ messages)
` [RESEND PATCH 2/2] firmware: arm_scmi: "

[PATCH 0/8] rtc: use DEVICE_ATTR_* macro to simplify code
 2021-06-02  7:38 UTC  (9+ messages)
` [PATCH 1/8] rtc: x1205: use DEVICE_ATTR_RO macro
` [PATCH 2/8] rtc: rx8025: use DEVICE_ATTR_RW macro
` [PATCH 3/8] rtc: rs5c372: use DEVICE_ATTR_RO macro
` [PATCH 4/8] rtc: isl1208: use DEVICE_ATTR_* macro
` [PATCH 5/8] rtc: ds1685: use DEVICE_ATTR_RO macro
` [PATCH 6/8] rtc: ds1343: use DEVICE_ATTR_* macro
` [PATCH 7/8] rtc: bq32k: use DEVICE_ATTR_RW macro
` [PATCH 8/8] rtc: ab8500: "

ezmlm warning
 2021-06-02  7:36 UTC 

[GIT PULL 1/3] Cleanup for omaps for v5.14
 2021-06-02  7:19 UTC  (3+ messages)
` [GIT PULL 2/3] Defconfig changes "
` [GIT PULL 3/3] Devicetree "

[PATCH 1/4] arm64: dts: imx8mm-venice-gw700x: override thermal cfg for industrial temp
 2021-06-02  7:10 UTC  (2+ messages)

[PATCH] arm64: dts: ti: iot2050: Configure r5f cluster on basic variant in split mode
 2021-06-02  6:56 UTC 

[PATCH v8 0/8] Add Support for MediaTek PMIC MT6359
 2021-06-02  7:04 UTC  (2+ messages)
` [GIT PULL] Immutable branch between MFD, Regulator and RTC due for the v5.14 merge window

[PATCH 1/2] regulator: mt6360: Add optional mediatek.power-off-sequence in bindings document
 2021-06-02  6:54 UTC  (2+ messages)
` [PATCH 2/2] regulator: mt6360: Add power off sequence config for default-on power

[PATCH 0/2] ARM: fix PXN process with LPAE feature
 2021-06-02  6:42 UTC  (4+ messages)
` [PATCH 1/2] ARM: mm: Refactor __do_page_fault()

[GIT PULL] PM and build warning fixes for omaps
 2021-06-02  6:20 UTC 

[PATCH V2] remoteproc: imx_rproc: correct firmware reload
 2021-06-02  6:42 UTC 

[PATCH] remoteproc: imx_rproc: correct firmware reload
 2021-06-02  6:05 UTC  (4+ messages)

[GIT PULL] SATA regresion fix for TI dra7 for v5.13
 2021-06-02  6:00 UTC 

[PATCH net 1/1] net: stmmac: fix issue where clk is being unprepared twice
 2021-06-02  5:49 UTC  (2+ messages)

[PATCH] arm64: dts: renesas: r8a779a0: Drop power-domains property from GIC node
 2021-06-02  4:41 UTC  (2+ messages)

[PATCH] ipv6: create ra_mtu proc file to only record mtu in RA
 2021-06-02  4:20 UTC  (4+ messages)

[PATCH] arm64: dts: renesas: r8a77961: Add INTC-EX device node
 2021-06-02  4:13 UTC  (2+ messages)

[PATCH] i2c: bcm-iproc: Add i2c recovery support
 2021-06-02  2:32 UTC  (3+ messages)

[PATCH net-next 1/1] net: stmmac: enable platform specific safety features
 2021-06-02  2:28 UTC  (5+ messages)

[PATCH v2] i2c: bcm-iproc: Add i2c recovery support
 2021-06-02  2:11 UTC  (2+ messages)

[PATCH -next] soc: imx: gpc: add check for of_match_device in imx_gpc_old_dt_init
 2021-06-02  2:06 UTC  (4+ messages)

[PATCH 1/6] dt-bindings: arm: imx: scu: fix naming typo of clk compatible string
 2021-06-02  1:50 UTC  (3+ messages)
` [PATCH 6/6] clk: imx8qm: add clock valid resource checking

[QUESTION] arm64: mmap to the hugetlbfs with hugepagesize=512M got SIGILL
 2021-06-02  1:33 UTC  (3+ messages)

[RESEND 1/1] clk: versatile: remove dependency on ARCH_*
 2021-06-02  1:18 UTC  (2+ messages)

[PATCH v2] dt-bindings: clk: zynqmp: convert bindings to YAML
 2021-06-02  0:14 UTC 

[PATCH v2] dt-bindings: rtc: zynqmp: convert bindings to YAML
 2021-06-02  0:09 UTC 

[PATCH v2] dt-bindings: net: Convert MDIO mux bindings to DT schema
 2021-06-01 23:48 UTC  (2+ messages)

arm64/for-kernelci baseline: 40 runs, 3 regressions (v5.13-rc4)
 2021-06-01 23:45 UTC 

arm64/for-kernelci build: 2 builds: 0 failed, 2 passed (v5.13-rc4)
 2021-06-01 23:02 UTC 


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