linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-07 13:10:52 to 2023-03-07 16:47:08 UTC [more...]

[PATCH 0/4] Add LVTS support for mt8192
 2023-03-07 16:34 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: thermal: mediatek: Add LVTS thermal controller definition "
` [PATCH 2/4] thermal/drivers/mediatek/lvts_thermal: Add mt8192 support
` [PATCH 3/4] arm64: dts: mediatek: mt8192: Add thermal zones and thermal nodes
` [PATCH 4/4] arm64: dts: mediatek: mt8192: Add temperature mitigation threshold

[PATCH 0/4] Add LVTS's AP thermal domain support for mt8195
 2023-03-07 15:45 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: thermal: mediatek: Add AP domain to LVTS thermal controllers "
` [PATCH 2/4] thermal/drivers/mediatek/lvts_thermal: Add AP domain "
` [PATCH 3/4] arm64: dts: mediatek: mt8195: Add AP domain thermal zones
` [PATCH 4/4] arm64: dts: mediatek: mt8195: Add AP domain temperature thresholds

[PATCH v3 0/6] Add support for Qualcomm's legacy IOMMU v2
 2023-03-07 16:44 UTC  (3+ messages)
` [PATCH v3 2/6] iommu/qcom: Use the asid read from device-tree if specified

[PATCH v3 00/60] arm64: Add support for LPA2 at stage1 and WXN
 2023-03-07 16:42 UTC  (64+ messages)
` [PATCH v3 01/60] arm64: kernel: Disable latent_entropy GCC plugin in early C runtime
` [PATCH v3 02/60] arm64: mm: Take potential load offset into account when KASLR is off
` [PATCH v3 03/60] arm64: mm: get rid of kimage_vaddr global variable
` [PATCH v3 04/60] arm64: mm: Move PCI I/O emulation region above the vmemmap region
` [PATCH v3 05/60] arm64: mm: Move fixmap region above "
` [PATCH v3 06/60] arm64: ptdump: Allow VMALLOC_END to be defined at boot
` [PATCH v3 07/60] arm64: ptdump: Discover start of vmemmap region at runtime
` [PATCH v3 08/60] arm64: vmemmap: Avoid base2 order of struct page size to dimension region
` [PATCH v3 09/60] arm64: mm: Reclaim unused vmemmap region for vmalloc use
` [PATCH v3 10/60] arm64: kaslr: Adjust randomization range dynamically
` [PATCH v3 11/60] arm64: kaslr: drop special case for ThunderX in kaslr_requires_kpti()
` [PATCH v3 12/60] arm64: Turn kaslr_feature_override into a generic SW feature override
` [PATCH v3 13/60] arm64: kvm: honour 'nokaslr' command line option for the HYP VA space
` [PATCH v3 14/60] arm64: kernel: Manage absolute relocations in code built under pi/
` [PATCH v3 15/60] arm64: kernel: Don't rely on objcopy to make code under pi/ __init
` [PATCH v3 16/60] arm64: head: move relocation handling to C code
` [PATCH v3 17/60] arm64: idreg-override: Omit non-NULL checks for override pointer
` [PATCH v3 18/60] arm64: idreg-override: Prepare for place relative reloc patching
` [PATCH v3 19/60] arm64: idreg-override: Avoid parameq() and parameqn()
` [PATCH v3 20/60] arm64: idreg-override: avoid strlen() to check for empty strings
` [PATCH v3 21/60] arm64: idreg-override: Avoid sprintf() for simple string concatenation
` [PATCH v3 22/60] arm64: idreg-override: Avoid kstrtou64() to parse a single hex digit
` [PATCH v3 23/60] arm64: idreg-override: Move to early mini C runtime
` [PATCH v3 24/60] arm64: kernel: Remove early fdt remap code
` [PATCH v3 25/60] arm64: head: Clear BSS and the kernel page tables in one go
` [PATCH v3 26/60] arm64: Move feature overrides into the BSS section
` [PATCH v3 27/60] arm64: head: Run feature override detection before mapping the kernel
` [PATCH v3 28/60] arm64: head: move dynamic shadow call stack patching into early C runtime
` [PATCH v3 29/60] arm64: kaslr: Use feature override instead of parsing the cmdline again
` [PATCH v3 30/60] arm64: idreg-override: Create a pseudo feature for rodata=off
` [PATCH v3 31/60] arm64: Add helpers to probe local CPU for PAC/BTI/E0PD support
` [PATCH v3 32/60] arm64: head: allocate more pages for the kernel mapping
` [PATCH v3 33/60] arm64: head: move memstart_offset_seed handling to C code
` [PATCH v3 34/60] arm64: head: Move early kernel mapping routines into "
` [PATCH v3 35/60] arm64: mm: Use 48-bit virtual addressing for the permanent ID map
` [PATCH v3 36/60] arm64: pgtable: Decouple PGDIR size macros from PGD/PUD/PMD levels
` [PATCH v3 37/60] arm64: kernel: Create initial ID map from C code
` [PATCH v3 38/60] arm64: mm: avoid fixmap for early swapper_pg_dir updates
` [PATCH v3 39/60] arm64: mm: omit redundant remap of kernel image
` [PATCH v3 40/60] arm64: Revert "mm: provide idmap pointer to cpu_replace_ttbr1()"
` [PATCH v3 41/60] arm64/mm: Add FEAT_LPA2 specific TCR_EL1.DS field
` [PATCH v3 42/60] arm64/mm: Add FEAT_LPA2 specific ID_AA64MMFR0.TGRAN[2]
` [PATCH v3 43/60] arm64: mm: Handle LVA support as a CPU feature
` [PATCH v3 44/60] arm64: mm: Add feature override support for LVA
` [PATCH v3 45/60] arm64: mm: Wire up TCR.DS bit to PTE shareability fields
` [PATCH v3 46/60] arm64: mm: Add LPA2 support to phys<->pte conversion routines
` [PATCH v3 47/60] arm64: mm: Add definitions to support 5 levels of paging
` [PATCH v3 48/60] arm64: mm: add LPA2 and 5 level paging support to G-to-nG conversion
` [PATCH v3 49/60] arm64: Enable LPA2 at boot if supported by the system
` [PATCH v3 50/60] arm64: mm: Add 5 level paging support to fixmap and swapper handling
` [PATCH v3 51/60] arm64: kasan: Reduce minimum shadow alignment and enable 5 level paging
` [PATCH v3 52/60] arm64: mm: Add support for folding PUDs at runtime
` [PATCH v3 53/60] arm64: ptdump: Disregard unaddressable VA space
` [PATCH v3 54/60] arm64: ptdump: Deal with translation levels folded at runtime
` [PATCH v3 55/60] arm64: kvm: avoid CONFIG_PGTABLE_LEVELS for runtime levels
` [PATCH v3 56/60] arm64: kvm: Limit HYP VA and host S2 range to 48 bits when LPA2 is in effect
` [PATCH v3 57/60] arm64: Enable 52-bit virtual addressing for 4k and 16k granule configs
` [PATCH v3 58/60] arm64: defconfig: Enable LPA2 support
` [PATCH v3 59/60] mm: add arch hook to validate mmap() prot flags
` [PATCH v3 60/60] arm64: mm: add support for WXN memory translation attribute

[PATCH v2 0/2] watchdog: s3c2410_wdt: Simplify using dev_err_probe()
 2023-03-07 16:37 UTC  (5+ messages)
` [PATCH v2 1/2] watchdog: s3c2410: Make s3c2410_get_wdt_drv_data() return an int
` [PATCH v2 2/2] watchdog: s3c2410_wdt: Simplify using dev_err_probe()

[PATCH] ARM: dts: rockchip: Add mmc aliases for rk3288-veyron devices
 2023-03-07 16:36 UTC  (2+ messages)

[PATCH net] net: microchip: sparx5: fix deletion of existing DSCP mappings
 2023-03-07 16:33 UTC  (2+ messages)

[PATCH] firmware: arm_scmi: Fix device node validation for mailbox transport
 2023-03-07 16:23 UTC 

[PATCH net-next 0/4] Various mtk_eth_soc cleanups
 2023-03-07 16:19 UTC  (5+ messages)
` [PATCH net-next 1/4] net: mtk_eth_soc: tidy mtk_gmac0_rgmii_adjust()
` [PATCH net-next 2/4] net: mtk_eth_soc: move trgmii ddr2 check to probe function
` [PATCH net-next 3/4] net: mtk_eth_soc: remove unnecessary checks in mtk_mac_config()
` [PATCH net-next 4/4] net: mtk_eth_soc: remove support for RMII and REVMII modes

[PATCH v4 0/3] AM57x EVM Device Tree Overlays
 2023-03-07 16:17 UTC  (4+ messages)
` [PATCH v4 1/3] ARM: dts: ti: Add AM57xx GP EVM board support
` [PATCH v4 2/3] ARM: dts: ti: Add AM57xx GP EVM Rev A3 "
` [PATCH v4 3/3] ARM: dts: am57xx-idk: Add IDK displays and touchscreens

[PATCH net] net: dsa: mt7530: permit port 5 to work without port 6 on MT7621 SoC
 2023-03-07 15:54 UTC 

[REPOST PATCH 00/16] Add support for vPMU selftests
 2023-03-07 16:09 UTC  (4+ messages)
` [REPOST PATCH 10/16] selftests: KVM: aarch64: Add KVM EVTYPE filter PMU test

[PATCH net-next v12 00/18] net: ethernet: mtk_eth_soc: various enhancements
 2023-03-07 15:56 UTC  (19+ messages)
` [PATCH net-next v12 01/18] net: ethernet: mtk_eth_soc: add support for MT7981 SoC
` [PATCH net-next v12 02/18] dt-bindings: net: mediatek,net: add mt7981-eth binding
` [PATCH net-next v12 03/18] dt-bindings: arm: mediatek: sgmiisys: Convert to DT schema
` [PATCH net-next v12 04/18] dt-bindings: arm: mediatek: sgmiisys: add MT7981 SoC
` [PATCH net-next v12 05/18] net: ethernet: mtk_eth_soc: set MDIO bus clock frequency
` [PATCH net-next v12 06/18] net: ethernet: mtk_eth_soc: reset PCS state
` [PATCH net-next v12 07/18] net: ethernet: mtk_eth_soc: only write values if needed
` [PATCH net-next v12 08/18] net: ethernet: mtk_eth_soc: fix 1000Base-X and 2500Base-X modes
` [PATCH net-next v12 09/18] net: ethernet: mtk_eth_soc: Fix link status for none-SGMII modes
` [PATCH net-next v12 10/18] net: ethernet: mtk_eth_soc: ppe: add support for flow accounting
` [PATCH net-next v12 11/18] net: pcs: add driver for MediaTek SGMII PCS
` [PATCH net-next v12 12/18] net: ethernet: mtk_eth_soc: switch to external PCS driver
` [PATCH net-next v12 13/18] net: dsa: mt7530: use "
` [PATCH net-next v12 14/18] net: ethernet: mtk_eth_soc: add MTK_NETSYS_V1 capability bit
` [PATCH net-next v12 15/18] net: ethernet: mtk_eth_soc: move MAX_DEVS in mtk_soc_data
` [PATCH v12 16/18] net: ethernet: mtk_eth_soc: rely on num_devs and remove MTK_MAC_COUNT
` [PATCH v12 17/18] net: ethernet: mtk_eth_soc: add MTK_NETSYS_V3 capability bit
` [PATCH v12 18/18] net: ethernet: mtk_eth_soc: convert caps in mtk_soc_data struct to u64

[PATCH RESEND net-next] wwan: core: Support slicing in port TX flow of WWAN subsystem
 2023-03-07 15:37 UTC  (2+ messages)

[PATCH v10 00/13] phy: Add support for Lynx 10G SerDes
 2023-03-07 15:35 UTC  (4+ messages)
` [PATCH v10 03/13] dt-bindings: Convert gpio-mmio to yaml

[v3 PATCH] crypto: stm32 - Save and restore between each request
 2023-03-07 15:31 UTC  (16+ messages)
      ` [v4 "
                ` [v5 PATCH 0/7] "
                  ` [v6 "
                    ` [v5 PATCH 7/7] "

[PATCH] drm/sun4i: fix missing component unbind on bind errors
 2023-03-07 15:29 UTC  (2+ messages)
` (subset) "

[RESEND PATCH] media: mtk-jpeg: Fix use after free bug due to uncanceled work
 2023-03-07 15:03 UTC  (6+ messages)

[PATCH v2 0/2] media: imx: imx8mq-mipi-csi2: Use V4L2 subdev state
 2023-03-07 15:00 UTC  (3+ messages)
` [PATCH v2 1/2] media: imx: imx8mq-mipi-csi2: Use V4L2 subdev active state
` [PATCH v2 2/2] media: imx: imx8mq-mipi-csi2: remove unneeded state variable and function

[PATCH] drm/atomic-helpers: remove legacy_cursor_update hacks
 2023-03-07 14:56 UTC  (2+ messages)

[PATCH v5 0/3] Add pinctrl support for S32 SoC family
 2023-03-07 14:53 UTC  (8+ messages)

[PATCH 0/6] Add IOMMU support to MT8365 SoC
 2023-03-07 13:46 UTC  (7+ messages)
` [PATCH 1/6] dt-bindings: memory-controllers: mediatek,smi-common: add mt8365
` [PATCH 2/6] dt-bindings: memory-controllers: mediatek,smi-larb: "
` [PATCH 3/6] arm64: dts: mediatek: add power domain support for mt8365 SoC
` [PATCH 4/6] arm64: dts: mediatek: add smi "
` [PATCH 5/6] arm64: dts: mediatek: add larb "
` [PATCH 6/6] arm64: dts: mediatek: add iommu "

[PATCH v2 00/18] Improve the MT8365 SoC and EVK board support
 2023-03-07 13:17 UTC  (19+ messages)
` [PATCH v2 01/18] dt-bindings: watchdog: mediatek,mtk-wdt: add mt8365
` [PATCH v2 02/18] dt-bindings: mmc: mediatek,mtk-sd: "
` [PATCH v2 03/18] dt-bindings: pinctrl: mediatek,mt8365-pinctrl: add drive strength property
` [PATCH v2 04/18] arm64: dts: mediatek: Increase the size BL31 reserved memory
` [PATCH v2 05/18] arm64: dts: mediatek: add watchdog support for mt8365 SoC
` [PATCH v2 06/18] arm64: dts: mediatek: add mt6357 device-tree
` [PATCH v2 07/18] arm64: dts: mediatek: add pwrap support to mt8365 SoC
` [PATCH v2 08/18] arm64: dts: mediatek: add mt6357 PMIC support for mt8365-evk
` [PATCH v2 09/18] arm64: dts: mediatek: add mmc support for mt8365 SoC
` [PATCH v2 10/18] arm64: dts: mediatek: add mmc support for mt8365-evk
` [PATCH v2 11/18] arm64: dts: mediatek: set vmc regulator as always on
` [PATCH v2 12/18] arm64: dts: mediatek: add usb controller support for mt8365-evk
` [PATCH v2 13/18] arm64: dts: mediatek: add ethernet support for mt8365 SoC
` [PATCH v2 14/18] arm64: dts: mediatek: add ethernet support for mt8365-evk
` [PATCH v2 15/18] arm64: dts: mediatek: add OPP support for mt8365 SoC
` [PATCH v2 16/18] arm64: dts: mediatek: add cpufreq support for mt8365-evk
` [PATCH v2 17/18] arm64: dts: mediatek: fix systimer properties
` [PATCH v2 18/18] arm64: dts: mediatek: Add CPU Idle support

[PATCH v5 0/7] Generic IPI sending tracepoint
 2023-03-07 14:35 UTC  (8+ messages)
` [PATCH v5 1/7] trace: Add trace_ipi_send_cpumask()
` [PATCH v5 2/7] sched, smp: Trace IPIs sent via send_call_function_single_ipi()
` [PATCH v5 3/7] smp: Trace IPIs sent via arch_send_call_function_ipi_mask()
` [PATCH v5 4/7] irq_work: Trace self-IPIs sent via arch_irq_work_raise()
` [PATCH v5 5/7] treewide: Trace IPIs sent via smp_send_reschedule()
` [PATCH v5 6/7] smp: reword smp call IPI comment
` [PATCH v5 7/7] sched, smp: Trace smp callback causing an IPI

[PATCH RFC net-next 0/4] Various mtk_eth_soc cleanups
 2023-03-07 14:27 UTC  (6+ messages)
` [PATCH RFC net-next 4/4] net: mtk_eth_soc: note interface modes not set in supported_interfaces

[PATCH] media: imx: imx8mq-mipi-csi2: Use V4L2 subdev active state
 2023-03-07 14:21 UTC  (3+ messages)

[PATCH v6 00/20] irqdomain: fix mapping race and rework locking
 2023-03-07 14:18 UTC  (5+ messages)
` [PATCH v6 20/20] irqdomain: Switch to per-domain locking

[PATCH 0/3] Fix the PowerQUICC audio support using the QMC
 2023-03-07 14:15 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: soc: fsl: cpm_qe: cpm1-scc-qmc: Remove unneeded property
` [PATCH 2/3] dt-bindings: soc: fsl: cpm_qe: cpm1-tsa: "
` [PATCH 3/3] soc: fsl: cpm1: qmc: Fix assigned timeslot masks

[RFC PATCH v5 0/4] Create common DPLL/clock configuration API
 2023-03-07 14:10 UTC  (9+ messages)
` [RFC PATCH v5 1/4] dpll: Add DPLL framework base functions

Motorola Droid 4 -- Stopping charger when battery is full
 2023-03-07 14:10 UTC  (2+ messages)

[PATCH net-next] dt-bindings: net: ti: k3-am654-cpsw-nuss: Document Serdes PHY
 2023-03-07 14:01 UTC  (2+ messages)

[PATCH] thermal/drivers/mediatek/lvts_thermal: fix memcpy's number of bytes in lvts_calibration_init()
 2023-03-07 13:51 UTC 

[PATCH v12 2/6] dt-bindings: thermal: mediatek: Add LVTS thermal controllers dt-binding definition
 2023-03-07 13:42 UTC  (2+ messages)
` [PATCH] thermal/drivers/mediatek/lvts_thermal: fix memcpy's number of bytes in lvts_calibration_init()

[PATCH net-next 0/5] Add support for TC flower templates in Sparx5
 2023-03-07 13:41 UTC  (6+ messages)
` [PATCH net-next 1/5] net: microchip: sparx5: Correct the spelling of the keysets in debugfs
` [PATCH net-next 2/5] net: microchip: sparx5: Provide rule count, key removal and keyset select
` [PATCH net-next 3/5] net: microchip: sparx5: Add TC template list to a port
` [PATCH net-next 4/5] net: microchip: sparx5: Add port keyset changing functionality
` [PATCH net-next 5/5] net: microchip: sparx5: Add TC template support

[PATCH v1 05/11] thermal/drivers/stm: Don't set no_hwmon to false
 2023-03-07 13:37 UTC  (2+ messages)
` [PATCH v1 07/11] thermal/drivers/bcm2835: Remove buggy call to thermal_of_zone_unregister

[PATCH 00/41] rtc: Convert to platform remove callback returning void
 2023-03-07 13:35 UTC  (5+ messages)
` [PATCH 03/41] rtc: ab8500: "
` [PATCH 12/41] rtc: ftrtc010: "

[PATCH] stm: class: Add MIPI OST protocol support
 2023-03-07 13:28 UTC  (4+ messages)

[GIT PULL] intel-gpio for 6.4-1
 2023-03-07 13:25 UTC 

[PATCH v9 0/7] add support for CDX bus
 2023-03-07 13:19 UTC  (8+ messages)
` [PATCH v9 1/7] cdx: add the cdx bus driver
` [PATCH v9 2/7] iommu: Support ops registration for CDX bus
` [PATCH v9 3/7] dt-bindings: bus: add CDX bus controller for versal net
` [PATCH v9 4/7] cdx: add MCDI protocol interface for firmware interaction
` [PATCH v9 5/7] cdx: add cdx controller
` [PATCH v9 6/7] cdx: add rpmsg communication channel for CDX
` [PATCH v9 7/7] cdx: add device attributes

[PATCH] pinctrl: freescale: remove generic pin config core support
 2023-03-07 13:15 UTC  (2+ messages)

[PATCH 0/4] pinctrl: at91-pio4: few cleanups
 2023-03-07 13:14 UTC  (2+ messages)

[PATCH RESEND] cpuidle: psci: Iterate backwards over list in psci_pd_remove()
 2023-03-07 13:06 UTC  (2+ messages)

[PATCH v2 00/16] Mass convert GPIO IRQ chips to be immutable
 2023-03-07 13:04 UTC  (4+ messages)
` [PATCH v2 12/16] gpio: max732x: Convert to immutable irq_chip
` [PATCH v2 15/16] gpio: pci-idio-16: "
` [PATCH v2 16/16] gpio: pcie-idio-24: "


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