linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-18 15:55:10 to 2021-02-19 15:55:32 UTC [more...]

5.10 LTS Kernel: 2 or 6 years?
 2021-02-19 15:53 UTC  (46+ messages)

[PATCH 0/8] arm64: Support FIQ controller registration
 2021-02-19 15:41 UTC  (11+ messages)
` [PATCH 1/8] ARM: ep93xx: Select GENERIC_IRQ_MULTI_HANDLER directly
` [PATCH 2/8] irqchip: Do not blindly select CONFIG_GENERIC_IRQ_MULTI_HANDLER
` [PATCH 3/8] genirq: Allow architectures to override set_handle_irq() fallback
` [PATCH 4/8] arm64: don't use GENERIC_IRQ_MULTI_HANDLER
` [PATCH 5/8] arm64: irq: add a default handle_irq panic function
` [PATCH 6/8] arm64: entry: factor irq triage logic into macros
` [PATCH 7/8] arm64: Always keep DAIF.[IF] in sync
` [PATCH 8/8] arm64: irq: allow FIQs to be handled

[PATCH v2 0/9] Add HANTRO G2/HEVC decoder support for IMX8MQ
 2021-02-19 15:34 UTC  (13+ messages)
` [PATCH v2 1/9] media: hevc: Modify structures to follow H265 ITU spec
` [PATCH v2 2/9] media: hantro: Define HEVC codec profiles and supported features
` [PATCH v2 3/9] media: hantro: Add a field to distinguish the hardware versions
` [PATCH v2 4/9] media: uapi: Add a control for HANTRO driver
` [PATCH v2 5/9] media: hantro: Introduce G2/HEVC decoder
` [PATCH v2 6/9] media: hantro: handle V4L2_PIX_FMT_HEVC_SLICE control
` [PATCH v2 7/9] media: hantro: IMX8M: add variant for G2/HEVC codec
` [PATCH v2 8/9] dt-bindings: media: nxp,imx8mq-vpu: Update bindings
` [PATCH v2 9/9] arm64: dts: imx8mq: Add node to G2 hardware

[PATCH] of: error: 'const struct kimage' has no member named 'arch'
 2021-02-19 14:41 UTC  (8+ messages)

[PATCH v3 0/9] Add peripheral support for imx8mm-nitrogen-r2 board
 2021-02-19 14:30 UTC  (10+ messages)
` [PATCH v3 1/9] arm64: dts: imx8mm-nitrogen-r2: add wifi/bt chip
` [PATCH v3 2/9] arm64: dts: imx8mm-nitrogen-r2: add USB support
` [PATCH v3 3/9] arm64: dts: imx8mm-nitrogen-r2: add espi2 support
` [PATCH v3 4/9] arm64: dts: imx8mm-nitrogen-r2: add UARTs
` [PATCH v3 5/9] arm64: dts: imx8mm-nitrogen-r2: rework UART 2
` [PATCH v3 6/9] arm64: dts: imx8mm-nitrogen-r2: add PWMs
` [PATCH v3 7/9] arm64: dts: imx8mm-nitrogen-r2: add FlexSPI
` [PATCH v3 8/9] arm64: dts: imx8mm-nitrogen-r2: add audio
` [PATCH v3 9/9] arm64: defconfig: Enable wm8960 audio driver

[PATCH 00/19] ipmi: Allow raw access to KCS devices
 2021-02-19 14:25 UTC  (20+ messages)
` [PATCH 01/19] dt-bindings: aspeed-lpc: Remove LPC partitioning
` [PATCH 02/19] ARM: dts: Remove LPC BMC and Host partitions
` [PATCH 03/19] ipmi: kcs: aspeed: Adapt to new LPC DTS layout
` [PATCH 04/19] pinctrl: aspeed-g5: Adapt to new LPC device tree layout
` [PATCH 05/19] soc: aspeed: "
` [PATCH 06/19] ipmi: kcs_bmc_aspeed: Use of match data to extract KCS properties
` [PATCH 07/19] ipmi: kcs_bmc: Make status update atomic
` [PATCH 08/19] ipmi: kcs_bmc: Rename {read, write}_{status, data}() functions
` [PATCH 09/19] ipmi: kcs_bmc: Split out kcs_bmc_cdev_ipmi
` [PATCH 10/19] ipmi: kcs_bmc: Turn the driver data-structures inside-out
` [PATCH 11/19] ipmi: kcs_bmc: Split headers into device and client
` [PATCH 12/19] ipmi: kcs_bmc: Strip private client data from struct kcs_bmc
` [PATCH 13/19] ipmi: kcs_bmc: Decouple the IPMI chardev from the core
` [PATCH 14/19] ipmi: kcs_bmc: Allow clients to control KCS IRQ state
` [PATCH 15/19] ipmi: kcs_bmc: Add a "raw" character device interface
` [PATCH 16/19] dt-bindings: ipmi: Convert ASPEED KCS binding to schema
` [PATCH 17/19] dt-bindings: ipmi: Add optional SerIRQ property to ASPEED KCS devices
` [PATCH 18/19] ipmi: kcs_bmc_aspeed: Implement KCS SerIRQ configuration
` [PATCH 19/19] ipmi: kcs_bmc_aspeed: Fix IBFIE typo from datasheet

[PATCH v2 0/8] Add peripheral support for imx8mm-nitrogen-r2 board
 2021-02-19 14:03 UTC  (9+ messages)
` [PATCH v2 1/8] arm64: dts: imx8mm-nitrogen-r2: add wifi/bt chip
` [PATCH v2 3/8] arm64: dts: imx8mm-nitrogen-r2: add espi2 support
` [PATCH v2 4/8] arm64: dts: imx8mm-nitrogen-r2: add UARTs

[PATCH v4 0/7] drm/sun4i: Add support for dual-link LVDS on the A20
 2021-02-19 13:59 UTC  (8+ messages)
` [PATCH v4 1/7] of: Make of_graph_get_port_by_id take a const device_node
` [PATCH v4 2/7] drm/of: Change the prototype of drm_of_lvds_get_dual_link_pixel_order
` [PATCH v4 3/7] dt-bindings: display: sun4i: Add LVDS Dual-Link property
` [PATCH v4 4/7] drm/sun4i: tcon: Refactor the LVDS and panel probing
` [PATCH v4 5/7] drm/sun4i: tcon: Support the LVDS Dual-Link
` [PATCH v4 6/7] drm/sun4i: tcon: Enable the A20 dual-link output
` [PATCH v4 7/7] [DO NOT MERGE] ARM: dts: sun7i: Enable LVDS Dual-Link on the Cubieboard

[PATCH v2 0/1] clk: sunxi-ng: v3s: use sigma-delta modulation for audio-pll
 2021-02-19 12:01 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v3 01/11] drm/atomic: Pass the full state to planes async atomic check and update
 2021-02-19 12:00 UTC  (4+ messages)
` [PATCH v3 03/11] drm/atmel-hlcdc: Rename custom plane state variable
` [PATCH v3 06/11] drm: Use state helper instead of plane state pointer in atomic_check
` [PATCH v3 07/11] drm: Store new plane state in a variable for atomic_update and disable

[PATCH RESEND v3 0/2] Add support for Topwise A721 tablet
 2021-02-19 11:51 UTC  (3+ messages)
` [PATCH RESEND v3 2/2] ARM: dts: sun4i: "

[PATCH v2 0/4] Add support for QCOM SPMI Flash LEDs
 2021-02-19 11:04 UTC  (6+ messages)
` [PATCH v2 2/4] leds: Add driver "

[PATCH v13 0/5] leds: mt6360: Add LED driver for MT6360
 2021-02-19 10:54 UTC  (7+ messages)
` [PATCH v13 2/5] leds: flash: Fix multicolor no-ops registration by return 0
` [PATCH v13 3/5] dt-bindings: leds: Add LED_FUNCTION_MOONLIGHT definitions
` [PATCH v13 5/5] leds: mt6360: Add LED driver for MT6360

[PATCH v8 00/22] Introduce the Counter character device interface
 2021-02-19  9:21 UTC  (7+ messages)
` [PATCH v8 19/22] counter: Implement extension*_name sysfs attributes
` [PATCH v8 22/22] counter: 104-quad-8: Add IRQ support for the ACCES 104-QUAD-8

[PATCH v3 0/5] phy: phy-fsl-imx8-mipi-dphy: Add i.MX8qxp LVDS PHY mode support
 2021-02-19  9:18 UTC  (2+ messages)

[PATCH v3 0/5] arm64: dts: librem5 phone and devkit dts and config updates
 2021-02-19 10:04 UTC  (6+ messages)
` [PATCH v3 1/5] arm64: dts: imx8mq-librem5-devkit: Drop buck3 startup-ramp-delay
` [PATCH v3 2/5] arm64: dts: librem5: Drop assigned-clocks from SAI2
` [PATCH v3 3/5] arm64: defconfig: Enable devfreq support for i.MX8MQ
` [PATCH v3 4/5] arm64: dts: librem5: protect some partitions of the nor-flash
` [PATCH v3 5/5] arm64: dts: imx8mq-librem5-r2: set nearlevel to 120

[PATCH v1] move page flip handle into cmdq cb
 2021-02-19  9:54 UTC  (2+ messages)
` [PATCH v1] drm/mediatek: "

[PATCH] counter: stm32-timer-cnt: Report count function when SLAVE_MODE_DISABLED
 2021-02-19  9:59 UTC 

[PATCH V3 0/2] cpufreq: cppc: Add support for frequency invariance
 2021-02-19  9:48 UTC  (12+ messages)
` [PATCH V3 1/2] topology: Allow multiple entities to provide sched_freq_tick() callback
` [PATCH V3 2/2] cpufreq: cppc: Add support for frequency invariance

[PATCH v3 0/1] phy: fsl-imx8-mipi-dphy: Hook into runtime pm
 2021-02-19  9:38 UTC  (2+ messages)

[PATCH v5] arm64: Enable perf events based hard lockup detector
 2021-02-19  9:37 UTC  (2+ messages)

[PATCH] soc: ti: omap-prm: Fix occasional abort on reset deassert for dra7 iva
 2021-02-19  8:00 UTC  (2+ messages)

[PATCH V2 1/5] arm64: dts: broadcom: bcm4908: describe USB PHY
 2021-02-19  5:50 UTC  (5+ messages)
` [PATCH V2 2/5] arm64: dts: broadcom: bcm4908: describe Ethernet controller
` [PATCH V2 3/5] arm64: dts: broadcom: bcm4908: describe Netgear R8000P switch
` [PATCH V2 4/5] arm64: dts: broadcom: bcm4908: add remaining Netgear R8000P LEDs
` [PATCH V2 5/5] arm64: dts: broadcom: bcm4908: describe firmware partitions

[PATCH v8 0/6] Enable Linux guests on Hyper-V on ARM64
 2021-02-19  4:40 UTC  (9+ messages)
` [PATCH v8 1/6] arm64: hyperv: Add Hyper-V hypercall and register access utilities
` [PATCH v8 2/6] arm64: hyperv: Add Hyper-V clocksource/clockevent support
` [PATCH v8 3/6] arm64: hyperv: Add kexec and panic handlers
` [PATCH v8 4/6] arm64: hyperv: Initialize hypervisor on boot
` [PATCH v8 5/6] arm64: efi: Export screen_info
` [PATCH v8 6/6] Drivers: hv: Enable Hyper-V code to be built on ARM64

[PATCH v8 0/3] CPUFreq: Add support for opp-sharing cpus
 2021-02-19  4:19 UTC  (5+ messages)
` [PATCH v8 1/3] scmi-cpufreq: Remove deferred probe
` [PATCH v8 2/3] scmi-cpufreq: Get opp_shared_cpus from opp-v2 for EM
` [PATCH v8 3/3] cpufreq: blacklist Arm Vexpress platforms in cpufreq-dt-platdev

[PATCH] ASoC: imx-hdmi: no need to set .owner when using module_platform_driver
 2021-02-19  2:55 UTC  (2+ messages)

[PATCH v2 1/2] kasan: initialize shadow to TAG_INVALID for SW_TAGS
 2021-02-19  0:22 UTC  (2+ messages)
` [PATCH v2 2/2] mm, kasan: don't poison boot memory with tag-based modes

[PATCH] mm, kasan: don't poison boot memory
 2021-02-19  0:09 UTC  (7+ messages)

[PATCH v4 00/10] CoreSight configuration management; ETM strobing
 2021-02-18 23:52 UTC  (5+ messages)
` [PATCH v4 01/10] coresight: syscfg: Initial coresight system configuration
` [PATCH v4 10/10] coresight: docs: Add documentation for CoreSight config

[PATCH -next] soc / drm: mediatek: Mark mtk_mutex_driver with static keyword
 2021-02-18 23:16 UTC  (2+ messages)

[PATCH V3 00/14] arm64: coresight: Enable ETE and TRBE
 2021-02-18 22:51 UTC  (6+ messages)
` [PATCH V3 06/14] dts: bindings: Document device tree bindings for ETE

[PATCH v4 1/2] usb: cdns3: add power lost support for system resume
 2021-02-18 22:51 UTC  (2+ messages)
` [PATCH v1 2/2] usb: cdns3: imx: "

[PATCH 0/2] optee: fix OOM seen due to tee_shm_free()
 2021-02-18 18:12 UTC 

[PATCH RESEND] mm, kasan: don't poison boot memory
 2021-02-18 20:24 UTC  (3+ messages)

[PATCH v5] perf: cs-etm: update ETM metadata format
 2021-02-18 20:08 UTC  (2+ messages)

[PATCH 1/1] arm64: dts: meson: g12b: odroid-n2: Assign a fixed index to mmc devices
 2021-02-18 18:09 UTC  (3+ messages)
` [PATCH v3 1/1] arm64: dts: amlogic: "

[PATCH 1/2] optee: fix tee out of memory failure seen during kexec reboot
 2021-02-18 20:03 UTC 

[PATCH v5] perf tools: Fix arm64 build error with gcc-11
 2021-02-18 19:25 UTC  (3+ messages)

[net-next PATCH v6 00/15] ACPI support for dpaa2 driver
 2021-02-18 19:05 UTC  (3+ messages)
` [net-next PATCH v6 02/15] net: phy: Introduce fwnode_mdio_find_device()

small oddity in commit "power: reset: add driver for LinkStation power off"
 2021-02-18 18:18 UTC  (3+ messages)
  ` [PATCH] power: reset: replace curly brackets in Makefile

[PATCH v2 0/2] KVM: arm64: Prevent spurious PMU accesses when no
 2021-02-18 17:41 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: arm64: Turn kvm_arm_support_pmu_v3() into a static key
` [PATCH v2 2/2] KVM: arm64: Don't access PMSELR_EL0/PMUSERENR_EL0 when no PMU is available

[PATCH] PCI: imx6: Limit DBI register length for imx6qp pcie
 2021-02-18 17:34 UTC  (3+ messages)

[PATCH] staging: vc04_services: Fixed address type mismatch in vchiq_arm.c
 2021-02-18 17:10 UTC  (3+ messages)

[v4] PCI: Avoid unsync of LTR mechanism configuration
 2021-02-18 16:50 UTC  (2+ messages)

[PATCH kvmtool 00/21] Unify I/O port and MMIO trap handling
 2021-02-18 16:41 UTC  (18+ messages)
` [PATCH kvmtool 15/21] vfio: Refactor ioport trap handler
` [PATCH kvmtool 17/21] virtio: Switch trap handling to use MMIO handler
` [PATCH kvmtool 19/21] Remove ioport specific routines
` [PATCH kvmtool 20/21] hw/serial: ARM/arm64: Use MMIO at higher addresses
` [PATCH kvmtool 21/21] hw/rtc: "

[PATCH v2] drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpers
 2021-02-18 16:35 UTC  (2+ messages)

[PATCH v2 00/24] net: stmmac: Fix clocks/reset-related procedures
 2021-02-18 15:55 UTC  (5+ messages)
` [PATCH v2 04/24] dt-bindings: net: dwmac: Refactor snps, *-config properties

usb: cdc-acm: BUG kmalloc-128 Poison overwritten
 2021-02-18 15:52 UTC  (2+ messages)

[PATCH 00/16] net: stmmac: Add DW MAC GPIOs and Baikal-T1 GMAC support
 2021-02-18 15:52 UTC  (5+ messages)
` [PATCH 01/16] dt-bindings: net: dwmac: Add DW GMAC GPIOs properties


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