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

[PATCH v3 0/2] MTE support for KVM guest
 2020-10-02 14:36 UTC  (6+ messages)
` [PATCH v3 1/2] arm64: kvm: Save/restore MTE registers
` [PATCH v3 2/2] arm64: kvm: Introduce MTE VCPU feature

[PATCH v2 00/10] arm64: dts: meson: add more GX soundcards
 2020-10-02 14:31 UTC  (11+ messages)
` [PATCH v2 01/10] arm64: dts: meson: add audio playback to a95x
` [PATCH v2 02/10] arm64: dts: meson: add audio playback to khadas-vim2
` [PATCH v2 03/10] arm64: dts: meson: add audio playback to nanopi-k2
` [PATCH v2 04/10] arm64: dts: meson: add audio playback to odroid-c2
` [PATCH v2 05/10] arm64: dts: meson: add audio playback to p201
` [PATCH v2 06/10] arm64: dts: meson: add audio playback to p200
` [PATCH v2 07/10] arm64: dts: meson: add audio playback to p212-s905x dtsi
` [PATCH v2 08/10] arm64: dts: meson: add audio playback to vega-s95 dtsi
` [PATCH v2 09/10] arm64: dts: meson: add audio playback to wetek-hub
` [PATCH v2 10/10] arm64: dts: meson: add audio playback to wetek-play2

[PATCH 0/2] PCI: aardvark: Fix comphy with old ATF
 2020-10-02 14:26 UTC  (4+ messages)

[PATCH v4 00/11] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-10-02 14:22 UTC  (13+ 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] dt-bindings: arm: Add missing root node constraint for board/SoC bindings
 2020-10-02 14:18 UTC  (3+ messages)

[PATCH] arm64: dts: meson: add SM1 soundcard name to VIM3L
 2020-10-02 14:16 UTC 

[net-next PATCH v1 0/7] ACPI support for dpaa2 driver
 2020-10-02 14:13 UTC  (14+ messages)
` [net-next PATCH v1 1/7] Documentation: ACPI: DSD: Document MDIO PHY
` [net-next PATCH v1 3/7] net: phy: Introduce fwnode_get_phy_id()
` [net-next PATCH v1 6/7] net: dpaa2-mac: Add ACPI support for DPAA2 MAC driver

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

[PATCH v5 00/13] bus/fsl-mc: Extend mc-bus driver functionalities in preparation for mc-bus VFIO support
 2020-10-02 14:05 UTC  (5+ messages)

[PATCH v4 00/39] kasan: add hardware tag-based mode for arm64
 2020-10-02 14:10 UTC  (44+ 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 v2 0/3] mmc: sdhci-of-arasan: Enable UHS-1 support for Keem Bay SOC
 2020-10-02 13:53 UTC  (8+ messages)
` [PATCH v2 2/3] firmware: Keem Bay: Add support for Arm Trusted Firmware Service call

[GIT PULL] arm64: TI K3 DT updates for v5.10 - part #2
 2020-10-02 13:45 UTC 

[PATCH v2 0/5] ARM: mstar: wire up interrupt controllers
 2020-10-02 13:34 UTC  (6+ messages)
` [PATCH v2 1/5] ARM: mstar: Select MStar intc
` [PATCH v2 2/5] ARM: mstar: Add interrupt controller to base dtsi
` [PATCH v2 3/5] ARM: mstar: Add interrupt to pm_uart
` [PATCH v2 4/5] ARM: mstar: Add mstar prefix to all of the dtsi/dts files
` [PATCH v2 5/5] ARM: mstar: Fix up the fallout from moving the dts/dtsi files

[PATCH] ARM: multi_v7_defconfig: ti: Enable networking options for nfs boot
 2020-10-02 12:50 UTC  (2+ messages)

[PATCH 0/8] Add support for UHS modes in TI's J721e and J7200 boards
 2020-10-02 12:49 UTC  (4+ messages)

[PATCH] dt-bindings: serial: fsl-imx-uart: fix i.MX 53 and 6 compatible matching
 2020-10-02 12:45 UTC  (3+ messages)

[PATCH v2 0/5] usb: dwc-meson-g12a: Add support for USB on S400 board
 2020-10-02 12:45 UTC  (2+ messages)

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

[PATCH v4 1/4] dt-bindings: media: imx258: add bindings for IMX258 sensor
 2020-10-02 12:15 UTC  (7+ messages)

[PATCH] PCI: xgene: Remove unused assignment to variable msi_val
 2020-10-02 12:00 UTC  (2+ messages)

[PATCH v2 0/6] kselftest: arm64/mte: Tests for user-space MTE
 2020-10-02 11:56 UTC  (7+ messages)
` [PATCH v2 1/6] kselftest/arm64: Add utilities and a test to validate mte memory
` [PATCH v2 2/6] kselftest/arm64: Verify mte tag inclusion via prctl
` [PATCH v2 3/6] kselftest/arm64: Check forked child mte memory accessibility
` [PATCH v2 4/6] kselftest/arm64: Verify all different mmap MTE options
` [PATCH v2 5/6] kselftest/arm64: Verify KSM page merge for MTE pages
` [PATCH v2 6/6] kselftest/arm64: Check mte tagged user address in kernel

[PATCH 00/18] use semicolons rather than commas to separate statements
 2020-10-02 11:56 UTC  (7+ messages)
` [PATCH 04/18] hwrng: stm32 - "
` [PATCH 06/18] hwrng: iproc-rng200 "
` [PATCH 17/18] crypto: atmel-tdes "

[PATCH 0/4] arm64: Default to 32-bit wide ZONE_DMA
 2020-10-02 11:55 UTC  (6+ messages)
` [PATCH 1/4] of/fdt: Update zone_dma_bits when running in bcm2711

[PATCH -next] crypto: mediatek - simplify the return expression of mtk_dfe_dse_reset()
 2020-10-02 11:54 UTC  (2+ messages)

[PATCH -next] PCI: iproc: use module_bcma_driver to simplify the code
 2020-10-02 11:50 UTC  (3+ messages)

[PATCH v3 00/24] MT8192 IOMMU support
 2020-10-02 11:15 UTC  (11+ messages)
` [PATCH v3 01/24] dt-bindings: iommu: mediatek: Convert IOMMU to DT schema
` [PATCH v3 02/24] dt-bindings: memory: mediatek: Convert SMI "
` [PATCH v3 06/24] dt-bindings: mediatek: Add binding for mt8192 IOMMU
` [PATCH v3 24/24] memory: mtk-smi: Add mt8192 support

[PATCH v3] pinctrl: mediatek: Free eint data on failure
 2020-10-02 11:14 UTC  (2+ messages)

[PATCH 0/6 v14] KASan for Arm
 2020-10-02 11:01 UTC  (3+ messages)
` [PATCH 1/6 v14] ARM: Handle a device tree in lowmem

[PATCH v2] drivers/perf: Add support for ARMv8.3-SPE
 2020-10-02 10:57 UTC  (2+ messages)

[PATCH v6 0/7] leds: pwm: Make automatic labels work
 2020-10-02 10:52 UTC  (15+ messages)
` [PATCH v6 2/7] dt-bindings: leds: Convert pwm to yaml
` [PATCH v6 3/7] dt-bindings: mfd: Fix schema warnings for pwm-leds
` [PATCH v6 5/7] ARM: dts: "
` [PATCH v6 6/7] arm64: dts: meson: "

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

[PATCH 0/3] i2c: imx: Fix handling of arbitration loss
 2020-10-02 10:21 UTC  (5+ messages)
` [PATCH 1/3] i2c: imx: Fix reset of I2SR_IAL flag

[PATCH v2 RESEND 2/9] spi: spi-s3s64xx: Add S3C64XX_SPI_QUIRK_CS_AUTO for Exynos3250
 2020-10-02 10:13 UTC  (2+ messages)

[PATCH v2 0/3] arm64: cppc: add FFH support using AMUs
 2020-10-02  9:55 UTC  (4+ messages)
` [PATCH v2 1/3] arm64: wrap and generalise counter read functions
` [PATCH v2 2/3] arm64: split counter validation function
` [PATCH v2 3/3] arm64: implement CPPC FFH support using AMUs

[v5,0/4] watchdog: mt8192: add wdt support
 2020-10-02  9:51 UTC  (6+ messages)
` [v5,2/4] dt-binding: mediatek: mt8192: update mtk-wdt document

[PATCH v2 00/12] soc: mediatek: pm-domains: Add new driver for SCPSYS power domains controller
 2020-10-02  9:24 UTC  (9+ messages)
` [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 12/12] arm64: dts: mediatek: Add mt8183 power domains controller

[PATCH] arm64: dts: mediatek: Add smi_common node for MT8183
 2020-10-02  9:17 UTC  (2+ messages)

[PATCH 0/2] perf stat: Unbreak perf stat with ARMv8 PMU events
 2020-10-02  8:59 UTC  (9+ messages)
` [PATCH 1/2] perf stat: Fix segfault when counting armv8_pmu events

[PATCH 1/1] mfd: kempld-core: Fix unused variable 'kempld_acpi_table' when !ACPI
 2020-10-02  8:36 UTC 

[PATCH 1/1] mfd: sl28cpld: Depend on I2C
 2020-10-02  8:35 UTC 

[PATCH] KVM: arm64: Pass level hint to TLBI during stage-2 permission fault
 2020-10-02  8:20 UTC 

[PATCH v4 00/10] Independent per-CPU data section for nVHE
 2020-10-02  8:19 UTC  (2+ messages)

[PATCH 0/6] Fix new html build warnings from next-20201001
 2020-10-02  8:19 UTC 

[PATCH] KVM: arm64: Ensure user_mem_abort() return value is initialised
 2020-10-02  8:20 UTC 

[RFC PATCH 0/7] firmware: arm_scmi: Add virtio transport
 2020-10-02  8:18 UTC  (4+ messages)
` [RFC PATCH 6/7] dt-bindings: arm: Add virtio transport for SCMI

[PATCH 0/5] ASoC: Mediatek: Add support for MT8192 SoC
 2020-10-02  7:59 UTC  (6+ 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 2/5] ASoC: mediatek: mt8192: add platform driver

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

[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  (8+ messages)

[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 RESEND 0/9] Some fixes for spi-s3c64xx
 2020-10-02  6:18 UTC  (5+ messages)

✅ 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

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 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  (7+ messages)
` [PATCH v3 32/39] kasan: define KASAN_GRANULE_SIZE for HW_TAGS
` [PATCH v3 37/39] kasan, slub: reset tags when accessing metadata


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