Linux-ARM-Kernel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-13 03:18:58 to 2024-03-13 16:25:50 UTC [more...]

[PATCH 0/3] remoteproc: introduce Arm remoteproc support
 2024-03-13 16:25 UTC  (9+ messages)
` [PATCH 1/3] remoteproc: Add Arm remoteproc driver

[PATCH] clocksource/drivers/timer-sun4i: Partially convert to a platform driver
 2024-03-13 16:23 UTC  (6+ messages)

[PATCH v3] ARM64: Dynamically allocate cpumasks and increase supported CPUs to 512
 2024-03-13 16:22 UTC  (8+ messages)

[PATCH v11 00/10] spi: Add support for stacked/parallel memories
 2024-03-13 16:03 UTC  (19+ messages)
` [PATCH v11 07/10] mtd: spi-nor: Add stacked memories support in spi-nor

[GIT PULL] arm64 updates
 2024-03-13 16:00 UTC 

memory leak in kvm_init_stage2_mmu
 2024-03-13 15:54 UTC  (2+ messages)

[PATCH 04/10] perf: Rename PERF_PMU_CAP_NO_INTERRUPT
 2024-03-13 15:44 UTC  (3+ messages)

[PATCH v3 08/12] treewide: Use initializer for struct vm_unmapped_area_info
 2024-03-13 15:40 UTC  (3+ messages)

[PATCH] net: dsa: mt7530: disable LEDs before reset
 2024-03-13 15:38 UTC  (5+ messages)
` [PATCH] net: dsa: mt7530: increase reset hold time

[PATCH v17 00/35] Drivers for Gunyah hypervisor
 2024-03-13 15:35 UTC  (9+ messages)
` [PATCH v17 13/35] gunyah: vm_mgr: Add framework for VM Functions
` [PATCH v17 14/35] virt: gunyah: Add hypercalls for running a vCPU
` [PATCH v17 15/35] virt: gunyah: Add proxy-scheduled vCPUs
` [PATCH v17 16/35] gunyah: Add hypercalls for demand paging

[RFC PATCH 0/2] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
 2024-03-13 15:34 UTC  (8+ messages)
` [RFC PATCH 1/2] KVM: arm64: Add PSCI SYSTEM_OFF2 function "
` [RFC PATCH 2/2] arm64: Use SYSTEM_OFF2 PSCI call to power off for hibernate

[PATCH] mipi-csis: Emit V4L2_EVENT_FRAME_SYNC events
 2024-03-13 15:30 UTC 

[PATCH v8 00/43] arm64: Add support for LPA2 and WXN at stage 1
 2024-03-13 15:31 UTC  (7+ messages)
` [PATCH v8 42/43] mm: add arch hook to validate mmap() prot flags

[PATCH v2 00/15] dmaengine: bcm2835: add BCM2711 40-bit DMA support
 2024-03-13 15:26 UTC  (24+ messages)
` [PATCH v2 01/15] dmaengine: bcm2835: Fix several spellos
` [PATCH v2 02/15] dmaengine: bcm2835: Add support for per-channel flags
` [PATCH v2 03/15] dmaengine: bcm2835: Add NO_WAIT_RESP, DMA_WIDE_SOURCE and DMA_WIDE_DEST flag
` [PATCH v2 04/15] dmaengine: bcm2835: Support dma flags for multi-beat burst
` [PATCH v2 05/15] dmaengine: bcm2835: Fixes for dma_abort
` [PATCH v2 06/15] dmaengine: bcm2835: Support common dma-channel-mask
` [PATCH v2 07/15] dmaengine: bcm2835: move CB info generation into separate function
` [PATCH v2 08/15] dmaengine: bcm2835: move CB final extra info generation into function
` [PATCH v2 09/15] dmaengine: bcm2835: make address increment platform independent
` [PATCH v2 10/15] dmaengine: bcm2385: drop info parameters
` [PATCH v2 11/15] dmaengine: bcm2835: pass dma_chan to generic functions
` [PATCH v2 12/15] dmaengine: bcm2835: introduce multi platform support
` [PATCH v2 13/15] dt-bindings: dma: Added bcm2711-dma
` [PATCH v2 14/15] dmaengine: bcm2835: Add BCM2711 40-bit DMA support
` [PATCH v2 15/15] ARM: dts: bcm2711: add bcm2711-dma node

[RFC PATCH v3 0/7] Add virtio_rtc module and related changes
 2024-03-13 14:50 UTC  (14+ messages)

[PATCH] arm64: dts: mediatek: mt8192-asurada: Update min voltage constraint for Vgpu
 2024-03-13 14:36 UTC  (2+ messages)

[PATCH v1 1/1] net: stmmac: dwmac-rk: Remove unused of_gpio.h
 2024-03-13 14:17 UTC  (2+ messages)

[PATCH 0/2] Add missing chassis-type to MTK Chromebooks DTs
 2024-03-13 14:15 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: mediatek: Complete chassis-type for MT8183 Chromebooks
` [PATCH 2/2] arm64: dts: mediatek: Add missing chassis-type to MT8192 Chromebooks

[PATCH] media: mediatek: vcodec: Fix oops when HEVC init fails
 2024-03-13 14:00 UTC  (2+ messages)

[PATCH v3,0/2] media: adding lock to protect the context list
 2024-03-13 13:46 UTC  (5+ messages)
` [PATCH v3,1/2] media: mediatek: vcodec: adding lock to protect decoder "
` [PATCH v3,2/2] media: mediatek: vcodec: adding lock to protect encoder "

[PATCH v2 0/2] Add properties in dwmac-stm32 documentation
 2024-03-13 13:06 UTC  (4+ messages)
` [PATCH v2 2/2] dt-bindings: net: add new property st,ext-phyclk in documentation for stm32

[PATCH 00/10] arm64: mm: Use __create_pgd_mapping_locked() in
 2024-03-13 13:05 UTC  (11+ messages)
` [PATCH 01/10] arm64: mm: Split out routines for code reuse
` [PATCH 02/10] arm64: mm: Introduce mmu_head routines without instrumentation
` [PATCH 03/10] arm64: mm: Use if-conditon to truncate external dependency
` [PATCH 04/10] arm64: head: Enable __create_pgd_mapping() to handle pgtable's paddr
` [PATCH 05/10] arm64: mm: Force early mapping aligned on SWAPPER_BLOCK_SIZE
` [PATCH 06/10] arm64: mm: Handle scope beyond the capacity of kernel pgtable in mmu_head_create_pgd_mapping()
` [PATCH 07/10] arm64: mm: Introduce head_pool routines to enable pgtabl allocation
` [PATCH 09/10] arm64: head: Use __create_pgd_mapping_locked() to serve the creation of pgtable
` [PATCH 10/10] arm64: head: Clean up unneeded routines

[PATCH] direct-dma: WARN_ON_ONCE when the page is not addressable by device's coherent_dma_mask
 2024-03-13 12:43 UTC 

[PATCH v3 0/3] Add support for AArch64 AMUv1-based arch_freq_get_on_cpu
 2024-03-13 12:27 UTC  (4+ messages)
` [PATCH v3 2/3] arm64: Provide an AMU-based version of arch_freq_get_on_cpu

[PATCH 00/10] perf: Clean up common uncore boilerplate
 2024-03-13 12:24 UTC  (8+ messages)
` [PATCH 05/10] drivers/perf: Use PERF_PMU_CAP_NO_SAMPLING consistently
` [PATCH 07/10] perf: Define common uncore capabilities

[PATCH v5 00/27] Update SMMUv3 to the modern iommu API (part 2/3)
 2024-03-13 12:17 UTC  (15+ messages)
` [PATCH v5 02/27] iommu/arm-smmu-v3: Do not ATC invalidate the entire domain
` [PATCH v5 03/27] iommu/arm-smmu-v3: Add a type for the CD entry
` [PATCH v5 04/27] iommu/arm-smmu-v3: Add an ops indirection to the STE code
` [PATCH v5 06/27] iommu/arm-smmu-v3: Consolidate clearing a CD table entry
` [PATCH v5 07/27] iommu/arm-smmu-v3: Move the CD generation for S1 domains into a function
` [PATCH v5 08/27] iommu/arm-smmu-v3: Move allocation of the cdtable into arm_smmu_get_cd_ptr()
` [PATCH v5 09/27] iommu/arm-smmu-v3: Allocate the CD table entry in advance

[PATCH v3 00/22] SoC: Cleanup MediaTek soundcard machine drivers
 2024-03-13 11:01 UTC  (23+ messages)
` [PATCH v3 01/22] ASoC: mediatek: mt8192-afe-pcm: Convert to devm_pm_runtime_enable()
` [PATCH v3 02/22] ASoC: mediatek: mt8192-afe-pcm: Simplify with dev_err_probe()
` [PATCH v3 03/22] ASoC: mediatek: Commonize ADDA rate transform functions and enums
` [PATCH v3 04/22] ASoC: mediatek: Assign dummy when codec not specified for a DAI link
` [PATCH v3 05/22] ASoC: mediatek: Add common machine soundcard driver probe mechanism
` [PATCH v3 06/22] ASoC: mediatek: common: Constify struct mtk_sof_priv
` [PATCH v3 07/22] ASoC: mediatek: mt8188: Migrate to mtk_soundcard_common_probe
` [PATCH v3 08/22] ASoC: mediatek: mt8195: "
` [PATCH v3 09/22] ASoC: mediatek: mt8192: "
` [PATCH v3 10/22] ASoC: mediatek: mt8186: "
` [PATCH v3 11/22] ASoC: mediatek: Add common snd_soc_ops .startup() callback
` [PATCH v3 12/22] ASoC: mediatek: mt8195: Migrate to the common mtk_soundcard_startup
` [PATCH v3 13/22] ASoC: mediatek: mt8192: "
` [PATCH v3 14/22] ASoC: mediatek: mt8186-rt1019: "
` [PATCH v3 15/22] ASoC: mediatek: Add common mtk_afe_component_probe callback
` [PATCH v3 16/22] ASoC: mediatek: Use common mtk_afe_pcm_platform with common probe cb
` [PATCH v3 17/22] ASoC: mediatek: mt8186: Unify mt8186-mt6366 machine drivers
` [PATCH v3 18/22] ASoC: dt-bindings: mt8195: Document audio-routing and dai-link subnode
` [PATCH v3 19/22] ASoC: dt-bindings: mt8192: "
` [PATCH v3 20/22] ASoC: dt-bindings: mt8186: "
` [PATCH v3 21/22] arm64: dts: mediatek: mt8195-cherry: Specify sound DAI links and routing
` [PATCH v3 22/22] arm64: dts: mediatek: mt8186-corsola: "

[PATCH v3] staging: bcm2835-audio: add terminating new line to Kconfig
 2024-03-13 11:55 UTC  (2+ messages)

[PATCH v2] staging: bcm2835-audio: add terminating new line to Kconifg
 2024-03-13 11:53 UTC  (4+ messages)

[PATCH v1 0/3] gpiolib: Get rid of gpio_free_array()/gpio_request_array()
 2024-03-13 11:47 UTC  (4+ messages)

[PATCH v10 00/12] Support page table check PowerPC
 2024-03-13 11:30 UTC  (17+ messages)
` [PATCH v10 01/12] Revert "mm/page_table_check: remove unused parameter in [__]page_table_check_pud_set"
` [PATCH v10 02/12] Revert "mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_set"
` [PATCH v10 03/12] mm: Provide addr parameter to page_table_check_pte_set()
` [PATCH v10 04/12] Revert "mm/page_table_check: remove unused parameter in [__]page_table_check_pud_clear"
` [PATCH v10 05/12] Revert "mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clear"
` [PATCH v10 06/12] Revert "mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clear"
` [PATCH v10 07/12] mm: Provide address parameter to p{te,md,ud}_user_accessible_page()
` [PATCH v10 08/12] powerpc: mm: Replace p{u,m,4}d_is_leaf with p{u,m,4}_leaf
` [PATCH v10 09/12] powerpc: mm: Add common pud_pfn stub for all platforms
` [PATCH v10 10/12] poweprc: mm: Implement *_user_accessible_page() for ptes
` [PATCH v10 11/12] powerpc: mm: Use set_pte_at_unchecked() for early-boot / internal usages
` [PATCH v10 12/12] powerpc: mm: Support page table check

[PATCH net] net: dsa: mt7530: prevent possible incorrect XTAL frequency selection
 2024-03-13 11:25 UTC 

[PATCH 0/4] Baisc devicetree support for Amlogic A4 and A5
 2024-03-13 11:15 UTC  (11+ messages)
` [PATCH 1/4] dt-bindings: arm: amlogic: add A4 support
` [PATCH 2/4] dt-bindings: arm: amlogic: add A5 support
` [PATCH 3/4] arm64: dts: add support for A4 based Amlogic BA400
  ` [DMARC error][DKIM error] "

[PATCH v2] pinctrl: pinctrl-aspeed-g6: Fix register offset for pinconf of GPIOR-T
 2024-03-13 11:08 UTC  (2+ messages)

[PATCH V6 00/11] coresight: Move remaining AMBA ACPI devices into platform driver
 2024-03-13 11:08 UTC  (15+ messages)
` [PATCH V6 05/11] coresight: replicator: Move ACPI support from AMBA driver to "
` [PATCH V6 06/11] coresight: funnel: "
` [PATCH V6 07/11] coresight: catu: "
` [PATCH V6 08/11] coresight: tpiu: "

[PATCH v3 0/9] PCI: endpoint: set prefetchable bit for 64-bit BARs
 2024-03-13 10:58 UTC  (2+ messages)
` [PATCH v3 8/9] PCI: rockchip-ep: Set a 64-bit BAR if requested

[PATCH v4 0/7] Add support for the internal RK3308 audio codec
 2024-03-13 10:57 UTC  (4+ messages)
` [PATCH v4 1/7] ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates

[PATCH v8 01/10] dt-bindings: usb: usbmisc-imx: add fsl,imx8ulp-usbmisc compatible
 2024-03-13 10:31 UTC  (8+ messages)
` [PATCH v8 05/10] dt-bindings: usb: ci-hdrc-usb2-imx: add restrictions for reg, interrupts, clock and clock-names properties
    ` [EXT] "

[PATCH v6 0/3] Add support for nuvoton ma35d1 pin control
 2024-03-13 10:25 UTC  (6+ messages)
` [PATCH v6 1/3] dt-bindings: reset: Add syscon to nuvoton ma35d1 system-management node
` [PATCH v6 2/3] dt-bindings: pinctrl: Document nuvoton ma35d1 pin control
` [PATCH v6 3/3] pinctrl: nuvoton: Add ma35d1 pinctrl and GPIO driver

[PATCH v2 0/4] dmaengine: fsl-sdma: Some improvement for fsl-sdma
 2024-03-13 10:15 UTC  (3+ messages)
` [PATCH v2 4/4] dmaengine: imx-sdma: Add i2c dma support

[PATCH clk] clk: clkdev: add error messages for name exceeding maximum length
 2024-03-13 10:09 UTC  (2+ messages)

[PATCH] arm: smp: Avoid false positive CPU hotplug Lockdep-RCU splat
 2024-03-13  9:58 UTC  (8+ messages)

[PATCH 0/2] media: i2c: Add support for GC05A2 sensor
 2024-03-13  9:25 UTC  (5+ messages)
` [PATCH 1/2] media: dt-bindings: i2c: add GalaxyCore GC05A2 image sensor
` [PATCH 2/2] media: i2c: Add GC05A2 image sensor driver

[RFC PATCH v3 0/5] mm: support large folios swap-in
 2024-03-13  9:24 UTC  (6+ messages)
` [RFC PATCH v3 3/5] mm: swap: make should_try_to_free_swap() support large-folio

[PATCH] crypto: pkcs7: remove sha1 support
 2024-03-13  8:56 UTC  (3+ messages)
` [REGRESSION] "

[soc:soc/late] BUILD SUCCESS a04a7da3982e802a1b3a19f73459515be58be2be
 2024-03-13  8:53 UTC 

[PATCH net v5 1/2] soc: fsl: qbman: Always disable interrupts when taking cgr_lock
 2024-03-13  8:20 UTC  (2+ messages)

[PATCH v3 0/4] PAN for ARM32 using LPAE
 2024-03-13  8:13 UTC  (3+ messages)

WARNING in kvm_age_gfn
 2024-03-13  7:41 UTC  (3+ messages)

[PATCH 00/14] Add support for suppressing warning backtraces
 2024-03-13  7:39 UTC  (2+ messages)

[PATCH] pinctrl: pinctrl-aspeed-g6: Fix register offset
 2024-03-13  7:30 UTC  (2+ messages)

[PATCH v2 0/8] Setting live video input format for ZynqMP DPSUB
 2024-03-13  7:27 UTC  (3+ messages)
` [PATCH v2 7/8] dt-bindings: xlnx: Add VTC and TPG bindings

[PATCH v2 0/2] Xilinx DPDMA fixes and cyclic dma mode support
 2024-03-13  7:19 UTC  (3+ messages)
` [PATCH v2 2/2] dmaengine: xilinx: dpdma: Add support for cyclic dma mode

[PATCH v4 0/7] kexec_file: print out debugging message if required
 2024-03-13  7:10 UTC  (6+ messages)
` [PATCH v4 1/7] kexec_file: add kexec_file flag to control debug printing
  ` kexec verbose dumps with 6.8 [was: [PATCH v4 1/7] kexec_file: add kexec_file flag to control debug printing]

[PATCH v3 1/2] media: dt-bindings: media: Add bindings for IMX283
 2024-03-13  7:06 UTC 

[PATCH v1] pinctrl: pinctrl-aspeed-g6: correct the offset of SCU630
 2024-03-13  6:57 UTC  (2+ messages)

[PATCH v4 00/18] Add suspend to ram support for PCIe on J7200
 2024-03-13  6:51 UTC  (8+ messages)
` [PATCH v4 03/18] i2c: omap: wakeup the controller during suspend() callback
` [PATCH v4 18/18] PCI: j721e: Add suspend and resume support

[PATCH V3] cpufreq: Fix per-policy boost behavior on SoCs using cpufreq_boost_set_sw
 2024-03-13  3:57 UTC  (2+ messages)

[PATCH v2] PCI: mediatek-gen3: Assert MAC reset only if PHY reset also present
 2024-03-13  3:33 UTC  (6+ 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).