linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-30 06:58:10 to 2022-06-30 15:33:22 UTC [more...]

[PATCH 0/2] arm64: vdso32: Small fixes for ld.lld 11 and CONFIG_DEBUG_INFO
 2022-06-30 15:31 UTC  (3+ messages)
` [PATCH 1/2] arm64: vdso32: Shuffle .ARM.exidx section above ELF_DETAILS
` [PATCH 2/2] arm64: vdso32: Add DWARF_DEBUG

[PATCH v12 0/2] iommu/mediatek: TTBR up to 35bit support
 2022-06-30 15:27 UTC  (5+ messages)
` [PATCH v12 1/2] iommu/io-pgtable-arm-v7s: Add a quirk to allow pgtable PA up to 35bit
` [PATCH v12 2/2] iommu/mediatek: Allow page table "

[PATCH net-next v2 00/35] [RFT] net: dpaa: Convert to phylink
 2022-06-30 14:59 UTC  (4+ messages)
` [PATCH net-next v2 02/35] dt-bindings: net: Convert FMan MAC bindings to yaml

[PATCH v6 00/17] Introduce Nuvoton Arbel NPCM8XX BMC SoC
 2022-06-30 14:53 UTC  (21+ messages)
` [PATCH v6 01/17] dt-bindings: timer: npcm: Add npcm845 compatible string
` [PATCH v6 02/17] dt-bindings: serial: 8250: "
` [PATCH v6 03/17] dt-bindings: watchdog: npcm: "
` [PATCH v6 04/17] dt-binding: clk: npcm845: Add binding for Nuvoton NPCM8XX Clock
` [PATCH v6 05/17] clk: npcm8xx: add clock controller
` [PATCH v6 06/17] dt-bindings: reset: npcm: add GCR syscon property
` [PATCH v6 07/17] ARM: dts: nuvoton: add reset "
` [PATCH v6 08/17] reset: npcm: using syscon instead of device data
` [PATCH v6 09/17] dt-bindings: reset: npcm: Add support for NPCM8XX
` [PATCH v6 10/17] reset: npcm: Add NPCM8XX support
` [PATCH v6 11/17] dt-bindings: arm: npcm: Add maintainer
` [PATCH v6 12/17] dt-bindings: arm: npcm: Add nuvoton,npcm845 compatible string
` [PATCH v6 13/17] dt-bindings: arm: npcm: Add nuvoton,npcm845 GCR "
` [PATCH v6 14/17] arm64: npcm: Add support for Nuvoton NPCM8XX BMC SoC
` [PATCH v6 15/17] arm64: dts: nuvoton: Add initial NPCM8XX device tree
` [PATCH v6 16/17] arm64: dts: nuvoton: Add initial NPCM845 EVB "
` [PATCH v6 17/17] arm64: defconfig: Add Nuvoton NPCM family support

[PATCH v7 00/33] crypto: rockchip: permit to pass self-tests
 2022-06-30 14:51 UTC  (6+ messages)
` [PATCH v7 14/33] crypto: rockchip: handle reset also in PM

[PATCH v6 00/14] dt-bindings: arm: freescale: Switch fsl,scu from txt to yaml
 2022-06-30 14:43 UTC  (15+ messages)
` [PATCH v6 02/14] dt-bindings: pinctrl: imx: Add fsl,scu-iomux yaml file
` [PATCH v6 08/14] dt-bindings: watchdog: Add fsl,scu-wdt "
` [PATCH v6 09/14] dt-bindings: firmware: Add fsl,scu "
` [PATCH v6 10/14] arm64: dts: freescale: imx8qxp: Remove unnecessary clock related entries

[PATCH 0/6] arm64: efi: boot with MMU and caches on if possible
 2022-06-30 14:42 UTC  (7+ messages)
` [PATCH 1/6] arm64: lds: reduce effective minimum image alignment to 64k
` [PATCH 2/6] arm64: kernel: move ID map out of .text mapping
` [PATCH 3/6] arm64: head: record the MMU state at primary entry
` [PATCH 4/6] arm64: head: avoid cache invalidation when entering with the MMU on
` [PATCH 5/6] arm64: head: clean the ID map page to the PoC
` [PATCH 6/6] arm64: efi/libstub: enter with the MMU on if executing in place

[PATCH v5 0/4] soc/arm64: qcom: Add initial version of bwmon
 2022-06-30 14:26 UTC  (4+ messages)
` [PATCH v5 1/4] dt-bindings: interconnect: qcom,msm8998-cpu-bwmon: add BWMON device

[PATCH v2] arm64: mm: fix booting with 52-bit address space
 2022-06-30 14:07 UTC 

[PATCH -next] clk: imx: remove unnecessary NULL check of clk
 2022-06-30 14:13 UTC 

[PATCH v2 00/24] KVM: arm64: Introduce pKVM shadow state at EL2
 2022-06-30 13:57 UTC  (25+ messages)
` [PATCH v2 01/24] KVM: arm64: Move hyp refcount manipulation helpers
` [PATCH v2 02/24] KVM: arm64: Allow non-coalescable pages in a hyp_pool
` [PATCH v2 03/24] KVM: arm64: Add flags to struct hyp_page
` [PATCH v2 04/24] KVM: arm64: Back hyp_vmemmap for all of memory
` [PATCH v2 05/24] KVM: arm64: Make hyp stage-1 refcnt correct on the whole range
` [PATCH v2 06/24] KVM: arm64: Unify identifiers used to distinguish host and hypervisor
` [PATCH v2 07/24] KVM: arm64: Implement do_donate() helper for donating memory
` [PATCH v2 08/24] KVM: arm64: Prevent the donation of no-map pages
` [PATCH v2 09/24] KVM: arm64: Add helpers to pin memory shared with hyp
` [PATCH v2 10/24] KVM: arm64: Include asm/kvm_mmu.h in nvhe/mem_protect.h
` [PATCH v2 11/24] KVM: arm64: Add hyp_spinlock_t static initializer
` [PATCH v2 12/24] KVM: arm64: Introduce shadow VM state at EL2
` [PATCH v2 13/24] KVM: arm64: Instantiate VM shadow data from EL1
` [PATCH v2 14/24] KVM: arm64: Add pcpu fixmap infrastructure at EL2
` [PATCH v2 15/24] KVM: arm64: Initialise hyp symbols regardless of pKVM
` [PATCH v2 16/24] KVM: arm64: Provide I-cache invalidation by VA at EL2
` [PATCH v2 17/24] KVM: arm64: Add generic hyp_memcache helpers
` [PATCH v2 18/24] KVM: arm64: Instantiate guest stage-2 page-tables at EL2
` [PATCH v2 19/24] KVM: arm64: Return guest memory from EL2 via dedicated teardown memcache
` [PATCH v2 20/24] KVM: arm64: Unmap kvm_arm_hyp_percpu_base from the host
` [PATCH v2 21/24] KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2
` [PATCH v2 22/24] KVM: arm64: Explicitly map kvm_vgic_global_state "
` [PATCH v2 23/24] KVM: arm64: Don't map host sections in pkvm
` [RFC PATCH v2 24/24] KVM: arm64: Use the shadow vCPU structure in handle___kvm_vcpu_run()

[RFC 0/3] SCMI Vhost and Virtio backend implementation
 2022-06-30 13:54 UTC  (3+ messages)

[PATCH v3] arm64: mm: fix linear mapping mem access performance degradation
 2022-06-30 13:46 UTC  (4+ messages)

[PATCH 0/5] Complete driver nodes for MT8192 SoC
 2022-06-30 13:42 UTC  (5+ messages)
` [PATCH 3/5] arm64: dts: mt8192: Add display nodes

[PATCH 0/3] ACPI: Implement FFH OpRegion support
 2022-06-30 13:35 UTC  (3+ messages)
` [PATCH 3/3] arm64: Add architecture specific ACPI FFH Opregion callbacks

[PATCH] regulator/scmi: Add missing of_node_get()
 2022-06-30 13:32 UTC  (2+ messages)

[PATCH stable 5.4 02/11] ARM: 8990/1: use VFP assembler mnemonics in register load/store macros
 2022-06-30 13:29 UTC  (2+ messages)
` Patch "ARM: 8990/1: use VFP assembler mnemonics in register load/store macros" has been added to the 5.4-stable tree

[PATCH stable 5.4 10/11] crypto: arm - use Kconfig based compiler checks for crypto opcodes
 2022-06-30 13:29 UTC  (2+ messages)
` Patch "crypto: arm - use Kconfig based compiler checks for crypto opcodes" has been added to the 5.4-stable tree

[PATCH stable 5.4 05/11] crypto: arm/sha512-neon - avoid ADRL pseudo instruction
 2022-06-30 13:29 UTC  (2+ messages)
` Patch "crypto: arm/sha512-neon - avoid ADRL pseudo instruction" has been added to the 5.4-stable tree

[PATCH stable 5.4 04/11] crypto: arm/sha256-neon - avoid ADRL pseudo instruction
 2022-06-30 13:29 UTC  (2+ messages)
` Patch "crypto: arm/sha256-neon - avoid ADRL pseudo instruction" has been added to the 5.4-stable tree

[PATCH stable 5.4 11/11] crypto: arm/ghash-ce - define fpu before fpu registers are referenced
 2022-06-30 13:29 UTC  (2+ messages)
` Patch "crypto: arm/ghash-ce - define fpu before fpu registers are referenced" has been added to the 5.4-stable tree

[PATCH stable 5.4 08/11] ARM: OMAP2+: drop unnecessary adrl
 2022-06-30 13:29 UTC  (2+ messages)
` Patch "ARM: OMAP2+: drop unnecessary adrl" has been added to the 5.4-stable tree

[PATCH stable 5.4 09/11] ARM: 9029/1: Make iwmmxt.S support Clang's integrated assembler
 2022-06-30 13:29 UTC  (2+ messages)
` Patch "ARM: 9029/1: Make iwmmxt.S support Clang's integrated assembler" has been added to the 5.4-stable tree

[PATCH stable 5.4 01/11] ARM: 8989/1: use .fpu assembler directives instead of assembler arguments
 2022-06-30 13:29 UTC  (2+ messages)
` Patch "ARM: 8989/1: use .fpu assembler directives instead of assembler arguments" has been added to the 5.4-stable tree

[PATCH stable 5.4 06/11] ARM: 8933/1: replace Sun/Solaris style flag on section directive
 2022-06-30 13:29 UTC  (2+ messages)
` Patch "ARM: 8933/1: replace Sun/Solaris style flag on section directive" has been added to the 5.4-stable tree

[PATCH stable 5.4 03/11] ARM: 8971/1: replace the sole use of a symbol with its definition
 2022-06-30 13:29 UTC  (2+ messages)
` Patch "ARM: 8971/1: replace the sole use of a symbol with its definition" has been added to the 5.4-stable tree

[PATCH stable 5.4 07/11] ARM: 8929/1: use APSR_nzcv instead of r15 as mrc operand
 2022-06-30 13:29 UTC  (2+ messages)
` Patch "ARM: 8929/1: use APSR_nzcv instead of r15 as mrc operand" has been added to the 5.4-stable tree

[PATCH stable 5.4 00/11] ARM 32-bit build with Clang IAS
 2022-06-30 13:29 UTC  (2+ messages)

[PATCH v11 net-next 0/9] add support for VSC7512 control over SPI
 2022-06-30 13:17 UTC  (8+ messages)
` [PATCH v11 net-next 3/9] pinctrl: ocelot: allow pinctrl-ocelot to be loaded as a module
` [PATCH v11 net-next 8/9] dt-bindings: mfd: ocelot: add bindings for VSC7512

[PATCH] dt-bindings: pinctrl: mt8195: Add and use drive-strength-microamp
 2022-06-30 13:15 UTC 

[PATCH v11 net-next 1/9] mfd: ocelot: add helper to get regmap from a resource
 2022-06-30 13:11 UTC  (12+ messages)

[PATCH v7 0/4] soc/arm64: qcom: Add initial version of bwmon
 2022-06-30 13:05 UTC  (5+ messages)
` [PATCH v7 1/4] dt-bindings: interconnect: qcom,msm8998-cpu-bwmon: add BWMON device
` [PATCH v7 2/4] soc: qcom: icc-bwmon: Add bandwidth monitoring driver
` [PATCH v7 3/4] arm64: defconfig: enable Qualcomm Bandwidth Monitor
` [PATCH v7 4/4] arm64: dts: qcom: sdm845: Add CPU BWMON

[PATCH v2 0/4] ACPI: Enable Platform Runtime Mechanism(PRM) support on ARM64
 2022-06-30 13:02 UTC  (5+ messages)

[PATCH] stmicro/stmmac: fix repeated words in comments
 2022-06-30 12:52 UTC 

[PATCH v2 -next] usb: gadget: dereference before null check
 2022-06-30 12:25 UTC  (5+ messages)

[PATCH] dt-bindings: pinctrl: mt8195: Fix name for mediatek,rsel-resistance-in-si-unit
 2022-06-30 12:23 UTC 

Scheduling (unused) board file removal for linux-6.x
 2022-06-30 12:10 UTC  (13+ messages)

[PATCH] ARM: alignment: advance IT state after emulating Thumb instruction
 2022-06-30 11:54 UTC  (2+ messages)

[PATCH v2] arm64: mm: fix linear mapping mem access performance degradation
 2022-06-30 11:54 UTC  (2+ messages)

[PATCH v6 0/4] soc/arm64: qcom: Add initial version of bwmon
 2022-06-30 11:52 UTC  (6+ messages)
` [PATCH v6 1/4] dt-bindings: interconnect: qcom,msm8998-cpu-bwmon: add BWMON device

[PATCH v3 0/2] spi: aspeed: Fix division by zero
 2022-06-30 11:46 UTC  (2+ messages)

[Bug] race condition at rebind_subsystems()
 2022-06-30 10:52 UTC 

[PATCH v11 0/9] Coresight: Add support for TPDM and TPDA
 2022-06-30 11:41 UTC  (2+ messages)

[PATCH 1/2] regulator: mt6370: Use 'fwnode_gpiod_get_index' to fix gpio parsing
 2022-06-30 11:30 UTC  (2+ messages)

[PATCH] arm64: dts: mt7622: fix BPI-R64 WPS button
 2022-06-30 11:16 UTC 

[xilinx-xlnx:xlnx_rebase_v5.15_LTS 848/1205] spi-zynqmp-gqspi.c:(.text.unlikely.zynqmp_qspi_exec_op+0x2ec): undefined reference to `update_stripe'
 2022-06-30 11:18 UTC 

[PATCH v1] arm64: mm: fix booting with 52-bit address space
 2022-06-30 11:11 UTC  (2+ messages)

[PATCH] backlight: corgi: Fix gpio numbers for backlight controls
 2022-06-30 11:06 UTC  (6+ messages)

[PATCH] dt-bindings: pinctrl: mt8195: Add gpio-line-names property
 2022-06-30 11:04 UTC 

[PATCH 0/4] drivers: misc: Add support for TMR Manager and Inject IPs
 2022-06-30 10:59 UTC  (9+ messages)
` [PATCH 1/4] dt-bindings: misc: tmr-manager: Add device-tree binding for TMR Manager

[PATCH v2] arm64: defconfig: Enable memory hotplug and hotremove config
 2022-06-30 10:53 UTC  (5+ messages)

[PATCH 0/2] ANDROID: cfi:free old cfi shadow asynchronously
 2022-06-30  9:46 UTC  (3+ messages)
` [PATCH 1/2] ANDROID: cfi: enable sanitize for cfi.c
` [PATCH 2/2] ANDROID: cfi: free old cfi shadow asynchronously

[PATCH v5 00/19] arch_topology: Updates to add socket support and fix cluster ids
 2022-06-30 10:39 UTC  (10+ messages)
` [PATCH v5 09/19] arch_topology: Use the last level cache information from the cacheinfo

[RFC PATCH v3 11/12] powerpc: Remove unreachable() from WARN_ON()
 2022-06-30 10:37 UTC  (5+ messages)

[PATCH v1 0/2] vDSO linkerscript follow up
 2022-06-30 10:21 UTC  (4+ messages)
` [PATCH v1 1/2] arm64: vdso32: add ARM.exidx* sections

Regression: memory corruption on Atmel SAMA5D31
 2022-06-30 10:20 UTC  (16+ messages)

[PATCH next] Documentation: coresight: escape coresight bindings file wildcard
 2022-06-30 10:13 UTC 

[PATCH v4] arm64: dts: mt7986: add built-in Wi-Fi device nodes
 2022-06-30  9:49 UTC 

[PATCH v3 0/5] Simplify vfio_iommu_type1 attach/detach routine
 2022-06-30  9:57 UTC  (12+ messages)
` [PATCH v3 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group

[RFC PATCH v1 0/3] Create common DPLL/clock configuration API
 2022-06-30 10:00 UTC  (9+ messages)
` [RFC PATCH v1 1/3] dpll: Add DPLL framework base functions

[PATCH v20 0/4] media: mediatek: support mdp3 on mt8183 platform
 2022-06-30  9:14 UTC  (4+ messages)
` [PATCH v20 1/4] dt-binding: mediatek: add bindings for MediaTek MDP3 components
` [PATCH v20 2/4] dt-binding: mediatek: add bindings for MediaTek CCORR and WDMA
` [PATCH v20 3/4] arm64: dts: mt8183: add Mediatek MDP3 nodes

[PATCH v5 0/6] Add hardware prefetch control driver for A64FX and x86
 2022-06-30  9:43 UTC  (10+ messages)

[PATCH v24 00/10] Add MediaTek SoC(vdosys1) support for mt8195
 2022-06-30  9:40 UTC  (3+ messages)
` [PATCH v24 01/10] dt-bindings: reset: mt8195: add vdosys1 reset control bit

[PATCH v3 0/3] Microchip LAN966x USB device support
 2022-06-30  9:31 UTC  (3+ messages)
` [PATCH v3 3/3] ARM: dts: lan966x: Add UDPHS support

[RFC PATCH 0/3] ARM: Support Cortex-R platform(s)
 2022-06-30  9:22 UTC  (5+ messages)
` [RFC PATCH 1/3] ARM: Introduce ARM_SINGLE_ARMV7R for ARMv7-R platforms
` [RFC PATCH 2/3] ARM: mps2: Split into ARCH/MACH options
` [RFC PATCH 3/3] ARM: Introduce MPS3 AN536

[PATCH v3 0/4] spi support for Exynos Auto v9 SoC
 2022-06-30  9:16 UTC  (4+ messages)
  ` [PATCH v3 2/4] spi: s3c64xx: support custom value of internal clock divider

[PATCH] mmc: sdhci-of-at91: fix set_uhs_signaling rewriting of MC1R
 2022-06-30  9:09 UTC 

[PATCH v2 0/2] arm64: dts: mt8173: Fix nor flash node
 2022-06-30  9:01 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: dts: mt8173: Fix nor_flash node
` [PATCH v2 2/2] dt-bindings: mediatek: Add assigned clock property and axi clock in example

[PATCH V2 0/4] mm/sparse-vmemmap: Generalise helpers and enable for
 2022-06-30  8:53 UTC  (6+ messages)
` [PATCH V2 3/4] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()

[PATCH 5/8] watchdog: sama5d4_wdt: Remove #ifdef guards for PM related functions
 2022-06-30  8:25 UTC  (2+ messages)

[PATCH v2 00/10] i2c: xiic: Add features, bug fixes
 2022-06-30  8:23 UTC  (6+ messages)
` [PATCH v2 03/10] i2c: xiic: Switch to Xiic standard mode for i2c-read

[PATCH] arm64/crypto: Select AEAD for GHASH_ARM64_CE
 2022-06-30  8:16 UTC  (2+ messages)

[PATCH] arm64: crypto:Fix typo in comment
 2022-06-30  8:14 UTC  (2+ messages)

[RESEND 0/3] i2c: at91: Fixes and updates
 2022-06-30  8:09 UTC  (4+ messages)

[PATCH 00/12] i2c: xiic: Added Standard mode and SMBus
 2022-06-30  8:06 UTC  (4+ messages)
` [PATCH 02/12] i2c: xiic: Enter standard mode only for > 255 byte read transfers

[PATCH v2 0/4] support USI for Exynos Auto v9 SoC
 2022-06-30  7:59 UTC  (11+ messages)
  ` [PATCH v2 1/4] dt-bindings: soc: samsung: usi: add exynosautov9-usi compatible
    ` [PATCH v2 4/4] arm64: dts: exynosautov9: add usi device tree nodes
    ` [PATCH v2 2/4] dt-bindings: serial: samsung: add exynosautov9-uart compatible

Wycena paneli fotowoltaicznych
 2022-06-30  7:51 UTC 

Regression: at24 eeprom writing times out on sama5d3
 2022-06-30  7:44 UTC  (4+ messages)

[PATCH] arm64: dts: ti: k3-am62: add watchdog nodes
 2022-06-30  7:08 UTC 

[PATCH] arm64: hugetlb: Restore TLB invalidation for BBM on contiguous ptes
 2022-06-30  7:02 UTC  (2+ messages)

[PATCH v5 0/2] sched/fair: Scan cluster before scanning LLC in wake-up path
 2022-06-30  6:55 UTC  (3+ messages)
` [PATCH v5 1/2] sched: Add per_cpu cluster domain info and cpus_share_lowest_cache API
` [PATCH v5 2/2] sched/fair: Scan cluster before scanning LLC in wake-up path


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