linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-29 01:50:19 to 2018-11-29 18:31:31 UTC [more...]

[PATCH v10 00/27] PM / Domains: Support hierarchical CPU arrangement (PSCI/ARM)
 2018-11-29 17:47 UTC  (28+ messages)
` [PATCH v10 01/27] PM / Domains: Add generic data pointer to genpd_power_state struct
` [PATCH v10 02/27] PM / Domains: Add support for CPU devices to genpd
` [PATCH v10 03/27] timer: Export next wakeup time of a CPU
` [PATCH v10 04/27] PM / Domains: Add genpd governor for CPUs
` [PATCH v10 05/27] dt: psci: Update DT bindings to support hierarchical PSCI states
` [PATCH v10 06/27] of: base: Add of_get_cpu_state_node() to get idle states for a CPU node
` [PATCH v10 07/27] cpuidle: dt: Support hierarchical CPU idle states
` [PATCH v10 08/27] ARM/ARM64: cpuidle: Let back-end init ops take the driver as input
` [PATCH v10 09/27] drivers: firmware: psci: Move psci to separate directory
` [PATCH v10 10/27] MAINTAINERS: Update files for PSCI
` [PATCH v10 11/27] drivers: firmware: psci: Split psci_dt_cpu_init_idle()
` [PATCH v10 12/27] drivers: firmware: psci: Simplify state node parsing
` [PATCH v10 13/27] drivers: firmware: psci: Support hierarchical CPU idle states
` [PATCH v10 14/27] drivers: firmware: psci: Simplify error path of psci_dt_init()
` [PATCH v10 15/27] drivers: firmware: psci: Announce support for OS initiated suspend mode
` [PATCH v10 16/27] drivers: firmware: psci: Prepare to use "
` [PATCH v10 17/27] drivers: firmware: psci: Prepare to support PM domains
` [PATCH v10 18/27] drivers: firmware: psci: Add support for PM domains using genpd
` [PATCH v10 19/27] drivers: firmware: psci: Add hierarchical domain idle states converter
` [PATCH v10 20/27] drivers: firmware: psci: Introduce psci_dt_topology_init()
` [PATCH v10 21/27] drivers: firmware: psci: Add a helper to attach a CPU to its PM domain
` [PATCH v10 22/27] drivers: firmware: psci: Attach the CPU's device "
` [PATCH v10 23/27] drivers: firmware: psci: Manage runtime PM in the idle path for CPUs
` [PATCH v10 24/27] drivers: firmware: psci: Support CPU hotplug for the hierarchical model
` [PATCH v10 25/27] arm64: kernel: Respect the hierarchical CPU topology in DT for PSCI
` [PATCH v10 26/27] arm64: dts: Convert to the hierarchical CPU topology layout for MSM8916
` [PATCH v10 27/27] arm64: dts: hikey: Convert to the hierarchical CPU topology layout

[PATCH v8 0/8] arm64: untag user pointers passed to the kernel
 2018-11-29 18:24 UTC  (9+ messages)
` [PATCH v8 1/8] arm64: add type casts to untagged_addr macro
` [PATCH v8 2/8] uaccess: add untagged_addr definition for other arches
` [PATCH v8 3/8] arm64: untag user addresses in access_ok and __uaccess_mask_ptr

[PATCH v3 1/2] arm64/neon: add workaround for ambiguous C99 stdint.h types
 2018-11-29 18:20 UTC  (6+ messages)
` [PATCH v3 2/2] arm64: crypto: add NEON accelerated XOR implementation

[PATCH v6 00/24] arm64: provide pseudo NMI with GICv3
 2018-11-29 18:12 UTC  (17+ messages)
` [PATCH v6 01/24] arm64: Remove unused daif related functions/macros
` [PATCH v6 02/24] arm64: cpufeature: Set SYSREG_GIC_CPUIF as a boot system feature
` [PATCH v6 03/24] arm64: cpufeature: Add cpufeature for IRQ priority masking
` [PATCH v6 04/24] arm/arm64: gic-v3: Add PMR and RPR accessors
` [PATCH v6 05/24] irqchip/gic-v3: Switch to PMR masking before calling IRQ handler
` [PATCH v6 06/24] arm64: ptrace: Provide definitions for PMR values
` [PATCH v6 07/24] arm64: Make PMR part of task context
` [PATCH v6 08/24] arm64: Unmask PMR before going idle

[PATCH v12 00/25] kasan: add software tag-based mode for arm64
 2018-11-29 18:01 UTC  (5+ messages)
` [PATCH v12 20/25] kasan, arm64: add brk handler for inline instrumentation
` [PATCH v12 23/25] kasan, arm64: select HAVE_ARCH_KASAN_SW_TAGS

remove the ->mapping_error method from dma_map_ops V2
 2018-11-29 17:44 UTC  (11+ messages)

[PATCH 5/8] ARM: pxa/mainstone: switch PCMCIA to MAX1600 library and gpiod APIs
 2018-11-29 17:42 UTC  (3+ messages)

[PATCH v3 0/1] drm/msm/a6xx: Add interconnect support
 2018-11-29 17:26 UTC  (2+ messages)
` [PATCH 1/1] drm/msm/a6xx: Add support for an interconnect path

[PATCH v2 00/28] Unify vDSOs across more architectures
 2018-11-29 17:05 UTC  (29+ messages)
` [PATCH v2 01/28] kernel: Standardize vdso_datapage
` [PATCH v2 02/28] kernel: Add Monotonic boot time support
` [PATCH v2 03/28] kernel: Add International Atomic Time support
` [PATCH v2 04/28] kernel: Add masks support for Raw and NTP time
` [PATCH v2 05/28] kernel: Add clock_mode support
` [PATCH v2 06/28] kernel: Define gettimeofday vdso common code
` [PATCH v2 07/28] arm64: Build vDSO with -ffixed-x18
` [PATCH v2 08/28] arm64: Substitute gettimeofday with C implementation
` [PATCH v2 09/28] arm64: compat: Alloc separate pages for vectors and sigpage
` [PATCH v2 10/28] arm64: compat: Split kuser32
` [PATCH v2 11/28] arm64: compat: Refactor aarch32_alloc_vdso_pages()
` [PATCH v2 12/28] arm64: compat: Add KUSER_HELPERS config option
` [PATCH v2 13/28] arm64: compat: Add missing syscall numbers
` [PATCH v2 14/28] arm64: compat: Expose signal related structures
` [PATCH v2 15/28] arm64: compat: Generate asm offsets for signals
` [PATCH v2 16/28] lib: vdso: Add compat support
` [PATCH v2 17/28] arm64: compat: Add vDSO
` [PATCH v2 18/28] arm64: Refactor vDSO code
` [PATCH v2 19/28] arm64: compat: vDSO setup for compat layer
` [PATCH v2 20/28] arm64: elf: vDSO code page discovery
` [PATCH v2 21/28] arm64: compat: Get sigreturn trampolines from vDSO
` [PATCH v2 22/28] arm64: Add vDSO compat support
` [PATCH v2 23/28] arm64: Enable compat vDSO support
` [PATCH v2 24/28] arm: Add support for generic vDSO
` [PATCH v2 25/28] mips: Introduce vdso_direct
` [PATCH v2 26/28] clock: csrc-4k: Add support for vdso_direct
` [PATCH v2 27/28] clock: gic-timer: "
` [PATCH v2 28/28] mips: Add support for generic vDSO

[PATCH v2 0/6] Add hw overheat IRQ support to Marvell thermal driver
 2018-11-29 17:12 UTC  (4+ messages)
` [PATCH v2 1/6] thermal: armada: add overheat interrupt support

[PATCH v2 0/1] drm/msm/a6xx: Add interconnect support
 2018-11-29 17:21 UTC  (2+ messages)
` [PATCH 1/1] drm/msm/a6xx: Add support for an interconnect path

[PATCH v2 3/4] ARM: shmobile: Enable NXP pcf85363 rtc in shmobile_defconfig
 2018-11-29 16:57 UTC 

[PATCH V4 0/4] Add i.MX System Controller thermal driver support
 2018-11-29 16:50 UTC  (8+ messages)
` [PATCH V4 1/4] dt-bindings: fsl: scu: add thermal binding
` [PATCH V4 2/4] thermal: imx_sc: add i.MX system controller thermal support
` [PATCH V4 3/4] defconfig: arm64: "
` [PATCH V4 4/4] ARM64: dts: imx: add i.MX8QXP "

[PATCH] ACPI/IORT: Fix iort_get_platform_device_domain() uninitialized pointer value
 2018-11-29 16:49 UTC  (2+ messages)

Regression: v4.20-rc4: "SMSC LAN8710/LAN8720: Master/Slave resolution failed"
 2018-11-29 16:39 UTC 

[PATCH] drm: msm: Check cmd_db_read_aux_data() for failure
 2018-11-29 16:38 UTC 

[PATCH] arm64: io: specify asm operand width for __iormb()
 2018-11-29 16:37 UTC  (8+ messages)

[PATCH] ARM: dma-mapping: fix potential uninitialized return
 2018-11-29 16:26 UTC  (10+ messages)
` [PATCH v2] "

[GIT PULL] ARM: dts: vexpress: update for v4.20
 2018-11-29 16:24 UTC  (3+ messages)

[PATCH 0/6] Add Armada 3700 COMPHY support
 2018-11-29 16:16 UTC  (4+ messages)
` [PATCH 2/6] phy: add A3700 "

[PATCH 0/3] Add driver Support for MMCSD on AM654x
 2018-11-29 16:15 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: mmc: sdhci-am654: Document bindings for the host controllers on TI's AM654 SOCs
` [PATCH 2/3] dt-bindings: mmc: sdhci-of-arasan: Add deprecated message for am654
` [PATCH 3/3] mmc: sdhci_am654: Add Initial Support for AM654 SDHCI driver

[PATCH 0/2] Link consumer with clock driver
 2018-11-29 16:03 UTC  (4+ messages)
` [PATCH 2/2] clk: core: link "

[PATCH] perf: arm_spe: handle devm_kasprintf() failure
 2018-11-29 16:01 UTC  (2+ messages)

[GIT PULL] arm64: dts: hisilicon dts updates for v4.21
 2018-11-29 15:51 UTC 

[PATCH v2 5/5] clk: samsung: exynos5433: add imem clock
 2018-11-29 15:51 UTC 

[PATCH 00/10] ARM64: dts: Fix incomplete cooling-maps
 2018-11-29 15:45 UTC  (5+ messages)
` [PATCH 04/10] arm64: dts: hi3660: Add missing cooling device properties for CPUs
` [PATCH 05/10] ARM64: dts: hisilicon: Add all CPUs in cooling maps

[PATCH v3 0/7] Standardize onboard LED support for 96Boards
 2018-11-29 15:42 UTC  (3+ messages)

[PATCH 0/5] Add Pinctrl and GPIO support for HI3670 SoC
 2018-11-29 15:29 UTC  (4+ messages)

[PATCH v2 00/10] serial: Add Tegra Combined UART driver
 2018-11-29 15:23 UTC  (5+ messages)
` [PATCH v2 01/10] mailbox: Support blocking transfers in atomic context

[PATCH 0/4] Add clock support for Hi3670 SoC
 2018-11-29 15:22 UTC  (5+ messages)
` [PATCH 2/4] arm64: dts: hisilicon: Add clock nodes "
` [PATCH 3/4] arm64: dts: hisilicon: Source SoC clock for UART6

[PATCH] ARM: dts: vf610-zii-scu4-aib: Add HI8435 support
 2018-11-29 15:10 UTC 

[PATCH 0/9] drm: remove deprecated functions
 2018-11-29 14:55 UTC  (6+ messages)

[PATCH 1/2] ARM: dts: imx50: Switch to SPDX identifier
 2018-11-29 11:18 UTC  (2+ messages)
` [PATCH 2/2] ARM: dts: imx53: "

[PATCH 0/3] PCIE support for i.MX8MQ
 2018-11-29 11:15 UTC  (13+ messages)
` [PATCH 3/3] PCI: imx: Add "

[PATCH 0/2] ARM: shmobile: R-Mobile: Clean up and move pm-rmobile driver
 2018-11-29 11:09 UTC  (3+ messages)
` [PATCH 1/2] ARM: shmobile: R-Mobile: Clean up struct rmobile_pm_domain
` [PATCH 2/2] ARM: shmobile: R-Mobile: Move pm-rmobile to drivers/soc/renesas/

[PATCH] ARM: dts: msm8660: Fix up GIC IRQ flags
 2018-11-29 11:08 UTC 

[PATCH 0/2] i2c: meson: add support for Meson G12A SoC i2c controller
 2018-11-29 11:02 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: i2c: meson: add Meson G12A SoC i2c compatible string
` [PATCH 2/2] i2c: meson: add support for Meson G12A SoC I2C controller

[PATCH] ARM: dts: msm8660: Mark two GSBI blocks "disabled"
 2018-11-29 10:58 UTC 

[PATCH][media-next] media: sun6i: fix spelling mistake "droped" -> "dropped"
 2018-11-29 10:50 UTC 

I2c eeprom file missing - SFP module
 2018-11-29 10:28 UTC  (2+ messages)

[PATCH] pci: imx6: support kernels built in Thumb-2 mode
 2018-11-29  9:54 UTC  (7+ messages)

[PATCH v14 0/5] Add i.MX8MQ clock driver
 2018-11-29  9:28 UTC  (6+ messages)
` [PATCH v14 1/5] dt-bindings: Add binding for i.MX8MQ CCM
` [PATCH v14 2/5] clk: imx: Add fractional PLL output clock
` [PATCH v14 3/5] clk: imx: Add SCCG PLL type
` [PATCH v14 4/5] clk: imx: Add imx composite clock
` [PATCH v14 5/5] clk: imx: Add clock driver for i.MX8MQ CCM

[RFC] ARM: dts: imx7d-nitrogen7: Use mmc-pwrseq to activate the Wifi clock
 2018-11-29  9:27 UTC 

[PATCH v6 2/2] PCI: amlogic: Add the Amlogic Meson PCIe controller driver
 2018-11-29  9:03 UTC  (2+ messages)

[PATCH v2 0/1] media: cedrus: Remove global IRQ spin lock from the driver
 2018-11-29  9:00 UTC  (2+ messages)
` [PATCH v2 1/1] "

[V3] usb/mtu3: power down device ip at setup
 2018-11-29  7:50 UTC  (4+ messages)
` [PATCH v4] "

[PATCH v4 0/6] perf: Add ioctl for PMU driver configuration
 2018-11-29  7:49 UTC  (7+ messages)
` [PATCH v4 1/6] perf: Introduce ioctl to communicate driver configuration to kernel
` [PATCH v4 2/6] perf/core: Use "
` [PATCH v4 4/6] coresight: Use PMU driver configuration for sink selection

[GIT PULL] Versatile Express defconfig updates
 2018-11-29  7:47 UTC 

[PATCH v13 0/5] Add i.MX8MQ clock driver
 2018-11-29  7:46 UTC  (3+ messages)

[GIT PULL] Versatile Express DTS updates
 2018-11-29  7:43 UTC 

[PATCH] iio: adc: Replace license text w/ SPDX identifier
 2018-11-29  7:37 UTC  (2+ messages)

[RFC] android: ion: How to properly clean caches for uncached allocations
 2018-11-29  7:03 UTC  (10+ messages)
    ` [RFC PATCH v2] "

[PATCH v5 00/17] initial support for "suniv" Allwinner new ARM9 SoC
 2018-11-29  6:39 UTC  (4+ messages)
` [PATCH v5 13/17] clk: sunxi-ng: add support for suniv F1C100s SoC

[PATCH 0/4] crypto: ARM64 NEON optimized XChaCha and NHPoly1305 (for Adiantum)
 2018-11-29  6:34 UTC  (5+ messages)
` [PATCH 1/4] crypto: arm64/nhpoly1305 - add NEON-accelerated NHPoly1305
` [PATCH 2/4] crypto: arm64/chacha20 - add XChaCha20 support
` [PATCH 3/4] crypto: arm64/chacha20 - refactor to allow varying number of rounds
` [PATCH 4/4] crypto: arm64/chacha - add XChaCha12 support

[RESEND PATCH 1/4] dt-bindings: mtd: mtk-quadspi: update bindings for MT7629 SoC
 2018-11-29  6:29 UTC  (4+ messages)
` [RESEND PATCH 2/4] mtd: spi-nor: mtk-quadspi: use ofpart for parsing partitions
` [RESEND PATCH 3/4] mtd: spi-nor: mtk-quadspi: add SNOR_HWCAPS_READ for capcity setting
` [RESEND PATCH 4/4] mtd: spi-nor: mtk-quadspi: rename config to a common one

[PATCH 4/9] drm/rockchip/rockchip_drm_gem.c: Convert to use vm_insert_range
 2018-11-29  6:04 UTC  (4+ messages)

[PATCH] clk: nomadik: Change to use DEFINE_SHOW_ATTRIBUTE macro
 2018-11-29  5:56 UTC  (4+ messages)

[PATCH v2 3/3] dt-bindings: reset: imx7: Document usage on i.MX8MQ SoCs
 2018-11-29  5:43 UTC  (2+ messages)

[PATCH v27 0/2] MediaTek MT8173 CMDQ support
 2018-11-29  3:37 UTC  (3+ messages)
` [PATCH v27 1/2] arm64: dts: mt8173: Add GCE node
` [PATCH v27 2/2] soc: mediatek: Add Mediatek CMDQ helper

[PATCH 1/2] mm/zsmalloc.c: check encoded object value overflow for PAE
 2018-11-29  2:53 UTC  (5+ messages)
` [PATCH v2] mm/zsmalloc.c: Fix zsmalloc 32-bit PAE support

[PATCH 1/5] usb: mtu3: remove QMU checksum
 2018-11-29  2:34 UTC  (5+ messages)
` [PATCH 2/5] usb: mtu3: enable hardware remote wakeup from L1 automatically
` [PATCH 3/5] usb: mtu3: fix the issue about SetFeature(U1/U2_Enable)
` [PATCH 4/5] usb: mtu3: enable SETUPENDISR interrupt
` [PATCH 5/5] usb: mtu3: clear SOFTCONN when clear USB3_EN if work as HS mode

[PATCH] arm64: mm: define NET_IP_ALIGN to 0
 2018-11-29  1:51 UTC  (5+ messages)

[PATCH V4 0/4] Add i.MX system controller RTC driver
 2018-11-29  1:50 UTC  (3+ messages)
` [PATCH V4 3/4] defconfig: arm64: add i.MX system controller RTC support
` [PATCH V4 4/4] ARM64: dts: imx: add i.MX8QXP "


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