linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-11 04:47:51 to 2022-04-11 11:09:35 UTC [more...]

[PATCH v9 00/23] drm/rockchip: RK356x VOP2 support
 2022-04-11 11:07 UTC  (10+ messages)

[PATCH v3 0/3] dmaengine: Use platform_get_irq*() variants to fetch IRQ's
 2022-04-11 10:57 UTC  (2+ messages)

[PATCH] drivers: dma: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-11 10:50 UTC  (2+ messages)

[PATCH v2] dmaengine: imx-sdma: fix init of uart scripts
 2022-04-11 10:48 UTC  (2+ messages)

[PATCH 0/5] arm64: Treat ESR_ELx as a 64-bit register
 2022-04-11 10:46 UTC  (4+ messages)
` [PATCH 5/5] KVM: arm64: uapi: Add kvm_debug_exit_arch.hsr_high

[PATCH v4 1/2] mm: hugetlb_vmemmap: introduce ARCH_WANT_HUGETLB_PAGE_FREE_VMEMMAP
 2022-04-11 10:40 UTC  (7+ messages)
` [PATCH v4 2/2] arm64: mm: hugetlb: Enable HUGETLB_PAGE_FREE_VMEMMAP for arm64

[PATCH 00/10] mm, arm64: Reduce ARCH_KMALLOC_MINALIGN below the cache line size
 2022-04-11 10:37 UTC  (3+ messages)
` [PATCH 01/10] mm/slab: Decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN

[PATCH v2 0/3] Enable EAS for CPPC/ACPI based systems
 2022-04-11 10:34 UTC  (7+ messages)
` [PATCH v2 1/3] cpufreq: CPPC: Add cppc_cpufreq_search_cpu_data
` [PATCH v2 3/3] cpufreq: CPPC: Register EM based on efficiency class information

[PATCH] arm64/io: Remind compiler that there is a memory side effect
 2022-04-11 10:31 UTC  (6+ messages)
  ` GCC 12 miscompilation of volatile asm (was: Re: [PATCH] arm64/io: Remind compiler that there is a memory side effect)

[PATCH] iio: stmpe-adc: Fix wait_for_completion_timeout return value check
 2022-04-11 10:30 UTC 

[PATCH] usb: gadget: udc: clean up comments
 2022-04-11 10:22 UTC  (2+ messages)

[PATCH v4 0/4] perf: arm-spe: Decode SPE source and use for perf c2c
 2022-04-11 10:26 UTC  (5+ messages)
` [PATCH v5 3/5] perf tools: sync addition of PERF_MEM_SNOOPX_PEER
` [PATCH v5 5/5] perf mem: Support mem_lvl_num in c2c command

[PATCH v4 00/13] gpiolib: Two new helpers and way toward fwnode
 2022-04-11 10:19 UTC  (4+ messages)
` [PATCH v4 09/13] pinctrl: meson: Rename REG_* to MESON_REG_*

[PATCH 1/2] mtd: call of_platform_populate() for MTD partitions
 2022-04-11 10:18 UTC  (7+ messages)
` [PATCH 2/2] nvmem: add driver handling U-Boot environment variables

[PATCH 1/1] sched/pelt: Refine the enqueue_load_avg calculate method
 2022-04-11 10:14 UTC  (4+ messages)

[PATCH] arm_pmu: Validate single/group leader events
 2022-04-11 10:04 UTC  (2+ messages)

[PATCH] serial: 8250: Return early in .start_tx() if there are no chars to send
 2022-04-11  9:56 UTC  (2+ messages)

[PATCH v2 0/7] SDX65 devicetree updates
 2022-04-11  9:50 UTC  (8+ messages)
` [PATCH v2 1/7] ARM: dts: qcom: sdx65: Add reserved memory nodes
` [PATCH v2 2/7] dt-bindings: mmc: sdhci-msm: Document the SDX65 compatible
` [PATCH v2 3/7] ARM: dts: qcom: sdx65: Add support for SDHCI controller
` [PATCH v2 4/7] dt-bindings: arm-smmu: Add binding for SDX65 SMMU
` [PATCH v2 5/7] ARM: dts: qcom: sdx65: Enable ARM SMMU
` [PATCH v2 6/7] ARM: dts: qcom: sdx65: Add support for TCSR Mutex
` [PATCH v2 7/7] ARM: dts: qcom: sdx65: Add Shared memory manager support

[PATCH -next] net: ethernet: mtk_eth_soc: fix return value check in mtk_wed_add_hw()
 2022-04-11  9:50 UTC  (2+ messages)

[PATCH v3 00/30] arm64: support WXN and entry with MMU enabled
 2022-04-11  9:48 UTC  (31+ messages)
` [PATCH v3 01/30] arm64: head: move kimage_vaddr variable into C file
` [PATCH v3 02/30] arm64: mm: make vabits_actual a build time constant if possible
` [PATCH v3 03/30] arm64: head: move assignment of idmap_t0sz to C code
` [PATCH v3 04/30] arm64: head: drop idmap_ptrs_per_pgd
` [PATCH v3 05/30] arm64: head: simplify page table mapping macros (slightly)
` [PATCH v3 06/30] arm64: head: switch to map_memory macro for the extended ID map
` [PATCH v3 07/30] arm64: head: split off idmap creation code
` [PATCH v3 08/30] arm64: kernel: drop unnecessary PoC cache clean+invalidate
` [PATCH v3 09/30] arm64: head: pass ID map root table address to __enable_mmu()
` [PATCH v3 10/30] arm64: mm: provide idmap pointer to cpu_replace_ttbr1()
` [PATCH v3 11/30] arm64: head: add helper function to remap regions in early page tables
` [PATCH v3 12/30] arm64: head: cover entire kernel image in initial ID map
` [PATCH v3 13/30] arm64: head: use relative references to the RELA and RELR tables
` [PATCH v3 14/30] arm64: head: create a temporary FDT mapping in the initial ID map
` [PATCH v3 15/30] arm64: idreg-override: use early FDT mapping in "
` [PATCH v3 16/30] arm64: head: factor out TTBR1 assignment into a macro
` [PATCH v3 17/30] arm64: head: populate kernel page tables with MMU and caches on
` [PATCH v3 18/30] arm64: head: record CPU boot mode after enabling the MMU
` [PATCH v3 19/30] arm64: kaslr: deal with init called with VA randomization enabled
` [PATCH v3 20/30] arm64: head: relocate kernel only a single time if KASLR is enabled
` [PATCH v3 21/30] arm64: head: remap the kernel text/inittext region read-only
` [PATCH v3 22/30] arm64: setup: drop early FDT pointer helpers
` [PATCH v3 23/30] arm64: mm: move ro_after_init section into the data segment
` [PATCH v3 24/30] arm64: mm: add support for WXN memory translation attribute
` [PATCH v3 25/30] arm64: head: record the MMU state at primary entry
` [PATCH v3 26/30] arm64: head: avoid cache invalidation when entering with the MMU on
` [PATCH v3 27/30] arm64: head: clean the ID map page to the PoC
` [PATCH v3 28/30] efi: libstub: pass image handle to handle_kernel_image()
` [PATCH v3 29/30] efi/arm64: libstub: run image in place if randomized by the loader
` [PATCH v3 30/30] arm64: efi/libstub: enter with the MMU on if executing in place

[PATCH net-next v2 0/9] net: dsa: mt7530: updates for phylink changes
 2022-04-11  9:46 UTC  (10+ messages)
` [PATCH net-next v2 1/9] net: dsa: mt7530: 1G can also support 1000BASE-X link mode
` [PATCH net-next v2 2/9] net: dsa: mt7530: populate supported_interfaces and mac_capabilities
` [PATCH net-next v2 3/9] net: dsa: mt7530: remove interface checks
` [PATCH net-next v2 4/9] net: dsa: mt7530: drop use of phylink_helper_basex_speed()
` [PATCH net-next v2 5/9] net: dsa: mt7530: only indicate linkmodes that can be supported
` [PATCH net-next v2 6/9] net: dsa: mt7530: switch to use phylink_get_linkmodes()
` [PATCH net-next v2 7/9] net: dsa: mt7530: partially convert to phylink_pcs
` [PATCH net-next v2 8/9] net: dsa: mt7530: move autoneg handling to PCS validation
` [PATCH net-next v2 9/9] net: dsa: mt7530: mark as non-legacy

[PATCH v4 1/3] MAINTAINERS: Add apple efuses nvmem files to ARM/APPLE MACHINE
 2022-04-11  9:41 UTC  (3+ messages)
` [PATCH v4 3/3] nvmem: Add Apple eFuse driver

[PATCH 0/2] arm64: kgdb/kdb: Fix pending single-step debugging issues
 2022-04-11  9:38 UTC  (3+ messages)
` [PATCH 1/2] arm64: kgdb: Fix incorrect single stepping into the irq handler
` [PATCH 2/2] arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-step

[PATCH] media: imx-jpeg: Correct the pixel format of rgb
 2022-04-11  9:17 UTC  (2+ messages)

[PATCH v3 0/3] Add reset deassertion for Aspeed MDIO
 2022-04-11  9:19 UTC  (4+ messages)
` [PATCH RESEND v3 2/3] net: mdio: add reset control "

[PATCH v2] arm64: dts: fsl-ls1028a: add dspi2 support
 2022-04-11  9:11 UTC 

[PATCH v3 0/3] arm64: mm: Do not defer reserve_crashkernel()
 2022-04-11  9:24 UTC  (4+ messages)
` [PATCH v3 1/3] arm64: mm: Do not defer reserve_crashkernel() if only ZONE_DMA32
` [PATCH v3 2/3] arm64: mm: Don't defer reserve_crashkernel() with dma_force_32bit
` [PATCH v3 3/3] arm64: mm: Cleanup useless parameters in zone_sizes_init()

[PATCH] media: imx-jpeg: don't change byteused of queued buffer
 2022-04-11  8:54 UTC  (2+ messages)

[PATCH v5 1/5] mfd: da9062: make register CONFIG_I writable
 2022-04-11  9:06 UTC  (4+ messages)

[PATCH v4, 0/4] Cooperate with DSI RX devices to modify dsi funcs and delay mipi high to cooperate with panel sequence
 2022-04-11  9:07 UTC  (7+ messages)
` [PATCH v4, 1/4] drm/mediatek: Adjust the timing of mipi signal from LP00 to LP11
` [PATCH v4, 2/4] drm/mediatek: Separate poweron/poweroff from enable/disable and define new funcs
` [PATCH v4, 3/4] drm/mediatek: keep dsi as LP00 before dcs cmds transfer

[PATCH v4 0/2] refine the NFC clock framework
 2022-04-11  9:03 UTC  (6+ messages)
` [PATCH v4 1/2] mtd: rawnand: meson: discard the common MMC sub "

[PATCH v5 0/3] use more system keyrings to verify arm64 kdump kernel image signature
 2022-04-11  9:01 UTC  (12+ messages)
` [PATCH v5 1/3] kexec: clean up arch_kexec_kernel_verify_sig
` [PATCH v5 2/3] kexec, KEYS: make the code in bzImage64_verify_sig generic
` [PATCH v5 3/3] arm64: kexec_file: use more system keyrings to verify kernel image signature

Rekening Bijwerken
 2022-04-11  8:58 UTC 

[PATCH v2] remoteproc: mtk_scp: Fix a potential double free
 2022-04-11  8:55 UTC  (2+ messages)

[PATCH v4 00/33] crypto: rockchip: permit to pass self-tests
 2022-04-11  8:51 UTC  (13+ messages)
` [PATCH v4 06/33] crypto: rockchip: add fallback for cipher
` [PATCH v4 08/33] crypto: rockchip: better handle cipher key
` [PATCH v4 17/33] crypto: rockchip: use read_poll_timeout
` [PATCH v4 18/33] crypto: rockchip: fix style issue

[PATCH] arm64: dts: meson: alpa sort the board Makefile
 2022-04-11  8:51 UTC  (2+ messages)

[PATCH] arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO pin labeling for CON1
 2022-04-11  8:51 UTC  (2+ messages)

[PATCH 00/19] crypto: allwinner: lots of fixes
 2022-04-11  8:37 UTC  (5+ messages)

[PATCH v2 resend 0/3] arm64: mm: Do not defer reserve_crashkernel()
 2022-04-11  8:28 UTC  (7+ messages)
` [PATCH v2 resend 2/3] arm64: mm: Don't defer reserve_crashkernel() with dma_force_32bit
` [PATCH v2 resend 3/3] arm64: mm: Cleanup useless parameters in zone_sizes_init()

Move RS485 implementation from drivers to serial core (v4 RESEND)
 2022-04-11  8:27 UTC  (3+ messages)
` [PATCH v4 RESEND 9/9] serial: atmel: remove redundant assignment in rs485_config

[PATCH 3/3] ARM: config: u8500: Re-enable AB8500 battery charging
 2022-04-11  8:23 UTC  (2+ messages)

[PATCH] pwm: atmel-tcp: Make atmel_tcb_divisors static
 2022-04-11  8:22 UTC  (2+ messages)

[PATCH v2 0/4] dmaengine: sun6i: Allwinner D1 support
 2022-04-11  8:20 UTC  (7+ messages)
` [PATCH v2 1/4] dt-bindings: dma: sun50i-a64: Add compatible for D1
` [PATCH v2 2/4] dmaengine: sun6i: Do not use virt_to_phys
` [PATCH v2 3/4] dmaengine: sun6i: Add support for 34-bit physical addresses
` [PATCH v2 4/4] dmaengine: sun6i: Add support for the D1 variant

[PATCH] serial: imx: fix overrun interrupts in DMA mode
 2022-04-11  8:19 UTC 

[PATCH v2 00/11] archs/random: fallback to using ktime_read_raw_clock() if no cycle counter
 2022-04-11  8:18 UTC  (3+ messages)
` [PATCH v2 03/11] m68k: use ktime_read_raw_clock() for random_get_entropy() instead of zero

[PATCH v2 0/2] media: Add H265 pixel format
 2022-04-11  8:12 UTC  (5+ messages)
` [PATCH v2 1/2] media: usb: uvc: "
` [PATCH v2 2/2] media: v4l: "

[PATCH] bus: imx-weim: Mark weim_of_notifier static
 2022-04-11  8:06 UTC  (3+ messages)

[PATCH] dt-bindings: timer: Update TI timer to yaml and add compatible for am6
 2022-04-11  8:00 UTC  (3+ messages)

[PATCH v15 0/6] Add mutex support for MDP
 2022-04-11  7:49 UTC  (7+ messages)
` [PATCH v15 1/6] soc: mediatek: mutex: add common interface to accommodate multiple modules operationg MUTEX
` [PATCH v15 2/6] soc: mediatek: mutex: add 8183 MUTEX MOD settings for MDP
` [PATCH v15 3/6] dt-bindings: soc: mediatek: move out common module from display folder
` [PATCH v15 4/6] dt-bindings: soc: mediatek: add gce-client-reg for MUTEX
` [PATCH v15 5/6] dts: arm64: mt8183: add GCE client property for Mediatek MUTEX
` [PATCH v15 6/6] soc: mediatek: mutex: add functions that operate registers by CMDQ

[PATCH v10 00/24] drm/rockchip: RK356x VOP2 support
 2022-04-11  7:53 UTC  (4+ messages)
` [PATCH v10 12/24] drm/rockchip: dw_hdmi: drop mode_valid hook

[PATCH] dt-bindings: media: amphion: use hyphen in node name of vpu core
 2022-04-11  7:48 UTC 

[PATCH 0/7] SDX65 devicetree updates
 2022-04-11  7:33 UTC  (13+ messages)
` [PATCH 1/7] ARM: dts: qcom: sdx65: Add reserved memory nodes
` [PATCH 2/7] dt-bindings: mmc: sdhci-msm: Document the SDX65 compatible
` [PATCH 3/7] ARM: dts: qcom: sdx65: Add support for SDHCI controller
` [PATCH 4/7] dt-bindings: arm-smmu: Add binding for SDX65 SMMU
` [PATCH 5/7] ARM: dts: qcom: sdx65: Enable ARM SMMU
` [PATCH 6/7] ARM: dts: qcom: sdx65: Add support for TCSR Mutex
` [PATCH 7/7] ARM: dts: qcom: sdx65: Add Shared memory manager support

[PATCH v2 0/2] Ensure High and Low periods of SCL are correct
 2022-04-11  7:30 UTC  (6+ 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 v14 0/6] Add mutex support for MDP
 2022-04-11  7:24 UTC  (7+ messages)
` [PATCH v14 1/6] soc: mediatek: mutex: add common interface to accommodate multiple modules operationg MUTEX
` [PATCH v14 2/6] soc: mediatek: mutex: add 8183 MUTEX MOD settings for MDP
` [PATCH v14 3/6] dt-bindings: soc: mediatek: move out common module from display folder
` [PATCH v14 4/6] dt-bindings: soc: mediatek: add gce-client-reg for MUTEX
` [PATCH v14 5/6] dts: arm64: mt8183: add GCE client property for Mediatek MUTEX
` [PATCH v14 6/6] soc: mediatek: mutex: add functions that operate registers by CMDQ

[PATCH 1/3] mips: dts: mt7621: add mdio label to mdio-bus
 2022-04-11  7:21 UTC  (6+ messages)
` [PATCH 2/3] mips: dts: mt7621: mux phy4 to gmac1 for GB-PC1
` [PATCH 3/3] mips: dts: mt7621: remove binding for defining gpio function for pin groups

[PATCH v4 0/5] spi: add support for Mediatek SPI-NAND controller
 2022-04-11  7:17 UTC  (6+ messages)
` [PATCH v4 1/5] mtd: nand: make mtk_ecc.c a separated module

[PATCH] dmaengine: imx-sdma: fix regression with uart scripts
 2022-04-11  7:16 UTC  (5+ messages)

[PATCH v20] arm64: dts: freescale: imx8q: add imx vpu codec entries
 2022-04-11  6:50 UTC 

[PATCH v7 0/6] KVM: arm64: Hypervisor stack enhancements
 2022-04-11  7:01 UTC  (5+ messages)
` [PATCH v7 1/6] KVM: arm64: Introduce hyp_alloc_private_va_range()
` [PATCH v7 2/6] KVM: arm64: Introduce pkvm_alloc_private_va_range()

[PATCH v13 0/9] Add Sunplus SP7021 SoC Support
 2022-04-11  6:49 UTC  (10+ messages)
` [PATCH v13 1/9] dt-bindings: arm: sunplus: Add bindings for Sunplus SP7021 SoC boards
` [PATCH v13 2/9] dt-bindings: reset: Add bindings for SP7021 reset driver
` [PATCH v13 3/9] reset: Add Sunplus "
` [PATCH v13 4/9] dt-bindings: clock: Add bindings for SP7021 clock driver
` [PATCH v13 5/9] clk: Add Sunplus "
` [PATCH v13 6/9] dt-bindings: interrupt-controller: Add bindings for SP7021 interrupt controller
` [PATCH v13 7/9] irqchip: Add Sunplus SP7021 interrupt controller driver
` [PATCH v13 8/9] ARM: sunplus: Add initial support for Sunplus SP7021 SoC
` [PATCH v13 9/9] ARM: sp7021_defconfig: Add Sunplus SP7021 defconfig

[PATCH V2 00/15] cpufreq: mediatek: Cleanup and support MT8183 and MT8186
 2022-04-11  6:48 UTC  (6+ messages)
` [PATCH V2 01/15] dt-bindings: cpufreq: mediatek: Add MediaTek CCI property

[PATCH V4 1/3] dt-bindings: mmc: imx-esdhc: Update compatible fallbacks
 2022-04-11  6:43 UTC  (6+ messages)
` [PATCH V4 2/3] arm64: dts: imx8mn: Enable HS400-ES
` [PATCH V4 3/3] arm64: dts: imx8mp: "

[PATCH 00/10] drm/sun4i: Allwinner D1 Display Engine 2.0 Support
 2022-04-11  6:38 UTC  (5+ messages)
` [PATCH 01/10] dt-bindings: display: Separate clock item lists by compatible
` [PATCH 02/10] dt-bindings: display: Add D1 display engine compatibles

[PATCH] dt-bindings: clock: Add compatible for D1 DE2 clocks
 2022-04-11  6:29 UTC  (2+ messages)

Regression: memory corruption on Atmel SAMA5D31
 2022-04-11  6:21 UTC  (14+ messages)

[PATCH V5 0/8] perf: Expand perf_branch_entry
 2022-04-11  5:46 UTC  (2+ messages)

[PATCH V4 0/7] mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot()
 2022-04-11  5:44 UTC  (6+ messages)
` [PATCH V4 2/7] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT

[PATCH] clk: sunxi-ng: sun6i-rtc: Mark rtc-32k as critical
 2022-04-11  5:00 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).