Linux-ARM-Kernel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-24 12:36:26 to 2023-05-25 01:25:24 UTC [more...]

[PATCH v3 0/2] Add infra_ao reset support for MT8188 Soc
 2023-05-25  1:23 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: reset: mt8188: add thermal reset control bit
` [PATCH v3 2/2] clk: mediatek: reset: add infra_ao reset support for MT8188

ARM64: Question: How to map non-shareable memory
 2023-05-25  0:33 UTC  (3+ messages)

[PATCH V3] soc: imx: support i.MX93 soc device
 2023-05-25  0:01 UTC  (2+ messages)

[PATCH v3 00/35] PMU refactoring and improvements
 2023-05-24 22:33 UTC  (37+ messages)
` [PATCH v3 01/35] perf cpumap: Add intersect function
` [PATCH v3 02/35] perf tests: Organize cpu_map tests into a single suite
` [PATCH v3 03/35] perf cpumap: Add equal function
` [PATCH v3 04/35] libperf cpumap: Add "any CPU"/dummy test function
` [PATCH v3 05/35] perf pmu: Detect ARM and hybrid PMUs with sysfs
` [PATCH v3 06/35] perf pmu: Add is_core to pmu
` [PATCH v3 07/35] perf evsel: Add is_pmu_core inorder to interpret own_cpus
` [PATCH v3 08/35] perf pmu: Add CPU map for "cpu" PMUs
` [PATCH v3 09/35] perf evlist: Propagate user CPU maps intersecting core PMU maps
` [PATCH v3 10/35] perf evlist: Allow has_user_cpus to be set on hybrid
` [PATCH v3 11/35] perf target: Remove unused hybrid value
` [PATCH v3 12/35] perf tools: Warn if no user requested CPUs match PMU's CPUs
` [PATCH v3 13/35] perf evlist: Remove evlist__warn_hybrid_group
` [PATCH v3 14/35] perf evlist: Remove __evlist__add_default
` [PATCH v3 15/35] perf evlist: Reduce scope of evlist__has_hybrid
` [PATCH v3 16/35] perf pmu: Remove perf_pmu__hybrid_mounted
` [PATCH v3 17/35] perf pmu: Rewrite perf_pmu__has_hybrid to avoid list
` [PATCH v3 18/35] perf x86: Iterate hybrid PMUs as core PMUs
` [PATCH v3 19/35] perf topology: Avoid hybrid list for hybrid topology
` [PATCH v3 20/35] perf evsel: Compute is_hybrid from PMU being core
` [PATCH v3 21/35] perf header: Avoid hybrid PMU list in write_pmu_caps
` [PATCH v3 22/35] perf metrics: Remove perf_pmu__is_hybrid use
` [PATCH v3 23/35] perf stat: Avoid hybrid PMU list
` [PATCH v3 24/35] perf mem: "
` [PATCH v3 25/35] perf pmu: Remove perf_pmu__hybrid_pmus list
` [PATCH v3 26/35] perf pmus: Prefer perf_pmu__scan over perf_pmus__for_each_pmu
` [PATCH v3 27/35] perf x86 mem: minor refactor to is_mem_loads_aux_event
` [PATCH v3 28/35] perf pmu: Separate pmu and pmus
` [PATCH v3 29/35] perf pmus: Split pmus list into core and other
` [PATCH v3 30/35] perf pmus: Allow just core PMU scanning
` [PATCH v3 31/35] perf pmus: Avoid repeated sysfs scanning
` [PATCH v3 32/35] perf pmus: Ensure all PMUs are read for find_by_type
` [PATCH v3 33/35] perf pmus: Add function to return count of core PMUs
` [PATCH v3 34/35] perf pmus: Remove perf_pmus__has_hybrid
` [PATCH v3 35/35] perf pmu: Remove is_pmu_hybrid

[PATCH 0/5] arm64: defconfig: build some essential Qualcomm platform drivers
 2023-05-24 23:14 UTC  (6+ messages)
` [PATCH 3/5] arm64: defconfig: Build interconnect driver for QCM2290

[PATCH 5/5] ARM: Add Samsung Galaxy Express support
 2023-05-24 23:04 UTC 

[PATCH 1/2] ARM: dts: imx35: Remove invalid wdog property
 2023-05-24 22:46 UTC  (2+ messages)
` [PATCH 2/2] ARM: dts: vfxxx: "

[PATCH 1/3] arm: Fix flush_dcache_page() for usage from irq context
 2023-05-24 20:56 UTC  (3+ messages)

[patch v3 31/36] x86/apic: Provide cpu_primary_thread mask
 2023-05-24 20:48 UTC 

[PATCH v6 0/4] KVM: allow mapping non-refcounted pages
 2023-05-24 20:05 UTC  (9+ messages)
` [PATCH v6 1/4] KVM: mmu: introduce new gfn_to_pfn_noref functions

[PATCH v5 0/6] pwm: meson: make full use of common clock framework
 2023-05-24 19:52 UTC  (7+ messages)
` [PATCH v5 RESEND 1/6] pwm: meson: modify and simplify calculation in meson_pwm_get_state
` [PATCH v5 RESEND 2/6] pwm: meson: fix handling of period/duty if greater than UINT_MAX
` [PATCH v5 RESEND 3/6] pwm: meson: remove not needed check in meson_pwm_calc
` [PATCH v5 4/6] pwm: meson: switch to using struct clk_parent_data for mux parents
` [PATCH v5 5/6] pwm: meson: don't use hdmi/video clock as mux parent
` [PATCH v5 6/6] pwm: meson: make full use of common clock framework

[PATCH v5 00/25] Add perf support to the rockchip-dfi driver
 2023-05-24 19:42 UTC  (5+ messages)
` [PATCH v5 21/25] dt-bindings: devfreq: event: rockchip,dfi: Add rk3568 support
` [PATCH v5 22/25] dt-bindings: devfreq: event: rockchip,dfi: Add rk3588 support

[PATCH v5 00/18] watchdog/hardlockup: Add the buddy hardlockup detector
 2023-05-24 19:38 UTC  (8+ messages)
` [PATCH v5 11/18] watchdog/hardlockup: Move perf hardlockup watchdog petting to watchdog.c
` [PATCH v5 12/18] watchdog/hardlockup: Rename some "NMI watchdog" constants/function
` [PATCH v5 13/18] watchdog/hardlockup: Have the perf hardlockup use __weak functions more cleanly

[PATCH] arm64: dts: imx8-ss-dma: assign default clock rate for lpuarts
 2023-05-24 19:20 UTC 

[PATCH v2 0/4] dt-bindings: power: reset: at91: convert to YAML
 2023-05-24 19:20 UTC  (8+ messages)
` [PATCH v2 1/4] ARM: dts: at91: use generic name for shutdown controller
` [PATCH v2 2/4] dt-bindings: power: reset: atmel,at91sam9260-shdwc: convert to yaml
` [PATCH v2 3/4] dt-bindings: power: reset: atmel,sama5d2-shdwc: "
` [PATCH v2 4/4] MAINTAINERS: add documentation file for Microchip SAMA5D2 shutdown controller

[PATCH v1 0/5] Add Toradex Verdin AM62
 2023-05-24 19:20 UTC  (10+ messages)
` [PATCH v1 1/5] dt-bindings: arm: ti: add toradex,verdin-am62 et al
` [PATCH v1 2/5] arm64: defconfig: enable drivers for Verdin AM62
` [PATCH v1 3/5] arm64: dts: ti: add verdin am62
` [PATCH v1 4/5] arm64: dts: ti: add verdin am62 dahlia
` [PATCH v1 5/5] arm64: dts: ti: add verdin am62 yavia

[PATCH net-next 00/30] net: dsa: mt7530: improve, trap BPDU & LLDP, and prefer CPU port
 2023-05-24 18:15 UTC  (24+ messages)
` [PATCH net-next 03/30] net: dsa: mt7530: properly support MT7531AE and MT7531BE
` [PATCH net-next 04/30] net: dsa: mt7530: improve comments regarding port 5 and 6
` [PATCH net-next 05/30] net: dsa: mt7530: read XTAL value from correct register
` [PATCH net-next 06/30] net: dsa: mt7530: improve code path for setting up port 5
` [PATCH net-next 07/30] net: dsa: mt7530: do not run mt7530_setup_port5() if port 5 is disabled
` [PATCH net-next 08/30] net: dsa: mt7530: change p{5,6}_interface to p{5,6}_configured
` [PATCH net-next 09/30] net: dsa: mt7530: empty default case on mt7530_setup_port5()
` [PATCH net-next 10/30] net: dsa: mt7530: call port 6 setup from mt7530_mac_config()
` [PATCH net-next 11/30] net: dsa: mt7530: remove pad_setup function pointer
` [PATCH net-next 12/30] net: dsa: mt7530: move XTAL check to mt7530_setup()
` [PATCH net-next 30/30] MAINTAINERS: add me as maintainer of MEDIATEK SWITCH DRIVER

[PATCH] pwm: pwm-meson: fix handling of period/duty if greater than UINT_MAX
 2023-05-24 19:11 UTC  (4+ messages)

[PATCH 00/14] mm/init/kernel: missing-prototypes warnings
 2023-05-24 18:48 UTC  (7+ messages)
` [PATCH 10/14] suspend: add a arch_resume_nosmt() prototype
` [PATCH 13/14] thread_info: move function declarations to linux/thread_info.h

[xilinx-xlnx:lkp_test] BUILD SUCCESS 2dca7f3b5e0f7c383432fcf5e91b6fc08113ab8a
 2023-05-24 18:10 UTC 

[PATCH net-next 0/4] net: add a regmap-based mdio driver and drop TSE PCS
 2023-05-24 17:41 UTC  (7+ messages)
` [PATCH net-next 1/4] net: mdio: Introduce a regmap-based mdio driver
` [PATCH net-next 2/4] net: ethernet: altera-tse: Convert to mdio-regmap and use PCS Lynx
` [PATCH net-next 3/4] net: pcs: Drop the TSE PCS driver
` [PATCH net-next 4/4] net: stmmac: dwmac-sogfpga: use the lynx pcs driver

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

[PATCH v13 00/24] Drivers for Gunyah hypervisor
 2023-05-24 17:13 UTC 

[PATCH v7,0/2] media: mediatek: vcodec: add hevc stateless decoder driver in MT8195
 2023-05-24 16:50 UTC  (2+ messages)
  ` [PATCH v7,2/2] media: mediatek: vcodec: support stateless hevc decoder

[PATCH v4 0/4] Fix imx7-media-csi format settings
 2023-05-24 15:39 UTC  (3+ messages)

[PATCH v2] perf/arm-cmn: Fix DTC reset
 2023-05-24 16:44 UTC 

[PATCH 0/8] ARM: dts: stm32: add adc internal channels on stm32mp15
 2023-05-24 15:39 UTC  (11+ messages)
` [PATCH 1/8] ARM: dts: stm32: add adc internal channels to stm32mp15
` [PATCH 2/8] ARM: dts: stm32: add vrefint calibration on stm32mp15
` [PATCH 3/8] ARM: dts: stm32: add vrefint support to adc2 "
` [PATCH 4/8] ARM: dts: stm32: enable adc on stm32mp15xx-dkx boards
` [PATCH 5/8] ARM: dts: stm32: adopt generic iio bindings for adc channels on stm32mp157c-ed1
` [PATCH 6/8] ARM: dts: stm32: adopt generic iio bindings for adc channels on emstamp-argon
` [PATCH 7/8] ARM: dts: stm32: adopt generic iio bindings for adc channels on dhcor-drc
` [PATCH 8/8] ARM: dts: stm32: adopt generic iio bindings for adc channels on dhcor-testbench

[PATCH] ARM: tlb: Prevent flushing insane large ranges one by one
 2023-05-24 15:51 UTC  (4+ messages)

[PATCH v2 0/7] ASoC: mt8188: add new board support
 2023-05-24 15:51 UTC  (15+ messages)
` [PATCH v2 2/7] ASoC: dt-bindings: mediatek,mt8188-mt6359: remove ADDA_BE from link-name
` [PATCH v2 3/7] ASoC: mediatek: mt8188-mt6359: register hdmi/dp jack pins
` [PATCH v2 4/7] ASoC: mediatek: common: soundcard driver add dai_fmt support
` [PATCH v2 5/7] ASoC: soc-dapm.c: clean up debugfs for freed widget
` [PATCH v2 6/7] ASoC: mediatek: mt8188-mt6359: support new board with nau88255

[PATCH net-next 02/12] mm: Provide a page_frag_cache allocator cleanup function
 2023-05-24 15:33 UTC  (5+ messages)
` [PATCH net-next 03/12] mm: Make the page_frag_cache allocator alignment param a pow-of-2
` [PATCH net-next 04/12] mm: Make the page_frag_cache allocator use multipage folios
` [PATCH net-next 05/12] mm: Make the page_frag_cache allocator handle __GFP_ZERO itself
` [PATCH net-next 06/12] mm: Make the page_frag_cache allocator use per-cpu

[PATCH] dt-bindings: arm: fsl: Fix syntax error
 2023-05-24 15:23 UTC  (3+ messages)

[PATCH v2 0/3] Add SCMI v3.2 Powercap disable support
 2023-05-24 15:12 UTC  (7+ messages)
` [PATCH v2 1/3] firmware: arm_scmi: Refactor powercap get/set helpers
` [PATCH v2 3/3] powercap: arm_scmi: Add support for disabling powercaps on a zone

[PATCH v12 00/25] Drivers for Gunyah hypervisor
 2023-05-24 14:57 UTC  (2+ messages)

[PATCH v2 00/23] PMU refactoring and improvements
 2023-05-24 14:49 UTC  (2+ messages)

[PATCH] arm64: mm: pass original fault address to handle_mm_fault() in PER_VMA_LOCK block
 2023-05-24 14:39 UTC  (3+ messages)

[PATCH] mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATED
 2023-05-24 14:27 UTC  (3+ messages)

[PATCH 0/3] ES8316 audio codec fixes on Rock5B
 2023-05-24 14:21 UTC  (8+ messages)
` [PATCH 1/3] ASoC: es8316: Increment max value for ALC Capture Target Volume control
` [PATCH 3/3] arm64: dts: rockchip: Assign ES8316 MCLK rate on rk3588-rock-5b

[GIC PULL] KVM/arm64 fixes for 6.4, take #2
 2023-05-24 14:18 UTC  (2+ messages)

[PATCH v3 0/3] phy: mtk-mipi-csi: add driver for CSI phy
 2023-05-24 14:05 UTC  (4+ messages)
` [PATCH v3 2/3] dt-bindings: phy: add mediatek MIPI CD-PHY module v0.5

[RFC PATCH 0/4] introduction of a remoteproc tee to load signed firmware images
 2023-05-24 14:01 UTC  (4+ messages)
` [RFC PATCH 1/4] tee: Re-enable vmalloc page support for shared memory

Regression: serial: imx: overrun errors on debug UART
 2023-05-24 13:45 UTC  (17+ messages)

[PATCH] arm64: mm: pass original fault address to handle_mm_fault() in PER_VMA_LOCK block
 2023-05-24 13:13 UTC 

[PATCH 0/4] perf cs-etm: Track exception level
 2023-05-24 13:19 UTC  (5+ messages)
` [PATCH 1/4] perf cs-etm: Only track threads instead of PID and TIDs
` [PATCH 2/4] perf cs-etm: Use previous thread for branch sample source IP
` [PATCH 3/4] perf cs-etm: Track exception level
` [PATCH 4/4] perf cs-etm: Add exception level consistency check

[PATCH] mmc: mediatek: Avoid ugly error message when SDIO wakeup IRQ isn't used
 2023-05-24 13:10 UTC 

[PATCH] mmc: meson-mx-sdhc: Avoid cast to incompatible function type
 2023-05-24 13:10 UTC 

[PATCH 1/4] ARM: dts: imx7d-smegw01: Remove unneeded #address-cells/#size-cells
 2023-05-24 13:10 UTC  (4+ messages)
` [PATCH 2/4] ARM: dts: imx7d-smegw01: Pass 'gpr' to the pinctrl groups
` [PATCH 3/4] ARM: dts: imx7d-smegw01: Use pinctrl-0 for pinctrl_rfkill
` [PATCH 4/4] ARM: dts: imx7d-smegw01: Pass Ethernet aliases

[GIT PULL] OMAP GPIO numbers cleanup
 2023-05-24 13:07 UTC 

[GIT PULL] Convert virt_to_phys() into static inlines
 2023-05-24 13:03 UTC  (2+ messages)

[PATCH net] net: stmmac: fix call trace when stmmac_xdp_xmit() is invoked
 2023-05-24 12:57 UTC 

[PATCH] KVM: arm64: Reload PTE after invoking walker callback on preorder traversal
 2023-05-24 12:49 UTC  (2+ messages)

[PATCH 0/2] KVM: arm64: Handle MTE Set/Way CMOs
 2023-05-24 12:49 UTC  (2+ messages)

[PATCH 0/4] KVM: arm64: vgic: Locking fixes
 2023-05-24 12:49 UTC  (4+ messages)

[PATCH v2 0/4] Enhance mediatek-cpufreq robustness
 2023-05-24 12:42 UTC  (8+ messages)
` [PATCH v2 4/4] cpufreq: mediatek: Raise proc and sram max voltage for MT7622/7623

[PATCH v14 8/8] soc: amd: Add support for AMD Pensando SoC Controller
 2023-05-24 12:41 UTC  (3+ 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).