linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-01 15:28:01 to 2020-10-02 07:47:22 UTC [more...]

[PATCH 0/5] ASoC: Mediatek: Add support for MT8192 SoC
 2020-10-02  7:35 UTC  (5+ messages)
` [PATCH 1/5] ASoC: mediatek: mt6359: add the calibration functions
` [PATCH 3/5] dt-bindings: mediatek: mt8192: add audio afe document
` [PATCH 4/5] ASoC: mediatek: mt8192: add machine driver with mt6359, rt1015 and rt5682
` [PATCH 5/5] dt-bindings: mediatek: mt8192: add mt8192-mt6358-rt1015-rt5682 document

[PATCH v2 00/12] ARM: dts: imx: Board compatibles cleanup
 2020-10-02  7:41 UTC  (7+ messages)
` [PATCH v2 08/12] ARM: dts: imx6dl-pico: fix board compatibles

[PATCH][next] crypto: sun8i-ss - Fix memory leak in sun8i_ss_prng_generate()
 2020-10-02  7:11 UTC  (2+ messages)

[PATCH v4 00/11] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-10-02  7:07 UTC  (10+ messages)
` [PATCH v4 01/11] mm: add Kernel Electric-Fence infrastructure
` [PATCH v4 02/11] x86, kfence: enable KFENCE for x86
` [PATCH v4 03/11] arm64, kfence: enable KFENCE for ARM64
` [PATCH v4 05/11] mm, kfence: insert KFENCE hooks for SLUB

[PATCH][next] crypto: sun8i-ss@: fix memory leak on pointer d
 2020-10-02  6:43 UTC  (2+ messages)

[PATCH 0/5] Speed up mremap on large regions
 2020-10-02  6:39 UTC  (16+ messages)
` [PATCH 1/5] kselftests: vm: Add mremap tests
` [PATCH 3/5] mm: Speedup mremap on 1GB or larger regions

[PATCH] arm64: dts: zynqmp: Fix pcie ranges description
 2020-10-02  6:30 UTC  (3+ messages)

[PATCH v9 0/8] Add Rockchip NFC drivers for RK3308 and others
 2020-10-02  6:27 UTC  (3+ messages)
` [PATCH v9 2/8] mtd: rawnand: rockchip: NFC drivers for RK3308, RK2928 "

[PATCH v2 0/9] Some fixes for spi-s3c64xx
 2020-10-02  6:18 UTC  (11+ messages)
  ` [PATCH v2 RESEND "
      ` [PATCH v2 RESEND 2/9] spi: spi-s3s64xx: Add S3C64XX_SPI_QUIRK_CS_AUTO for Exynos3250
      ` [PATCH v2 RESEND 7/9] spi: spi-s3c64xx: Ensure cur_speed holds actual clock value

✅ PASS: Test report for kernel 5.9.0-rc7 (arm-next)
 2020-10-02  5:21 UTC 

[PATCH 0/3] PCI: endpoint: Add endpoint restart management support
 2020-10-02  4:48 UTC  (4+ messages)
` [PATCH 1/3] PCI: endpoint: Add 'started' to pci_epc to set whether the controller is started
` [PATCH 2/3] PCI: endpoint: Add endpoint restart management
` [PATCH 3/3] PCI: uniphier-ep: Add EPC restart management support

[PATCH 0/8] Add support for UHS modes in TI's J721e and J7200 boards
 2020-10-02  4:44 UTC  (9+ messages)
` [PATCH 1/8] arm64: dts: ti: k3-j7200-main: Add gpio nodes in main domain
` [PATCH 2/8] arm64: dts: ti: k3-j7200: Add gpio nodes in wakeup domain
` [PATCH 3/8] arm64: dts: ti: k3-j7200-common-proc-board: Disable unused gpio modules
` [PATCH 4/8] arm64: dts: ti: k3-j721e-main: Add output tap delay values
` [PATCH 5/8] arm64: dts: ti: k3-j721e-common-proc-board: Add support SD card UHS modes
` [PATCH 6/8] arm64: dts: ti: k3-j7200-common-proc-board: "

arm64/for-kernelci baseline: 36 runs, 1 regressions (v5.9-rc7-143-g3ab84dc09881)
 2020-10-02  1:51 UTC 

arm64/for-kernelci build: 3 builds: 0 failed, 3 passed, 16 warnings (v5.9-rc7-143-g3ab84dc09881)
 2020-10-02  1:08 UTC 

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

[PATCH 0/3] spi: spi-mtk-nor: make use of full capability of program mode
 2020-10-01 22:47 UTC  (2+ messages)

[PATCH -next] ASoC: fsl: imx-mc13783: use devm_snd_soc_register_card()
 2020-10-01 22:46 UTC  (2+ messages)

[PATCH v3] PCI: Unify ECAM constants in native PCI Express drivers
 2020-10-01 22:02 UTC 

[RFT PATCH v3 0/5] Unify NUMA implementation between ARM64 & RISC-V
 2020-10-01 22:02 UTC  (6+ messages)

[PATCH v3 00/39] kasan: add hardware tag-based mode for arm64
 2020-10-01 22:00 UTC  (56+ messages)
` [PATCH v3 01/39] kasan: drop unnecessary GPL text from comment headers
` [PATCH v3 02/39] kasan: KASAN_VMALLOC depends on KASAN_GENERIC
` [PATCH v3 03/39] kasan: group vmalloc code
` [PATCH v3 04/39] kasan: shadow declarations only for software modes
` [PATCH v3 05/39] kasan: rename (un)poison_shadow to (un)poison_memory
` [PATCH v3 06/39] kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
` [PATCH v3 07/39] kasan: only build init.c for software modes
` [PATCH v3 08/39] kasan: split out shadow.c from common.c
` [PATCH v3 09/39] kasan: define KASAN_GRANULE_PAGE
` [PATCH v3 10/39] kasan: rename report and tags files
` [PATCH v3 11/39] kasan: don't duplicate config dependencies
` [PATCH v3 12/39] kasan: hide invalid free check implementation
` [PATCH v3 13/39] kasan: decode stack frame only with KASAN_STACK_ENABLE
` [PATCH v3 16/39] kasan: rename addr_has_shadow to addr_has_metadata
` [PATCH v3 17/39] kasan: rename print_shadow_for_address to print_memory_metadata
` [PATCH v3 18/39] kasan: kasan_non_canonical_hook only for software modes
` [PATCH v3 19/39] kasan: rename SHADOW layout macros to META
` [PATCH v3 20/39] kasan: separate metadata_fetch_row for each mode
` [PATCH v3 21/39] kasan: don't allow SW_TAGS with ARM64_MTE
` [PATCH v3 22/39] kasan: introduce CONFIG_KASAN_HW_TAGS
` [PATCH v3 32/39] kasan: define KASAN_GRANULE_SIZE for HW_TAGS
` [PATCH v3 33/39] kasan, x86, s390: update undef CONFIG_KASAN
` [PATCH v3 35/39] kasan, arm64: implement HW_TAGS runtime
` [PATCH v3 37/39] kasan, slub: reset tags when accessing metadata
` [PATCH v3 39/39] kasan: add documentation for hardware tag-based mode

[PATCH 0/6 v14] KASan for Arm
 2020-10-01 21:35 UTC  (11+ messages)
` [PATCH 1/6 v14] ARM: Handle a device tree in lowmem
` [PATCH 5/6 v14] ARM: Initialize the mapping of KASan shadow memory

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

[PATCH] dt-bindings: arm: Add missing root node constraint for board/SoC bindings
 2020-10-01 20:55 UTC  (2+ messages)

[GIT PULL] arm64 fix for 5.9-rc8/final
 2020-10-01 20:28 UTC  (2+ messages)

[PATCH] ARM: multi_v7_defconfig: ti: Enable networking options for nfs boot
 2020-10-01 20:27 UTC 

[PATCH v3] arm64/mm: add fallback option to allocate virtually
 2020-10-01 20:16 UTC  (2+ messages)
` [PATCH v3] arm64/mm: add fallback option to allocate virtually contiguous memory

[PATCH 0/4] arm64: Default to 32-bit wide ZONE_DMA
 2020-10-01 20:02 UTC  (11+ messages)
` [PATCH 1/4] of/fdt: Update zone_dma_bits when running in bcm2711
` [PATCH 2/4] dma-direct: Turn zone_dma_bits default value into a define
` [PATCH 3/4] arm64: Default to 32-bit ZONE_DMA
` [PATCH 4/4] mm: Update DMA zones description

[PATCH v2] arm64/mm: add fallback option to allocate virtually
 2020-10-01 19:51 UTC  (4+ messages)
` [PATCH v2] arm64/mm: add fallback option to allocate virtually contiguous memory

[PATCH v5 00/80] drm/vc4: Support BCM2711 Display Pipeline
 2020-10-01 19:45 UTC  (13+ messages)
` [PATCH v5 80/80] ARM: dts: bcm2711: Enable the display pipeline

[PATCH v1] PCI: brcmstb: fix error return paths in probe()
 2020-10-01 18:51 UTC  (2+ messages)

general protection fault in rt6_fill_node
 2020-10-01 18:46 UTC  (2+ messages)

[PATCH] ARM: dts: exynos: Add a placeholder for a MAC address
 2020-10-01 18:46 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v3 00/10] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-10-01 18:11 UTC  (11+ messages)
` [PATCH v3 01/10] mm: add Kernel Electric-Fence infrastructure
` [PATCH v3 03/10] arm64, kfence: enable KFENCE for ARM64

[PATCH v4 0/2] Add WDT driver for Toshiba Visconti ARM SoC
 2020-10-01 18:00 UTC  (3+ messages)
` [PATCH v4 2/2] watchdog: Add Toshiba Visconti watchdog driver

[PATCH] ARM: dts: aspeed-g6: Add sgpiom/sgpios node
 2020-09-30  9:06 UTC  (2+ messages)
` [RESEND PATCH] ARM: dts: aspeed-g6: Fix gpio memory region

[PATCH 00/12] dt-bindings: arm: fsl: fix and document compatibles
 2020-10-01 17:07 UTC  (13+ messages)
` [PATCH 01/12] dt-bindings: vendor-prefixes: add Element14
` [PATCH 02/12] dt-bindings: arm: fsl: document i.MX6Q boards
` [PATCH 03/12] dt-bindings: arm: fsl: document i.MX6QP boards
` [PATCH 04/12] dt-bindings: arm: fsl: document i.MX6SL boards
` [PATCH 05/12] dt-bindings: arm: fsl: document i.MX6SX boards
` [PATCH 06/12] dt-bindings: arm: fsl: document i.MX6UL boards
` [PATCH 07/12] dt-bindings: arm: fsl: document i.MX6ULL boards
` [PATCH 08/12] dt-bindings: arm: fsl: document i.MX7S boards
` [PATCH 09/12] dt-bindings: arm: fsl: document i.MX7D boards
` [RFC 10/12] ARM: dts: imx6q-pico: fix board compatibles
` [PATCH 11/12] ARM: dts: imx6sl-warp: correct vendor in compatible to Revotics
` [PATCH 12/12] ARM: dts: imx7s-warp: correct vendor in compatible to Element14

[PATCH] PCI: iproc: Fix using plain integer as NULL pointer in iproc_pcie_pltfm_probe
 2020-10-01 17:07 UTC  (2+ messages)

[PATCH 0/2] samsung: exynos: convert clkout to module driver
 2020-10-01 16:56 UTC  (3+ messages)
` [PATCH 1/2] soc: samsung: exynos-pmu: instantiate clkout driver as MFD
` [PATCH 2/2] clk: samsung: exynos-clkout: convert to module driver

[PATCH] arm64: dts: mediatek: Add smi_common node for MT8183
 2020-10-01 16:28 UTC 

[PATCH v2 00/12] soc: mediatek: pm-domains: Add new driver for SCPSYS power domains controller
 2020-10-01 16:01 UTC  (13+ messages)
` [PATCH v2 01/12] dt-bindings: power: Add bindings for the Mediatek "
` [PATCH v2 02/12] soc: mediatek: Add MediaTek SCPSYS power domains
` [PATCH v2 03/12] arm64: dts: mediatek: Add mt8173 power domain controller
` [PATCH v2 04/12] soc: mediatek: pm-domains: Add bus protection protocol
` [PATCH v2 05/12] soc: mediatek: pm_domains: Make bus protection generic
` [PATCH v2 06/12] soc: mediatek: pm-domains: Add SMI block as bus protection block
` [PATCH v2 07/12] soc: mediatek: pm-domains: Add extra sram control
` [PATCH v2 08/12] soc: mediatek: pm-domains: Add subsystem clocks
` [PATCH v2 09/12] soc: mediatek: pm-domains: Allow bus protection to ignore clear ack
` [PATCH v2 10/12] dt-bindings: power: Add MT8183 power domains
` [PATCH v2 11/12] soc: mediatek: pm-domains: Add support for mt8183
` [PATCH v2 12/12] arm64: dts: mediatek: Add mt8183 power domains controller

[PATCH 1/2] perf: arm-cmn: Fix unsigned comparison to less than zero
 2020-10-01 15:45 UTC  (2+ messages)

[net-next PATCH v1 0/7] ACPI support for dpaa2 driver
 2020-10-01 15:36 UTC  (3+ messages)
` [net-next PATCH v1 6/7] net: dpaa2-mac: Add ACPI support for DPAA2 MAC driver

[PATCH v2 0/3] mmc: sdhci-of-arasan: Enable UHS-1 support for Keem Bay SOC
 2020-10-01 15:35 UTC  (3+ messages)
` [PATCH v2 2/3] firmware: Keem Bay: Add support for Arm Trusted Firmware Service call

[RFC PATCH 1/2] mtd: spi-nor: atmel: remove global SNOR_F_HAS_LOCK
 2020-10-01 15:25 UTC  (6+ 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).