Linux-ARM-Kernel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-17 00:40:10 to 2023-07-17 12:56:21 UTC [more...]

[PATCH v3 0/4] kernel.h: Split out a couple of macros to args.h
 2023-07-17 12:55 UTC  (3+ messages)
` [PATCH v3 1/4] kernel.h: Split out COUNT_ARGS() and CONCATENATE() "
` [PATCH v3 4/4] genetlink: Replace custom CONCATENATE() implementation

[PATCH] staging: Explicitly include correct DT includes
 2023-07-17 12:38 UTC  (2+ messages)

[PATCH 00/35] arm64/gcs: Provide support for GCS at EL0
 2023-07-17 12:32 UTC  (7+ messages)
` [PATCH 04/35] arm64/gcs: Document the ABI for Guarded Control Stacks
` [PATCH 17/35] arm64/traps: Handle GCS exceptions
` [PATCH 26/35] arm64: Add Kconfig for Guarded Control Stack (GCS)

[PATCH v4 00/13] Add PASID support to SMMUv3 unmanaged domains
 2023-07-17 12:29 UTC  (11+ messages)
` [PATCH v4 02/13] iommu/arm-smmu-v3: Add smmu_s1_cfg to smmu_master

[PATCH v10 0/4] arm64: support batched/deferred tlb shootdown during page reclamation/migration
 2023-07-17 12:26 UTC  (4+ messages)
` [PATCH v10 4/4] "

[PATCH v4 0/2] support PWM for exynosautov9
 2023-07-17 12:22 UTC  (6+ messages)
    ` [PATCH v4 1/2] dt-bindings: pwm: samsung: add exynosautov9 compatible
    ` [PATCH v4 2/2] arm64: dts: exynos: add pwm node for exynosautov9-sadk

[PATCH v2 01/19] clk: meson: introduce meson-clkc-utils
 2023-07-17 12:21 UTC  (2+ messages)

[PATCH] arm64: enable dead code elimination
 2023-07-17 12:15 UTC  (6+ messages)

[PATCH] arm64: dts: rockchip: Fix Wifi/Bluetooth on ROCK Pi 4 boards
 2023-07-17 12:13 UTC  (3+ messages)

[PATCH net-next 1/1] net: stmmac: xgmac: Fix L3L4 filter count
 2023-07-17 12:06 UTC 

[PATCH v2 09/18] soc: renesas: Move power-domain drivers to the genpd dir
 2023-07-17 12:03 UTC  (2+ messages)

[PATCH v3 0/4] Add basic node support for MediaTek MT8188 SoC
 2023-07-17 12:03 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: arm: Add compatible for MediaTek MT8188
` [PATCH v3 2/4] dt-bindings: arm: mediatek: Add mt8188 pericfg compatible
` [PATCH v3 3/4] dt-bindings: soc: mediatek: pwrap: Add compatible for MT8188
` [PATCH v3 4/4] arm64: dts: Add MediaTek MT8188 dts and evaluation board and Makefile

[PATCH v2 0/4] Add basic node support for MediaTek MT8188 SoC
 2023-07-17 12:00 UTC  (4+ messages)
` [PATCH v2 3/4] dt-bindings: soc: mediatek: pwrap: Add compatible for MT8188

[RFC PATCH] arm64: mm: Fix kernel page tables incorrectly deleted during memory removal
 2023-07-17 11:51 UTC 

[PATCH v6 00/11] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-07-17 11:40 UTC  (9+ messages)
` [PATCH v6 01/11] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [PATCH v6 02/11] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [PATCH v6 03/11] KVM: Allow range-based TLB invalidation from common code

[PATCH] watchdog: Explicitly include correct DT includes
 2023-07-17 11:40 UTC  (2+ messages)

[PATCH] soc: samsung: Explicitly include correct DT includes
 2023-07-17 11:37 UTC  (2+ messages)

[PATCH v3 0/5] Implement MTE tag compression for swapped pages
 2023-07-17 11:37 UTC  (6+ messages)
` [PATCH v3 1/5] lib/bitmap: add bitmap_{set,get}_value()
` [PATCH v3 2/5] lib/test_bitmap: add tests for bitmap_{set,get}_value()
` [PATCH v3 3/5] arm64: mte: implement CONFIG_ARM64_MTE_COMP
` [PATCH v3 4/5] arm64: mte: add a test for MTE tags compression
` [PATCH v3 5/5] arm64: mte: add compression support to mteswap.c

[PATCH v3] ACPI/IORT: Remove erroneous id_count check in iort_node_get_rmr_info()
 2023-07-17 11:33 UTC 

[PATCH v7 net-next 00/10] Introduce ndo_hwtstamp_get() and ndo_hwtstamp_set()
 2023-07-17 11:29 UTC  (5+ messages)

[PATCH 0/2] MediaTek clocks: Support mux indices list and 8195 DP
 2023-07-17 11:24 UTC  (7+ messages)
` [PATCH 2/2] clk: mediatek: mt8195-topckgen: Refactor parents for top_dp/edp muxes

[PATCH 0/3] arm64/fpsimd: Fix use after free in SME when changing SVE VL
 2023-07-17 11:19 UTC  (3+ messages)
` [PATCH 1/3] arm64/fpsimd: Ensure SME storage is allocated after SVE VL changes

[PATCH v3 0/4] variable-order, large folios for anonymous memory
 2023-07-17 11:13 UTC  (3+ messages)
` [PATCH v3 2/4] mm: Default implementation of arch_wants_pte_order()

[PATCH net-next 0/3] Remove some unused phylink legacy
 2023-07-17 11:03 UTC  (5+ messages)
` [PATCH net-next 1/3] net: dsa: remove legacy_pre_march2020 detection
` [PATCH net-next 2/3] net: dsa: remove legacy_pre_march2020 from drivers

[PATCH v1] ACPI/IORT: fix IORT Reserved Memory Range node mapping error
 2023-07-17 11:00 UTC  (2+ messages)

[PATCH v2] media: imx: Unstage the imx8mq-mipi-csi2 driver
 2023-07-17 11:00 UTC  (4+ messages)

[PATCH v2 1/1] kernel.h: Split out COUNT_ARGS() and CONCATENATE() to args.h
 2023-07-17 10:50 UTC  (3+ messages)

[PATCH] misc: Explicitly include correct DT includes
 2023-07-17 10:33 UTC  (2+ messages)

[PATCH v4 0/8] Allow dynamic allocation of software IO TLB bounce buffers
 2023-07-17 10:17 UTC  (4+ messages)
` [PATCH v4 1/8] swiotlb: make io_tlb_default_mem local to swiotlb.c

[PATCH v1 0/4] arm64: dts: imx8mq-librem5: description updates
 2023-07-17 10:00 UTC  (5+ messages)
` [PATCH v1 1/4] arm64: dts: imx8mq-librem5: set audio-1v8 always-on
` [PATCH v1 2/4] arm64: dts: imx8mq-librem5-r4: Bump up proximity sensor's near level
` [PATCH v1 3/4] arm64: dts: imx8mq-librem5: Mark tps65982 as wakeup source
` [PATCH v1 4/4] arm64: dts: imx8mq-librem5: Reduce usdhc2's post-power-on-delay-ms to 20ms

[PATCH v1 0/3] iio: adc: meson: tune init sequence
 2023-07-17 10:01 UTC  (4+ messages)

media: imx: imx7-media-csi: Get rid of superfluous call to imx7_csi_mbus_fm t_to_pix_fmt
 2023-07-17  9:57 UTC 

[PATCH v1 0/3] add pmic pca9451a support
 2023-07-17  9:53 UTC  (5+ messages)
` [PATCH v1 2/3] regulator: pca9450: add "
  ` [EXT] "

[PATCH v2] media: aspeed: Fix memory overwrite if timing is 1600x900
 2023-07-17  9:51 UTC 

[PATCH v2] KVM: arm64: Add missing BTI instructions
 2023-07-17  9:48 UTC  (3+ messages)

[PATCH] spmi: mediatek: Fix UAF on device remove
 2023-07-17  9:39 UTC 

[RFC] Support for Arm CCA VMs on Linux
 2023-07-17  9:40 UTC  (5+ messages)

[v6 2/4] dt-bindings: hwmon: Add ASPEED TACH Control documentation
 2023-07-17  9:39 UTC  (9+ messages)

[PATCH 0/4] ipinctrl: pinctrl-zynqmp: Add tri-state configuration support
 2023-07-17  9:33 UTC  (5+ messages)
` [PATCH 1/4] firmware: xilinx: Add support to get platform information
` [PATCH 2/4] firmware: xilinx: Add version check for TRISTATE configuration
` [PATCH 3/4] dt-bindings: pinctrl-zynqmp: Add output-enable configuration
` [PATCH 4/4] pinctrl: pinctrl-zynqmp: Add support for output-enable and bias-high impedance

[PATCH v7 0/7] Initial support Cadence MHDP8501(HDMI/DP) for i.MX8MQ
 2023-07-17  9:34 UTC  (10+ messages)
` [PATCH v7 1/7] drm: bridge: Cadence: convert mailbox functions to macro functions
` [PATCH v7 2/7] phy: Add HDMI configuration options
` [PATCH v7 3/7] dt-bindings: display: bridge: Add Cadence MHDP850
` [PATCH v7 4/7] drm: bridge: Cadence: Add MHDP8501 DP/HDMI driver
` [PATCH v7 5/7] dt-bindings: phy: Add Freescale iMX8MQ DP and HDMI PHY
` [PATCH v7 6/7] phy: freescale: Add DisplayPort PHY driver for i.MX8MQ
` [PATCH v7 7/7] phy: freescale: Add HDMI "

[PATCH 1/1] drm/imx/dcss: Use dev_err_probe
 2023-07-17  9:29 UTC 

[PATCH] hwtracing: coresight: Explicitly include correct DT includes
 2023-07-17  9:26 UTC  (2+ messages)

[PATCH] ACPI/IORT: fix IORT Reserved Memory Range node mapping error
 2023-07-17  9:25 UTC  (5+ messages)

[PATCH] clocksource/drivers/arm_arch_timer: Disable timer before programming CVAL
 2023-07-17  9:22 UTC  (2+ messages)

[PATCH] arm64: Explicitly include correct DT includes
 2023-07-17  9:06 UTC  (2+ messages)

[PATCH v2 1/1] ARM: dts: imx6qdl-mba6: Add missing supply regulator for lm75 and at24
 2023-07-17  8:54 UTC 

[PATCH] ACPI/IORT: fix IORT Reserved Memory Range node mapping error
 2023-07-17  8:42 UTC 

[PATCH v5 0/2] clk: fractional-divider: Improve approximation when zero based and export
 2023-07-17  8:24 UTC  (2+ messages)

Fwd: [PATCH] arm: mm: replace snprintf in show functions with sysfs_emit
 2023-07-17  8:22 UTC  (3+ messages)

[PATCH 1/2] media: mediatek: vcodec: checking decoder ack message parameter
 2023-07-17  8:13 UTC  (2+ messages)
` [PATCH 2/2] media: mediatek: vcodec: checking encoder "

[RESEND PATCH v2] arm64: defconfig: enable the SerDes PHY for Qualcomm DWMAC
 2023-07-17  8:06 UTC 

[PATCH v3 00/18] Add basic Minidump kernel driver support
 2023-07-17  8:02 UTC  (4+ messages)
` (subset) "

[PATCH 1/3] MAINTAINERS: soc: reference maintainer profile
 2023-07-17  7:58 UTC  (6+ messages)
` [PATCH 2/3] Documentation/process: maintainer-soc: add clean platforms profile

[PATCH] ACPI/IORT: fix IORT Reserved Memory Range node mapping error
 2023-07-17  7:57 UTC 

[PATCH bpf-next v4 0/3] bpf, arm64: use BPF prog pack allocator in BPF JIT
 2023-07-17  7:50 UTC  (4+ messages)

[PATCH] soc: mediatek: Explicitly include correct DT includes
 2023-07-17  7:50 UTC  (2+ messages)

[PATCH v4 0/4] Fix mediatek-drm coverity issues
 2023-07-17  7:47 UTC  (3+ messages)
` [PATCH v4 3/4] drm/mediatek: Fix unintentional integer overflow in multiplying different types

[PATCH v3 00/11] Add DELETE_BUF ioctl
 2023-07-17  7:44 UTC  (14+ messages)
` [PATCH v3 04/11] media: videobuf2: Stop define VB2_MAX_FRAME as global
` [PATCH v3 10/11] media: v4l2: Add DELETE_BUF ioctl

[PATCH RFC 0/9] perf tool: sys event metric support re-write
 2023-07-17  7:41 UTC  (13+ messages)
` [PATCH RFC 4/9] perf jevents: Add sys_events_find_events_table()

[PATCH] media: amphion: fix some issues reported by coverity
 2023-07-17  7:40 UTC 

[RESEND PATCH v2] arm64: defconfig: enable the SerDes PHY for Qualcomm DWMAC
 2023-07-17  7:35 UTC  (3+ messages)

[PATCH v4 0/3] Add support for WDIOF_CARDRESET on TI AM65x
 2023-07-17  7:23 UTC  (19+ messages)
` [PATCH v4 1/3] dt-bindings: watchdog: ti,rti-wdt: Add support for WDIOF_CARDRESET
` [DONOTMERGE PATCH v4 2/3] arm64: dts: ti: Add reserved memory for watchdog
` [PATCH v4 3/3] watchdog:rit_wdt: Add support for WDIOF_CARDRESET

[PATCH V3 0/2] Add pinctrl driver support for Amlogic C3 SoCs
 2023-07-17  7:24 UTC  (4+ messages)
` [PATCH V3 2/2] pinctrl: Add "

[PATCH] reset: Explicitly include correct DT includes
 2023-07-17  7:24 UTC  (2+ messages)

[PATCH] firmware: Explicitly include correct DT includes
 2023-07-17  7:18 UTC  (2+ messages)

[PATCH] ARM: dts: imx25/karo-tx25: Replace NO_PAD_CTL by explicit pad configuration
 2023-07-17  7:03 UTC  (3+ messages)

[PATCH 0/9] drm/bridge: imx: Add i.MX93 MIPI DSI support
 2023-07-17  6:44 UTC  (11+ messages)
` [PATCH 1/9] drm/bridge: synopsys: dw-mipi-dsi: Add dw_mipi_dsi_get_bridge() helper
` [PATCH 2/9] drm/bridge: synopsys: dw-mipi-dsi: Add input bus format negotiation support
` [PATCH 3/9] drm/bridge: synopsys: dw-mipi-dsi: Force input bus flags
` [PATCH 4/9] drm/bridge: synopsys: dw-mipi-dsi: Add mode fixup support
` [PATCH 5/9] drm/bridge: synopsys: dw-mipi-dsi: Use pixel clock rate to calculate lbcc
` [PATCH 6/9] drm/bridge: synopsys: dw-mipi-dsi: Set minimum lane byte clock cycles for HSA and HBP
` [PATCH 7/9] drm/bridge: synopsys: dw-mipi-dsi: Disable HSTX and LPRX timeout check
` [PATCH 8/9] dt-bindings: display: bridge: Document Freescale i.MX93 MIPI DSI
` [PATCH 9/9] drm/bridge: imx: Add i.MX93 MIPI DSI support

[PATCH v5 0/3] Add support for WDIOF_CARDRESET on TI AM65x
 2023-07-17  6:41 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: watchdog: ti,rti-wdt: Add support for WDIOF_CARDRESET
` [DONOTMERGE PATCH v5 2/3] arm64: dts: ti: Add reserved memory for watchdog
` [PATCH v5 3/3] watchdog:rit_wdt: Add support for WDIOF_CARDRESET

[PATCH v3] arm64: dts: exynos: add pwm node for exynosautov9-sadk
 2023-07-17  6:42 UTC  (2+ messages)

[PATCH 0/8] mtd: rawnand: qcom: Misc fixes
 2023-07-17  6:38 UTC  (17+ messages)
` [PATCH 1/8] mtd: rawnand: qcom: Use the BIT() macro
` [PATCH 2/8] mtd: rawnand: qcom: Use u8 instead of uint8_t
` [PATCH 3/8] mtd: rawnand: qcom: Fix alignment with open parenthesis
` [PATCH 4/8] mtd: rawnand: qcom: Fix the spacing
` [PATCH 5/8] mtd: rawnand: qcom: Fix wrong indentation
` [PATCH 6/8] mtd: rawnand: qcom: Fix a typo
` [PATCH 7/8] mtd: rawnand: qcom: Early structure initialization
` [PATCH 8/8] mtd: rawnand: qcom: Fix address parsing within ->exec_op()

[PATCH 0/6] Add NSS clock controller support for IPQ9574
 2023-07-17  6:36 UTC  (7+ messages)
` [PATCH 3/6] dt-bindings: clock: Add ipq9574 NSSCC clock and reset definitions
` [PATCH 4/6] clk: qcom: Add NSS clock Controller driver for IPQ9574

[PATCH v2 0/3] support PWM for exynosautov9
 2023-07-17  6:22 UTC  (9+ messages)
  ` [PATCH v2 2/3] pwm: samsung: Add compatible for ExynosAutov9 SoC
  ` [PATCH v2 1/3] dt-bindings: pwm: samsung: add exynosautov9 compatible

[PATCH] ARM: dts: exynos/i9100: Fix LCD screen's physical size
 2023-07-17  6:06 UTC  (2+ messages)

[PATCH] arm: mm: Convert snprintf to scnprintf
 2023-07-17  6:00 UTC 

[PATCH v1 0/3] arm64: Support Cortex-X4 CPU for Perf Arm SPE
 2023-07-17  5:43 UTC  (4+ messages)
` [PATCH v1 1/3] arm64: Add Cortex-X4 CPU part definitions
` [PATCH v1 2/3] tools headers arm64: Sync "
` [PATCH v1 3/3] perf arm-spe: Support data source for Cortex-X4 CPU

[PATCH v4 0/2] support 512B ECC step size for Meson NAND
 2023-07-17  5:34 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: nand: meson: make ECC properties dependent
` [PATCH v4 2/2] mtd: rawnand: meson: support for 512B ECC step size

[PATCH v2] drm/mediatek: fix uninitialized symbol
 2023-07-17  3:59 UTC  (3+ messages)

Memory providers multiplexing (Was: [PATCH net-next v4 4/5] page_pool: remove PP_FLAG_PAGE_FRAG flag)
 2023-07-17  3:08 UTC  (19+ messages)

[RESEND] ARM: dts: nxp/imx6sll: fix wrong property name in usbphy node
 2023-07-17  2:28 UTC 

[PATCH] ARM: dts: imx6sll: fix wrong property name in usbphy node
 2023-07-17  2:09 UTC  (3+ messages)
  ` [EXT] "

[PATCH] arm64: Add the arm64.nolse_atomics command line option
 2023-07-17  2:01 UTC  (12+ messages)

[PATCH 5.15] dm init: add dm-mod.waitfor to wait for asynchronously probed block devices
 2023-07-17  1:57 UTC  (2+ messages)

[PATCH] arm64: dts: freescale: fix imx8mm-venice-gw72xx-0x-imx219 overlay
 2023-07-17  0:48 UTC  (2+ messages)

[PATCH] arm64: dts: imx8mm: add imx8mm-venice-gw73xx-0x-rpidsi overlay for display
 2023-07-17  0:46 UTC  (2+ messages)

[PATCH v3] arm64: dts: imx8mp-venice-gw74xx: update to revB PCB
 2023-07-17  0:39 UTC  (2+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).