linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-21 10:29:40 to 2020-09-21 16:38:50 UTC [more...]

[PATCH v3 1/4] dt-bindings: media: imx258: add bindings for IMX258 sensor
 2020-09-21 16:20 UTC  (3+ messages)
` [PATCH v3 2/4] media: i2c: imx258: add support for binding via device tree
` [PATCH v3 4/4] media: i2c: imx258: get clock from device properties and enable it via runtime PM

[PATCH v3 0/9] support cmdq helper function on mt6779 platform
 2020-09-21 16:37 UTC  (23+ messages)
` [PATCH v3 1/9] soc: mediatek: cmdq: add address shift in jump
` [PATCH v3 2/9] soc: mediatek: cmdq: add write_s function
` [PATCH v3 3/9] soc: mediatek: cmdq: add write_s_mask function
` [PATCH v3 4/9] soc: mediatek: cmdq: add read_s function
` [PATCH v3 5/9] soc: mediatek: cmdq: add write_s value function
` [PATCH v3 6/9] soc: mediatek: cmdq: add write_s_mask "
` [PATCH v3 7/9] soc: mediatek: cmdq: add jump function
` [PATCH v3 8/9] soc: mediatek: cmdq: add clear option in cmdq_pkt_wfe api
` [PATCH v3 9/9] drm/mediatek: reduce clear event

let import_iovec deal with compat_iovecs as well
 2020-09-21 16:31 UTC  (17+ messages)
` [PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag

[PATCH] arm64: initialize per-cpu offsets earlier
 2020-09-21 16:30 UTC  (2+ messages)

let import_iovec deal with compat_iovecs as well v2
 2020-09-21 16:27 UTC  (25+ messages)
` [PATCH 01/11] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 02/11] mm: call import_iovec() instead of rw_copy_check_uvector() in process_vm_rw()
` [PATCH 03/11] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c and mark it static
` [PATCH 04/11] iov_iter: explicitly check for CHECK_IOVEC_ONLY in rw_copy_check_uvector
` [PATCH 05/11] iov_iter: merge the compat case into rw_copy_check_uvector
` [PATCH 06/11] iov_iter: handle the compat case in import_iovec
` [PATCH 07/11] fs: remove various compat readv/writev helpers
` [PATCH 08/11] fs: remove the compat readv/writev syscalls
` [PATCH 09/11] fs: remove compat_sys_vmsplice
` [PATCH 10/11] mm: remove compat_process_vm_{readv,writev}
` [PATCH 11/11] security/keys: remove compat_keyctl_instantiate_key_iov

[patch RFC 00/15] mm/highmem: Provide a preemptible variant of kmap_atomic & friends
 2020-09-21 16:24 UTC  (9+ messages)

[PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag
 2020-09-21 16:13 UTC  (4+ messages)

[PATCH v15 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
 2020-09-21 16:14 UTC  (6+ messages)
` [PATCH v15 1/5] firmware: xilinx: Add ZynqMP firmware ioctl enums for RPU configuration
` [PATCH v15 2/5] firmware: xilinx: Add shutdown/wakeup APIs
` [PATCH v15 3/5] firmware: xilinx: Add RPU configuration APIs
` [PATCH v15 4/5] dt-bindings: remoteproc: Add documentation for ZynqMP R5 rproc bindings
` [PATCH v15 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

[PATCH 0/3] PM / Domains: Add power on/off notifiers for genpd
 2020-09-21 16:11 UTC  (5+ messages)
` [PATCH 3/3] PM / Domains: Add support for PM domain "

[PATCH] iommu/io-pgtable-arm: Clean up faulty sanity check
 2020-09-21 16:09 UTC  (2+ messages)

[xlnx:master 58/146] drivers/clk/clk-xlnx-clock-wizard.c:184: undefined reference to `__udivdi3'
 2020-09-21 16:04 UTC 

[PATCH v3 00/30] Add support for Clang LTO
 2020-09-21 15:53 UTC  (3+ messages)
` [PATCH v3 03/30] x86/boot/compressed: Disable relocation relaxation

[GIT PULL] Allwinner Drivers Changes for 5.10
 2020-09-21 15:51 UTC 

[RFT PATCH v3 0/5] Unify NUMA implementation between ARM64 & RISC-V
 2020-09-21 15:49 UTC  (2+ messages)

[GIT PULL] Allwinner Device Tree Changes for 5.10
 2020-09-21 15:51 UTC 

[GIT PULL] Allwinner Fixes for 5.9
 2020-09-21 15:50 UTC 

[PATCH] MAINTAINERS: Update section for cpuidle-psci
 2020-09-21 15:49 UTC  (2+ messages)

[PATCH v6 0/7] arm_pmu: Use NMI for perf interrupt
 2020-09-21 15:45 UTC  (10+ messages)
` [PATCH v6 2/7] arm64: perf: Avoid PMXEV* indirection
` [PATCH v6 5/7] KVM: arm64: pmu: Make overflow handler NMI safe
` [PATCH v6 6/7] arm_pmu: Introduce pmu_irq_ops

[PATCH v2 00/10] ARM: p2v: reduce min alignment to 2 MiB
 2020-09-21 15:41 UTC  (11+ messages)
` [PATCH v2 01/10] ARM: p2v: fix handling of LPAE translation in BE mode
` [PATCH v2 02/10] ARM: assembler: introduce adr_l, ldr_l and str_l macros
` [PATCH v2 03/10] ARM: p2v: move patching code to separate assembler source file
` [PATCH v2 04/10] ARM: p2v: factor out shared loop processing
` [PATCH v2 05/10] ARM: p2v: factor out BE8 handling
` [PATCH v2 06/10] ARM: p2v: drop redundant 'type' argument from __pv_stub
` [PATCH v2 07/10] ARM: p2v: use relative references in patch site arrays
` [PATCH v2 08/10] ARM: p2v: simplify __fixup_pv_table()
` [PATCH v2 09/10] ARM: p2v: switch to MOVW for Thumb2 and ARM/LPAE
` [PATCH v2 10/10] ARM: p2v: reduce p2v alignment requirement to 2 MiB

[PATCH v3 00/10] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-09-21 15:37 UTC  (15+ messages)
` [PATCH v3 01/10] mm: add Kernel Electric-Fence infrastructure
` [PATCH v3 02/10] x86, kfence: enable KFENCE for x86
` [PATCH v3 03/10] arm64, kfence: enable KFENCE for ARM64
` [PATCH v3 04/10] mm, kfence: insert KFENCE hooks for SLAB
` [PATCH v3 05/10] mm, kfence: insert KFENCE hooks for SLUB
` [PATCH v3 06/10] kfence, kasan: make KFENCE compatible with KASAN
` [PATCH v3 07/10] kfence, kmemleak: make KFENCE compatible with KMEMLEAK
` [PATCH v3 08/10] kfence, lockdep: make KFENCE compatible with lockdep
` [PATCH v3 09/10] kfence, Documentation: add KFENCE documentation
` [PATCH v3 10/10] kfence: add test suite

[PATCH] PCI: dwc/meson: do not fail on wait linkup timeout
 2020-09-21 15:05 UTC  (2+ messages)

[PATCH -next] rtc: meson: simplify the return expression of meson_vrtc_probe
 2020-09-21 15:04 UTC  (2+ messages)

[PATCH AUTOSEL 5.8 06/20] clk: versatile: Add of_node_put() before return statement
 2020-09-21 14:40 UTC  (3+ messages)
` [PATCH AUTOSEL 5.8 08/20] i2c: aspeed: Mask IRQ status to relevant bits
` [PATCH AUTOSEL 5.8 19/20] i2c: mediatek: Send i2c master code at more than 1MHz

[PATCH v3 00/10] Independent per-CPU data section for nVHE
 2020-09-21 14:53 UTC  (7+ messages)
` [PATCH v3 04/11] kvm: arm64: Remove __hyp_this_cpu_read
` [PATCH v3 05/11] kvm: arm64: Remove hyp_adr/ldr_this_cpu

[PATCH 0/2] KVM: arm64: Documentation updates
 2020-09-21 14:49 UTC  (7+ messages)
` [PATCH 1/2] KVM: arm64: Add undocumented return values for PMU device control group
` [PATCH 2/2] KVM: arm64: Match PMU error code descriptions with error conditions

[PATCH] drm/vc4: hvs: Pull the state of all the CRTCs prior to PV muxing
 2020-09-21 14:43 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 07/15] i2c: aspeed: Mask IRQ status to relevant bits
 2020-09-21 14:40 UTC 

[PATCH][next] PCI: brcmstb: fix a missing if statement on a return error check
 2020-09-21 14:40 UTC 

[PATCH v4 0/6] arm64: dts: ti: Add USB support for J7200 EVM
 2020-09-21 14:39 UTC  (7+ messages)
` [PATCH v4 1/6] dt-bindings: ti-serdes-mux: Add defines for J7200 SoC
` [PATCH v4 2/6] arm64: dts: ti: k3-j7200-main: Add SERDES lane control mux
` [PATCH v4 3/6] arm64: dts: ti: k3-j7200-main.dtsi: Add USB to SERDES lane MUX
` [PATCH v4 4/6] arm64: dts: ti: k3-j7200-main: Add USB controller
` [PATCH v4 5/6] arm64: dts: ti: k3-j7200-common-proc-board: Configure the SERDES lane function
` [PATCH v4 6/6] arm64: dts: ti: k3-j7200-common-proc-board: Add USB support

[PATCH] arm64: defconfig: Enable the Hantro decoder
 2020-09-21 14:28 UTC  (2+ messages)

[PATCH 0/6] kselftest: arm64/mte: Tests for user-space MTE
 2020-09-21 14:18 UTC  (4+ messages)
` [PATCH 1/6] kselftest/arm64: Add utilities and a test to validate mte memory

[PATCH v2 0/2] iommu/arm-smmu-v3: Improve cmdq lock efficiency
 2020-09-21 13:58 UTC  (3+ messages)

[PATCH] cpuidle: psci: Fix suspicious RCU usage
 2020-09-21 13:59 UTC  (2+ messages)

[PATCH v4 00/22] Add Allwinner H3/H5/H6/A64 HDMI audio
 2020-09-21 13:59 UTC  (26+ messages)
` [PATCH v4 01/22] ASoC: sun4i-i2s: Add support for H6 I2S
` [PATCH v4 02/22] ASoC: sun4i-i2s: Change set_chan_cfg() params
` [PATCH v4 03/22] ASoC: sun4i-i2s: Change get_sr() and get_wss() to be more explicit
` [PATCH v4 04/22] dt-bindings: ASoC: sun4i-i2s: Add H6 compatible
` [PATCH v4 05/22] ASoC: sun4i-i2s: Set sign extend sample
` [PATCH v4 06/22] ASoc: sun4i-i2s: Add 20 and 24 bit support
` [PATCH v4 07/22] ASoC: sun4i-i2s: Fix sun8i volatile regs
` [PATCH v4 08/22] ASoC: sun4i-i2s: Fix setting of FIFO modes
` [PATCH v4 09/22] arm64: dts: allwinner: h6: Add HDMI audio node
` [PATCH v4 10/22] arm64: dts: allwinner: h6: Enable HDMI sound for Beelink GS1
` [PATCH v4 11/22] arm: dts: sunxi: h3/h5: Add DAI node for HDMI
` [PATCH v4 12/22] arm: dts: sunxi: h3/h5: Add HDMI audio
` [PATCH v4 13/22] arm64: dts: allwinner: a64: Add DAI node for HDMI
` [PATCH v4 14/22] arm64: dts: allwinner: a64: Add HDMI audio
` [PATCH v4 15/22] arm: sun8i: h3: Add HDMI audio to Orange Pi 2
` [PATCH v4 16/22] arm: sun8i: h3: Add HDMI audio to Beelink X2
` [PATCH v4 17/22] arm64: dts: allwinner: a64: Add HDMI audio to Pine64
` [PATCH v4 18/22] arm64: dts: allwinner: Enable HDMI audio on Orange Pi PC 2
` [PATCH v4 19/22] ARM: dts: sun8i-h3: Enable HDMI audio on Orange Pi PC/One
` [PATCH v4 20/22] arm64: dts: sun50i-h6-orangepi-3: Enable HDMI audio
` [PATCH v4 21/22] arm64: defconfig: Enable Allwinner i2s driver
` [PATCH v4 22/22] ASoC: sun4i-i2s: fix coding-style for callback definition

[PATCH v3 2/2] rockchip: rk3328: Add support for FriendlyARM NanoPi R2S
 2020-09-21 13:46 UTC  (2+ messages)

[PATCH v5 0/3] iio: adc: mt6360: Add ADC driver for MT6360
 2020-09-21 13:42 UTC  (5+ messages)
` [PATCH v5 1/3] dt-bindings: iio: adc: add bindings doc for MT6360 ADC
` [PATCH v5 2/3] Documentation: ABI: testing: mt6360: Add ADC sysfs guideline
` [PATCH v5 3/3] iio: adc: mt6360: Add ADC driver for MT6360

[PATCH 1/2] dt-bindings: arm64: add compatible for LX2162A QDS Board
 2020-09-21 13:34 UTC  (8+ messages)
` [PATCH 2/2] arm64: dts: lx2160a: add device tree for lx2162aqds board

[PATCH -next] thermal: stm32: simplify the return expression of stm_thermal_prepare()
 2020-09-21 13:11 UTC 

[PATCH -next] pinctrl: mediatek: simplify the return expression of mtk_pinconf_bias_disable_set_rev1()
 2020-09-21 13:10 UTC 

[PATCH -next] pinctrl: spear: simplify the return expression of tvc_connect()
 2020-09-21 13:10 UTC 

[PATCH -next] crypto: mediatek - simplify the return expression of mtk_dfe_dse_reset()
 2020-09-21 13:10 UTC 

[PATCH 00/13] iMX 8 - Another round of cleanups
 2020-09-21 13:09 UTC  (3+ messages)
` [PATCH 03/13] dt-bindings: arm: fsl: Fix matching Purism Librem5 phones

[PATCH 0/2] PCI: aardvark: Fix comphy with old ATF
 2020-09-21 13:09 UTC  (3+ messages)

[PATCH] arm64: Move console stack display code to stacktrace.c
 2020-09-21 12:23 UTC 

[PATCH v4 0/8] arm64/sve: First steps towards optimizing syscalls
 2020-09-21 13:08 UTC  (8+ messages)
` [PATCH v4 3/8] arm64/fpsimdmacros: Allow the macro "for" to be used in more cases
` [PATCH v4 7/8] arm64/sve: Don't disable SVE on syscalls return

[PATCH v3] driver/perf: Add PMU driver for the ARM DMC-620 memory controller
 2020-09-21 12:57 UTC  (2+ messages)

[PATCH 02/19] arm64: Run ARCH_WORKAROUND_1 enabling code on all CPUs
 2020-09-21 12:54 UTC  (2+ messages)

[PATCH 2/7] crypto: sun4i-ss: checking sg length is not sufficient
 2020-09-21 12:54 UTC  (2+ messages)

[GIT PULL] arm64: dts: ti k3 fixes for v5.9
 2020-09-21 12:54 UTC 

[PATCH 0/2] arm64/mm: Enable color zero pages
 2020-09-21 12:40 UTC  (7+ messages)
` [PATCH 2/2] "

[PATCH v2] arm64: dts: ti: k3-j721e: Rename mux header and update macro names
 2020-09-21 12:33 UTC  (2+ messages)

[PATCH V3 0/3] arm64/mm/hotplug: Improve memory offline event notifier
 2020-09-21 12:05 UTC  (4+ messages)
` [PATCH V3 1/3] arm64/mm/hotplug: Register boot memory hot remove notifier earlier
` [PATCH V3 2/3] arm64/mm/hotplug: Enable MEM_OFFLINE event handling
` [PATCH V3 3/3] arm64/mm/hotplug: Ensure early memory sections are all online

[PATCH 1/2] ARM: imx_v6_v7_defconfig: Enable SERIAL_IMX_EARLYCON
 2020-09-21 12:05 UTC  (3+ messages)
` [PATCH 2/2] ARM: multi_v7_defconfig: "

[PATCH v2 1/3] dt-bindings: media: imx258: Add bindings for IMX258 sensor
 2020-09-21 12:02 UTC  (6+ messages)
` [PATCH v2 3/3] media: imx258: Get clock from device properties and enable it via runtime PM

[PATCH v2 0/8] Add Support for MediaTek PMIC MT6359
 2020-09-21 11:48 UTC  (9+ messages)
` [PATCH v2 1/8] mfd: mt6358: refine interrupt code
` [PATCH v2 2/8] dt-bindings: mfd: Add compatible for the MediaTek MT6359 PMIC
` [PATCH v2 3/8] dt-bindings: regulator: Add document for MT6359 regulator
` [PATCH v2 4/8] mfd: Add support for the MediaTek MT6359 PMIC
` [PATCH v2 5/8] regulator: mt6359: Add support for MT6359 regulator
` [PATCH v2 6/8] regulator: mt6359: Set the enable time for LDOs
` [PATCH v2 7/8] regulator: mt6359: Add support for MT6359P regulator
` [PATCH v2 8/8] arm64: dts: mt6359: add PMIC MT6359 related nodes

[PATCH] i2c: busses: replace spin_lock_irqsave by spin_lock in hard IRQ
 2020-09-21 11:44 UTC  (3+ messages)

[xlnx:master 9559/10259] drivers/fpga/fpga-mgr.c:828:2: error: implicit declaration of function 'set_dma_ops'
 2020-09-21 11:31 UTC 

[PATCH v3 0/4] Add PMIC wrapper support for Mediatek MT6873/8192 SoC IC
 2020-09-21 11:03 UTC  (5+ messages)
` [PATCH v3 1/4] soc: mediatek: pwrap: use BIT() macro
` [PATCH v3 2/4] soc: mediatek: pwrap: add arbiter capability
` [PATCH v3 3/4] dt-bindings: mediatek: add compatible for MT6873/8192 pwrap
` [PATCH v3 4/4] soc: mediatek: pwrap: add pwrap driver for MT6873/8192 SoCs

[PATCHv8 00/12]PCI: dwc: Add the multiple PF support for DWC and Layerscape
 2020-09-21 11:03 UTC  (2+ 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 NNTP newsgroup(s).