linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-15 17:21:53 to 2022-04-17 09:55:15 UTC [more...]

[PATCH v7 0/4] Enable rk356x PCIe controller
 2022-04-17  9:53 UTC  (8+ messages)
` [PATCH v7 1/4] dt-bindings: pci: remove fallback from Rockchip DesignWare binding
` [PATCH v7 2/4] PCI: dwc: rockchip: add legacy interrupt support
` [PATCH v7 3/4] arm64: dts: rockchip: add rk3568 pcie2x1 controller
` [PATCH v7 4/4] arm64: dts: rockchip: enable pcie controller on quartz64-a

[RFC/RFT 0/6] RK3568 PCIe V3 support
 2022-04-17  9:08 UTC  (9+ messages)
` [RFC/RFT 1/6] dt-bindings: phy: rockchip: add pcie3 phy
` [RFC/RFT 2/6] dt-bindings: soc: grf: add pcie30-{phy,pipe}-grf
` [RFC/RFT 3/6] phy: rockchip: Support pcie v3
` [RFC/RFT 4/6] PCI: rockchip-dwc: add pcie bifurcation
    ` Aw: "
` [RFC/RFT 5/6] arm64: dts: rockchip: rk3568: Add PCIe v3 nodes
` [RFC/RFT 6/6] arm64: dts: rockchip: Add PCIe v3 nodes to BPI-R2-Pro

[Patch v1] iommu: arm-smmu: disable large page mappings for Nvidia arm-smmu
 2022-04-17  9:04 UTC 

[PATCH 07/10] crypto: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
 2022-04-17  8:58 UTC  (31+ messages)

[PATCH 0/2] i2c: mediatek: remove mt6577 support
 2022-04-17  2:21 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: i2c: i2c-mt65xx: "
` [PATCH 2/2] i2c: mediatek: "

[GIT PULL] ARM: SoC fixes for 5.18, part 2
 2022-04-17  0:12 UTC  (2+ messages)

[PATCH v4 00/11] archs/random: fallback to best raw ktime when no cycle counter
 2022-04-16 22:54 UTC  (11+ messages)
` [PATCH v4 04/11] mips: use fallback for random_get_entropy() instead of zero

[PATCH v3 0/4] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / ISP Driver
 2022-04-16 22:17 UTC  (4+ messages)
` [PATCH v3 1/4] dt-bindings: media: Add Allwinner A31 ISP bindings documentation

[PATCH net-next v4 00/18] Remove use of list iterator after loop body
 2022-04-16 19:40 UTC  (13+ messages)
` [PATCH net-next v4 02/18] net: dsa: sja1105: remove use of iterator after list_for_each_entry() loop
` [PATCH net-next v4 03/18] net: dsa: sja1105: reorder sja1105_first_entry_longer_than with memory allocation
` [PATCH net-next v4 04/18] net: dsa: sja1105: use list_add_tail(pos) instead of list_add(pos->prev)
` [PATCH net-next v4 05/18] net: dsa: mv88e6xxx: remove redundant check in mv88e6xxx_port_vlan()
` [PATCH net-next v4 06/18] net: dsa: mv88e6xxx: refactor mv88e6xxx_port_vlan()
` [PATCH net-next v4 07/18] net: dsa: Replace usage of found with dedicated list iterator variable

[arm:cex7 151/154] ERROR: Input tree has errors, aborting (use -f to force output)
 2022-04-16 18:02 UTC 

[PATCH v4 0/5]fpga: fix for coding style and kernel-doc issues
 2022-04-16 17:15 UTC  (13+ messages)
` [PATCH v4 1/5] fpga: zynq: Fix incorrect variable type
` [PATCH v4 2/5] fpga: fix for coding style issues
` [PATCH v4 3/5] fpga: fpga-mgr: fix kernel-doc warnings
` [PATCH v4 4/5] fpga: Use tab instead of space indentation
` [PATCH v4 5/5] fpga: fpga-region: fix kernel-doc formatting issues

[PATCH v10 00/14] Multi-Gen LRU Framework
 2022-04-16 16:32 UTC  (36+ messages)
` [PATCH v10 03/14] mm/vmscan.c: refactor shrink_node()
` [PATCH v10 04/14] Revert "include/linux/mm_inline.h: fold __update_lru_size() into its sole caller"
` [PATCH v10 06/14] mm: multi-gen LRU: minimal implementation
` [PATCH v10 08/14] mm: multi-gen LRU: support page table walks
                      ` [page-reclaim] "
` [PATCH v10 12/14] mm: multi-gen LRU: debugfs interface
` [PATCH v10 13/14] mm: multi-gen LRU: admin guide

[RFC PATCH 00/17] KVM: arm64: Parallelize stage 2 fault handling
 2022-04-16 16:03 UTC  (23+ messages)
` [RFC PATCH 01/17] KVM: arm64: Directly read owner id field in stage2_pte_is_counted()
` [RFC PATCH 02/17] KVM: arm64: Only read the pte once per visit
` [RFC PATCH 03/17] KVM: arm64: Return the next table from map callbacks
` [RFC PATCH 04/17] KVM: arm64: Protect page table traversal with RCU
` [RFC PATCH 05/17] KVM: arm64: Take an argument to indicate parallel walk
` [RFC PATCH 06/17] KVM: arm64: Implement break-before-make sequence for parallel walks
` [RFC PATCH 07/17] KVM: arm64: Enlighten perm relax path about "
` [RFC PATCH 08/17] KVM: arm64: Spin off helper for initializing table pte
` [RFC PATCH 09/17] KVM: arm64: Tear down unlinked page tables in parallel walk
` [RFC PATCH 10/17] KVM: arm64: Assume a table pte is already owned in post-order traversal
` [RFC PATCH 11/17] KVM: arm64: Move MMU cache init/destroy into helpers
` [RFC PATCH 12/17] KVM: arm64: Stuff mmu page cache in sub struct
` [RFC PATCH 13/17] KVM: arm64: Setup cache for stage2 page headers
` [RFC PATCH 14/17] KVM: arm64: Punt last page reference to rcu callback for parallel walk
` [RFC PATCH 15/17] KVM: arm64: Allow parallel calls to kvm_pgtable_stage2_map()
` [RFC PATCH 16/17] KVM: arm64: Enable parallel stage 2 MMU faults
` [RFC PATCH 17/17] TESTONLY: KVM: arm64: Add super lazy accounting of stage 2 table pages

[soc:for-next] BUILD SUCCESS 21a9fd22697eac8e30fdc11e4e295619b1cffffa
 2022-04-16 14:59 UTC 

[PATCH V2 0/3] Update MediaTek disp_aal dt-binding
 2022-04-16 14:21 UTC  (7+ messages)
` [PATCH V2 1/3] dt-bindings: display: mediatek: Update disp_aal binding for MT8183
` [PATCH V2 3/3] dt-bindings: display: mediatek: Update disp_aal binding for MT8192 and MT8195

[PATCH v3 0/5]fpga: fix for coding style and kernel-doc issues
 2022-04-16 13:18 UTC  (6+ messages)
` [PATCH v3 5/5] fpga: fpga-region: Add missing kernel-doc description

[soc:arm/fixes] BUILD SUCCESS 67e473a303e76d31bcd221ba76859bd898d152cb
 2022-04-16 12:43 UTC 

[PATCH] cpufreq:fix memory leak in sun50i_cpufreq_nvmem_probe
 2022-04-16 12:21 UTC 

[PATCH 1/2] dt-bindings: rockchip: Add Hardkernel ODROID-M1 board
 2022-04-16 12:07 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: "

[PATCH V3 0/2] drivers/perf: hisi: Add driver for HNS3 PMU
 2022-04-16 10:37 UTC  (4+ messages)
` [PATCH V3 2/2] drivers/perf: hisi: add "

[PATCH v6 0/4] Enable rk356x PCIe controller
 2022-04-16 10:17 UTC  (7+ messages)
` [PATCH v6 1/4] dt-bindings: pci: remove fallback from Rockchip DesignWare binding
` [PATCH v6 2/4] PCI: dwc: rockchip: add legacy interrupt support
` [PATCH v6 3/4] arm64: dts: rockchip: add rk3568 pcie2x1 controller
` [PATCH v6 4/4] arm64: dts: rockchip: enable pcie controller on quartz64-a

[RESEND PATCH] soc: mediatek: cmdq: Use mailbox rx_callback instead of cmdq_task_cb
 2022-04-16  9:54 UTC 

[RFC][PATCH] irqchip/stm32: Retrigger hierarchy for LEVEL triggered IRQs in tasklet
 2022-04-16  9:25 UTC  (2+ messages)

[PATCH v5 0/4] Enable rk356x PCIe controller
 2022-04-16  9:08 UTC  (5+ messages)
` [PATCH v5 1/4] dt-bindings: pci: remove fallback from Rockchip DesignWare binding
` [PATCH v5 2/4] PCI: dwc: rockchip: add legacy interrupt support
` [PATCH v5 3/4] arm64: dts: rockchip: add rk3568 pcie2x1 controller
` [PATCH v5 4/4] arm64: dts: rockchip: enable pcie controller on quartz64-a

[PATCH 1/1] scsi: ufs: add clock-scalable property for clk scaling
 2022-04-16  8:56 UTC 

[PATCH v4 0/4] Enable rk356x PCIe controller
 2022-04-16  9:01 UTC  (5+ messages)
` [PATCH v4 1/4] arm64: dts: rockchip: add usb3 support to rk3568-evb1-v10
` [PATCH v4 2/4] dt-bindings: pci: remove fallback from Rockchip DesignWare binding
` [PATCH v4 3/4] PCI: dwc: rockchip: add legacy interrupt support
` [PATCH v4 4/4] arm64: dts: rockchip: add rk3568 pcie2x1 controller

[PATCH v5 0/2] Add support for UltraSoc System Memory Buffer
 2022-04-16  8:39 UTC  (3+ messages)
` [PATCH v5 1/2] drivers/coresight: Add UltraSoc System Memory Buffer driver
` [PATCH v5 2/2] Documentation: Add document for UltraSoc SMB drivers

NEON error when crosscompiling aarch64
 2022-04-16  8:32 UTC  (2+ messages)

[PATCH] gpio: use raw spinlock for gpio chip shadowed data
 2022-04-16  8:30 UTC  (2+ messages)

[RFC PATCH -next V3 0/6]arm64: add machine check safe support
 2022-04-16  7:41 UTC  (5+ messages)
` [RFC PATCH -next V3 4/6] arm64: add copy_{to, from}_user to machine check safe

[PATCH v10] mm, hugetlbfs: Allow for "high" userspace addresses
 2022-04-16  6:26 UTC 

[RFC PATCH 0/6] virtio: Solution to restrict memory access under Xen using xen-virtio DMA ops layer
 2022-04-16  6:07 UTC  (9+ messages)
` [RFC PATCH 4/6] virtio: Various updates to "
` [RFC PATCH 5/6] arm/xen: Introduce xen_setup_dma_ops()
` [RFC PATCH 6/6] arm/xen: Assign xen-virtio DMA ops for virtio devices in Xen guests

[soc:omap1-multiplatform-5.18 33/33] ld.lld: error: duplicate symbol: clk_disable
 2022-04-16  5:20 UTC 

[PATCH v4 1/1] scsi: Fix racing between dev init and dev reset
 2022-04-16  4:49 UTC  (2+ messages)

[PATCH v17 00/21] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2022-04-16  2:07 UTC  (22+ messages)
` [PATCH v17 01/21] dt-bindings: mediatek: add vdosys1 RDMA definition "
` [PATCH v17 02/21] dt-bindings: reset: mt8195: add vdosys1 reset control bit
` [PATCH v17 03/21] dt-bindings: mediatek: add ethdr definition for mt8195
` [PATCH v17 04/21] soc: mediatek: add mtk-mmsys support for mt8195 vdosys1
` [PATCH v17 05/21] soc: mediatek: add mtk-mmsys config API "
` [PATCH v17 06/21] soc: mediatek: add cmdq support of "
` [PATCH v17 07/21] soc: mediatek: mmsys: modify reset controller for MT8195 vdosys1
` [PATCH v17 08/21] soc: mediatek: add mtk-mutex support for mt8195 vdosys1
` [PATCH v17 09/21] drm/mediatek: add display MDP RDMA support for MT8195
` [PATCH v17 10/21] drm/mediatek: add display merge advance config API "
` [PATCH v17 11/21] drm/mediatek: add display merge start/stop API for cmdq support
` [PATCH v17 12/21] drm/mediatek: add display merge mute/unmute support for MT8195
` [PATCH v17 13/21] drm/mediatek: add display merge async reset control
` [PATCH v17 14/21] drm/mediatek: add ETHDR support for MT8195
` [PATCH v17 15/21] drm/mediatek: add mediatek-drm plane color encoding info
` [PATCH v17 16/21] drm/mediatek: add ovl_adaptor support for MT8195
` [PATCH v17 17/21] drm/mediatek: add dma dev get function
` [PATCH v17 18/21] drm/mediatek: modify mediatek-drm for mt8195 multi mmsys support
` [PATCH v17 19/21] drm/mediatek: add drm ovl_adaptor sub driver for MT8195
` [PATCH v17 20/21] drm/mediatek: add mediatek-drm of vdosys1 support "
` [PATCH v17 21/21] arm64: dts: mt8195: add display node for vdosys1

[xilinx-xlnx:master 248/711] include/linux/fortify-string.h:187:4: error: call to __read_overflow2 declared with 'error' attribute: detected read beyond size of object passed as 2nd parameter
 2022-04-16  2:07 UTC 

[PATCH] iommu/arm-smmu-v3: Align size in __arm_smmu_tlb_inv_range
 2022-04-16  2:03 UTC  (5+ messages)

[PATCH bpf-next v2 0/6] bpf trampoline for arm64
 2022-04-16  1:57 UTC  (4+ messages)
` [PATCH bpf-next v2 5/6] bpf, arm64: "

[PATCH v2 0/9] introduce mirrored memory support for arm64
 2022-04-16  1:32 UTC  (3+ messages)

[soc:omap1-multiplatform-5.18 18/33] arch/arm/mach-omap1/timer32k.c:215:12: warning: no previous prototype for function 'omap_init_clocksource_32k'
 2022-04-16  1:16 UTC 

[PATCH v16 00/22] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2022-04-16  1:08 UTC  (13+ messages)
` [PATCH v16 01/22] dt-bindings: mediatek: add vdosys1 RDMA definition "
` [PATCH v16 04/22] soc: mediatek: add mtk-mmsys support for mt8195 vdosys1
` [PATCH v16 05/22] soc: mediatek: add mtk-mmsys config API "
` [PATCH v16 09/22] soc: mediatek: add mtk-mutex support "

[RFC PATCH v1 0/9] arm64: livepatch: Use DWARF Call Frame Information for frame pointer validation
 2022-04-16  1:07 UTC  (6+ messages)

Regression with v5.18-rc1 tag on STM32F7 and STM32H7 based boards
 2022-04-16  0:58 UTC  (3+ messages)

[PATCH 00/13] iommu: Retire bus_set_iommu()
 2022-04-16  0:04 UTC  (3+ messages)
` [PATCH 02/13] iommu: Move bus setup to IOMMU device registration

[PATCH] mmc: meson-gx: switch to device-managed dmam_alloc_coherent()
 2022-04-15 23:12 UTC 

[xilinx-xlnx:xlnx_rebase_v5.15 93/1093] ld.lld: error: undefined symbol: dma_buf_attach
 2022-04-15 22:52 UTC 

[PATCH] irqchip/stm32: Do not call stm32_gpio_get() for edge triggered IRQs in EOI
 2022-04-15 21:54 UTC 

[PATCH v2 0/2] Ensure High and Low periods of SCL are correct
 2022-04-15 21:45 UTC  (5+ messages)
` [PATCH v2 1/2] i2c: meson: Use _SHIFT and _MASK for register definitions
` [PATCH v2 2/2] i2c: meson: Use 50% duty cycle for I2C clock

[PATCH] i2c: imx: Implement errata ERR007805 or e7805 bus frequency limit
 2022-04-15 21:16 UTC  (2+ messages)

[PATCH] i2c: pasemi: Wait for write xfers to finish
 2022-04-15 21:12 UTC  (2+ messages)

[PATCH v3 1/4] dt-bindings: pci: remove fallback from Rockchip DesignWare binding
 2022-04-15 21:06 UTC  (4+ messages)
` [PATCH v3 2/4] PCI: dwc: rockchip: add legacy interrupt support
` [PATCH v3 3/4] arm64: dts: rockchip: add rk3568 pcie2x1 controller
` [PATCH v3 4/4] arm64: dts: rockchip: enable pcie controller on quartz64-a

[PATCH v2 0/4] Enable rk356x PCIe controller
 2022-04-15 20:14 UTC  (7+ messages)
` [PATCH v2 1/4] dt-bindings: pci: remove fallback from Rockchip DesignWare binding
` [PATCH v2 2/4] PCI: dwc: rockchip: add legacy interrupt support

[PATCH] soc: ti: knav_dma: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-15 20:06 UTC  (2+ messages)

[PATCH] reset: ti-sci: allow building under COMPILE_TEST
 2022-04-15 20:04 UTC  (2+ messages)

[PATCH RFC 0/4] mm, arm64: In-kernel support for memory-deny-write-execute (MDWE)
 2022-04-15 20:01 UTC  (3+ messages)

[PATCH] soc:ti:omap_prm: Use of_device_get_match_data()
 2022-04-15 19:59 UTC  (2+ messages)

[arm:cex7 151/154] ERROR: Input tree has errors, aborting (use -f to force output)
 2022-04-15 19:47 UTC 

[PATCH 1/2] ARM: dts: keystone: align SPI NOR node name with dtschema
 2022-04-15 18:54 UTC  (3+ messages)
` [PATCH 2/2] ARM: dts: keystone: fix case in SPI NOR node compatible

[PATCH] rtc: sun6i: Add NVMEM provider
 2022-04-15 18:26 UTC  (2+ messages)

[PATCH] fix memory leak in sun50i_cpufreq_nvmem_probe
 2022-04-15 18:25 UTC  (2+ messages)

[PATCH v2 1/3] dt-bindings: input: sun4i-lradc-keys: Add R329 and D1 compatibles
 2022-04-15 18:21 UTC  (5+ messages)
` [PATCH v2 2/3] Input: sun4i-lradc-keys: Add optional clock/reset support
` [PATCH v2 3/3] Input: sun4i-lradc-keys: Add support for R329 and D1

[PATCH] arm64: head: Fix cache inconsistency of the identity-mapped region
 2022-04-15 17:05 UTC 


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