Linux-ARM-Kernel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-10 02:26:53 to 2023-06-12 21:17:27 UTC [more...]

[PATCH v2 00/26] Fix memory leaks (was reference count checking for thread)
 2023-06-12 21:16 UTC  (7+ messages)
` [PATCH v2 26/26] perf hist: Fix srcline memory leak

[PATCH net v4 0/7] net: dsa: mt7530: fix multiple CPU ports, BPDU and LLDP handling
 2023-06-12 21:14 UTC  (4+ messages)
  ` [PATCH net v4 2/7] net: dsa: mt7530: fix trapping frames with multiple CPU ports on MT7530
  ` [PATCH net v4 3/7] net: dsa: mt7530: fix trapping frames on non-MT7621 SoC MT7530 switch

[PATCH 01/26] phy: qualcomm: fix indentation in Makefile
 2023-06-12 21:06 UTC  (12+ messages)
  ` [PATCH 05/26] net: stmmac: dwmac-qcom-ethqos: shrink clock code with devres
  ` [PATCH 06/26] net: stmmac: dwmac-qcom-ethqos: rename a label in probe()
  ` [PATCH 07/26] net: stmmac: dwmac-qcom-ethqos: tweak the order of local variables
  ` [PATCH 08/26] net: stmmac: dwmac-qcom-ethqos: use a helper variable for &pdev->dev
  ` [PATCH 09/26] net: stmmac: dwmac-qcom-ethqos: add missing include
  ` [PATCH 10/26] net: stmmac: dwmac-qcom-ethqos: add a newline between headers
  ` [PATCH 11/26] net: stmmac: dwmac-qcom-ethqos: remove stray space
  ` [PATCH 12/26] net: stmmac: dwmac-qcom-ethqos: add support for the optional serdes phy
  ` [PATCH 13/26] net: stmmac: dwmac-qcom-ethqos: make the rgmii clock optional
  ` [PATCH 14/26] net: stmmac: dwmac-qcom-ethqos: add optional phyaux clock
  ` [PATCH 15/26] net: stmmac: dwmac-qcom-ethqos: add support for the optional phy-supply

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

[PATCH] ARM: multi_v7_defconfig add /proc/config.gz
 2023-06-12 21:02 UTC 

[PATCH v14 00/15] phy: Add support for Lynx 10G SerDes
 2023-06-12 20:46 UTC  (12+ messages)

[PATCH] usb: dwc3-meson-g12a: Fix an error handling path in dwc3_meson_g12a_probe()
 2023-06-12 20:24 UTC 

[PATCH v2 01/12] mmc: bcm2835: fix deferred probing
 2023-06-12 19:43 UTC  (3+ messages)

[PATCH 1/1] KVM: arm64: PMU: Avoid inappropriate use of host's PMUVer
 2023-06-12 19:36 UTC 

[PATCH 1/2] clk: imx8mp: fix sai4 clock
 2023-06-12 19:29 UTC  (4+ messages)

[PATCH] KVM: arm64: timers: Fix resource leaks in kvm_timer_hyp_init()
 2023-06-12 19:23 UTC 

[PATCH v3] clk: mediatek: mt8365: Fix index issue
 2023-06-12 19:22 UTC  (3+ messages)

[PATCH v3 00/17] KVM: arm64: Allow using VHE in the nVHE hypervisor
 2023-06-12 19:20 UTC  (16+ messages)
` [PATCH v3 02/17] arm64: Prevent the use of is_kernel_in_hyp_mode() in hypervisor code
` [PATCH v3 03/17] arm64: Turn kaslr_feature_override into a generic SW feature override
` [PATCH v3 04/17] arm64: Add KVM_HVHE capability and has_hvhe() predicate
` [PATCH v3 05/17] arm64: Don't enable VHE for the kernel if OVERRIDE_HVHE is set
` [PATCH v3 06/17] arm64: Allow EL1 physical timer access when running VHE
` [PATCH v3 07/17] arm64: Use CPACR_EL1 format to set CPTR_EL2 when E2H is set
` [PATCH v3 16/17] arm64: Allow arm64_sw.hvhe on command line

[PATCH v2 0/5] Enable decoder for mt8183
 2023-06-12 19:19 UTC  (8+ messages)
` [PATCH v2 3/5] media: mediatek: vcodec: Read HW active status from clock

[PATCH 00/12] mtd: rawnand: brcmnand: driver and doc updates
 2023-06-12 19:18 UTC  (12+ messages)
` [PATCH 10/12] mtd: rawnand: brcmnand: Add BCMBCA read data bus interface

[PATCH] KVM: arm64: Use different pointer authentication keys for pKVM
 2023-06-12 19:13 UTC  (5+ messages)

[PATCH v4 3/3] riscv: dts: allwinner: d1: Add thermal sensor and thermal zone
 2023-06-12 18:58 UTC  (2+ messages)

[PATCH 1/1] arm64: dts: imx8mp: Add coresight trace components
 2023-06-12 18:53 UTC  (3+ messages)

[PATCH v2 0/3] Add D1/T113s thermal sensor controller support
 2023-06-12 18:33 UTC  (3+ messages)

[PATCH v3 0/5] perf cs-etm: Track exception level
 2023-06-12 18:32 UTC 

[GIT PULL] clk: samsung: drivers for v6.5
 2023-06-12 18:30 UTC  (2+ messages)

[PATCH 00/15] PCI: Convert to platform remove callback returning void
 2023-06-12 18:17 UTC  (2+ messages)

[PATCH v3 0/7] Add JSON metrics for arm CMN and Yitian710 DDR
 2023-06-12 18:15 UTC  (9+ messages)
` [PATCH v3 2/7] perf metric: Event "Compat" value supports matching multiple identifiers

[PATCH 0/9] regulator: mt6358: Remove bogus regulators and improvements
 2023-06-12 18:13 UTC  (7+ messages)
` [PATCH 3/9] regulator: mt6358: Merge VCN33_* regulators
` [PATCH 4/9] regulator: mt6358: Drop *_SSHUB regulators

[PATCH v2] media: mediatek: vcodec: fix cancel_work_sync fail with fluster test
 2023-06-12 18:06 UTC 

[PATCH PULL] arm64: dts: exynos: Remove clock from Exynos850 pmu_system_controller
 2023-06-12 18:01 UTC 

[PATCH v13 00/11] Add support for MT8195 SCP 2nd core
 2023-06-12 17:54 UTC  (5+ messages)
` [PATCH v13 05/11] remoteproc: mediatek: Introduce cluster on single-core SCP
` [PATCH v13 07/11] remoteproc: mediatek: Add scp_boot_peers and scp_shutdown_peers operations

[PATCH v2 0/5] Fixes for Rockchip NAND controller driver
 2023-06-12 17:41 UTC  (9+ messages)
` [PATCH v2 1/5] mtd: nand: raw: rockchip-nand-controller: copy hwecc PA data to oob_poi buffer
` [PATCH v2 2/5] mtd: nand: raw: rockchip-nand-controller: add skipbbt option
` [PATCH v2 3/5] mtd: nand: raw: rockchip-nand-controller: fix oobfree offset and description
` [PATCH v2 4/5] mtd: nand: raw: add basic sandisk manufacturer ops
` [PATCH v2 5/5] mtd: nand: add support for the Sandisk SDTNQGAMA chip

[PATCH v2 0/2] ASoC: mediatek: mt8173: Fix error paths
 2023-06-12 17:26 UTC 

[PATCH 0/2] perf/arm-cmn: Identifier support
 2023-06-12 17:16 UTC  (3+ messages)
` [PATCH 1/2] perf/arm-cmn: Revamp model detection
` [PATCH 2/2] perf/arm-cmn: Add sysfs identifier

[PATCH V2 0/2] arm64: dts: imx8mn/imx8mm-beacon: Add HDMI
 2023-06-12 17:07 UTC  (5+ messages)
` [PATCH V2 1/2] arm64: dts: imx8mn-beacon: Add HDMI video with sound

[PATCH] media: Fix resource leaks in for_each_child_of_node() loops
 2023-06-12 17:06 UTC  (2+ messages)
` [PATCH] media: platform: mtk-mdp3: Fix resource leaks in mdp_comp_config()?

[PATCH v7 00/17] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-06-12 15:32 UTC  (18+ messages)
` [PATCH v7 01/17] mm/slab: Decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN
` [PATCH v7 02/17] dma: Allow dma_get_cache_alignment() to be overridden by the arch code
` [PATCH v7 03/17] mm/slab: Simplify create_kmalloc_cache() args and make it static
` [PATCH v7 04/17] mm/slab: Limit kmalloc() minimum alignment to dma_get_cache_alignment()
` [PATCH v7 05/17] drivers/base: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
` [PATCH v7 06/17] drivers/gpu: "
` [PATCH v7 07/17] drivers/usb: "
` [PATCH v7 08/17] drivers/spi: "
` [PATCH v7 09/17] dm-crypt: "
` [PATCH v7 10/17] iio: core: "
` [PATCH v7 11/17] arm64: Allow kmalloc() caches aligned to the smaller cache_line_size()
` [PATCH v7 12/17] scatterlist: Add dedicated config for DMA flags
` [PATCH v7 13/17] dma-mapping: Name SG DMA flag helpers consistently
` [PATCH v7 14/17] dma-mapping: Force bouncing if the kmalloc() size is not cache-line-aligned
` [PATCH v7 15/17] iommu/dma: Force bouncing if the size is not cacheline-aligned
` [PATCH v7 16/17] mm: slab: Reduce the kmalloc() minimum alignment if DMA bouncing possible
` [PATCH v7 17/17] arm64: Enable ARCH_WANT_KMALLOC_DMA_BOUNCE for arm64

[PATCH v1 1/1] process: export symbols for fork/exit tracing functions
 2023-06-12 16:37 UTC  (4+ messages)

[PATCH 0/3] Add RC-to-EP doorbell with platform MSI controller
 2023-06-12 16:17 UTC  (2+ messages)

[PATCH v3 1/2] PCI: dwc: Implement general suspend/resume functionality for L2/L3 transitions
 2023-06-12 16:16 UTC  (2+ messages)

[PATCH 0/2] clk: sunxi-ng: Consider alternative parent rates when determining NKM clock rate
 2023-06-12 16:29 UTC  (5+ messages)
` [PATCH 1/2] clk: sunxi-ng: nkm: consider alternative parent rates when finding rate

[PATCH v2] PCI: iproc: Use of_property_read_bool() for boolean properties
 2023-06-12 16:18 UTC  (2+ messages)

[PATCH v4 1/1] PCI: layerscape: Add the endpoint linkup notifier support
 2023-06-12 16:12 UTC  (2+ messages)

[PATCH] clk: imx: composite-8m: Add imx8m_divider_determine_rate
 2023-06-12 16:11 UTC  (4+ messages)

[PATCH] media: Fix resource leaks in of_find_device_by_node
 2023-06-12 16:02 UTC  (2+ messages)
` [PATCH] media: platform: mtk-mdp3: Fix resource leaks in mdp_get_subsys_id()?

[PATCH v5 03/13] coresight-tpdm: Introduce TPDM subtype to TPDM driver
 2023-06-12 15:35 UTC 

[PATCH v1 0/4] ufs: Introduce MCQ Quirks for MediaTek host
 2023-06-12 15:27 UTC  (2+ messages)

[PATCH v2 1/3] arm64: rust: Enable Rust support for AArch64
 2023-06-12 15:26 UTC  (2+ messages)

[PATCH] MAINTAINERS: coresight: Add James Clark as Reviewer
 2023-06-12 15:19 UTC  (2+ messages)

[PATCH 0/3] Add mt8188 compatiable for DSI cmd packet control
 2023-06-12 15:19 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: display: mediatek: dsi: Add compatible for MediaTek MT8188
` [PATCH 2/3] drm/mediatek: Add mt8188 dsi compatible to mtk_dsi.c

[PATCH RFC 00/17] arm64 kernel text replication
 2023-06-12 15:04 UTC  (3+ messages)
` [PATCH RFC 02/17] arm64: place kernel in its own L0 page table entry

[PATCH v5 2/3] dt-bindings: iio: adc: Add Allwinner D1/T113s/R329/T507 SoCs GPADC
 2023-06-12 14:59 UTC 

[PATCH] remoteproc: stm32: use correct format strings on 64-bit
 2023-06-12 14:17 UTC  (3+ messages)

[PATCH 00/10] ARM: dts: bcm283x: Improve device-trees and bindings
 2023-06-12 14:16 UTC  (5+ messages)
` [PATCH 02/10] dmaengine: bcm2835: also support generic dma-channel-mask
` [PATCH 08/10] dt-bindings: mmc: convert bcm2835-sdhost bindings to YAML

[PATCH v5 00/18] watchdog/hardlockup: Add the buddy hardlockup detector
 2023-06-12 13:59 UTC  (4+ messages)
` [PATCH v5 15/18] watchdog/perf: Add a weak function for an arch to detect if perf can use NMIs

[PATCH net-next 08/30] net: dsa: mt7530: change p{5,6}_interface to p{5,6}_configured
 2023-06-10 10:57 UTC  (13+ messages)

[PATCH 1/2] tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in case of error
 2023-06-10 10:57 UTC  (6+ messages)
` [PATCH 2/2] tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when iterating clk

[arm64:devel/kmalloc-minalign 18/18] arch/sh/include/asm/page.h:181: warning: "ARCH_DMA_MINALIGN" redefined
 2023-06-10 10:08 UTC 

[PATCH v1] drivers: meson: secure-pwrc: always enable DMA domain
 2023-06-10  9:04 UTC 

[soc:soc/arm] BUILD SUCCESS WITH WARNING 9a0e0c5957ff37147253796fbf5dfd68b307af58
 2023-06-10  9:47 UTC 

[GIT PULL] pinctrl: dt-bindings: qcom: for v6.5
 2023-06-10  9:12 UTC 

[PATCH v3 23/25] iommu: Add ops->domain_alloc_paging()
 2023-06-10  9:08 UTC  (2+ messages)

[soc:for-next] BUILD SUCCESS 15d2ee76762da5f3a6b277243cf6ebd7bb5c12ab
 2023-06-10  9:06 UTC 

[arm64:devel/kmalloc-minalign 18/18] include/linux/cache.h:104:38: error: missing binary operator before token "("
 2023-06-10  8:39 UTC  (2+ messages)

[PATCH v3 0/2] Add MCQ support for MTK platform
 2023-06-10  8:33 UTC  (3+ messages)
` [PATCH v3 1/2] scsi: ufs: core: Export symbols for MTK driver module
` [PATCH v3 2/2] scsi: ufs: ufs-mediatek: Add MCQ support for MTK platform

[PATCH net-next 00/30] net: dsa: mt7530: improve, trap BPDU & LLDP, and prefer CPU port
 2023-06-10  8:32 UTC  (8+ messages)
` [PATCH net-next 27/30] net: dsa: mt7530: introduce BPDU trapping for MT7530 switch

[PATCH 0/2] Ftrace direct call samples improvements
 2023-06-10  8:28 UTC  (3+ messages)

[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-06-10  8:25 UTC  (9+ messages)

[arm64:devel/kmalloc-minalign 18/18] drivers/media/usb/cx231xx/cx231xx-audio.c:564:20: warning: variable 'devnr' set but not used
 2023-06-10  8:23 UTC 

[arm64:devel/kmalloc-minalign 18/18] include/linux/slab.h:239:39: error: function-like macro '__alignof__' is not defined
 2023-06-10  8:11 UTC 

[GIT PULL 1/4] i.MX dt-bindings for 6.5
 2023-06-10  7:25 UTC  (4+ messages)
` [GIT PULL 2/4] i.MX ARM device tree "
` [GIT PULL 3/4] i.MX arm64 "
` [GIT PULL 4/4] i.MX defconfig changes "

[GIT PULL] ARM: SoC fixes for 6.4, part 2
 2023-06-10  7:00 UTC 

[PATCH v5 11/11] drm/mediatek: gamma: Program gamma LUT type for descending or rising
 2023-06-10  6:58 UTC  (2+ messages)

[PATCH 0/2] KVM: arm64: PMU: Disallow vPMU on non-uniform PMUVer systems
 2023-06-10  6:15 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: PMU: Introduce pmu_v3_is_supported() helper
` [PATCH 2/2] KVM: arm64: PMU: Disallow vPMU on non-uniform PMUVer systems

[soc:hisi/dt] BUILD SUCCESS 709f6754fa357d82f497dac9bc5c5a1538713f97
 2023-06-10  4:59 UTC 

[soc:zynq/soc] BUILD SUCCESS a49e482c52d551b46ec10fb12bbf5ad242848a59
 2023-06-10  4:59 UTC 

[soc:soc/drivers] BUILD SUCCESS b79dec951a5ed81cdd6de88e619c1a8e3f88200f
 2023-06-10  4:59 UTC 

[soc:arm/fixes] BUILD SUCCESS 5cdd5ec176544a3f5b18591577cfab2fcdc13c79
 2023-06-10  4:58 UTC 

[soc:soc/dt] BUILD SUCCESS 7b87c164e179d36ca059199b3a54b265c66f67e3
 2023-06-10  4:58 UTC 

[soc:soc/defconfig] BUILD SUCCESS 0403565132a5409ab39760d0b6810d9c66213d66
 2023-06-10  4:58 UTC 

[soc:amlogic/dt] BUILD SUCCESS 98b503c7fb13a17a47d8ebf15fa8f7c10118e75c
 2023-06-10  4:58 UTC 

[soc:hisi/dt64] BUILD SUCCESS 35e6bcd138bc7ae85b193186207371d77749afcf
 2023-06-10  4:58 UTC 

[clk:clk-determine-rate 66/68] sound/soc/codecs/tlv320aic32x4-clk.c:219 clk_aic32x4_pll_determine_rate() warn: unsigned 'rate' is never less than zero
 2023-06-10  4:38 UTC 

[PATCH v4 0/8] Add MT8195 HDMI support
 2023-06-10  4:16 UTC  (5+ messages)
` [PATCH v4 1/8] dt-bindings: display: mediatek: add MT8195 hdmi bindings

[PATCH v3 00/10] RISCV: Add KVM_GET_REG_LIST API
 2023-06-10  3:12 UTC  (10+ messages)
` [PATCH v3 07/10] KVM: arm64: selftests: Finish generalizing get-reg-list
` [PATCH v3 09/10] KVM: riscv: selftests: Skip some registers set operation
` [PATCH v3 10/10] KVM: riscv: selftests: Add get-reg-list test

[PATCH v2 0/2] ufs: mcq: Share first hwq for dev comamnd and IO request
 2023-06-10  3:00 UTC  (4+ messages)
` [PATCH v2 1/2] scsi: ufs: mcq: Fix the incorrect OCS value for the device command
` [PATCH v2 2/2] scsi: ufs: core: Remove dedicated hwq for dev command

[PATCH v2 0/5] perf cs-etm: Track exception level
 2023-06-10  2:33 UTC  (3+ messages)
` [PATCH v2 4/5] "


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