messages from 2018-04-11 07:21:53 to 2018-04-12 06:09:35 UTC [more...]
[PATCH v11 0/4] set VSESR_EL2 by user space and support NOTIFY_SEI notification
2018-04-12 6:09 UTC (3+ messages)
[PATCH] drm: fix drm-get-put.cocci warnings
2018-04-12 5:54 UTC
[PATCH v9 3/7] acpi: apei: Add SEI notification type support for ARMv8
2018-04-12 5:00 UTC (2+ messages)
[PATCH] arm64: dts: uniphier: fix input delay value for legacy mode of eMMC
2018-04-12 4:45 UTC (2+ messages)
[PATCH 00/14] arm: OMAP: AM437X: Save restores patches for rtc mode with DDR In self-refresh
2018-04-12 3:53 UTC (15+ messages)
` [PATCH 01/14] memory: ti-emif-sram: Add resume function to recopy sram code
` [PATCH 02/14] ARM: OMAP2: Add functions to save and restore clockdomain context en-masse
` [PATCH 03/14] ARM: OMAP2+: omap_hwmod: Introduce HWMOD_NEEDS_REIDLE
` [PATCH 04/14] ARM: OMAP2: Add functions to save and restore omap hwmod context en-masse
` [PATCH 05/14] ARM: OMAP2: Add functions to save and restore powerdomain context
` [PATCH 06/14] ARM: AM33XX: Add functions to save/restore am33xx control registers
` [PATCH 07/14] ARM: AM43XX: Add functions to save/restore am43xx "
` [PATCH 08/14] ARM: OMAP2: Add functions to save and restore pinctrl context
` [PATCH 09/14] ARM: OMAP2: Drop the concept of certain power domains not being able to lose context
` [PATCH 10/14] gpio: omap: Drop the concept of gpio banks "
` [PATCH 11/14] gpio: omap: Restore power_mode configuration at resume time
` [PATCH 12/14] OMAP: CLK: CLKSRC: Add suspend resume hooks
` [PATCH 13/14] ARM: hwmod: RTC: Don't assume lock/unlock will be called with irq enabled
` [PATCH 14/14] ARM: OMAP2+: prm44xx: Introduce context save/restore for am43 PRCM IO
[PATCH v3 00/10] PECI device driver introduction
2018-04-12 3:40 UTC (19+ messages)
` [PATCH v3 01/10] Documentations: dt-bindings: Add documents of generic PECI bus, adapter and client drivers
` [PATCH v3 04/10] Documentations: dt-bindings: Add a document of PECI adapter driver for Aspeed AST24xx/25xx SoCs
` [PATCH v3 05/10] ARM: dts: aspeed: peci: Add PECI node
` [PATCH v3 06/10] drivers/peci: Add a PECI adapter driver for Aspeed AST24xx/AST25xx
` [PATCH v3 09/10] drivers/hwmon: Add PECI hwmon client drivers
[PATCH 0/5] Introduce STMFX I2C GPIO expander
2018-04-12 3:11 UTC (7+ messages)
` [PATCH 1/5] dt-bindings: pinctrl: document the STMFX pinctrl bindings
` [PATCH 2/5] pinctrl: Add STMFX GPIO expander Pinctrl/GPIO driver
` [PATCH 3/5] ARM: dts: stm32: add STMFX pinctrl/gpio expander support on stm32746g-eval
` [PATCH 4/5] ARM: dts: stm32: add orange and blue leds "
` [PATCH 5/5] ARM: dts: stm32: add joystick support "
[PATCH] reset: uniphier: fix USB clock line for LD20
2018-04-12 2:16 UTC
sparc/ppc/arm compat siginfo ABI regressions: sending SIGFPE via kill() returns wrong values in si_pid and si_uid
2018-04-12 1:45 UTC (2+ messages)
[PATCH] Replace unnecessary perl with sed, printf, and the shell $(( )) operator
2018-04-12 1:38 UTC
[VERY RFC 0/2] iommu: optionally skip attaching to a DMA domain
2018-04-11 23:32 UTC (4+ messages)
` [PATCH 1/2] iommu: Gracefully allow drivers to not attach to a default domain
` [PATCH 2/2] iommu/arm-smmu: Add list of devices to opt out of DMA domains
[PATCH 1/3] drm/panel: Add RGB666 variant of Innolux AT070TN92
2018-04-11 23:19 UTC (10+ messages)
` [PATCH 2/3] ARM: dts: sun7i: Add RGB666 pins definition
` [linux-sunxi] "
` [PATCH 3/3] ARM: dts: sun7i: Add support for the Ainol AW1 tablet
[GIT PULL] asm-generic fixes for v4.17-rc1
2018-04-11 23:16 UTC (2+ messages)
[PATCH V3] drm/amdgpu: limit DMA size to PAGE_SIZE for scatter-gather buffers
2018-04-11 22:11 UTC
[PATCH] soc: ti: knav_qmss: Use percpu instead atomic for stats counter
2018-04-11 21:28 UTC (2+ messages)
[BUG] Fix drivers/memory O= build
2018-04-11 21:17 UTC (9+ messages)
[PATCH] ARM: omap2: Fix build when using split object directories
2018-04-11 21:15 UTC
[PATCH] media: vcodec: fix ptr_ret.cocci warnings
2018-04-11 21:14 UTC
[PATCH v3 1/2] MIPS: io: prevent compiler reordering on the default writeX() implementation
2018-04-11 20:48 UTC (10+ messages)
` [PATCH v3 2/2] MIPS: io: add a barrier after register read in readX()
[PATCH v2 00/13] kernel/locking: qspinlock improvements
2018-04-11 20:35 UTC (18+ messages)
` [PATCH v2 01/13] barriers: Introduce smp_cond_load_relaxed and atomic_cond_read_relaxed
` [PATCH v2 02/13] locking/qspinlock: Bound spinning on pending->locked transition in slowpath
` [PATCH v2 03/13] locking/qspinlock/x86: Increase _Q_PENDING_LOOPS upper bound
` [PATCH v2 04/13] locking/qspinlock: Remove unbounded cmpxchg loop from locking slowpath
` [PATCH v2 05/13] locking/qspinlock: Kill cmpxchg loop when claiming lock from head of queue
` [PATCH v2 06/13] locking/qspinlock: Use atomic_cond_read_acquire
` [PATCH v2 07/13] locking/mcs: Use smp_cond_load_acquire() in mcs spin loop
` [PATCH v2 08/13] locking/qspinlock: Use smp_cond_load_relaxed to wait for next node
` [PATCH v2 09/13] locking/qspinlock: Merge struct __qspinlock into struct qspinlock
` [PATCH v2 10/13] locking/qspinlock: Make queued_spin_unlock use smp_store_release
` [PATCH v2 11/13] locking/qspinlock: Elide back-to-back RELEASE operations with smp_wmb()
` [PATCH v2 12/13] locking/qspinlock: Use try_cmpxchg instead of cmpxchg when locking
` [PATCH v2 13/13] locking/qspinlock: Add stat tracking for pending vs slowpath
[PATCH] iommu/arm-smmu-v3: Set GBPA to abort all transactions
2018-04-11 16:54 UTC (6+ messages)
[PATCH 0/4] Add Actions Semi S900 SPS support
2018-04-11 16:40 UTC (5+ messages)
` [PATCH 1/4] dt-bindings: power: Add Actions Semi S900 SPS
` [PATCH 2/4] arm64: dts: actions: Add S900 SPS node
` [PATCH 3/4] soc: actions: sps: Add S900 power domains
` [PATCH 4/4] soc: actions: Fix help text in Kconfig for OWL_PM_DOMAINS
[PATCH v2] media: omap3isp: fix unbalanced dma_iommu_mapping
2018-04-11 16:26 UTC (4+ messages)
[PATCH] PCI: quirk HT1100 & HT2000 and one HT2100 Root Ports for Extended Tags
2018-04-11 16:23 UTC (10+ messages)
[PATCH v3 0/2] kexec-tools: arm64: Enable D-cache in purgatory
2018-04-11 15:59 UTC (6+ messages)
[PATCH v6 0/5] drm/blend: Support generic plane-wide alpha
2018-04-11 15:56 UTC (7+ messages)
` [PATCH v6 1/5] drm/blend: Add a generic alpha property
` [PATCH v6 2/5] drm/atmel-hclcdc: Convert to the new "
` [PATCH v6 3/5] drm/rcar-du: "
` [PATCH v6 4/5] drm/sun4i: Add support for plane alpha
` [PATCH v6 5/5] drm/docs: Remove the rcar alpha from the csv file
[PATCH 00/10] kernel/locking: qspinlock improvements
2018-04-11 15:39 UTC (4+ messages)
[PATCH] mtd: nand: raw: atmel: add module param to avoid using dma
2018-04-11 15:34 UTC (16+ messages)
[PATCH V2] drm/amdgpu: limit DMA size to PAGE_SIZE for scatter-gather buffers
2018-04-11 15:32 UTC (6+ messages)
[PATCH] ARM: socfpga_defconfig: Remove QSPI Sector 4K size force
2018-04-11 15:20 UTC (2+ messages)
[GIT PULL] ARM: SoC fixes for 4.17
2018-04-11 15:19 UTC
[PATCH v2 0/2] Append some fixes and improvements
2018-04-11 15:14 UTC (4+ messages)
` [PATCH v2 1/2] dmaengine: stm32-mdma: align TLEN and buffer length on burst
` [PATCH v2 2/2] dmaengine: stm32-mdma: Fix incomplete Hw descriptors allocator
[PATCH 0/5] Add support in dwmac-sun8i for accessing EMAC clock
2018-04-11 14:36 UTC (7+ messages)
` [PATCH 1/5] dt-bindings: allow dwmac-sun8i to use other devices' exported regmap
` [linux-sunxi] "
` [PATCH 2/5] net: stmmac: dwmac-sun8i: Use regmap_field for syscon register access
` [PATCH 3/5] net: stmmac: dwmac-sun8i: Allow getting syscon regmap from device
` [PATCH 4/5] drivers: soc: sunxi: export a regmap for EMAC clock reg on A64
` [PATCH 5/5] arm64: allwinner: a64: add SRAM controller device tree node
[PATCH] ARM: avoid Cortex-A9 livelock on tight dmb loops
2018-04-11 14:11 UTC (8+ messages)
[PATCH] clk: imx: Set CLK_SET_RATE_GATE for gate and divider clocks
2018-04-11 14:03 UTC (2+ messages)
` [PATCH v2] "
[PATCH] gpio: zynq: Setup chip->base based on alias ID
2018-04-11 13:55 UTC
[PATCH v3 0/6] Add different features for I2C
2018-04-11 13:24 UTC (7+ messages)
` [PATCH v3 1/6] i2c: i2c-stm32f7: Add 10-bit address support
` [PATCH v3 2/6] i2c: i2c-stm32f7: Add slave support
` [PATCH v3 3/6] i2c: i2c-stm32f7: Add initial SMBus protocols support
` [PATCH v3 4/6] i2c: i2c-stm32: Add generic DMA API
` [PATCH v3 5/6] i2c: i2c-stm32f7: Add DMA support
` [PATCH v3 6/6] i2c: i2c-stm32f7: Implement I2C release mechanism
[PATCH] arm64: zynqmp: Remove ep108 board
2018-04-11 13:17 UTC
[PATCH] arm64: zynqmp: Use serdev for zcu100 BT
2018-04-11 13:16 UTC
[PATCH v4 0/8] drm/sun4i: Allwinner MIPI-DSI support
2018-04-11 12:43 UTC (2+ messages)
[PATCH] MAINTAINERS: Update ASPEED entry with details
2018-04-11 12:05 UTC (5+ messages)
[PATCH v5] xen/privcmd: add IOCTL_PRIVCMD_MMAP_RESOURCE
2018-04-11 12:04 UTC
arm64: Remove duplicate include
2018-04-11 11:31 UTC (3+ messages)
[PATCH v3 0/2] move __HAVE_ARCH_PTE_SPECIAL in Kconfig
2018-04-11 11:09 UTC (13+ messages)
` [PATCH v3 1/2] mm: introduce ARCH_HAS_PTE_SPECIAL
` [PATCH v3 2/2] mm: remove odd HAVE_PTE_SPECIAL
[PATCH] arm64: avoid race condition issue in dump_backtrace
2018-04-11 10:46 UTC (11+ messages)
[PATCH] irqchip/gic-v3: Support v2m frame backwards compatibility mode
2018-04-11 10:32 UTC (6+ messages)
[PATCH 1/3] arm64: Remove duplicate include
2018-04-11 10:23 UTC
[PATCH] pinctrl/samsung: Correct EINTG banks order
2018-04-11 9:52 UTC (5+ messages)
[PATCH v4] xen/privcmd: add IOCTL_PRIVCMD_MMAP_RESOURCE
2018-04-11 9:50 UTC (3+ messages)
Speology of old handheld.org site
2018-04-11 9:15 UTC (3+ messages)
[RFC 0/6] Xilinx DMA enhancements and optimization
2018-04-11 9:11 UTC (9+ messages)
` [RFC 1/6] dt-bindings: dma: xilinx_dma: Add optional property has_axieth_connected
` [RFC 2/6] dmaengine: xilinx_dma: Pass AXI4-Stream control words to netdev dma client
` [RFC 4/6] dmaengine: xilinx_dma: Freeup active list based on descriptor completion bit
` [RFC 5/6] dmaengine: xilinx_dma: Program interrupt delay timeout
[PATCH v2 0/5] Use of_clk_get_parent_count() instead of open coding
2018-04-11 9:07 UTC (3+ messages)
` [PATCH v2 4/5] soc/tegra: pmc: "
[PATCH v2 00/12] refactor dts and add support for more boards
2018-04-11 8:54 UTC (13+ messages)
` [PATCH v2 01/12] dt-bindings: cpufreq: mediatek: use - instead of _ in examples
` [PATCH v2 02/12] arm: dts: mediatek: converted to using SPDX identifiers
` [PATCH v2 03/12] arm: dts: mt7623: fix invalid memory node being generated
` [PATCH v2 04/12] arm: dts: mt7623: fix available memory size on bananapi-r2
` [PATCH v2 05/12] arm: dts: mt7623: fix all Warnings (unit_address_vs_reg)
` [PATCH v2 06/12] arm: dts: mt7623: add BTIF, HSDMA and SPI-NOR device nodes
` [PATCH v2 07/12] arm: dts: mt6323: move node mt6323 leds to mt6323.dtsi
` [PATCH v2 08/12] arm: dts: mediatek: modify audio related nodes for both MT2701 and MT7623
` [PATCH v2 09/12] arm: dts: mt7623: extend common file reused by all boards with MT7623 SoCs
` [PATCH v2 10/12] arm: dts: mt7623: add MT7623A SoC level DTS
` [PATCH v2 11/12] arm: dts: mt7623: add MT7623A reference boards
` [PATCH v2 12/12] arm: dts: mt7623: add MT7623N reference board with eMMC
[PATCH] ARM: dts: sunxi: Change sun7i-a20-olimex-som204-evb to not use cd-inverted
2018-04-11 8:19 UTC (2+ messages)
[PATCH v3] ARM: sun8i: v40: enable USB host ports for Banana Pi M2 Berry
2018-04-11 7:48 UTC (3+ messages)
` [linux-sunxi] "
[PATCH v5 00/13] Sunxi: Add SMP support on A83T
2018-04-11 7:44 UTC (7+ messages)
` [PATCH v5 07/13] ARM: smp: Add initialization of CNTVOFF
[PATCH v8 0/6] optimize memblock_next_valid_pfn and early_pfn_valid on arm and arm64
2018-04-11 7:21 UTC (6+ messages)
` [PATCH v8 2/6] mm: page_alloc: remain memblock_next_valid_pfn() on arm/arm64
` [PATCH v8 3/6] arm: arm64: page_alloc: reduce unnecessary binary search in memblock_next_valid_pfn()
` [PATCH v8 4/6] mm/memblock: introduce memblock_search_pfn_regions()
` [PATCH v8 5/6] arm: arm64: introduce pfn_valid_region()
` [PATCH v8 6/6] mm: page_alloc: reduce unnecessary binary search in early_pfn_valid()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).