linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-29 14:40:07 to 2020-10-29 22:50:17 UTC [more...]

[PATCH v19 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
 2020-10-29 22:49 UTC  (3+ messages)
` [PATCH v19 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

[PATCH v12 0/4] Introduce the for_each_set_clump macro
 2020-10-29 22:44 UTC  (3+ messages)
` [PATCH v12 4/4] gpio: xilinx: Utilize generic bitmap_get_value and _set_value

[PATCH] clk: imx: remove redundant assignment to pointer np
 2020-10-29 22:40 UTC 

[patch V2 00/18] mm/highmem: Preemptible variant of kmap_atomic & friends
 2020-10-29 22:18 UTC  (11+ messages)
` [patch V2 01/18] sched: Make migrate_disable/enable() independent of RT
` [patch V2 02/18] mm/highmem: Un-EXPORT __kmap_atomic_idx()
` [patch V2 03/18] highmem: Provide generic variant of kmap_atomic*
` [patch V2 04/18] x86/mm/highmem: Use generic kmap atomic implementation
` [patch V2 05/18] arc/mm/highmem: "
` [patch V2 06/18] ARM: highmem: Switch to generic kmap atomic
` [patch V2 07/18] csky/mm/highmem: "
` [patch V2 08/18] microblaze/mm/highmem: "
` [patch V2 10/18] nds32/mm/highmem: "
` [patch V2 16/18] sched: highmem: Store local kmaps in task struct

[PATCH 0/6] An alternative series for asymmetric AArch32 systems
 2020-10-29 22:20 UTC  (12+ messages)
` [PATCH 2/6] arm64: Allow mismatched 32-bit EL0 support

PCI trouble on mvebu (Turris Omnia)
 2020-10-29 22:09 UTC  (9+ messages)

[GIT PULL] Allwinner Fixes for 5.10
 2020-10-29 22:03 UTC  (4+ messages)

[PATCH v5] driver/perf: Add PMU driver for the ARM DMC-620 memory controller
 2020-10-29 21:29 UTC 

mm/memblock: export memblock_{start/end}_of_DRAM
 2020-10-29 21:29 UTC 

[PATCH v2 0/1] KVM: arm64: fix the mmio faulting
 2020-10-29 21:09 UTC  (2+ messages)

[PATCH v4 3/5] net: ax88796c: ASIX AX88796C SPI Ethernet Adapter Driver
 2020-10-29 21:06 UTC  (3+ messages)

[PATCH] ARM: dts: stm32: Keep VDDA LDO1 always on on DHCOM
 2020-10-29 19:46 UTC 

arm64: dropping prevent_bootmem_remove_notifier
 2020-10-29 21:02 UTC  (3+ messages)

[PATCH] kasan: arm64: support specialized outlined tag mismatch checks
 2020-10-29 20:59 UTC 

[PATCH v6 00/40] kasan: add hardware tag-based mode for arm64
 2020-10-29 19:26 UTC  (41+ messages)
` [PATCH v6 01/40] arm64: Enable armv8.5-a asm-arch option
` [PATCH v6 02/40] arm64: mte: Add in-kernel MTE helpers
` [PATCH v6 03/40] arm64: mte: Reset the page tag in page->flags
` [PATCH v6 04/40] arm64: kasan: Add arch layer for memory tagging helpers
` [PATCH v6 05/40] arm64: mte: Add in-kernel tag fault handler
` [PATCH v6 06/40] arm64: kasan: Enable in-kernel MTE
` [PATCH v6 07/40] arm64: mte: Convert gcr_user into an exclude mask
` [PATCH v6 08/40] arm64: mte: Switch GCR_EL1 in kernel entry and exit
` [PATCH v6 09/40] arm64: kasan: Align allocations for HW_TAGS
` [PATCH v6 10/40] kasan: drop unnecessary GPL text from comment headers
` [PATCH v6 11/40] kasan: KASAN_VMALLOC depends on KASAN_GENERIC
` [PATCH v6 12/40] kasan: group vmalloc code
` [PATCH v6 13/40] kasan: shadow declarations only for software modes
` [PATCH v6 14/40] kasan: rename (un)poison_shadow to (un)poison_memory
` [PATCH v6 15/40] kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
` [PATCH v6 16/40] kasan: only build init.c for software modes
` [PATCH v6 17/40] kasan: split out shadow.c from common.c
` [PATCH v6 18/40] kasan: define KASAN_GRANULE_PAGE
` [PATCH v6 19/40] kasan: rename report and tags files
` [PATCH v6 20/40] kasan: don't duplicate config dependencies
` [PATCH v6 21/40] kasan: hide invalid free check implementation
` [PATCH v6 22/40] kasan: decode stack frame only with KASAN_STACK_ENABLE
` [PATCH v6 23/40] kasan, arm64: only init shadow for software modes
` [PATCH v6 24/40] kasan, arm64: only use kasan_depth "
` [PATCH v6 25/40] kasan: rename addr_has_shadow to addr_has_metadata
` [PATCH v6 26/40] kasan: rename print_shadow_for_address to print_memory_metadata
` [PATCH v6 27/40] kasan: kasan_non_canonical_hook only for software modes
` [PATCH v6 28/40] kasan: rename SHADOW layout macros to META
` [PATCH v6 29/40] kasan: separate metadata_fetch_row for each mode
` [PATCH v6 30/40] kasan, arm64: don't allow SW_TAGS with ARM64_MTE
` [PATCH v6 31/40] kasan: introduce CONFIG_KASAN_HW_TAGS
` [PATCH v6 32/40] kasan: define KASAN_GRANULE_SIZE for HW_TAGS
` [PATCH v6 33/40] kasan, x86, s390: update undef CONFIG_KASAN
` [PATCH v6 34/40] kasan, arm64: expand CONFIG_KASAN checks
` [PATCH v6 35/40] kasan, arm64: implement HW_TAGS runtime
` [PATCH v6 36/40] kasan, arm64: print report from tag fault handler
` [PATCH v6 37/40] kasan, mm: reset tags when accessing metadata
` [PATCH v6 38/40] kasan, arm64: enable CONFIG_KASAN_HW_TAGS
` [PATCH v6 39/40] kasan: add documentation for hardware tag-based mode
` [PATCH v6 40/40] kselftest/arm64: Check GCR_EL1 after context switch

[PATCH v2] arm64: NUMA: Kconfig: Increase NODES_SHIFT to 4
 2020-10-29 20:37 UTC 

[RESEND PATCH] soc: ti: ti_sci_pm_domains: check for proper args count in xlate
 2020-10-29 20:21 UTC  (2+ messages)

[PATCH RFC v2 00/21] kasan: hardware tag-based mode for production use on arm64
 2020-10-29 20:14 UTC  (13+ messages)
` [PATCH RFC v2 04/21] kasan: unpoison stack only with CONFIG_KASAN_STACK
` [PATCH RFC v2 05/21] kasan: allow VMAP_STACK for HW_TAGS mode
` [PATCH RFC v2 06/21] kasan: mark kasan_init_tags as __init
` [PATCH RFC v2 07/21] kasan, arm64: move initialization message

[PATCH] arm64: dts: allwinner: h6: PineH64 model B: Add wifi
 2020-10-29 20:15 UTC 

[PATCH v4 0/5] AX88796C SPI Ethernet Adapter
 2020-10-29 20:06 UTC  (7+ messages)
  ` [PATCH v4 2/5] dt-bindings: net: Add bindings for "
  ` [PATCH v4 3/5] net: ax88796c: ASIX AX88796C SPI Ethernet Adapter Driver

[PATCH] ARM: multi_v7_defconfig: ti: Enable networking options for nfs boot
 2020-10-29 20:06 UTC  (4+ messages)

[PATCH v4 0/2] mailbox: Add Broadcom STB mailbox driver for SCMI
 2020-10-29 19:59 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: Add bindings for BrcmSTB SCMI mailbox driver
` [PATCH v4 2/2] mailbox: Add Broadcom STB "

[PATCH] ARM: dts: stm32: Define VIO regulator supply on DHCOM
 2020-10-29 19:46 UTC 

[PATCH] arm64: NUMA: Kconfig: Increase max number of nodes
 2020-10-29 19:48 UTC  (7+ messages)

[PATCHv2 0/3] arm64: kvm: avoid referencing cpu_hwcaps from hyp
 2020-10-29 19:48 UTC  (2+ messages)

[PATCH 0/5 v16] KASan for Arm
 2020-10-29 19:41 UTC  (4+ messages)

[PATCH] arm64: defconfig: Enable some audio drivers on i.MX8M Mini
 2020-10-29 19:24 UTC  (5+ messages)
` [PATCH] arm64: dts: imx8mm: Add support for micfil

[PATCH 1/2] arm64: dts: imx8mq: Configure clock rate for audio plls
 2020-10-29 19:16 UTC  (3+ messages)
` [PATCH 2/2] arm64: dts: imx8mq-evk: Add spdif sound card support

[PATCH] arm64: Change .weak to SYM_FUNC_START_WEAK_PI for arch/arm64/lib/mem*.S
 2020-10-29 19:15 UTC  (3+ messages)

[PATCH 0/2] coresight: Fixes for v5.10-rc2
 2020-10-29 19:10 UTC  (4+ messages)
` [PATCH 1/2] coresight: cti: Initialize dynamic sysfs attributes
` [PATCH 2/2] coresight: Fix uninitialised pointer bug in etm_setup_aux()

[PATCH 1/6] drm/vc4: bo: Add a managed action to cleanup the cache
 2020-10-29 19:01 UTC  (6+ messages)
` [PATCH 2/6] drm/vc4: drv: Use managed drm_mode_config_init
` [PATCH 3/6] drm/vc4: gem: Add a managed action to cleanup the job queue
` [PATCH 4/6] drm/vc4: Use the helper to retrieve vc4_dev when needed
` [PATCH 5/6] drm/vc4: Use devm_drm_dev_alloc
` [PATCH 6/6] drm/vc4: kms: Add functions to create the state objects

[PATCH] ARM: stacktrace: disregard .entry.text when looking for exception frames
 2020-10-29 18:59 UTC  (2+ messages)

[PATCH] net: stmmac: Fix channel lock initialization
 2020-10-29 18:50 UTC 

[PATCH v5 0/3] iommu/arm-smmu-qcom: Support maintaining bootloader mappings
 2020-10-29 18:34 UTC  (2+ messages)

[PATCH v2 1/3] dt-bindings: display: Add a property to deal with WiFi coexistence
 2020-10-29 18:16 UTC  (4+ messages)

[PATCH] arm64: dts: exynos: Fix reboot/poweroff issues on Exynos7
 2020-10-29 17:50 UTC  (2+ messages)

[PATCH] arm: add support for TIF_NOTIFY_SIGNAL
 2020-10-29 17:50 UTC  (9+ messages)

[PATCH] arm64: kprobes: Use BRK instead of single-step when executing instructions out-of-line
 2020-10-29 17:34 UTC 

[PATCH -next] coresight: core: Remove unneeded semicolon
 2020-10-29 17:35 UTC  (2+ messages)

[PATCH 0/1] ARM: dts: sun8i: h3: Add initial NanoPi R1 support
 2020-10-29 17:30 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v18 0/4] iommu/arm-smmu: Add adreno-smmu implementation and bindings
 2020-10-29 17:26 UTC  (2+ messages)

[PATCH v5 0/7] arm64: Default to 32-bit wide ZONE_DMA
 2020-10-29 17:25 UTC  (8+ messages)
` [PATCH v5 1/7] arm64: mm: Move reserve_crashkernel() into mem_init()
` [PATCH v5 2/7] arm64: mm: Move zone_dma_bits initialization into zone_sizes_init()
` [PATCH v5 3/7] of/address: Introduce of_dma_get_max_cpu_address()
` [PATCH v5 4/7] of: unittest: Add test for of_dma_get_max_cpu_address()
` [PATCH v5 5/7] arm64: mm: Set ZONE_DMA size based on devicetree's dma-ranges
` [PATCH v5 6/7] arm64: mm: Set ZONE_DMA size based on early IORT scan
` [PATCH v5 7/7] mm: Remove examples from enum zone_type comment

[PATCH] KVM: arm64: Fix AArch32 handling of DBGD{CCINT, SCRext} and DBGVCR
 2020-10-29 17:24 UTC 

[RFC 0/3] add available pwm for bananapi-r64
 2020-10-29 17:09 UTC  (3+ messages)
` [RFC 3/3] pinctl: mt7622: drop pwm ch7 as mt7622 only has 6 channels

[PATCH v5 00/40] kasan: add hardware tag-based mode for arm64
 2020-10-29 16:52 UTC  (7+ messages)
` [PATCH v5 02/40] arm64: mte: Add in-kernel MTE helpers
` [PATCH v5 08/40] arm64: mte: Switch GCR_EL1 in kernel entry and exit

[RESEND PATCH v3 0/4] STUSB1600 support on STM32MP15xx-DKx
 2020-10-29 16:49 UTC  (4+ messages)
` [RESEND PATCH v3 1/4] dt-bindings: connector: add power-opmode optional property to usb-connector

[PATCH 10/16] ARM: Cleanup PREEMPT_COUNT leftovers
 2020-10-29 16:50 UTC 

[PATCH 01/17] phy: allwinner: convert to devm_platform_ioremap_resource(_byname)
 2020-10-29 16:50 UTC  (3+ messages)
` [PATCH 14/17] phy: samsung: convert to devm_platform_ioremap_resource

[PATCH v6 0/7] arm64: Add framework to turn an IPI as NMI
 2020-10-29 16:39 UTC  (11+ messages)
` [PATCH v6 1/7] arm64: Add framework to turn "
` [PATCH v6 2/7] irqchip/gic-v3: Enable support for SGIs to act as NMIs
` [PATCH v6 3/7] arm64: smp: Assign and setup an IPI as NMI
` [PATCH v6 4/7] nmi: backtrace: Allow runtime arch specific override
` [PATCH v6 5/7] arm64: ipi_nmi: Add support for NMI backtrace
` [PATCH v6 6/7] kgdb: roundup: Allow runtime arch specific override
` [PATCH v6 7/7] arm64: kgdb: Roundup cpus using IPI as NMI

[PATCH] coresight: Fix uninitialised pointer bug in etm_setup_aux()
 2020-10-29 16:30 UTC  (2+ messages)

[PATCH v2 0/4] arch, mm: improve robustness of direct map manipulation
 2020-10-29 16:30 UTC  (6+ messages)
` [PATCH v2 1/4] mm: introduce debug_pagealloc_map_pages() helper
` [PATCH v2 2/4] PM: hibernate: make direct map manipulations more explicit
` [PATCH v2 3/4] arch, mm: restore dependency of __kernel_map_pages() of DEBUG_PAGEALLOC
` [PATCH v2 4/4] arch, mm: make kernel_page_present() always available

[PATCH v2 1/2] dt-bindings: watchdog: fsl-imx: document NXP compatibles
 2020-10-29 16:21 UTC  (2+ messages)
` [PATCH v2 2/2] ARM: dts: freescale: align watchdog node name with dtschema

[PATCH] iommu/arm-smmu-v3: Add def_domain_type callback
 2020-10-29 16:17 UTC  (3+ messages)

[PATCH v3 0/4] Clarify abstract scale usage for power values in Energy Model, EAS and IPA
 2020-10-29 16:15 UTC  (5+ messages)

[PATCH 1/3] dt-bindings: watchdog: fsl-imx: document i.MX compatibles
 2020-10-29 16:13 UTC  (5+ messages)
` [PATCH 3/3] ARM: dts: vf: align watchdog node name with dtschema

[PATCH] arm64: add support for TIF_NOTIFY_SIGNAL
 2020-10-29 16:11 UTC 

[PATCH] iommu: Clarify .of_xlate assumptions
 2020-10-29 16:09 UTC  (2+ messages)

[PATCH] dma-mapping: Fix 32-bit overflow with CONFIG_ARM_LPAE=n
 2020-10-29 15:59 UTC  (3+ messages)

[RESEND PATCH v3] arm64: dts: mediatek: align GPIO hog names with dtschema
 2020-10-29 15:52 UTC  (2+ messages)

[PATCH v5 0/1] Add basic node support for Mediatek MT8192 SoC
 2020-10-29 15:50 UTC  (3+ messages)
` [PATCH v5 1/1] arm64: dts: Add Mediatek SoC MT8192 and evaluation board dts and Makefile

[PATCH v3 00/26] coresight: Support for ETM system instructions
 2020-10-29 15:45 UTC  (5+ messages)
` [PATCH v3 14/26] coresight: etm4x: Add sysreg access helpers

[PATCH 0/5] iio: adc: xilinx: use even more devres
 2020-10-29 15:41 UTC  (5+ messages)
` [PATCH 3/5] iio: adc: xilinx: use a devres action to disable and unprepare the clock
` [PATCH 4/5] iio: adc: xilinx: use devres for irq handling

[PATCH v7 0/4] PCI: mediatek: Spilt PCIe node to comply with hardware design
 2020-10-29 15:34 UTC  (3+ messages)
` [PATCH v7 1/4] dt-bindings: pci: mediatek: Modified the Device tree bindings

[PATCH] net: stmmac: Fix channel lock initialization
 2020-10-29 15:33 UTC  (2+ messages)

[PATCH v7 1/2] arm64: Add part number for Arm Cortex-A77
 2020-10-29 15:27 UTC  (2+ messages)

[PATCH] Documentation: Chinese translation of Documentation/arm64/perf.rst
 2020-10-29 15:14 UTC  (2+ messages)
`  "

PCI trouble on mvebu (Turris Omnia)
 2020-10-29 15:12 UTC  (3+ messages)

[PATCH] iio: adc: at91-sama5d2_adc: remove unneeded semicolon
 2020-10-29 14:57 UTC  (2+ messages)

[PATCH 2/3] watchdog: st_lpc_wdt: remove unnecessary CONFIG_PM_SLEEP
 2020-10-29 14:51 UTC  (3+ messages)

[PATCH] arm64: dts: ti: k3-am65: mark dss as dma-coherent
 2020-10-29 14:52 UTC  (3+ messages)

[PATCH v3 00/16] soc: mediatek: pm-domains: Add new driver for SCPSYS power domains controller
 2020-10-29 14:51 UTC  (7+ messages)
` [PATCH v3 05/16] soc: mediatek: pm_domains: Make bus protection generic
` [PATCH v3 15/16] soc: mediatek: pm-domains: Add default power off flag

[PATCH 01/14] dt-bindings: vendor-prefixes: add DFI
 2020-10-29 14:42 UTC  (3+ messages)
` [PATCH 06/14] dt-bindings: arm: fsl: document i.MX25 and i.MX27 boards


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