linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-22 03:08:49 to 2021-04-23 01:09:10 UTC [more...]

[PATCH 1/3] arm64: armv8_deprecated: Fix swp_handler() signal generation
 2021-04-23  1:00 UTC  (10+ messages)
` [PATCH 2/3] arm64: signal: sigreturn() and rt_sigreturn() sometime returns the wrong signals
` [PATCH 3/3] arch/arm64/kernel/traps: Use find_vma_intersection() in traps for setting si_code

[PATCH] KVM: arm64: Correctly handle the mmio faulting
 2021-04-23  1:38 UTC  (11+ messages)

[RFC PATCH 0/4] Support for passing runtime state idle time to TF-A
 2021-04-23  1:03 UTC  (6+ messages)
` [RFC PATCH 1/4] firmware/psci: add support for PSCI function SET_STATE_IDLE_TIME
` [RFC PATCH 2/4] cpuidle: menu: add idle_time to cpuidle_state
` [RFC PATCH 3/4] cpuidle: psci: pass state idle time before state enter callback
` [RFC PATCH 4/4] arm64: dts: tegra194: Add CPU idle states

[PATCH v1 0/5] arm64: dts: rockchip: add basic dtsi/dts files for RK3568 SoC
 2021-04-23  1:02 UTC  (5+ messages)
` [PATCH v1 4/5] arm64: dts: rockchip: add core dtsi "

[PATCH V5 0/8] remoteproc: imx_rproc: support i.MX7ULP/8MN/8MP
 2021-04-23  1:01 UTC  (3+ messages)

[PATCH] spi: bcm2835: Fix buffer overflow with CS able to go beyond limit
 2021-04-22 23:49 UTC  (5+ messages)

[PATCH v4 0/2] kvm/arm64: Try stage2 block mapping for host device MMIO
 2021-04-23  1:35 UTC  (15+ messages)
` [PATCH v4 1/2] kvm/arm64: Remove the creation time's mapping of MMIO regions
` [PATCH v4 2/2] kvm/arm64: Try stage2 block mapping for host device MMIO

[PATCH net-next 0/2] Enable DWMAC HW descriptor prefetch
 2021-04-22 22:10 UTC 

[PATCH net v2 0/2] Change phy-mode to RGMII-ID to enable delay pins for RTL8211E
 2021-04-22 22:10 UTC  (4+ messages)
` [PATCH net v2 1/2] ARM: dts: uniphier: "
` [PATCH net v2 2/2] arm64: "

[PATCH tip 1/2] signal, perf: Fix siginfo_t by avoiding u64 on 32-bit architectures
 2021-04-22 19:22 UTC  (6+ messages)
` [PATCH tip 2/2] signal, perf: Add missing TRAP_PERF case in siginfo_layout()

[PATCH tip v2 1/2] signal, perf: Fix siginfo_t by avoiding u64 on 32-bit architectures
 2021-04-22 19:18 UTC  (2+ messages)
` [PATCH tip v2 2/2] signal, perf: Add missing TRAP_PERF case in siginfo_layout()

[PATCH 1/3] arm64: ptrace: Add is_syscall_success to handle compat
 2021-04-22 18:57 UTC  (11+ messages)
` [PATCH 2/3] arm64: syscall.h: Add sign extension handling in syscall_get_return_value for compat

[PATCH] firmware: arm_scpi: prevent ternary sign expansion bug
 2021-04-22 17:46 UTC  (4+ messages)

[PATCH v2 0/4] Add driver for rk356x
 2021-04-22 17:16 UTC  (6+ messages)
` [PATCH v2 1/4] dt-bindings: iommu: rockchip: Convert IOMMU to DT schema
` [PATCH v2 2/4] dt-bindings: iommu: rockchip: Add compatible for v2
` [PATCH v2 3/4] ARM: dts: rockchip: rk322x: Fix iommu-cells properties name
` [PATCH v2 4/4] iommu: rockchip: Add support iommu v2

[PATCH v11 0/3] PCI: uniphier: Add PME/AER support for UniPhier PCIe host controller
 2021-04-22 17:04 UTC  (4+ messages)
` [PATCH v11 1/3] PCI: portdrv: Add pcie_port_service_get_irq() function
` [PATCH v11 2/3] PCI: dwc: Add msi_host_isr() callback
` [PATCH v11 3/3] PCI: uniphier: Add misc interrupt handler to invoke PME and AER

[PATCH] spi: stm32-qspi: fix debug format string
 2021-04-22 16:48 UTC  (6+ messages)

[PATCH] [v2] spi: stm32-qspi: fix debug format string
 2021-04-22 16:48 UTC  (2+ messages)

[PATCH v5 0/6] clk: provide new devm helpers for prepared and enabled clocks
 2021-04-22 16:35 UTC  (10+ messages)
` [PATCH v5 1/6] clk: generalize devm_clk_get() a bit
` [PATCH v5 2/6] clk: Provide new devm_clk_helpers for prepared and enabled clocks
` [PATCH v5 3/6] pwm: atmel: Simplify using devm_clk_get_prepared()
` [PATCH v5 4/6] rtc: at91sma9: Simplify using devm_clk_get_enabled()
` [PATCH v5 5/6] i2c: imx: Simplify using devm_clk_get_enableded()
` [PATCH v5 6/6] spi: davinci: Simplify using devm_clk_get_enabled()

[PATCH v2] hwrng: exynos - Fix runtime PM imbalance on error
 2021-04-22 16:31 UTC  (5+ messages)

[PATCH net-next 00/14] mtk_eth_soc: fixes and performance improvements
 2021-04-22 16:26 UTC  (20+ messages)
` [PATCH net-next 01/14] net: ethernet: mtk_eth_soc: fix RX VLAN offload
` [PATCH net-next 02/14] net: ethernet: mtk_eth_soc: unmap RX data before calling build_skb
` [PATCH net-next 03/14] net: ethernet: mtk_eth_soc: fix build_skb cleanup
` [PATCH net-next 04/14] net: ethernet: mtk_eth_soc: use napi_consume_skb
` [PATCH net-next 05/14] net: ethernet: mtk_eth_soc: reduce MDIO bus access latency
` [PATCH net-next 06/14] net: ethernet: mtk_eth_soc: remove unnecessary TX queue stops
` [PATCH net-next 07/14] net: ethernet: mtk_eth_soc: use larger burst size for QDMA TX
` [PATCH net-next 08/14] net: ethernet: mtk_eth_soc: increase DMA ring sizes
` [PATCH net-next 09/14] net: ethernet: mtk_eth_soc: implement dynamic interrupt moderation
` [PATCH net-next 10/14] net: ethernet: mtk_eth_soc: cache HW pointer of last freed TX descriptor
` [PATCH net-next 11/14] net: ethernet: mtk_eth_soc: only read the full RX descriptor if DMA is done
` [PATCH net-next 12/14] net: ethernet: mtk_eth_soc: reduce unnecessary interrupts
` [PATCH net-next 13/14] net: ethernet: mtk_eth_soc: set PPE flow hash as skb hash if present
` [PATCH net-next 14/14] net: ethernet: mtk_eth_soc: use iopoll.h macro for DMA init

[PATCH 0/4] dt-bindings: soc/arm: Convert pending ti, sci* bindings to json format
 2021-04-22 16:12 UTC  (10+ messages)
` [PATCH 2/4] dt-bindings: clock: Convert ti,sci-clk to json schema
  ` [PATCH 2/4] dt-bindings: clock: Convert ti, sci-clk "
` [PATCH 4/4] dt-bindings: arm: keystone: Convert ti, sci "
  ` [PATCH 4/4] dt-bindings: arm: keystone: Convert ti,sci "

[PATCH v10 3/3] PCI: uniphier: Add misc interrupt handler to invoke PME and AER
 2021-04-22 16:13 UTC  (2+ messages)

[PATCH v4 00/16] kvm/arm: Align the VMID allocation with the arm64 ASID one
 2021-04-22 16:08 UTC  (2+ messages)

[PATCH v2 0/4] arm64: drop pfn_valid_within() and simplify pfn_valid()
 2021-04-22 15:28 UTC  (4+ messages)

[PATCH 0/2] arm64: ACPI GTDT watchdog fixes
 2021-04-22 14:23 UTC  (3+ messages)

[PATCH] dt-bindings: arm: firmware: Convert linaro, optee-tz to json schema
 2021-04-22 14:20 UTC  (3+ messages)
` [PATCH] dt-bindings: arm: firmware: Convert linaro,optee-tz "

[RFC PATCH 0/2] ARM: mstar: Internal bus madness
 2021-04-22 14:09 UTC  (3+ messages)
` [RFC PATCH 1/2] ARM: mstar: Add header with macros for RIU register access
` [RFC PATCH 2/2] ARM: mstar: Add header with macros for XIU "

[PATCH V6 0/2] watchdog: mtk: support pre-timeout when the bark irq is available
 2021-04-22 13:56 UTC  (9+ messages)
` [PATCH V6 1/2] "
    `  "
` [PATCH V6 2/2] doc: mtk-wdt: "

[PATCH V8 0/8] Add cpufreq and cci devfreq for mt8183, and SVS support
 2021-04-22 13:34 UTC  (10+ messages)
  ` [PATCH V8 1/8] PM / devfreq: Add cpu based scaling support to passive_governor

[RFC PATCH v3 0/8] arm64: Allow 64-bit tasks to invoke compat syscalls
 2021-04-22 13:14 UTC  (4+ messages)
` [RFC PATCH v3 6/8] arm64: Add a compat syscall flag to thread_info

[PATCH 0/3] IOMMU: Add driver for rk356x
 2021-04-22 13:13 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: iommu: rockchip: Convert IOMMU to DT schema
` [PATCH 2/3] dt-bindings: iommu: rockchip: Add compatible for v2
` [PATCH 3/3] iommu: rockchip: Add support iommu v2

[xlnx:master 11930/12154] core.c:undefined reference to `dwc3_gadget_exit_hibernation'
 2021-04-22 13:04 UTC 

[v5.4 stable] arm: stm32: Regression observed on "no-map" reserved memory region
 2021-04-22 13:03 UTC  (8+ messages)

[PATCH] arm64: remove HAVE_DEBUG_BUGVERBOSE
 2021-04-22 13:01 UTC  (2+ messages)

[PATCH] arm64: alternative: simplify passing alt_region
 2021-04-22 12:59 UTC  (2+ messages)

[PATCH RESEND 0/4] Add support for HiSilicon PCIe Tune and Trace device
 2021-04-22 12:54 UTC  (5+ messages)

[PATCH 0/5] perf: oprofile spring cleanup
 2021-04-22 12:48 UTC  (8+ messages)
` [PATCH 1/5] KVM: arm64: Divorce the perf code from oprofile helpers
` [PATCH 2/5] arm64: Get rid of oprofile leftovers
` [PATCH 5/5] perf: "

[RFC PATCH] irqchip/gic-v3: Do not enable irqs when handling spurious interrups
 2021-04-22 12:27 UTC  (4+ messages)

[PATCH v3 0/4] arm64: drop pfn_valid_within() and simplify pfn_valid()
 2021-04-22 12:19 UTC  (15+ messages)
` [PATCH v3 1/4] include/linux/mmzone.h: add documentation for pfn_valid()
` [PATCH v3 2/4] memblock: update initialization of reserved pages
` [PATCH v3 3/4] arm64: decouple check whether pfn is in linear map from pfn_valid()
` [PATCH v3 4/4] arm64: drop pfn_valid_within() and simplify pfn_valid()
` [RFC V2] mm: Enable generic pfn_valid() to handle early sections with memmap holes

[PATCH] thermal: mtk_thermal: remove redundant initializations of several variables
 2021-04-22 12:04 UTC 

[PATCH v2] soc: ti: smartreflex after the relocation to maintain consistency
 2021-04-22 11:16 UTC 

[PATCH] drm/mediatek: clear pending flag when cmdq packet is done
 2021-04-22 11:10 UTC 

[xlnx:master 11884/12154] drivers/uio/uio_xilinx_ai_engine.c:39:6: warning: variable 'irq' set but not used
 2021-04-22 10:55 UTC 

[PATCH] clk: zynqmp: fix compile testing without ZYNQMP_FIRMWARE
 2021-04-22 10:54 UTC  (3+ messages)

[PATCH v2 0/3] Add Aspeed SSIF BMC driver
 2021-04-22 10:49 UTC  (3+ messages)
` [PATCH v2 2/3] drivers: char: ipmi: "

[PATCH v3] arm64: vdso32: drop -no-integrated-as flag
 2021-04-22 10:36 UTC  (2+ messages)

[PATCH] arm64: Show three registers per line
 2021-04-22 10:35 UTC  (2+ messages)

[PATCH] remoteproc: stm32: fix phys_addr_t format string
 2021-04-22 10:22 UTC  (2+ messages)

[PATCH] hwrng: exynos - Fix runtime PM imbalance on error
 2021-04-22 10:17 UTC 

[PATCH] KVM: arm64: build perf support only when enabled
 2021-04-22 10:12 UTC  (3+ messages)

[PATCH] arm64: Force SPARSEMEM_VMEMMAP as the only memory management model
 2021-04-22 10:08 UTC  (5+ messages)

[xlnx:master 11923/12154] drivers/mtd/spi-nor/core.c:454:2: warning: ISO C90 forbids mixed declarations and code
 2021-04-22 10:04 UTC 

[xlnx:master 11997/12154] drivers/net/ethernet/xilinx/xilinx_axienet_main.c:894:5: error: 'struct axienet_local' has no member named 'ptp_os_cf'
 2021-04-22  9:55 UTC 

[PATCH v6 0/3] Add ZynqMP pinctrl driver
 2021-04-22  9:13 UTC  (5+ messages)
` [PATCH v6 1/3] firmware: xilinx: Add pinctrl support
` [PATCH v6 2/3] dt-bindings: pinctrl: Add binding for ZynqMP pinctrl driver
` [PATCH v6 3/3] pinctrl: Add Xilinx ZynqMP pinctrl driver support

[PATCH 1/1] dt-bindings: serial: 8250: Remove duplicated compatible strings
 2021-04-22  9:08 UTC 

[xlnx:master 368/392] drivers/net/ethernet/xilinx/xilinx_axienet_main.c:2650:5: warning: no previous prototype for 'axienet_ethtools_sset_count'
 2021-04-22  9:08 UTC 

[PATCH RESEND] ARM64: RAS: Update code to trace out more data for ARM processor
 2021-04-22  8:49 UTC 

[v3,0/3] thermal: mediatek: Add LVTS architecture thermal controller
 2021-04-22  8:47 UTC  (5+ messages)
` [v3,1/3] thermal: mediatek: Relocate driver to mediatek folder

[PATCH 0/2] usb: xhci-mtk: relax peridoc TT bandwidth checking
 2021-04-22  8:46 UTC  (6+ messages)
` [PATCH 1/2] usb: xhci-mtk: remove unnecessary assignments in periodic TT scheduler

[PATCH v4 05/10] signal: Introduce TRAP_PERF si_code and si_perf to siginfo
 2021-04-22  8:16 UTC  (6+ messages)

[PATCH v2] arm64: dts: allwinner: Revert SD card CD GPIO for Pine64-LTS
 2021-04-22  7:46 UTC  (4+ messages)

[GIT PULL] Allwinner Fixes for 5.12, Take 2
 2021-04-22  7:46 UTC 

[PATCH 0/2] Allwinner H6 USB3 device tree updates
 2021-04-22  7:42 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: usb: Document the Allwinner H6 DWC3 glue

[xlnx:master 11279/12130] drivers/usb/gadget/function/f_tcm.c:2262:12: error: redefinition of 'tcm_get_alt'
 2021-04-22  6:37 UTC 

[PATCH] stm class: initialize static variable in declaration
 2021-04-22  6:34 UTC  (2+ messages)

[xlnx:master 11850/12130] drivers/regulator/da9121-regulator.c:748:3: error: implicit declaration of function 'regulator_lock'; did you mean 'regulator_put'?
 2021-04-22  6:20 UTC 

[PATCH v8 1/6] uapi: Define the aux vector AT_MINSIGSTKSZ
 2021-04-22  4:48 UTC 

[PATCH v9 0/4] Introduce TEE based Trusted Keys support
 2021-04-22  4:47 UTC  (6+ messages)
` [PATCH v9 1/4] KEYS: trusted: Add generic trusted keys framework

[xlnx:master 11461/12130] rtc-zynqmp.c:undefined reference to `__divdi3'
 2021-04-22  4:04 UTC 

[PATCH v5 0/1] Mediatek pinctrl patch on mt8195
 2021-04-22  3:35 UTC  (2+ messages)
` [PATCH v5] pinctrl: add rsel setting on MT8195

[PATCH] ASoC: fsl: imx-pcm-dma: Don't request dma channel in probe
 2021-04-22  3:33 UTC  (13+ 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).