linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-29 07:03:37 to 2018-11-29 22:12:16 UTC [more...]

[PATCH v2 00/28] Unify vDSOs across more architectures
 2018-11-29 22:11 UTC  (31+ 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] clk: renesas: Mark rza2_cpg_clk_register static
 2018-11-29 21:53 UTC  (2+ messages)

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

[PATCH v5 00/17] initial support for "suniv" Allwinner new ARM9 SoC
 2018-11-29 21:47 UTC  (2+ messages)
` [linux-sunxi] "

i.MX DT memory nodes
 2018-11-29 21:37 UTC  (5+ messages)

[GIT PULL] arm64: dts: Amlogic updates for v4.21
 2018-11-29 20:50 UTC 

LLD and CONFIG_RELOCATABLE
 2018-11-29 20:49 UTC 

[GIT PULL] ARM: dts: Amlogic updates for v4.21
 2018-11-29 20:49 UTC 

[GIT PULL] Amlogic SoC drivers for v4.21
 2018-11-29 20:47 UTC 

[PATCH] mmc: core: Lower max_seg_size if too high for DMA
 2018-11-29 20:11 UTC  (4+ messages)

[PATCH] ARM: OMAP1: devices: configure omap1_spi100k only on OMAP7xx
 2018-11-29 20:07 UTC  (2+ messages)

[PATCH] ARM: OMAP1/2: fix SoC name printing
 2018-11-29 20:06 UTC  (2+ messages)

[PATCH 0/3] ARN: OMAP1: ams-delta: Post-GPIO-refresh cleanups
 2018-11-29 20:05 UTC  (3+ messages)

[PATCH] ARM: OMAP: PM: Change to use DEFINE_SHOW_ATTRIBUTE macro
 2018-11-29 20:03 UTC  (2+ messages)

[PATCH] ARM: OMAP1: clock: Change to use DEFINE_SHOW_ATTRIBUTE macro
 2018-11-29 20:02 UTC  (2+ messages)

[PATCH] ARM: OMAP1: ams-delta: Provide GPIO lookup table for LED device
 2018-11-29 20:02 UTC  (3+ messages)

[PATCH] ARM: OMAP1: ams-delta: make board header file local to mach-omap1
 2018-11-29 20:00 UTC  (2+ messages)

[GIT PULL 1/4] soc changes for omaps for v4.21
 2018-11-29 19:57 UTC  (4+ messages)
` [GIT PULL 2/4] driver "
` [GIT PULL 3/4] dts "
` [GIT PULL 4/4] defconfig "

[PATCH] ARM: dts: dra7: Move the ti, no-idle quirk on proper gmac node
 2018-11-29 19:09 UTC  (3+ messages)

[PATCH 0/4] Update am437x and am335x dts to probe with ti-sysc
 2018-11-29 19:07 UTC  (6+ messages)
` [PATCH 4/4] ARM: dts: am335x: Move l4 child devices to probe them "

[GIT PULL] few minor fixes for omaps for v4.20-rc cycle
 2018-11-29 19:03 UTC 

remove the ->mapping_error method from dma_map_ops V2
 2018-11-29 18:55 UTC  (14+ messages)

[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

[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 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  (6+ messages)
` [PATCH V4 2/4] thermal: imx_sc: add i.MX system controller thermal support
` [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 

[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] "


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