messages from 2017-07-18 09:49:44 to 2017-07-18 21:43:09 UTC [more...]
[PATCH] iommu: Convert to using %pOF instead of full_name
2017-07-18 21:43 UTC
[PATCH] iio: Convert to using %pOF instead of full_name
2017-07-18 21:43 UTC
[PATCH] i2c: Convert to using %pOF instead of full_name
2017-07-18 21:43 UTC
[PATCH] gpu: Convert to using %pOF instead of full_name
2017-07-18 21:43 UTC
[PATCH] gpio: Convert to using %pOF instead of full_name
2017-07-18 21:43 UTC
[PATCH] firmware: Convert to using %pOF instead of full_name
2017-07-18 21:43 UTC
[PATCH] cpufreq: Convert to using %pOF instead of full_name
2017-07-18 21:42 UTC
[PATCH] clocksource: Convert to using %pOF instead of full_name
2017-07-18 21:42 UTC
[PATCH] clk: Convert to using %pOF instead of full_name
2017-07-18 21:42 UTC
[PATCH] bus: Convert to using %pOF instead of full_name
2017-07-18 21:42 UTC
[PATCH] arm64: Convert to using %pOF instead of full_name
2017-07-18 21:42 UTC
[PATCH] ARM: Convert to using %pOF instead of full_name
2017-07-18 21:42 UTC
[PATCH] ARM: zImage: Fix stack overflow in merge_fdt_bootargs()
2017-07-18 21:40 UTC (3+ messages)
[PATCH] nvme: Acknowledge completion queue on each iteration
2017-07-18 21:26 UTC (8+ messages)
[PATCH 0/5] earlycon hang under some conditions
2017-07-18 21:17 UTC (3+ messages)
[PATCH] net: ethernet: mediatek: remove useless code in mtk_poll_tx()
2017-07-18 20:48 UTC
[PATCH v6 0/3] clk: stm32h7: Add stm32h743 clock driver
2017-07-18 20:19 UTC (7+ messages)
` [PATCH v6 1/3] clk: nxp: clk-lpc32xx: rename clk_gate_is_enabled()
` [PATCH v6 2/3] clk: gate: expose clk_gate_ops::is_enabled
` [PATCH v6 3/3] clk: stm32h7: Add stm32h743 clock driver
[PATCH v3 0/4] Broadcom STB S2/S3/S5 support for ARM and MIPS
2017-07-18 19:52 UTC (2+ messages)
[PATCH v2 0/7] [PATCH v2 0/7] Add support of OV9655 camera
2017-07-18 19:52 UTC (9+ messages)
` [PATCH v2 3/7] [media] ov9650: add device tree support
[PATCH] ARM: dts: BCM53573: Add Broadcom BCM947189ACDBMR board support
2017-07-18 19:37 UTC
[PATCH] ARM: dts: BCM53573: Add Broadcom BCM947189ACDBMR board support
2017-07-18 19:36 UTC
[PATCH 0/4] gpio: davinci: Add keystone-k2g support and few clean ups
2017-07-18 19:13 UTC (12+ messages)
` [PATCH 1/4] gpio: davinci: Use devm_gpiochip_add_data in place of gpiochip_add_data
` [PATCH 2/4] gpio: davinci: Handle the return value of davinci_gpio_irq_setup function
` [PATCH 3/4] gpio: davinci: Add a separate compatible for keystone-k2g soc
` [PATCH 4/4] ARM: dts: keystone-k2g-evm: Add gpio nodes
[PATCH v10 1/3] x86/syscalls: Check address limit on user-mode return
2017-07-18 19:04 UTC (6+ messages)
` [PATCH v10 2/3] arm/syscalls: "
[PATCH] kbuild: modpost: Warn about references from rodata to __init text
2017-07-18 18:38 UTC (2+ messages)
[PATCH] pinctrl: samsung: Remove unneeded local variable initialization
2017-07-18 17:43 UTC
[PATCH] irqchip/gic: Ensure we have an ISB between ack and ->handle_irq
2017-07-18 17:37 UTC
[PATCH v16 0/7] power: add power sequence library
2017-07-18 17:06 UTC (6+ messages)
` [PATCH v16 2/7] "
[RFC PATCH v2 00/38] Nested Virtualization on KVM/ARM
2017-07-18 16:59 UTC (39+ messages)
` [RFC PATCH v2 01/38] arm64: Add ARM64_HAS_NESTED_VIRT feature
` [RFC PATCH v2 02/38] KVM: arm/arm64: Enable nested virtualization via command-line
` [RFC PATCH v2 03/38] KVM: arm64: Add KVM nesting feature
` [RFC PATCH v2 04/38] KVM: arm/arm64: Check if nested virtualization is in use
` [RFC PATCH v2 05/38] KVM: arm64: Allow userspace to set PSR_MODE_EL2x
` [RFC PATCH v2 06/38] KVM: arm64: Add vcpu_mode_el2 primitive to support nesting
` [RFC PATCH v2 07/38] KVM: arm64: Add EL2 system registers to vcpu context
` [RFC PATCH v2 08/38] KVM: arm64: Add EL2 special "
` [RFC PATCH v2 09/38] KVM: arm64: Add the shadow context for virtual EL2 execution
` [RFC PATCH v2 10/38] KVM: arm/arm64: Add a framework to prepare "
` [RFC PATCH v2 11/38] KVM: arm64: Set vcpu context depending on the guest exception level
` [RFC PATCH v2 12/38] arm64: Add missing TCR hw defines
` [RFC PATCH v2 13/38] KVM: arm64: Create shadow EL1 registers
` [RFC PATCH v2 14/38] KVM: arm64: Synchronize EL1 system registers on virtual EL2 entry and exit
` [RFC PATCH v2 15/38] KVM: arm64: Move exception macros and enums to a common file
` [RFC PATCH v2 16/38] KVM: arm64: Support to inject exceptions to the virtual EL2
` [RFC PATCH v2 17/38] KVM: arm64: Trap EL1 VM register accesses in "
` [RFC PATCH v2 18/38] KVM: arm64: Trap SPSR_EL1, ELR_EL1 and VBAR_EL1 from "
` [RFC PATCH v2 19/38] KVM: arm64: Trap CPACR_EL1 access in "
` [RFC PATCH v2 20/38] KVM: arm64: Handle eret instruction traps
` [RFC PATCH v2 21/38] KVM: arm64: Set a handler for the system "
` [RFC PATCH v2 22/38] KVM: arm64: Handle PSCI call via smc from the guest
` [RFC PATCH v2 23/38] KVM: arm64: Inject HVC exceptions to the virtual EL2
` [RFC PATCH v2 24/38] KVM: arm64: Respect virtual HCR_EL2.TWX setting
` [RFC PATCH v2 25/38] KVM: arm64: Respect virtual CPTR_EL2.TFP setting
` [RFC PATCH v2 26/38] KVM: arm64: Add macros to support the virtual EL2 with VHE
` [RFC PATCH v2 27/38] KVM: arm64: Add EL2 registers defined in ARMv8.1 to vcpu context
` [RFC PATCH v2 28/38] KVM: arm64: Emulate EL12 register accesses from the virtual EL2
` [RFC PATCH v2 29/38] KVM: arm64: Support a VM with VHE considering EL0 of the VHE host
` [RFC PATCH v2 30/38] KVM: arm64: Allow the virtual EL2 to access EL2 states without trap
` [RFC PATCH v2 31/38] KVM: arm64: Manage the shadow states when virtual E2H bit enabled
` [RFC PATCH v2 32/38] KVM: arm64: Trap and emulate CPTR_EL2 accesses via CPACR_EL1 from the virtual EL2 with VHE
` [RFC PATCH v2 33/38] KVM: arm64: Emulate appropriate VM control system registers
` [RFC PATCH v2 34/38] KVM: arm64: Respect the virtual HCR_EL2.NV bit setting
` [RFC PATCH v2 35/38] KVM: arm64: Respect the virtual HCR_EL2.NV bit setting for EL12 register traps
` [RFC PATCH v2 36/38] KVM: arm64: Respect virtual HCR_EL2.TVM and TRVM settings
` [RFC PATCH v2 37/38] KVM: arm64: Respect the virtual HCR_EL2.NV1 bit setting
` [RFC PATCH v2 38/38] KVM: arm64: Respect the virtual CPTR_EL2.TCPAC setting
[PATCH 0/4] Optimise 64-bit IOVA allocations
2017-07-18 16:57 UTC (5+ messages)
` [PATCH 1/4] iommu/iova: Optimise rbtree searching
` [PATCH 2/4] iommu/iova: Optimise the padding calculation
` [PATCH 3/4] iommu/iova: Extend rbtree node caching
` [PATCH 4/4] iommu/iova: Make dma_32bit_pfn implicit
[PATCH resend] Documentation: arm: Replace use of virt_to_phys with __pa_symbol
2017-07-18 16:49 UTC (2+ messages)
[PATCH] cpufreq: dt: Don't use generic platdev driver for tango
2017-07-18 16:48 UTC
[PATCH V3 1/2] dmaengine: qcom_hidma: introduce memset support
2017-07-18 16:47 UTC (6+ messages)
` [PATCH V3 2/2] dmaengine: dmatest: add support for memset test
[PATCH v1 0/2] provide imx rproc driver
2017-07-18 16:38 UTC (5+ messages)
` [PATCH v1 1/2] remoteproc: dt: Provide bindings for iMX6SX/7D Remote Processor Controller driver
[PATCH v3 0/6] mediatek: pwm driver add MT2712/MT7622 support
2017-07-18 16:34 UTC (6+ messages)
` [PATCH v3 2/6] pwm: mediatek: fix pwm source clock selection
[PATCH v4 0/2] Add basic support for Mediatek MT2712 SoC
2017-07-18 16:29 UTC (3+ messages)
` [PATCH v4 2/2] arm64: dts: Add Mediatek SoC MT2712 and evaluation board dts and Makefile
[PATCH 0/4] crypto: caam - add Job Ring support for DPAA2 parts
2017-07-18 15:30 UTC (5+ messages)
` [PATCH 1/4] crypto: caam/jr - add "
` [PATCH 2/4] arm64: dts: freescale: ls208xa: share aliases node
` [PATCH 3/4] arm64: dts: freescale: ls208xa: add crypto node
` [PATCH 4/4] arm64: dts: freescale: ls1088a: "
[PATCH 0/4] Add various TI-SCI DT nodes on 66AK2G SoCs
2017-07-18 15:00 UTC (3+ messages)
` [PATCH 1/4] ARM: dts: keystone-k2g: Add PMMC node to support TI-SCI protocol
[PATCH 00/11] ARM: sun8i: a83t: Add support for MMC controllers
2017-07-18 14:47 UTC (5+ messages)
` [PATCH 03/11] clk: sunxi-ng: a83t: Support new timing mode for mmc2 clock
[PATCH v2 0/7] staging: fsl-mc: make the driver compile on other architectures
2017-07-18 14:43 UTC (17+ messages)
` [PATCH v2 1/8] staging: fsl-mc: add missing fsl_mc comment in struct msi_desc
` [PATCH v2 2/8] staging: fsl-mc: use generic memory barriers
` [PATCH v2 3/8] staging: fsl-mc: drop useless gic v3 related #include
` [PATCH v2 4/8] staging: fsl-mc: fix compilation with non-generic msi domain ops
` [PATCH v2 5/8] staging: fsl-mc: fix formating of phys_addr_t on 32 bits
` [PATCH v2 6/8] staging: fsl-mc: don't use raw device io functions
` [PATCH v2 7/8] staging: fsl-mc: make the driver compile on 32-bit
` [PATCH v2 8/8] staging: fsl-mc: allow the driver compile multi-arch
[PATCH] arm64: dts: marvell: Fully re-order nodes in Marvell CP110 dtsi files
2017-07-18 14:42 UTC
[PATCH 0/3] Misc updates for Armada 7K/8K CP110 DT description
2017-07-18 14:28 UTC (8+ messages)
` [PATCH 1/3] arm64: dts: marvell: use ICU for the CP110 slave RTC
` [PATCH 2/3] arm64: dts: marvell: re-order RTC nodes in Marvell CP110 description
` [PATCH 3/3] arm64: dts: marvell: add description for SDHCI controller in CP110 slave
[PATCH v2 0/3] ARM: renesas: Enable SMP on R-Car E2
2017-07-18 14:26 UTC (4+ messages)
` [PATCH v2 1/3] ARM: Add definition for monitor mode
` [PATCH v2 2/3] ARM: shmobile: rcar-gen2: Make sure CNTVOFF is initialized on CA7/15
` [PATCH v2 3/3] ARM: dts: r8a7794: Add SMP support
[RFC PATCH v1] irqchip: Add support for tango interrupt router
2017-07-18 14:21 UTC (9+ messages)
` [RFC PATCH v2] "
` [RFC PATCH v3] "
` [PATCH v4] "
[PATCH] ARM: shmobile: rcar-gen2: Correct arch timer frequency on RZ/G1E
2017-07-18 13:59 UTC (2+ messages)
[arm/hw_breakpoint] Detecting that hardware watchpoint support is unavailable
2017-07-18 13:54 UTC (4+ messages)
[PATCH v2 0/3] Fix SMC layout register for sama5d2
2017-07-18 13:39 UTC (6+ messages)
` [PATCH v2 1/3] mfd: syscon: update Atmel SMC binding doc
` [PATCH v2 2/3] mfd: syscon: atmel-smc: add helper to retrieve register layout
` [PATCH v2 3/3] ARM: dts: at91: sama5d2: use sama5d2 compatible string for SMC
[PATCH v2] ARM: shmobile: rcar-gen2: Correct arch timer frequency on RZ/G1E
2017-07-18 13:30 UTC
[PATCH 00/18] drm/sun4i: Allwinner MIPI-DSI support
2017-07-18 13:21 UTC (8+ messages)
` [PATCH 01/18] regmap: mmio: Add function to attach a clock
` [PATCH 11/18] dt-bindings: display: Add Allwinner MIPI-DSI bindings
[PATCH] arm64: dts: marvell: armada-cp110-slave: Fix RTC interrupt
2017-07-18 13:18 UTC
[PATCH 0/4] drm/sun4i: Fix a register access bug
2017-07-18 13:04 UTC (7+ messages)
` [PATCH 1/4] drm/atomic: implement drm_atomic_helper_commit_tail for runtime_pm users
[PATCH] arm64: dts: marvell: mcbin: add an stdout-path
2017-07-18 13:01 UTC (2+ messages)
[PATCH 1/2] iommu/arm-smmu: Track context bank state
2017-07-18 12:44 UTC (2+ messages)
` [PATCH 2/2] iommu/arm-smmu: Add system PM support
[PATCH 0/2] arm64: Abstract syscallno manipulation
2017-07-18 12:41 UTC (3+ messages)
` [PATCH 1/2] arm64: syscallno is secretly an int, make it official
` [PATCH 2/2] arm64: Abstract syscallno manipulation
[PATCH] KVM: arm/arm64: Fix guest external abort matching
2017-07-18 12:37 UTC
[PATCH 0/3] Allow to tune sampling time on STM32 ADC
2017-07-18 12:35 UTC (4+ messages)
` [PATCH 1/3] iio: adc: stm32: fix common clock rate
` [PATCH 2/3] dt-bindings: iio: adc: stm32: add optional min-sample-time
` [PATCH 3/3] "
[PATCH v2 1/2] crypto: arm/ghash - add NEON accelerated fallback for vmull.p64
2017-07-18 12:33 UTC (5+ messages)
` [PATCH v2 2/2] crypto: arm64/ghash - add NEON accelerated fallback for 64-bit PMULL
[PATCH 0/9] make clk_get_rate implementations behavior more consistent
2017-07-18 12:01 UTC (4+ messages)
` [PATCH 1/9] ARM: ep93xx: allow NULL clock for clk_get_rate
` [PATCH 2/9] ARM: mmp: "
[PATCH RFC 0/2] Initial Allwinner V3s CSI Support
2017-07-18 11:55 UTC (3+ messages)
` [PATCH RFC 2/2] dt-bindings: add binding documentation for Allwinner CSI
[PATCH] arm64: defconfig: enable SCSI_HISI_SAS_PCI
2017-07-18 11:44 UTC
[PATCH 0/7] staging: fsl-mc: make the driver compile on other architectures
2017-07-18 11:39 UTC (7+ messages)
` [PATCH 6/7] staging: fsl-mc: rewrite mc command send/receive to work on 32-bits
[PATCH] drm/rockchip: cdn-dp: send audio infoframe to sink
2017-07-18 11:36 UTC (3+ messages)
[PATCH v2 2/2] drm/rockchip: cdn-dp: send audio infoframe to sink
2017-07-18 11:20 UTC
[RFC 0/2] Add support for Meson MX "SDIO" MMC driver
2017-07-18 11:17 UTC (10+ messages)
` [RFC 2/2] mmc: meson-mx-sdio: Add a driver for the Amlogic Meson8 and Meson8b SoCs
[PATCH v4 0/9] Add and make use of a common rs485 device tree parsing function
2017-07-18 10:59 UTC (10+ messages)
` [PATCH v4 1/9] serial: fsl_lpuart: clear unsupported options in .rs485_config()
` [PATCH v4 2/9] dt-bindings: serial/rs485: make rs485-rts-delay optional
` [PATCH v4 3/9] serial: Add common rs485 device tree parsing function
` [PATCH v4 4/9] serial: atmel: Use "
` [PATCH v4 5/9] serial: fsl_lpuart: "
` [PATCH v4 6/9] serial: omap-serial: "
` [PATCH v4 7/9] serial: imx: default to half duplex rs485
` [PATCH v4 8/9] serial: imx: Use common rs485 device tree parsing function
` [PATCH v4 9/9] dt-bindings: serial: document rs485 bindings for various devices
[PATCH v5] crypto: sun4i-ss: support the Security System PRNG
2017-07-18 10:37 UTC (2+ messages)
[PATCH] crypto: mediatek: fix error return code in mtk_crypto_probe()
2017-07-18 10:36 UTC (2+ messages)
[PATCH 0/2] mmc: omap: Remove Unused Code
2017-07-18 10:19 UTC (4+ messages)
` [PATCH 1/2] ARM: OMAP2+: hsmmc.c: Remove dead code
[PATCH] arm64: dts: marvell: mark the cp110 crypto engine as dma coherent
2017-07-18 10:03 UTC (4+ messages)
[PATCH 0/3] Fix SMC layout register for sama5d2
2017-07-18 9:56 UTC (7+ messages)
` [PATCH 2/3] mfd: syscon: atmel-smc: add helper to retrieve register layout
[PATCH] clk: gemini: Fix reset regression
2017-07-18 9:49 UTC (3+ messages)
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).