linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-18 20:30:24 to 2023-09-19 11:01:14 UTC [more...]

[PATCH] drm/mediatek: Add spinlock for setting vblank event in atomic_begin
 2023-09-19 11:00 UTC  (5+ messages)

[PATCH v7 00/49] Add DELETE_BUF ioctl
 2023-09-19 10:57 UTC  (20+ messages)
` [PATCH v7 01/49] media: videobuf2: Rework offset 'cookie' encoding pattern
` [PATCH v7 02/49] media: videobuf2: Stop spamming kernel log with all queue counter
` [PATCH v7 06/49] media: mediatek: vdec: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v7 07/49] media: sti: hva: "
` [PATCH v7 09/49] media: atomisp: "
` [PATCH v7 11/49] media: videobuf2: Access vb2_queue bufs array through helper functions
` [PATCH v7 12/49] media: videobuf2: Be more flexible on the number of queue stored buffers
` [PATCH v7 13/49] media: verisilicon: Refactor postprocessor to store more buffers
` [PATCH v7 22/49] media: i2c: Stop direct calls to queue num_buffers field

[PATCH 0/2] MediaTek MDP3: use devicetree to retrieve SCP
 2023-09-19 10:57 UTC  (9+ messages)
` [PATCH 1/2] media: dt-bindings: mediatek: Add phandle to mediatek,scp on MDP3 RDMA
` [PATCH 2/2] media: platform: mtk-mdp3: Use devicetree phandle to retrieve SCP

[PATCH 00/10] Add mediate-drm secure flow for SVP
 2023-09-19 10:54 UTC  (13+ messages)
` [PATCH 01/10] drm/mediatek: Add interface to allocate MediaTek GEM buffer
` [PATCH 02/10] drm/mediatek/uapi: Add DRM_MTK_GEM_CREATED_ENCRYPTTED flag
` [PATCH 03/10] drm/mediatek: Add secure buffer control flow to mtk_drm_gem
` [PATCH 04/10] drm/mediatek: Add secure identify flag and funcution to mtk_drm_plane
` [PATCH 05/10] drm/mediatek: Add mtk_ddp_sec_write to config secure buffer info
` [PATCH 06/10] drm/mediatek: Add get_sec_port interface to mtk_ddp_comp
` [PATCH 07/10] drm/mediatek: Add secure layer config support for ovl
` [PATCH 08/10] drm/mediatek: Add secure layer config support for ovl_adaptor
` [PATCH 09/10] drm/mediatek: Add secure flow support to mediatek-drm
` [PATCH 10/10] arm64: dts: mt8195-cherry: Add secure mbox settings for vdosys

[PATCH] coresight: tmc-etr: Disable warnings for allocation failures
 2023-09-19 10:53 UTC  (2+ messages)

[PATCH 00/37] arm64: Remove cpus_have_const_cap()
 2023-09-19 10:52 UTC  (39+ messages)
` [PATCH 01/37] clocksource/drivers/arm_arch_timer: Initialize evtstrm after finalizing cpucaps
` [PATCH 02/37] arm64/arm: xen: enlighten: Fix KPTI checks
` [PATCH 03/37] arm64: Factor out cpucap definitions
` [PATCH 04/37] arm64: Add cpucap_is_possible()
` [PATCH 05/37] arm64: Add cpus_have_final_boot_cap()
` [PATCH 06/37] arm64: Rework setup_cpu_features()
` [PATCH 07/37] arm64: Fixup user features at boot time
` [PATCH 08/37] arm64: Split kpti_install_ng_mappings()
` [PATCH 09/37] arm64: kvm: Use cpus_have_final_cap() explicitly
` [PATCH 10/37] arm64: Explicitly save/restore CPACR when probing SVE and SME
` [PATCH 11/37] arm64: Rename SVE/SME cpu_enable functions
` [PATCH 12/37] arm64: Use a positive cpucap for FP/SIMD
` [PATCH 13/37] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_{ADDRESS,GENERIC}_AUTH
` [PATCH 14/37] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_ARMv8_4_TTL
` [PATCH 15/37] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_BTI
` [PATCH 16/37] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_CACHE_DIC
` [PATCH 17/37] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_CNP
` [PATCH 18/37] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_DIT
` [PATCH 19/37] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_GIC_PRIO_MASKING
` [PATCH 20/37] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_PAN
` [PATCH 21/37] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_EPAN
` [PATCH 22/37] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_RNG
` [PATCH 23/37] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_WFXT
` [PATCH 24/37] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_TLB_RANGE
` [PATCH 25/37] arm64: Avoid cpus_have_const_cap() for ARM64_MTE
` [PATCH 26/37] arm64: Avoid cpus_have_const_cap() for ARM64_SSBS
` [PATCH 27/37] arm64: Avoid cpus_have_const_cap() for ARM64_SPECTRE_V2
` [PATCH 28/37] arm64: Avoid cpus_have_const_cap() for ARM64_{SVE,SME,SME2,FA64}
` [PATCH 29/37] arm64: Avoid cpus_have_const_cap() for ARM64_UNMAP_KERNEL_AT_EL0
` [PATCH 30/37] arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_843419
` [PATCH 31/37] arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_1542419
` [PATCH 32/37] arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_1742098
` [PATCH 33/37] arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_2645198
` [PATCH 34/37] arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_CAVIUM_23154
` [PATCH 35/37] arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_NVIDIA_CARMEL_CNP
` [PATCH 36/37] arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_REPEAT_TLBI
` [PATCH 37/37] arm64: Remove cpus_have_const_cap()

[PATCH v3 0/2] soc: mediatek: svs: add support for mt8188
 2023-09-19 10:52 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: soc: mediatek: add mt8188 svs dt-bindings
` [PATCH v3 2/2] soc: mediatek: svs: add support for mt8188

[PATCH v3 00/12] regulator: mt6366: Split out of MT6358 and cleanup
 2023-09-19 10:43 UTC  (13+ messages)
` [PATCH v3 01/12] dt-bindings: mfd: mt6397: Split out compatible for MediaTek MT6366 PMIC
` [PATCH v3 02/12] regulator: dt-bindings: mt6358: Convert to DT schema
` [PATCH v3 03/12] regulator: dt-bindings: mt6358: Add regulator-allowed-modes property
` [PATCH v3 04/12] regulator: dt-bindings: mt6358: Add regulator supplies
` [PATCH v3 05/12] regulator: dt-bindings: mt6358: Add MT6366 PMIC
` [PATCH v3 06/12] regulator: mt6358: Use mt6397-regulator.h binding header for buck mode macros
` [PATCH v3 07/12] regulator: mt6358: Add supply names for MT6358 regulators
` [PATCH v3 08/12] regulator: mt6358: fix and drop type prefix in MT6366 regulator node names
` [PATCH v3 09/12] regulator: mt6358: Make MT6366 vcn18 LDO configurable
` [PATCH v3 10/12] regulator: mt6358: Add missing regulators for MT6366
` [PATCH v3 11/12] regulator: mt6358: Add supply names for MT6366 regulators
` [PATCH v3 12/12] arm64: dts: mediatek: mt8183-kukui: Add PMIC regulator supplies

[PATCH v8 23/24] iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()
 2023-09-19 10:44 UTC  (2+ messages)

[PATCH v3 00/13] arm_scmi/cpufreq: Add generic performance scaling support
 2023-09-19 10:24 UTC  (4+ messages)

[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
 2023-09-19 10:24 UTC  (31+ messages)
` [RFC PATCH v2 14/35] ACPI: Only enumerate enabled (or functional) devices
` [RFC PATCH v2 21/35] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [RFC PATCH v2 22/35] ACPI: Check _STA present bit before making CPUs not present
` [RFC PATCH v2 23/35] ACPI: Warn when the present bit changes but the feature is not enabled
` [RFC PATCH v2 24/35] drivers: base: Implement weak arch_unregister_cpu()
` [RFC PATCH v2 25/35] LoongArch: Use the __weak version of arch_unregister_cpu()
` [RFC PATCH v2 26/35] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [RFC PATCH v2 28/35] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper
` [RFC PATCH v2 29/35] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [RFC PATCH v2 30/35] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [RFC PATCH v2 31/35] arm64: psci: Ignore DENIED CPUs
` [RFC PATCH v2 32/35] ACPI: add support to register CPUs based on the _STA enabled bit

[PATCH] arm64: dts: imx8mp: assign parent clock and rate for audio clocks
 2023-09-19 10:22 UTC  (4+ messages)

[PATCH] drm/meson: fix memory leak on ->hpd_notify callback
 2023-09-19  9:54 UTC  (3+ messages)

[PATCH v11] drm: Add initial ci/ subdirectory
 2023-09-19  9:53 UTC  (15+ messages)

[PATCH net-next v6 0/3] net: axienet: Introduce dmaengine
 2023-09-19  9:52 UTC  (5+ messages)
` [PATCH net-next v6 2/3] net: axienet: Preparatory changes for dmaengine support
` [PATCH net-next v6 3/3] net: axienet: Introduce "

[PATCH v1 0/2] arm64: perf: Add support for event counting threshold
 2023-09-19  9:51 UTC  (3+ messages)
` [PATCH v1 1/2] "
` [PATCH v1 2/2] Documentation: arm64: Document the PMU event counting threshold feature

[PATCH v2 00/13] PCI/ASPM: Make ASPM in core robust and remove driver workarounds
 2023-09-19  9:40 UTC  (7+ messages)
` [PATCH v2 09/13] wifi: ath10k: Use pci_disable/enable_link_state()
` [PATCH v2 10/13] wifi: ath11k: "
` [PATCH v2 11/13] wifi: ath12k: "

[PATCH] remoteproc: mediatek: Detect single/multi core SCP with rpmsg-name property
 2023-09-19  9:39 UTC  (3+ messages)

[PATCH] remoteproc: mediatek: Refactor single core check and fix retrocompatibility
 2023-09-19  9:23 UTC 

[PATCH v2 00/17] pmdomain: Move Kconfig options/files to the pmdomain subsystem
 2023-09-19  9:09 UTC  (3+ messages)
` [PATCH v2 16/17] pmdomain: ti: Move and add Kconfig options "

[PATCH v3 1/2] dt-bindings: stm32: document MYD-YA151C-T development board
 2023-09-19  9:08 UTC  (3+ messages)
` [PATCH v3 2/2] ARM: dts: stm32: Add MyirTech MYD-YA151C-T development board support

[PATCH v3 0/6] gpio: update i.MX93/8ULP and support i.MX95
 2023-09-19  9:04 UTC  (5+ messages)
` [PATCH v3 2/6] dt-bindings: gpio: vf610: correct i.MX8ULP and i.MX93
` [PATCH v3 4/6] gpio: vf610: add i.MX8ULP of_device_id entry

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-19  9:01 UTC  (6+ messages)
` [RFC PATCH v12 10/33] KVM: Set the stage for handling only shared mappings in mmu_notifier events
` [RFC PATCH v12 14/33] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory

[PATCH 0/2] Add qcom hvc/shmem transport
 2023-09-19  8:56 UTC  (7+ messages)
` [PATCH v4 0/4] Add qcom hvc/shmem transport support

[PATCH 00/14] add driver to support secure video decoder
 2023-09-19  8:53 UTC  (8+ messages)
` [PATCH 12/14] media: medkatek: vcodec: set secure mode to decoder driver

[PATCH v17 00/14] Add support for MT8195 SCP 2nd core
 2023-09-19  8:45 UTC  (7+ messages)

[PATCH v2] net: stmmac: fix incorrect rxq|txq_stats reference
 2023-09-19  8:40 UTC  (2+ messages)

[PATCH] regulator: mt6358: return error for get/set mode op on linear range LDO
 2023-09-19  8:36 UTC 

[PATCH RESEND] spi: zynqmp-gqspi: fix clock imbalance on probe failure
 2023-09-19  8:34 UTC 

[PATCH net-next 02/54] net: ethernet: actions: Convert to platform remove callback returning void
 2023-09-19  8:33 UTC  (10+ messages)
` [PATCH net-next 04/54] net: ethernet: allwinner: "
` [PATCH net-next 09/54] net: ethernet: arc: "
` [PATCH net-next 16/54] net: ethernet: cortina: "
` [PATCH net-next 30/54] net: ethernet: mediatek: "
` [PATCH net-next 33/54] net: ethernet: microchip: "
` [PATCH net-next 39/54] net: ethernet: nxp: "
` [PATCH net-next 53/54] net: ethernet: xilinx: "

[PATCH net-next 0/9] net: dsa: Convert to platform remove callback returning void
 2023-09-19  8:14 UTC  (4+ messages)
` [PATCH net-next 5/9] net: dsa: mt7530: "

[PATCH 1/2] usb: xhci-mtk: add a bandwidth budget table
 2023-09-19  7:57 UTC  (3+ messages)

[PATCH 0/6] arm64: xilinx: Tune DTSes to remove warnings from make W=1 dtbs
 2023-09-19  7:56 UTC  (8+ messages)
` [PATCH 1/6] arm64: xilinx: Do not use '_' in DT node names
` [PATCH 3/6] arm64: xilinx: Remove mt25qu512a compatible string from SOM

[PATCH 00/13] imx8mp: first clock propagation attempt (for LVDS)
 2023-09-19  7:39 UTC  (18+ messages)
` [PATCH 01/13] arm64: dts: imx8mp: lvds_bridge: use root instead of composite
` [PATCH 03/13] clk: implement clk_hw_set_rate()
` [PATCH 05/13] clk: keep track of the trigger of an ongoing clk_set_rate
` [PATCH 06/13] clk: keep track if a clock is explicitly configured
` [PATCH 07/13] clk: detect unintended rate changes

Pytanie o samochód
 2023-09-19  7:30 UTC 

[RFT PATCH 2/6] drm: Call drm_atomic_helper_shutdown() at shutdown time for misc drivers
 2023-09-19  7:31 UTC  (4+ messages)
` [RFT PATCH 5/6] drm: Call drm_atomic_helper_shutdown() at shutdown/remove "

[PATCH 0/3] Add AM65x ICSSG Ethernet support
 2023-09-19  6:52 UTC  (8+ messages)
` [PATCH 2/3] arm64: dts: ti: am654-base-board: add ICSSG2 "

[PATCH] mm: add statistics for PUD level pagetable
 2023-09-19  6:47 UTC  (2+ messages)

[PATCH v5 00/14] add support MDP3 on MT8195 platform
 2023-09-19  6:43 UTC  (3+ messages)

[PATCH v2 0/2] Avoid spurious ptimer interrupts for non-zero cntpoff
 2023-09-19  6:15 UTC  (6+ messages)
` [PATCH v2 2/2] KVM: arm64: timers: Save restore CVAL of a ptimer across guest entry and exits

[PATCH] stm class: Use memdup_user_nul() to simplify stm_char_policy_set_ioctl()
 2023-09-19  5:45 UTC 

[PATCH] arm64: dts: ti: k3-am654-base-board: Add I2C I/O expander
 2023-09-19  5:03 UTC 

[PATCH v2 wireless-next 9/9] wifi: ath9k: Remove unnecessary (void*) conversions
 2023-09-19  4:52 UTC 

[PATCH v2 wireless-next 3/9] wifi: wcn36xx: remove unnecessary (void*) conversions
 2023-09-19  4:49 UTC 

[PATCH v2 wireless-next 0/9] Remove unnecessary (void*) conversions
 2023-09-19  4:48 UTC 

[PATCH v2 0/2] Revamp k3-socinfo driver
 2023-09-19  3:47 UTC  (4+ messages)
` [PATCH v2 1/2] soc: ti: k3-socinfo: Revamp driver to accommodate different rev structs

[PATCH 00/15] Add CMDQ secure driver for SVP
 2023-09-19  3:04 UTC  (7+ messages)
` [PATCH 06/15] mailbox: mediatek: Add cmdq_mbox_stop to disable GCE thread
` [PATCH 08/15] soc: mediatek: Add cmdq_pkt_finalize_loop to CMDQ driver
` [PATCH 11/15] soc: mediatek: Add cmdq_insert_backup_cookie before EOC for secure pkt

[RESEND PATCH v1 4/8] clk: rockchip: Avoid __clk_lookup() calls
 2023-09-19  1:59 UTC 

[PATCH 0/7] arch/*: config: Remove ReiserFS from defconfig
 2023-09-19  0:00 UTC  (3+ messages)

[PATCH v3 0/7] Iommu: Retire bus ops
 2023-09-18 23:25 UTC  (5+ messages)
` [PATCH v3 2/7] iommu: Decouple iommu_present() from "

[PATCH net-next v2 0/2] net: ethernet: mtk_eth_soc: add paths and SerDes modes
 2023-09-18 22:26 UTC  (3+ messages)
` [PATCH net-next v2 1/2] dt-bindings: net: mediatek,net: add phandles for SerDes on MT7988
` [PATCH net-next v2 2/2] net: ethernet: mtk_eth_soc: add paths and SerDes modes for MT7988

[PATCH v2 1/1] PCI: mediatek: Correct type for virt_to_phys()
 2023-09-18 21:14 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: pinctrl: mtmips: add deprecated ralink,rt2880-pinmux
 2023-09-18 21:12 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: pinctrl: mtmips: document pins of groups

[PATCH 0/4] consolidate and cleanup CPU capacity
 2023-09-18 20:46 UTC  (5+ messages)
` [PATCH 4/4] energy_model: use a fixed reference frequency

[PATCH net-next 1/2] dt-bindings: net: mediatek,net: remove reference on top level schema
 2023-09-18 20:30 UTC  (4+ messages)
` [PATCH net-next 2/2] dt-bindings: net: mediatek,net: move mediatek,mt7621-eth to another schema


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