linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-27 01:12:13 to 2023-06-27 10:15:22 UTC [more...]

[PATCH v2 01/15] genirq/devres: Add error information printing for devm_request_threaded_irq()
 2023-06-27 10:12 UTC  (13+ messages)
` [PATCH v2 02/15] thermal/drivers/armada: remove redundant msg
` [PATCH v2 03/15] thermal/drivers/brcmstb_thermal: "
` [PATCH v2 04/15] thermal/drivers/db8500: "
` [PATCH v2 05/15] thermal/drivers/hisi: "
` [PATCH v2 06/15] thermal/drivers/imx: "
` [PATCH v2 07/15] thermal/drivers/qcom: "
` [PATCH v2 08/15] thermal/drivers/tegra-soctherm: "
` [PATCH v2 09/15] thermal/drivers/maxim: "
` [PATCH v2 10/15] thermal/drivers/int340x: "
` [PATCH v2 11/15] thermal/drivers/intel: "
` [PATCH v2 12/15] thermal/drivers/stm: "
` [PATCH v2 13/15] thermal/drivers/rockchip: "

[PATCH v1 00/10] variable-order, large folios for anonymous memory
 2023-06-27  9:59 UTC  (34+ messages)
` [PATCH v1 01/10] mm: Expose clear_huge_page() unconditionally
` [PATCH v1 02/10] mm: pass gfp flags and order to vma_alloc_zeroed_movable_folio()
` [PATCH v1 03/10] mm: Introduce try_vma_alloc_movable_folio()
` [PATCH v1 04/10] mm: Implement folio_add_new_anon_rmap_range()
` [PATCH v1 05/10] mm: Implement folio_remove_rmap_range()
` [PATCH v1 06/10] mm: Allow deferred splitting of arbitrary large anon folios
` [PATCH v1 07/10] mm: Batch-zap large anonymous folio PTE mappings
` [PATCH v1 08/10] mm: Kconfig hooks to determine max anon folio allocation order
` [PATCH v1 09/10] arm64: mm: Declare support for large anonymous folios
` [PATCH v1 10/10] mm: Allocate large folios for anonymous memory

[PATCH v3 0/7] Allow dynamic allocation of software IO TLB bounce buffers
 2023-06-27  9:54 UTC  (8+ messages)
` [PATCH v3 1/7] swiotlb: make io_tlb_default_mem local to swiotlb.c
` [PATCH v3 2/7] swiotlb: add documentation and rename swiotlb_do_find_slots()
` [PATCH v3 3/7] swiotlb: separate memory pool data from other allocator data
` [PATCH v3 4/7] swiotlb: if swiotlb is full, fall back to a transient memory pool
` [PATCH v3 5/7] swiotlb: determine potential physical address limit
` [PATCH v3 6/7] swiotlb: allocate a new memory pool when existing pools are full
` [PATCH v3 7/7] swiotlb: search the software IO TLB only if a device makes use of it

[PATCH V24 0/3] misc: Add driver support for Data Capture and Compare unit(DCC)
 2023-06-27  9:49 UTC  (4+ messages)
` [PATCH V24 1/3] dt-bindings: misc: qcom,dcc: Add the dtschema
` [PATCH V24 2/3] misc: dcc: Add driver support for Data Capture and Compare unit(DCC)
` [PATCH V24 3/3] MAINTAINERS: Add the entry for DCC(Data Capture and Compare) driver support

[PATCH V5 0/6] coresight: etm4x: Migrate ACPI AMBA devices to platform driver
 2023-06-27  9:42 UTC  (5+ messages)
` [PATCH V5 6/6] coresight: etm4x: Add ACPI support in "

[PATCH v4 0/9] GenieZone hypervisor drivers
 2023-06-27  9:29 UTC  (4+ messages)
` [PATCH v4 5/9] virt: geniezone: Add irqfd support

[PATCH v4 00/12] RISCV: Add KVM_GET_REG_LIST API
 2023-06-27  9:25 UTC  (9+ messages)
` [PATCH v4 08/12] KVM: arm64: selftests: Move reject_set check logic to a function
` [PATCH v4 09/12] KVM: selftests: Only do get/set tests on present blessed list
` [PATCH v4 11/12] KVM: riscv: selftests: Add finalize_vcpu check in run_test
` [PATCH v4 12/12] KVM: riscv: selftests: Add get-reg-list test

[PATCH v6 0/4] Add Amlogic A311D2 and Khadas Vim4 Board Support
 2023-06-27  9:21 UTC  (8+ messages)
` [PATCH v6 1/4] dt-bindings: arm: amlogic: add Amlogic A311D2 bindings
` [PATCH v6 2/4] dt-bindings: serial: amlogic,meson-uart: Add compatible string for T7
` [PATCH v6 3/4] tty: serial: meson: Add a earlycon for the T7 SoC
` [PATCH v6 4/4] arm64: dts: amlogic-t7-a311d2-khadas-vim4: add initial device-tree

[PATCH 0/2] Baisc devicetree support for Amlogic T7
 2023-06-27  9:02 UTC  (16+ messages)
` [PATCH 1/2] dt-bindings: arm: amlogic: add T7 based AN400 bindings
` [PATCH 2/2] arm64: dts: add support for T7 based Amlogic AN400

[PATCH v1] iommu/arm-smmu-v3: Allow default substream bypass with a pasid support
 2023-06-27  9:00 UTC  (2+ messages)

[PATCH 01/15] genirq/devres: Add error information printing for devm_request_threaded_irq()
 2023-06-27  8:49 UTC  (19+ messages)
` [PATCH 02/15] thermal/drivers/armada: remove redundant msg
` [PATCH 03/15] thermal/drivers/brcmstb_thermal: "
` [PATCH 04/15] thermal/drivers/db8500: "
` [PATCH 05/15] thermal/drivers/hisi: "
` [PATCH 06/15] thermal/drivers/imx: "
` [PATCH 07/15] thermal/drivers/qcom: "
` [PATCH 08/15] thermal/drivers/tegra-soctherm: "
` [PATCH 09/15] thermal/drivers/maxim: "
` [PATCH 10/15] thermal/drivers/int340x: "
` [PATCH 11/15] thermal/drivers/intel: "
` [PATCH 12/15] thermal/drivers/stm: "
` [PATCH 13/15] thermal/drivers/rockchip: "
` [PATCH 14/15] thermal/drivers/tegra: "
` [PATCH 15/15] thermal/drivers/mediatek/lvts_thermal: "

[PATCH v5 0/4] Add Amlogic A311D2 and Khadas Vim4 Board Support
 2023-06-27  8:51 UTC  (8+ messages)
` [PATCH v5 2/4] dt-bindings: serial: amlogic,meson-uart: Add compatible string for T7
` [PATCH v5 3/4] tty: serial: meson: Add a earlycon for the T7 SoC

[PATCH v3 00/11] Add DELETE_BUF ioctl
 2023-06-27  8:47 UTC  (6+ messages)
` [PATCH v3 10/11] media: v4l2: "

[PATCH v8 0/3] Add MT8195 HDMI phy support
 2023-06-27  8:28 UTC  (4+ messages)
` [PATCH v8 3/3] phy: mediatek: add support for phy-mtk-hdmi-mt8195

[PATCH] OOB read and write in mdp_prepare_buffer
 2023-06-27  8:27 UTC 

[PATCH v3 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
 2023-06-27  8:23 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: pwm: Add binding for Allwinner D1/T113-S3/R329 PWM controller
` [PATCH v3 2/3] pwm: Add Allwinner's D1/T113-S3/R329 SoCs PWM support
` [PATCH v3 3/3] riscv: dts: allwinner: d1: Add pwm node

[PATCH] OOB read and write in mtk multiple places
 2023-06-27  8:10 UTC 

[PATCH RFC 00/17] arm64 kernel text replication
 2023-06-27  8:02 UTC  (7+ messages)

[PATCH] dt-bindings: interrupt-controller: New binding for Meson-C3 SoCs
 2023-06-27  7:58 UTC  (3+ messages)

[PATCH v3 0/3] Add additional YUV420 bus format check for dw-meson's bridge enable
 2023-06-27  7:54 UTC  (2+ messages)

[PATCH] arm64: dts: mediatek: Fix "status" values
 2023-06-27  7:53 UTC  (2+ messages)

[PATCH v4 00/14] Add display driver for MT8188 VDOSYS1
 2023-06-27  7:25 UTC  (4+ messages)
` [PATCH v4 12/14] drm/mediatek: Improve compatibility of display driver

[PATCH v4 0/4] Add JSON metrics for Yitian710 DDR
 2023-06-27  7:19 UTC  (6+ messages)

[PATCH v6 00/33] Split ptdesc from struct page
 2023-06-27  7:14 UTC  (36+ messages)
` [PATCH v6 01/33] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v6 02/33] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v6 03/33] pgtable: Create struct ptdesc
` [PATCH v6 04/33] mm: add utility functions for ptdesc
` [PATCH v6 05/33] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v6 06/33] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v6 07/33] mm: Convert ptlock_ptr() "
` [PATCH v6 08/33] mm: Convert pmd_ptlock_init() "
` [PATCH v6 09/33] mm: Convert ptlock_init() "
` [PATCH v6 10/33] mm: Convert pmd_ptlock_free() "
` [PATCH v6 11/33] mm: Convert ptlock_free() "
` [PATCH v6 12/33] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v6 13/33] powerpc: Convert various functions to use ptdescs
` [PATCH v6 14/33] x86: "
` [PATCH v6 15/33] s390: Convert various gmap "
` [PATCH v6 16/33] s390: Convert various pgalloc "
` [PATCH v6 17/33] mm: Remove page table members from struct page
` [PATCH v6 18/33] pgalloc: Convert various functions to use ptdescs
` [PATCH v6 19/33] arm: "
` [PATCH v6 20/33] arm64: "
` [PATCH v6 21/33] csky: Convert __pte_free_tlb() "
` [PATCH v6 22/33] hexagon: "
` [PATCH v6 23/33] loongarch: Convert various functions "
` [PATCH v6 24/33] m68k: "
` [PATCH v6 25/33] mips: "
` [PATCH v6 26/33] nios2: Convert __pte_free_tlb() "
` [PATCH v6 27/33] openrisc: "
` [PATCH v6 28/33] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v6 29/33] sh: Convert pte_free_tlb() "
` [PATCH v6 30/33] sparc64: Convert various functions "
` [PATCH v6 31/33] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v6 32/33] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v6 33/33] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[PATCH] i2c: sun6i-p2wi: Fix an error message in probe()
 2023-06-27  7:12 UTC 

[PATCH v2 00/15] Add display driver for MT8188 VDOSYS1
 2023-06-27  6:52 UTC  (4+ messages)
` [PATCH v2 06/15] dt-bindings: reset: mt8188: Add VDOSYS0 reset control bits

[PATCH v5 00/14] Add display driver for MT8188 VDOSYS1
 2023-06-27  6:39 UTC  (15+ messages)
` [PATCH v5 01/14] dt-bindings: display: mediatek: ethdr: Add compatible for MT8188
` [PATCH v5 02/14] dt-bindings: display: mediatek: mdp-rdma: "
` [PATCH v5 03/14] dt-bindings: display: mediatek: merge: "
` [PATCH v5 04/14] dt-bindings: display: mediatek: padding: Add MT8188
` [PATCH v5 05/14] dt-bindings: arm: mediatek: Add compatible for MT8188
` [PATCH v5 06/14] dt-bindings: reset: mt8188: Add VDOSYS reset control bits
` [PATCH v5 07/14] soc: mediatek: Support MT8188 VDOSYS1 in mtk-mmsys
` [PATCH v5 08/14] soc: mediatek: Support MT8188 VDOSYS1 Padding "
` [PATCH v5 09/14] soc: mediatek: Support reset bit mapping in mmsys driver
` [PATCH v5 10/14] soc: mediatek: Add MT8188 VDOSYS reset bit map
` [PATCH v5 11/14] drm/mediatek: Support MT8188 VDOSYS1 in display driver
` [PATCH v5 12/14] drm/mediatek: Sort OVL adaptor components in alphabetical order
` [PATCH v5 13/14] drm/mediatek: Improve compatibility of display driver
` [PATCH v5 14/14] drm/mediatek: Support MT8188 Padding in "

[PATCH RESEND 0/2] arm/arm64: dts: Enable device-tree overlay support for RPi devices
 2023-06-27  6:52 UTC  (5+ messages)

[arm-platforms:kvm-arm64/asahi-base-6.4 9/19] drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c:1846:23: warning: unused variable 'randbuf'
 2023-06-27  6:48 UTC 

[PATCH V3 0/3] correct the lpuart compatible for imx8dxl and imx93
 2023-06-27  6:13 UTC  (5+ messages)
` [PATCH V3 1/3] arm64: dts: imx8dxl: remove "fsl,imx7ulp-lpuart" compatible for imx8dxl
` [PATCH V3 2/3] arm64: dts: imx93: add "fsl,imx8ulp-lpuart" compatible for imx93
` [PATCH V3 3/3] dt-bindings: serial: fsl-lpuart: correct imx93-lpuart dt-binding item

[PATCH] clk: imx: Drop inclusion of unused header <soc/imx/timer.h>
 2023-06-27  5:50 UTC  (3+ messages)

[PATCH v5 00/33] Split ptdesc from struct page
 2023-06-27  5:47 UTC  (3+ messages)
` [PATCH v5 26/33] nios2: Convert __pte_free_tlb() to use ptdescs

[PATCH v3 0/3] clk: nuvoton: Use clk_parent_data instead and add a header file
 2023-06-27  5:43 UTC  (4+ messages)
` [PATCH v3 3/3] clk: nuvoton: Use clk_parent_data instead of string for parent clock

[PATCH v2 0/7] ASoC: mediatek: Add support for MT7986 SoC
 2023-06-27  4:43 UTC  (5+ messages)
` [PATCH v2 2/7] ASoC: mediatek: mt7986: support audio clock control
` [PATCH v2 4/7] ASoC: mediatek: mt7986: add platform driver

[PATCH v5 00/11] MediaTek DDP GAMMA - 12-bit LUT support
 2023-06-27  3:37 UTC  (3+ messages)
` [PATCH v5 03/11] drm/mediatek: gamma: Support SoC specific LUT size

[PATCH V2 0/3] correct the lpuart compatible for imx8dxl and imx93
 2023-06-27  2:23 UTC  (4+ messages)
` [PATCH V2 3/3] dt-bindings: serial: fsl-lpuart: add imx8ulp compatible string

[soc:broadcom/dt] BUILD SUCCESS b67cad33176e472df6d16a24ee7624299bdcd5d5
 2023-06-27  1:41 UTC 

[soc:arm/dt-move] BUILD SUCCESS 724ba6751532055db75992fc6ae21c3e322e94a7
 2023-06-27  1:31 UTC 

[soc:for-next] BUILD SUCCESS f4bf81ea0c9f58d3e29ec36fa8c47c320c733255
 2023-06-27  1:28 UTC 

[soc:k3/defconfig] BUILD SUCCESS 95b4d23907f29de96f8757a43d16b7a440836ea1
 2023-06-27  1:28 UTC 

[soc:k3/dt] BUILD SUCCESS a49568115143435390f20965902809471b6f830c
 2023-06-27  1:25 UTC 

[soc:soc/drivers] BUILD SUCCESS 3f711c249032fee954e92e4d04c8cd2744994291
 2023-06-27  1:24 UTC 

[soc:soc/dt] BUILD SUCCESS 46448b36ff8c807194d5884a6efce00891e4bd02
 2023-06-27  1:23 UTC 

[soc:qcom/dt64-2] BUILD SUCCESS c2951581e69c8fef39120068d1ef5b1974d54ff1
 2023-06-27  1:24 UTC 

[soc:soc/arm] BUILD SUCCESS c1d57ee6eb99699f5ccd92fc6e8c5a79103dcaae
 2023-06-27  1:18 UTC 

[soc:mediatek/dt64] BUILD SUCCESS 3bfbff9b461e3506dfb5b2904e8c15a0aea39e07
 2023-06-27  1:19 UTC 

[soc:soc/defconfig] BUILD SUCCESS 2b24391767ae6897dff6eeb521f01d495bc27b55
 2023-06-27  1:18 UTC 

[soc:soc/newsoc] BUILD SUCCESS 25a31b90a063363747ea21d583c3a863a032b020
 2023-06-27  1:17 UTC 

[soc:at91/dt-2] BUILD SUCCESS 33c01ff3b1003aea11288f2bf7924ada5b5b8327
 2023-06-27  1:16 UTC 

[soc:amlogic/drivers] BUILD SUCCESS 6b0139b372d40bd5dafc140b6618b57d13211168
 2023-06-27  1:13 UTC 

[soc:mvebu/dt] BUILD SUCCESS dc393f1fdf22eda7255e99aadb400d8faaf3bdcf
 2023-06-27  1:11 UTC 

[soc:qcom/defconfig-2] BUILD SUCCESS a19a3dcb0d190254ded4ac1cabb0f402e4b7c8c4
 2023-06-27  1:10 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).