linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-25 15:33:59 to 2019-09-26 13:38:12 UTC [more...]

[PATCH v3 00/11] *** SUBJECT HERE ***
 2019-09-26 13:38 UTC  (6+ messages)
` [PATCH v3 01/11] PCI: designware-ep: Add multiple PFs support for DWC

[PATCH 00/11] PCI dma-ranges parsing consolidation
 2019-09-26 13:32 UTC  (21+ messages)
` [PATCH 04/11] PCI: versatile: Enable COMPILE_TEST
` [PATCH 06/11] PCI: of: Add inbound resource parsing to helpers
` [PATCH 07/11] PCI: ftpci100: Use inbound resources for setup
` [PATCH 08/11] PCI: v3-semi: "
` [PATCH 09/11] PCI: xgene: "
` [PATCH 10/11] PCI: iproc: "
` [PATCH 11/11] PCI: rcar: "

[PATCH v4 00/11] Add the multiple PF support for DWC and Layerscape
 2019-09-26 13:27 UTC  (3+ messages)
` [PATCH v4 01/11] PCI: designware-ep: Add multiple PFs support for DWC

[PATCH] firmware: imx: Skip return value check for some special SCU firmware APIs
 2019-09-26 13:25 UTC  (7+ messages)

[RFC PATCH 00/18] crypto: wireguard using the existing crypto API
 2019-09-26 13:15 UTC  (30+ messages)
` [RFC PATCH 01/18] crypto: shash - add plumbing for operating on scatterlists
` [RFC PATCH 02/18] crypto: x86/poly1305 - implement .update_from_sg method
` [RFC PATCH 03/18] crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation
` [RFC PATCH 04/18] crypto: arm64/poly1305 "
` [RFC PATCH 05/18] crypto: chacha - move existing library code into lib/crypto
` [RFC PATCH 06/18] crypto: rfc7539 - switch to shash for Poly1305
` [RFC PATCH 07/18] crypto: rfc7539 - use zero reqsize for sync instantiations without alignmask
` [RFC PATCH 08/18] crypto: testmgr - add a chacha20poly1305 test case
` [RFC PATCH 09/18] crypto: poly1305 - move core algorithm into lib/crypto
` [RFC PATCH 10/18] crypto: poly1305 - add init/update/final library routines
` [RFC PATCH 11/18] int128: move __uint128_t compiler test to Kconfig
` [RFC PATCH 16/18] netlink: use new strict length types in policy for 5.2
` [RFC PATCH 17/18] wg switch to lib/crypto algos
` [RFC PATCH 18/18] net: wireguard - switch to crypto API for packet encryption
    ` chapoly acceleration hardware [Was: Re: [RFC PATCH 00/18] crypto: wireguard using the existing crypto API]

[RFC PATCH v4 0/6] Enable ptp_kvm for arm64
 2019-09-26 13:06 UTC  (7+ messages)
` [RFC PATCH v4 1/5] psci: Export psci_ops.conduit symbol as modules will use it
` [RFC PATCH v4 2/5] ptp: Reorganize ptp_kvm modules to make it arch-independent
` [RFC PATCH v4 3/5] psci: Add hvc call service for ptp_kvm
` [RFC PATCH v4 4/5] ptp: arm64: Enable ptp_kvm for arm64
` [RFC PATCH v4 5/5] kvm: arm64: Add capability check extension for ptp_kvm

[PATCH v10 0/6] mm / virtio: Provide support for unused page reporting
 2019-09-26 12:22 UTC  (4+ messages)

[PATCH 0/4] arm64: vdso32: Address various issues
 2019-09-26 12:22 UTC  (14+ messages)
  ` [PATCH 1/4] arm64: vdso32: Introduce COMPAT_CC_IS_GCC
  ` [PATCH 2/4] arm64: vdso32: Detect binutils support for dmb ishld
  ` [PATCH 3/4] arm64: vdso32: Fix compilation warning
  ` [PATCH 4/4] arm64: Remove gettimeofday.S

[PATCH] rtc: at91rm9200: use of_device_get_match_data()
 2019-09-26 12:15 UTC 

[PATCH 00/11] of: Fix DMA configuration for non-DT masters
 2019-09-26 11:20 UTC  (11+ messages)

[PATCH v6 00/11] Add arm64/signal initial kselftest support
 2019-09-26 11:00 UTC  (4+ messages)
` [PATCH v6 02/11] kselftest: arm64: mangle_pstate_invalid_compat_toggle and common utils

[PATCHv4-next 0/3] Odroid c2 usb fixs rebase on linux-next
 2019-09-26 10:53 UTC  (3+ messages)

[PATCH v4 00/19] spi: introduce `struct spi_delay` data-type
 2019-09-26 10:51 UTC  (20+ messages)
` [PATCH v4 01/19] spi: move `cs_change_delay` backwards compat logic outside switch
` [PATCH v4 02/19] spi: introduce spi_delay struct as "value + unit" & spi_delay_exec()
` [PATCH v4 03/19] spi: make `cs_change_delay` the first user of the `spi_delay` logic
` [PATCH v4 04/19] spi: sprd: convert transfer word delay to spi_delay struct
` [PATCH v4 05/19] spi: orion: use new `word_delay` field for SPI transfers
` [PATCH v4 06/19] spi: spidev: use new `word_delay` field for spi transfers
` [PATCH v4 07/19] spi: core, atmel: convert `word_delay_usecs` -> `word_delay` for spi_device
` [PATCH v4 08/19] spi: introduce `delay` field for `spi_transfer` + spi_transfer_delay_exec()
` [PATCH v4 09/19] spi: use new `spi_transfer_delay_exec` helper where straightforward
` [PATCH v4 10/19] spi: tegra114: use `spi_transfer_delay_exec` helper
` [PATCH v4 11/19] spi: tegra20-sflash: use to new `spi_transfer_delay_exec`
` [PATCH v4 12/19] spi: spi-loopback-test: use new `delay` field
` [PATCH v4 13/19] spi: spidev: use new `delay` field for spi transfers
` [PATCH v4 14/19] spi: tegra114: change format for `spi_set_cs_timing()` function
` [PATCH v4 15/19] spi: implement SW control for CS times
` [PATCH v4 16/19] spi: spi-fsl-espi: convert transfer delay to `spi_delay` format
` [PATCH v4 17/19] spi: spi-falcon: extend warning to `delay` as well
` [PATCH v4 18/19] spi: bcm63xx: extend error condition "
` [PATCH v4 19/19] spi: spi-axi: extend support for the `delay` field

[PATCH v9 0/3] fix double page fault on arm64
 2019-09-26 10:25 UTC  (6+ messages)
` [PATCH v9 1/3] arm64: cpufeature: introduce helper cpu_has_hw_af()
` [PATCH v9 3/3] mm: fix double page fault on arm64 if PTE_AF is cleared

[PATCH] power: reset: at91-poweroff: lookup for proper PMC DT node
 2019-09-26 10:25 UTC 

[PATCH] arm64: zynqmp: Add dr_mode property to usb node
 2019-09-26 10:11 UTC 

[PATCH v2] soc: xilinx: Set CAP_UNUSABLE requirement for versal while powering down domain
 2019-09-26 10:09 UTC  (2+ messages)

[v4,1/3] soc: fsl: handle RCPM errata A-008646 on SoC LS1021A
 2019-09-26  9:58 UTC  (4+ messages)
` [v4, 2/3] arm: dts: ls1021a: fix that FlexTimer cannot wakeup system in deep sleep
` [v4, 3/3] Documentation: dt: binding: fsl: Add 'fsl, ippdexpcr1-alt-addr' property

[PATCH v3 0/5] Add support for mt2701 JPEG ENC support
 2019-09-26  9:46 UTC  (5+ messages)
` [PATCH v3 4/5] media: v4l2-ctrl: Add jpeg enc exif mode control
` [PATCH v3 5/5] media: platform: Add jpeg dec/enc feature

[PATCH 1/2] kselftest: add capability to skip chosen TARGETS
 2019-09-26  9:26 UTC  (7+ messages)
` [PATCH 2/2] kselftest: exclude failed TARGETS from runlist

[PATCH v1] ARM: Add support for Realtek SOC
 2019-09-26  9:21 UTC  (3+ messages)

[PATCH v4 1/8] dt-bindings: timer: Convert Exynos MCT bindings to json-schema
 2019-09-26  9:20 UTC  (3+ messages)

[PATCH 0/3] arm64: meson: add support for A1 Power Domains
 2019-09-26  9:17 UTC  (4+ messages)
` [PATCH 2/3] soc: amlogic: Add support for Secure power domains controller

[PATCH V9 0/2] mailbox: arm: introduce smc triggered mailbox
 2019-09-26  9:15 UTC  (6+ messages)
` [PATCH V9 1/2] dt-bindings: mailbox: add binding doc for the ARM SMC/HVC mailbox
` [PATCH V9 2/2] mailbox: introduce ARM SMC based mailbox

[PATCH v2 0/2] soc: amlogic: ee-pwrc: cleanup init state
 2019-09-26  9:05 UTC  (4+ messages)
` [PATCH v2 1/2] soc: amlogic: ee-pwrc: rename get_power
` [PATCH v2 2/2] soc: amlogic: ee-pwrc: ensure driver state maches HW state

[PATCH v2 2/3] drm/rockchip: Add rockchip_vop_get_offset to get offset
 2019-09-26  8:24 UTC  (2+ messages)
` [PATCH v2 3/3] drm/rockchip: Add support 10bit yuv format

[PATCH] arm64: Allow disabling of the compat vDSO
 2019-09-26  7:47 UTC  (7+ messages)

[RESEND PATCH] ARM/hw_breakpoint: add ARMv8.1/ARMv8.2 debug architecutre versions support in enable_monitor_mode()
 2019-09-26  7:38 UTC 

[PATCH v3] serial: imx: adapt rx buffer and dma periods
 2019-09-26  6:37 UTC  (5+ messages)
` [EXT] "

[PATCH] soc: ti: ti_sci_pm_domains: Store device id in platform device
 2019-09-26  6:20 UTC  (5+ messages)

[LINUX PATCH] dma-mapping: Control memset operation using gfp flags
 2019-09-26  6:03 UTC 

[PATCH v2 1/1] i2c: iproc: Add i2c repeated start capability
 2019-09-26  4:40 UTC 

[PATCH v2 0/3] reset: meson: add Meson-A1 SoC support
 2019-09-26  3:44 UTC  (7+ messages)
` [PATCH v2 2/3] dt-bindings: reset: add bindings for the Meson-A1 SoC Reset Controller
` [PATCH v2 3/3] reset: add support "

[PATCH 0/6] arm64: meson-gx: misc fixes and updates
 2019-09-26  2:09 UTC  (2+ messages)

[v3,1/3] soc: fsl: handle RCPM errata A-008646 on SoC LS1021A
 2019-09-26  1:54 UTC  (13+ messages)
` [v3, 3/3] Documentation: dt: binding: fsl: Add 'fsl, ippdexpcr-alt-addr' property
  ` [v3,3/3] Documentation: dt: binding: fsl: Add 'fsl,ippdexpcr-alt-addr' property
                      ` [EXT] "

[PATCH v8 2/6] PM / devfreq: Move more initialization before registration
 2019-09-26  1:26 UTC  (27+ messages)
` [PATCH v8 0/6] PM / devfreq: Add dev_pm_qos support
    ` [PATCH v8 5/6] PM / devfreq: Add PM QoS support
    ` [PATCH v8 4/6] PM / devfreq: Introduce get_freq_range helper
    ` [PATCH v8 6/6] PM / devfreq: Use PM QoS for sysfs min/max_freq

[RFCv4 0/7] interconnect: Add imx support via devfreq
 2019-09-26  0:51 UTC  (5+ messages)

[PATCH] counter: stm32-timer-cnt: fix a kernel-doc warning
 2019-09-25 23:53 UTC  (3+ messages)

[PATCH] counter: stm32-lptimer-cnt: fix a kernel-doc warning
 2019-09-25 23:51 UTC  (2+ messages)

[arm-platforms:irq/gic-v4.1-devel 12/37] irq-gic-v3-its.c:undefined reference to `__aeabi_uldivmod'
 2019-09-25 23:46 UTC 

[PATCH v8 0/4] Panel rotation patches
 2019-09-25 22:58 UTC  (5+ messages)
` [PATCH v8 1/4] drm/panel: Add helper for reading DT rotation
` [PATCH v8 2/4] drm/panel: set display info in panel attach
` [PATCH v8 3/4] drm/connector: Split out orientation quirk detection
` [PATCH v8 4/4] drm/mtk: add panel orientation property

[PATCH 0/5] provide the XTAL clock via OF on Meson8/8b/8m2
 2019-09-25 22:47 UTC  (4+ messages)

[PATCH 0/2] soc: amlogic: ee-pwrc: cleanup init state
 2019-09-25 21:25 UTC  (4+ messages)
` [PATCH 1/2] soc: amlogic: ee-pwrc: rename get_power
` [PATCH 2/2] soc: amlogic: ee-pwrc: ensure driver state maches HW state

[PATCH] i2c: i2c-mt65xx: fix NULL ptr dereference
 2019-09-25 20:31 UTC 

[PATCH] dmaengine: uniphier-mdmac: use devm_platform_ioremap_resource()
 2019-09-25 20:21 UTC  (2+ messages)

[PATCH] ARM: OMAP2+: Fix warnings with broken omap2_set_init_voltage()
 2019-09-25 19:51 UTC  (2+ messages)

[PATCH] PM / devfreq: Lock devfreq in trans_stat_show
 2019-09-25 19:36 UTC  (5+ messages)

[v2, 0/2] gpio: dts: aspeed: Add SGPIO driver
 2019-09-25 19:22 UTC  (3+ messages)
` [v2, 1/2] "
` [v2, 2/2] "

[v1, 0/1] gpio: dts: aspeed: Add SGPIO driver
 2019-09-25 19:20 UTC  (2+ messages)

[v1, 1/1] gpio: dts: aspeed: Add SGPIO driver
 2019-09-25 19:19 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: nvmem: add binding for Rockchip OTP controller
 2019-09-25 18:49 UTC  (2+ messages)
` [PATCH 2/2] nvmem: add Rockchip OTP driver

[PATCH] iommu/rockchip: don't use platform_get_irq to implicitly count irqs
 2019-09-25 18:43 UTC 

[PATCH v2 linux-next 0/4] arm/arm64: configs: Convert all CONFIG_REMOTEPROC instances to y
 2019-09-25 17:05 UTC  (2+ messages)

[PATCH] [MT6660] Mediatek Smart Amplifier Driver
 2019-09-25 16:50 UTC  (4+ messages)

[PATCH] clocksource: mediatek: fix error handling
 2019-09-25 16:42 UTC  (2+ messages)

[PATCH 0/3] Exynos5 DMC interrupt mode
 2019-09-25 16:18 UTC  (4+ messages)
    ` [PATCH 1/3] ARM: dts: exynos: Add interrupt to DMC controller in Exynos5422
    ` [PATCH 2/3] ARM: dts: exynos: map 0x10000 SFR instead of 0x100 in DMC Exynos5422
    ` [PATCH 3/3] memory: samsung: exynos5422-dmc: Add support for interrupt from performance counters

[PATCH v5 00/17] arm64: MMU enabled kexec relocation
 2019-09-25 15:33 UTC  (4+ messages)
` [PATCH v5 13/17] kexec: add machine_kexec_post_load()


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