linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-01 11:46:32 to 2020-10-01 19:21:58 UTC [more...]

[PATCH 0/6 v14] KASan for Arm
 2020-10-01 19:19 UTC  (9+ messages)
` [PATCH 1/6 v14] ARM: Handle a device tree in lowmem
` [PATCH 2/6 v14] ARM: Disable KASan instrumentation for some code
` [PATCH 3/6 v14] ARM: Replace string mem* functions for KASan
` [PATCH 4/6 v14] ARM: Define the virtual space of KASan's shadow region
` [PATCH 5/6 v14] ARM: Initialize the mapping of KASan shadow memory
` [PATCH 6/6 v14] ARM: Enable KASan for ARM

[PATCH 0/8] Add support for UHS modes in TI's J721e and J7200 boards
 2020-10-01 19:13 UTC  (8+ 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: "

[PATCH v2 0/9] Some fixes for spi-s3c64xx
 2020-10-01 19:12 UTC  (16+ messages)
  ` [PATCH v2 RESEND "
      ` [PATCH v2 RESEND 1/9] spi: spi-s3c64xx: swap s3c64xx_spi_set_cs() and s3c64xx_enable_datapath()
      ` [PATCH v2 RESEND 2/9] spi: spi-s3s64xx: Add S3C64XX_SPI_QUIRK_CS_AUTO for Exynos3250
      ` [PATCH v2 RESEND 3/9] spi: spi-s3c64xx: Check return values
      ` [PATCH v2 RESEND 4/9] spi: spi-s3c64xx: Report more information when errors occur
      ` [PATCH v2 RESEND 5/9] spi: spi-s3c64xx: Rename S3C64XX_SPI_SLAVE_* to S3C64XX_SPI_CS_*
      ` [PATCH v2 RESEND 6/9] spi: spi-s3c64xx: Fix doc comment for struct s3c64xx_spi_driver_data
      ` [PATCH v2 RESEND 7/9] spi: spi-s3c64xx: Ensure cur_speed holds actual clock value
      ` [PATCH v2 RESEND 8/9] spi: spi-s3c64xx: Increase transfer timeout
      ` [PATCH v2 RESEND 9/9] spi: spi-s3c64xx: Turn on interrupts upon resume

[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 0/5] Speed up mremap on large regions
 2020-10-01 18:36 UTC  (13+ messages)
` [PATCH 1/5] kselftests: vm: Add mremap tests
` [PATCH 3/5] mm: Speedup mremap on 1GB or larger regions

[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 v5 00/80] drm/vc4: Support BCM2711 Display Pipeline
 2020-10-01 18:09 UTC  (12+ messages)
` [PATCH v5 80/80] ARM: dts: bcm2711: Enable the display pipeline

[PATCH v3 00/39] kasan: add hardware tag-based mode for arm64
 2020-10-01 18:03 UTC  (51+ 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 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-10-01  1:11 UTC  (5+ messages)
` [RESEND PATCH] ARM: dts: aspeed-g6: Fix gpio memory region

[GIT PULL] arm64 fix for 5.9-rc8/final
 2020-10-01 17:35 UTC 

[PATCH 0/4] arm64: Default to 32-bit wide ZONE_DMA
 2020-10-01 17:31 UTC  (10+ 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 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  (6+ messages)
` [net-next PATCH v1 1/7] Documentation: ACPI: DSD: Document MDIO PHY
` [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  (5+ messages)
` [PATCH v2 1/3] dt-bindings: arm: firmware: Add binding for Keem Bay Firmware Support
` [PATCH v2 2/3] firmware: Keem Bay: Add support for Arm Trusted Firmware Service call
` [PATCH v2 3/3] mmc: sdhci-of-arasan: Enable UHS-1 support for Keem Bay SOC

[RFC PATCH 1/2] mtd: spi-nor: atmel: remove global SNOR_F_HAS_LOCK
 2020-10-01 15:25 UTC  (8+ messages)
` [RFC PATCH 2/2] mtd: spi-nor: sst: "

[PATCH v5 1/2] arm64: dts: Add the Kontron i.MX8M Mini SoMs and baseboards
 2020-10-01 15:19 UTC  (4+ messages)
` [PATCH v5 2/2] dt-bindings: arm: fsl: Add Kontron i.MX8M Mini SoMs and boards

[v5,0/4] watchdog: mt8192: add wdt support
 2020-10-01 15:16 UTC  (3+ messages)

[PATCH] arm64: dts: mt8173-elm: Remove ddc property from panel
 2020-10-01 15:06 UTC  (2+ messages)

[PATCH 1/2] drm/vc4: kms: Assign a FIFO to enabled CRTCs instead of active
 2020-10-01 15:04 UTC  (3+ messages)

[PATCH v4 1/2] arm64: dts: Add the Kontron i.MX8M Mini SoMs and baseboards
 2020-10-01 15:01 UTC  (2+ messages)
` [PATCH v4 2/2] dt-bindings: arm: fsl: Add Kontron i.MX8M Mini SoMs and boards

[PATCH v2] soc: mediatek: Check if power domains can be powered on at boot time
 2020-10-01 15:03 UTC  (2+ messages)

[PATCH v4 00/13] "Task_isolation" mode
 2020-10-01 14:47 UTC  (8+ messages)
` [PATCH v4 03/13] task_isolation: userspace hard isolation from kernel
` [PATCH v4 10/13] task_isolation: don't interrupt CPUs with tick_nohz_full_kick_cpu()
` [PATCH v4 11/13] task_isolation: net: don't flush backlog on CPUs running isolated tasks

[PATCH] PCI: xgene: Remove unused assignment to variable msi_val
 2020-10-01 14:42 UTC  (2+ messages)

[PATCH -next] PCI: iproc: use module_bcma_driver to simplify the code
 2020-10-01 14:36 UTC  (2+ messages)

[PATCH v17 00/12] Mediatek MT8183 scpsys support
 2020-10-01 14:33 UTC  (5+ messages)
` [PATCH v17 06/12] soc: mediatek: Add support for hierarchical scpsys device node

[PATCH v3 1/2] arm64: dts: Add the Kontron i.MX8M Mini SoMs and baseboards
 2020-10-01 14:25 UTC  (9+ messages)
` [PATCH v3 2/2] dt-bindings: arm: fsl: Add Kontron i.MX8M Mini SoMs and boards

[PATCH v3] pinctrl: mediatek: Free eint data on failure
 2020-10-01 14:25 UTC 

[PATCH v3 0/9] Mediatek MT8192 clock support
 2020-10-01 14:17 UTC  (4+ messages)
` [PATCH v3 7/9] clk: mediatek: Fix asymmetrical PLL enable and disable control

[PATCH v3 00/10] ARM: remove set_fs callers and implementation
 2020-10-01 14:12 UTC  (11+ messages)
` [PATCH v3 01/10] mm/maccess: fix unaligned copy_{from, to}_kernel_nofault
` [PATCH v3 02/10] ARM: traps: use get_kernel_nofault instead of set_fs()
` [PATCH v3 03/10] ARM: oabi-compat: add epoll_pwait handler
` [PATCH v3 04/10] ARM: syscall: always store thread_info->syscall
` [PATCH v3 05/10] ARM: oabi-compat: rework epoll_wait/epoll_pwait emulation
` [PATCH v3 06/10] ARM: oabi-compat: rework sys_semtimedop emulation
` [PATCH v3 07/10] ARM: oabi-compat: rework fcntl64() emulation
` [PATCH v3 08/10] ARM: uaccess: add __{get,put}_kernel_nofault
` [PATCH v3 09/10] ARM: provide a TASK_SIZE_MAX definition
` [PATCH v3 10/10] ARM: uaccess: remove set_fs() implementation

[PATCH v4 0/9] libperf and arm64 userspace counter access support
 2020-10-01 14:01 UTC  (10+ messages)
` [PATCH v4 1/9] arm64: pmu: Add function implementation to update event index in userpage
` [PATCH v4 2/9] arm64: perf: Enable pmu counter direct access for perf event on armv8
` [PATCH v4 3/9] tools/include: Add an initial math64.h
` [PATCH v4 4/9] libperf: Add libperf_evsel__mmap()
` [PATCH v4 5/9] libperf: tests: Add support for verbose printing
` [PATCH v4 6/9] libperf: Add support for user space counter access
` [PATCH v4 7/9] libperf: Add arm64 support to perf_mmap__read_self()
` [PATCH v4 8/9] perf: arm64: Add test for userspace counter access on heterogeneous systems
` [PATCH v4 9/9] Documentation: arm64: Document PMU counters access from userspace

[PATCH V4 0/3] arm64/mm/hotplug: Improve memory offline event notifier
 2020-10-01 13:51 UTC  (3+ messages)
` [PATCH V4 1/3] arm64/mm/hotplug: Register boot memory hot remove notifier earlier

[PATCH v4 00/29] Add support for Clang LTO
 2020-10-01 13:36 UTC  (4+ messages)
` [PATCH v4 04/29] objtool: Add a pass for generating __mcount_loc

[PATCH 20/25] ASoC: sun8i-codec: Protect the clock rate while streams are open
 2020-10-01 13:27 UTC  (2+ messages)

[PATCH 1/2] regulator: pca9450: Add SD_VSEL GPIO for LDO5
 2020-10-01 13:15 UTC  (6+ messages)
` [PATCH 2/2] arm64: dts: imx8mm-kontron: Add support for ultra high speed modes on SD card

[PATCH] KVM: arm64: Fixes ARM VM hangs at boot
 2020-10-01 12:59 UTC  (3+ messages)

[PATCH v5 00/21] KVM: arm64: Rewrite page-table code and fault handling
 2020-10-01 12:28 UTC  (3+ messages)

[GIT PULL] iommu/arm-smmu: Updates for 5.10
 2020-10-01 12:24 UTC  (3+ messages)

[PATCH 0/2] cpuidle: psci: Enable s2idle when using PSCI OSI
 2020-10-01 11:44 UTC  (5+ messages)
` [PATCH 2/2] cpuidle: psci: Enable s2idle when using OSI with the PM domain topology


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