linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-09 09:56:35 to 2021-11-09 22:29:08 UTC [more...]

[PATCH AUTOSEL 5.15 01/82] arm64: zynqmp: Do not duplicate flash partition label property
 2021-11-09 22:15 UTC  (18+ messages)
` [PATCH AUTOSEL 5.15 02/82] arm64: zynqmp: Fix serial compatible string
` [PATCH AUTOSEL 5.15 03/82] clk: sunxi-ng: Unregister clocks/resets when unbinding
` [PATCH AUTOSEL 5.15 04/82] ARM: dts: sunxi: Fix OPPs node name
` [PATCH AUTOSEL 5.15 05/82] arm64: dts: allwinner: h5: Fix GPU thermal zone "
` [PATCH AUTOSEL 5.15 06/82] arm64: dts: allwinner: a100: Fix "
` [PATCH AUTOSEL 5.15 08/82] ARM: dts: BCM5301X: Fix nodes names
` [PATCH AUTOSEL 5.15 09/82] ARM: dts: BCM5301X: Fix MDIO mux binding
` [PATCH AUTOSEL 5.15 10/82] ARM: dts: NSP: Fix mpcore, mmc node names
` [PATCH AUTOSEL 5.15 11/82] arm64: dts: broadcom: bcm4908: Move reboot syscon out of bus
` [PATCH AUTOSEL 5.15 14/82] ASoC: mediatek: mt8195: Add missing of_node_put()
` [PATCH AUTOSEL 5.15 15/82] arm64: dts: rockchip: Disable CDN DP on Pinebook Pro
` [PATCH AUTOSEL 5.15 16/82] arm64: dts: hisilicon: fix arm, sp805 compatible string
` [PATCH AUTOSEL 5.15 17/82] arm64: dts: rockchip: add Coresight debug range for RK3399
` [PATCH AUTOSEL 5.15 23/82] ARM: dts: ux500: Skomer regulator fixes
` [PATCH AUTOSEL 5.15 27/82] ARM: BCM53016: Specify switch ports for Meraki MR32
` [PATCH AUTOSEL 5.15 28/82] arm64: dts: qcom: msm8998: Fix CPU/L2 idle state latency and residency
` [PATCH AUTOSEL 5.15 29/82] arm64: dts: qcom: ipq6018: Fix qcom, controlled-remotely property

[PATCHv3 0/3] tracing/rwmmio/arm64: Add support to trace register reads/writes
 2021-11-09 22:13 UTC  (15+ messages)
` [PATCHv3 1/3] tracing: Add register read/write tracing support
` [PATCHv3 2/3] arm64/io: Add a header for mmio access instrumentation
` [PATCHv3 3/3] dynamic_debug: Add a flag for dynamic event tracing

[PATCH] ARM: drop cc-option fallbacks for architecture selection
 2021-11-09 21:26 UTC  (4+ messages)

[PATCH v2 0/8] gpiolib header cleanup
 2021-11-09 20:42 UTC  (19+ messages)
` [PATCH v2 1/8] gpiolib: remove irq_to_gpio() definition
` [PATCH v2 2/8] gpiolib: remove empty asm/gpio.h files
` [PATCH v2 3/8] gpiolib: coldfire: remove custom asm/gpio.h
` [PATCH v2 4/8] gpiolib: remove asm-generic/gpio.h
` [PATCH v2 5/8] gpiolib: shrink further
` [PATCH v2 6/8] gpiolib: remove legacy gpio_export
` [PATCH v2 7/8] gpiolib: remove gpio_to_chip
` [PATCH v2 8/8] gpiolib: split linux/gpio/driver.h out of linux/gpio.h

[RFC 1/3] gpiolib: remove irq_to_gpio() definition
 2021-11-09 20:07 UTC  (7+ messages)
` [RFC 2/3] gpiolib: remove empty asm/gpio.h files
` [RFC 3/3] gpiolib: coldfire: remove custom asm/gpio.h

[PATCH v4 0/5] Refactor thermal pressure update to avoid code duplication
 2021-11-09 19:57 UTC  (6+ messages)
` [PATCH v4 1/5] arch_topology: Introduce thermal pressure update function
` [PATCH v4 2/5] thermal: cpufreq_cooling: Use new "
` [PATCH v4 3/5] cpufreq: qcom-cpufreq-hw: Update offline CPUs per-cpu thermal pressure
` [PATCH v4 4/5] cpufreq: qcom-cpufreq-hw: Use new thermal pressure update function
` [PATCH v4 5/5] arch_topology: Remove unused topology_set_thermal_pressure() and related

[RFC PATCH 0/7] static call updates
 2021-11-09 19:45 UTC  (22+ messages)
` [RFC PATCH 1/7] static_call: get rid of static_call_cond()
` [RFC PATCH 2/7] static_call: deal with unexported keys without cluttering up the API
` [RFC PATCH 3/7] static_call: use helper to access non-exported key
` [RFC PATCH 4/7] static_call: fix broken static_call_query() for non-exported keys
` [RFC PATCH 5/7] static_call: use non-function types to refer to the trampolines
` [RFC PATCH 6/7] static_call: rename EXPORT_ macros to be more self-explanatory
` [RFC PATCH 7/7] static_call: add generic support for non-exported keys

[PATCH v3 0/5] Refactor thermal pressure update to avoid code duplication
 2021-11-09 19:09 UTC  (17+ messages)

[PATCH v6 0/2] static call support for arm64
 2021-11-09 19:02 UTC  (5+ messages)
` [PATCH v6 2/2] arm64: implement support for static call trampolines

[PATCH v2 0/5] coresight: syscfg: dynamic load
 2021-11-09 17:59 UTC  (3+ messages)
` [PATCH v2 1/5] coresight: syscfg: Update API to allow dynamic load and unload

[RFC PATCH v2 0/5] Add hardware prefetch driver for A64FX and Intel processors
 2021-11-09 17:44 UTC  (7+ messages)
` [RFC PATCH v2 5/5] docs: ABI: Add sysfs documentation interface of hardware prefetch driver

[PATCH 0/6] arm64 / sched/preempt: support PREEMPT_DYNAMIC with static keys
 2021-11-09 17:24 UTC  (7+ messages)
` [PATCH 1/6] sched/preempt: move PREEMPT_DYNAMIC logic later
` [PATCH 2/6] sched/preempt: refactor sched_dynamic_update()
` [PATCH 3/6] sched/preempt: simplify irqentry_exit_cond_resched() callers
` [PATCH 4/6] sched/preempt: decouple HAVE_PREEMPT_DYNAMIC from GENERIC_ENTRY
` [PATCH 5/6] sched/preempt: add PREEMPT_DYNAMIC using static keys
` [PATCH 6/6] arm64: support PREEMPT_DYNAMIC

[PATCH] media: aspeed: Fix incorrect resolution detected
 2021-11-09 11:22 UTC  (2+ messages)

[PATCH 0/2] Fix Arm Ltd board node name collisions
 2021-11-09 16:46 UTC  (3+ messages)
` [PATCH 1/2] of: Support using 'mask' in making device bus id
` [PATCH 2/2] clk: versatile: clk-icst: Ensure clock names are unique

[PATCH mvebu-dt] ARM: dts: armada-38x: Add generic compatible to UART nodes
 2021-11-09 16:46 UTC 

[PATCH 0/2] clk: samsung: exynos850: Implement CMU_CMGP
 2021-11-09 16:44 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: clock: samsung: Document Exynos850 CMU_CMGP
` [PATCH 2/2] clk: samsung: exynos850: Implement CMU_CMGP domain

[PATCH v2 0/3] perf arm-spe: Add snapshot mode support
 2021-11-09 16:30 UTC  (4+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] perf arm-spe: Implement find_snapshot callback
` [PATCH v2 3/3] perf arm-spe: Snapshot mode test

[PATCH v5.5 00/30] KVM: Scalable memslots implementation
 2021-11-09 16:29 UTC  (5+ messages)
` [PATCH v5.5 20/30] KVM: x86: Use nr_memslot_pages to avoid traversing the memslots array

[RFC 0/5] arm64: imx8mm: Enable Hantro VPUs
 2021-11-09 15:57 UTC  (4+ messages)

[PATCH v12 00/13] amphion video decoder/encoder driver
 2021-11-09 15:46 UTC  (2+ messages)

[PATCH] MIPS: Allow modules to set board_be_handler
 2021-11-09 15:29 UTC  (2+ messages)

[PATCH v4 0/3] watchdog: meson_gxbb_wdt: improve
 2021-11-09 15:30 UTC  (4+ messages)
` [PATCH v4 3/3] watchdog: meson_gxbb_wdt: remove stop_on_reboot

[RFC PATCH] software node: Skip duplicated software_node sysfs
 2021-11-09 15:23 UTC  (2+ messages)

[PATCH] dt-bindings: watchdog: sunxi: fix error in schema
 2021-11-09 15:19 UTC  (2+ messages)

[PATCH net] net: stmmac: allow a tc-taprio base-time of zero
 2021-11-09 15:08 UTC  (7+ messages)
    ` [Linux-stm32] "

[PATCH] arm64: dts: ti: k3-am64-main: add timesync router node
 2021-11-09 15:01 UTC 

[PATCH] drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt
 2021-11-09 14:55 UTC  (2+ messages)

[PATCH v3] firmware: arm_scmi: Free mailbox channels if probe fails
 2021-11-09 14:38 UTC  (7+ messages)

[PATCH v2 0/4] media: HEVC: RPS clean up
 2021-11-09 14:35 UTC  (2+ messages)

[PATCH v2 0/2] arm-spe/cs-etm: Print size using consistent format
 2021-11-09 14:21 UTC  (3+ messages)
` [PATCH v2 1/2] perf cs-etm: "
` [PATCH v2 2/2] perf arm-spe: "

[PATCH 1/5] perf cs-etm: Print size using consistent format
 2021-11-09 13:26 UTC  (6+ messages)
` [PATCH 5/5] perf arm-spe: Snapshot mode test

[PATCH AUTOSEL 4.19 41/47] arm64/sve: Add stub for sve_max_virtualisable_vl()
 2021-11-09 13:20 UTC  (2+ messages)

[PATCH v2 1/7] arm64: dts: mt8183: jacuzzi: remove unused ddc-i2c-bus
 2021-11-09 13:03 UTC  (3+ messages)
` [PATCH v2 7/7] dt-bindings: arm64: dts: mediatek: Add sku22 for mt8183 kakadu board

[PATCH v9, 00/19] Support multi hardware decode using of_platform_populate
 2021-11-09 12:50 UTC  (20+ messages)
` [PATCH v9, 01/19] media: mtk-vcodec: Get numbers of register bases from DT
` [PATCH v9, 02/19] media: mtk-vcodec: Align vcodec wake up interrupt interface
` [PATCH v9, 03/19] media: mtk-vcodec: Refactor vcodec pm interface
` [PATCH v9, 04/19] media: mtk-vcodec: Build decoder pm file as module
` [PATCH v9, 05/19] media: mtk-vcodec: Support MT8192
` [PATCH v9, 06/19] media: mtk-vcodec: Manage multi hardware information
` [PATCH v9, 07/19] dt-bindings: media: mtk-vcodec: Separate video encoder and decoder dt-bindings
` [PATCH v9, 08/19] media: mtk-vcodec: Use pure single core for MT8183
` [PATCH v9, 09/19] media: mtk-vcodec: Add irq interface for multi hardware
` [PATCH v9, 10/19] media: mtk-vcodec: Add msg queue feature for lat and core architecture
` [PATCH v9, 11/19] media: mtk-vcodec: Generalize power and clock on/off interfaces
` [PATCH v9, 12/19] media: mtk-vcodec: Add new interface to lock different hardware
` [PATCH v9, 13/19] media: mtk-vcodec: Add work queue for core hardware decode
` [PATCH v9, 14/19] media: mtk-vcodec: Support 34bits dma address for vdec
` [PATCH v9, 15/19] dt-bindings: media: mtk-vcodec: Adds decoder dt-bindings for mt8192
` [PATCH v9, 16/19] media: mtk-vcodec: Add core dec and dec end ipi msg
` [PATCH v9, 17/19] media: mtk-vcodec: Use codec type to separate different hardware
` [PATCH v9, 18/19] media: mtk-vcodec: Remove mtk_vcodec_release_dec_pm
` [PATCH v9, 19/19] media: mtk-vcodec: Remove mtk_vcodec_release_enc_pm

[PATCH v3 00/25] mtd: spi-nor: Clean params init
 2021-11-09 12:37 UTC  (18+ messages)
` [PATCH v3 10/25] mtd: spi-nor: sst: Use manufacturer late_init() to set _write()
` [PATCH v3 11/25] mtd: spi-nor: spansion: Use manufacturer late_init()
` [PATCH v3 12/25] mtd: spi-nor: core: Call spi_nor_post_sfdp_fixups() only when SFDP is defined
` [PATCH v3 13/25] mtd: spi-nor: sst: Get rid of SST_WRITE flash_info flag
` [PATCH v3 20/25] mtd: spi-nor: sst: sst26vf064b: Init flash based on SFDP

[PATCH v3 00/33] MT8195 IOMMU SUPPORT
 2021-11-09 12:21 UTC  (3+ messages)
` [PATCH v3 12/33] iommu/mediatek: Always tlb_flush_all when each PM resume

[PATCH v1 01/19] lib/string_helpers: Introduce kasprintf_strarray()
 2021-11-09 12:09 UTC  (22+ messages)
` [PATCH v1 13/19] pinctrl: st: Drop wrong kernel doc annotations
` [PATCH v1 14/19] pinctrl: st: Use temporary variable for struct device
` [PATCH v1 15/19] pinctrl: st: Make use of the devm_platform_ioremap_resource_byname()
` [PATCH v1 16/19] pinctrl: st: Convert to use dev_err_probe()
` [PATCH v1 17/19] pinctrl: st: Switch to use devm_kasprintf_strarray()
` [PATCH v1 18/19] pinctrl: zynqmp: Unify pin naming
` [PATCH v1 19/19] gpio: mockup: Switch to use kasprintf_strarray()

[PATCH 0/2] arm64: use SHA3 instructions to speed up XOR
 2021-11-09 12:03 UTC  (3+ messages)
` [PATCH 1/2] arm64/xor: use static calls for inner NEON helpers
` [PATCH 2/2] arm64/xor: use EOR3 instructions when available

[PATCH v2 0/4] perf arm-spe: Track pid/tid for Arm SPE samples
 2021-11-09 11:50 UTC  (5+ messages)
` [PATCH v2 1/4] perf arm-spe: Track task context switch for cpu-mode events
` [PATCH v2 2/4] perf arm-spe: Update --switch-events docs in perf-record
` [PATCH v2 3/4] perf arm-spe: Save context ID in record
` [PATCH v2 4/4] perf arm-spe: Support hardware-based PID tracing

[PATCH] kmap_local: don't assume kmap PTEs are linear arrays in memory
 2021-11-09 11:47 UTC  (6+ messages)

[PATCH 06/12] rtc: ab8500: let the core handle the alarm resolution
 2021-11-09 11:47 UTC  (2+ messages)

Question: SMMUv3 PMU event aliasing
 2021-11-09 11:32 UTC  (2+ messages)

[PATCH] ARM: leave it to core code to manage thread_info::cpu
 2021-11-09 11:23 UTC  (2+ messages)

[PATCH 0/3] perf arm-spe: Track pid/tid for Arm SPE samples
 2021-11-09 11:15 UTC  (7+ messages)
` [PATCH 2/3] perf arm-spe: Save context ID in record
` [PATCH 3/3] perf arm-spe: Support hardware-based PID tracing

[PATCH] pinctrl: apple: Always return valid type in apple_gpio_irq_type
 2021-11-09 11:05 UTC  (2+ messages)

[PATCH 0/2] leds: pca955x: Expose GPIOs for all pins
 2021-11-09 11:03 UTC  (3+ messages)
` [PATCH 1/2] leds: pca955x: Make the gpiochip always expose "

[PATCH v4 0/7] Removal of bcm63xx-wdt
 2021-11-09 10:38 UTC  (3+ messages)
` [PATCH v4 5/7] watchdog: bcm7038_wdt: Add platform device id for bcm63xx-wdt

[PATCH v8, 00/17] Support multi hardware decode using of_platform_populate
 2021-11-09 10:21 UTC  (10+ messages)
` [PATCH v8, 03/17] media: mtk-vcodec: Refactor vcodec pm interface
` [PATCH v8, 04/17] media: mtk-vcodec: Build decoder pm file as module
` [PATCH v8, 07/17] dt-bindings: media: mtk-vcodec: Separate video encoder and decoder dt-bindings

[PATCH v3 0/7] add aspeed-jpeg support for aspeed-video
 2021-11-09 10:17 UTC  (5+ messages)
` [PATCH v3 5/7] media: aspeed: Support aspeed mode to reduce compressed data


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