messages from 2014-07-09 15:24:46 to 2014-07-10 08:03:46 UTC [more...]
[PATCH v7 0/4] arm: KGDB NMI/FIQ support
2014-07-10 8:03 UTC (5+ messages)
` [PATCH v8 "
` [PATCH v8 1/4] arm: fiq: Add callbacks to manage FIQ routings
` [PATCH v8 2/4] arm: fiq: Allow ACK and EOI to be passed to the intc
` [PATCH v8 3/4] ARM: Move some macros from entry-armv to entry-header
[RFC v2 0/5] Per-user clock constraints
2014-07-10 8:00 UTC (8+ messages)
` [RFC v2 3/5] clk: use struct clk only for external API
` [RFC v2 4/5] clk: per-user clock accounting for debug
[PATCH v2 0/2] ARM: shmobile: lager: USBHS callback elimination
2014-07-10 7:54 UTC (3+ messages)
` [PATCH v2 1/2] usb: renesas_usbhs: add R-Car Gen. 2 init and power control
` [PATCH v2 2/2] ARM: shmobile: lager: remove USBHS callbacks
[PATCH v2 00/14] AT91: PIT: Cleanups and move to drivers/clocksource
2014-07-10 7:51 UTC (2+ messages)
[RFC/PATCH RESEND -next 00/21] Address sanitizer for kernel (kasan) - dynamic memory error detector
2014-07-10 7:43 UTC (24+ messages)
` [RFC/PATCH RESEND -next 01/21] Add kernel address sanitizer infrastructure
` [RFC/PATCH RESEND -next 03/21] x86: add kasan hooks fort memcpy/memmove/memset functions
` [RFC/PATCH RESEND -next 05/21] x86: cpu: don't sanitize early stages of a secondary CPU boot
` [RFC/PATCH RESEND -next 11/21] mm: slub: share slab_err and object_err functions
` [RFC/PATCH RESEND -next 12/21] mm: util: move krealloc/kzfree to slab_common.c
[PATCH V9 0/7] ARM: SPEAr13xx: Add PCIe support
2014-07-10 7:26 UTC (8+ messages)
` [PATCH V9 1/7] pcie: Add designware wrapper driver for SPEAr13xx
` [PATCH V9 2/7] phy: Add drivers for PCIe and SATA phy on SPEAr13xx
` [PATCH V9 3/7] ARM: SPEAr13xx: Fix pcie clock name
` [PATCH V9 4/7] ARM: SPEAr13xx: Fix static mapping table
` [PATCH V9 5/7] ARM: SPEAr13xx: Add bindings and dt node for misc block
` [PATCH V9 6/7] ARM: SPEAr13xx: Add pcie and miphy DT nodes
` [PATCH V9 7/7] ARM: SPEAr13xx: Update defconfigs
[PATCH v4 00/10] Add SDHCI support for ST Microelectronics SoCs
2014-07-10 7:13 UTC (6+ messages)
` [PATCH v4 01/10] mmc: sdhci-st: Intial support for ST SDHCI controller
` [PATCH v4 02/10] mmc: sdhci-st: ST Microelectronics SDHCI binding documentation
[RFC/PATCH 0/7] Add MSM SMMUv1 support
2014-07-10 7:10 UTC (8+ messages)
` [RFC/PATCH 2/7] iommu-api: Add map_range/unmap_range functions
No subject
2014-07-10 7:09 UTC (10+ messages)
` [PATCH 1/6] tty: serial: 8250 core: provide a function to export uart_8250_port
` [PATCH 2/6] tty: serial: 8250 core: allow to overwrite & export serial8250_startup()
` [PATCH 3/6] tty: serial: 8250 core: add runtime pm
` [PATCH 4/6] tty: serial: 8250-core: reorder serial8250_stop_rx() & serial8250_start_tx()
` [PATCH 5/6] tty: serial: 8250-core: add rs485 support
` [PATCH 6/6] tty: serial: Add 8250-core based omap driver
[PATCHv3 0/5] ARM: remove the sub-node and deprecated supports-highspeed property for dwmmc
2014-07-10 7:08 UTC (6+ messages)
` [PATCHv3 1/5] mmc: dw_mmc: modify the dt-binding for removing slot-node and supports-highspeed
` [PATCHv3 2/5] ARM: dts: exynos: unuse the slot-node and deprecated the supports-highspeed for dw-mmc
` [PATCHv3 3/5] ARM: dts: socfpga: "
` [PATCHv3 4/5] ARM: dts: rockchip: "
` [PATCHv3 5/5] mmc: dw_mmc: replace "disable-wp" from slot's quirk to host's quirk
[PATCH V2] ARM: dts: Restructure imx6qdl-wandboard.dtsi for new rev C1 board
2014-07-10 7:01 UTC (2+ messages)
[PATCH v3 00/13] Add support for Hisilicon SMMU architecture
2014-07-10 6:53 UTC (14+ messages)
` [PATCH v3 01/13] iommu/arm: change some structure member types in arm_smmu_device
` [PATCH v3 02/13] iommu/arm: eliminate errors reported by checkpatch
` [PATCH v3 03/13] iommu/arm: split arm-smmu.c into three files
` [PATCH v3 04/13] iommu/arm: avoid arm-smmu-base.c bound to a specific smmu
` [PATCH v3 05/13] iommu/arm: Rename member "cbar" in struct arm_smmu_cfg to "type"
` [PATCH v3 06/13] iommu/arm: Split arm_smmu_destroy_domain_context to reuse code
` [PATCH v3 07/13] iommu/arm: Split arm_smmu_tlb_sync "
` [PATCH v3 08/13] iommu/arm: Add hook alloc_context
` [PATCH v3 09/13] iommu/arm: Change context_map to dynamic memory allocation
` [PATCH v3 10/13] iommu/arm: Adjust code to reuse more
` [PATCH v3 11/13] iommu/arm: Put off the initialization phase of arm_smmu_ops registration
` [PATCH v3 12/13] iommu/hisilicon: Add support for Hisilicon Ltd. System MMU architecture
` [PATCH v3 13/13] documentation/iommu: Add description of Hisilicon SMMU private binding
[PATCH v3] ARM: save/restore Cortex-A9 CP15 registers on suspend/resume
2014-07-10 6:47 UTC
[RFC PATCH 1/4] tty: serial: 8250 core: provide a function to export uart_8250_port
2014-07-10 6:43 UTC (15+ messages)
` [RFC PATCH 2/4] tty: serial: 8250 core: allow to overwrite & export serial8250_startup()
` [RFC PATCH 3/4] tty: serial: 8250 core: add runtime pm
[PATCH V4 0/2] arm: dts: dra7: add crossbar dt support
2014-07-10 6:19 UTC (8+ messages)
` [PATCH V4 2/2] arm: dts: dra7: add crossbar device binding
[PATCH resend] arm64: dmi: Add SMBIOS/DMI support
2014-07-10 5:49 UTC (6+ messages)
[PATCH] arm: LLVMLinux: use static inline in ARM ftrace.h
2014-07-10 5:32 UTC
[PATCH] ARM: dts: Add mask-tpm-reset to the device tree
2014-07-10 4:35 UTC (6+ messages)
[RESEND PATCH v4 0/2] arm64: Add seccomp support
2014-07-10 4:33 UTC (4+ messages)
` [RESEND PATCH v4 2/2] "
GSoC 2014 #0 status report - Improving Allwinner SoC support
2014-07-10 3:41 UTC
RFC: Leave sysfs nodes alone during hotplug
2014-07-10 2:40 UTC (8+ messages)
[PATCH] cpufreq: Don't destroy/realloc policy/sysfs on hotplug/suspend
2014-07-10 2:37 UTC
[PATCH] ARM: mm: fix the boundary checking on bitmaps
2014-07-10 2:28 UTC
[PATCH v2 0/2] ARM: at91: remove phy fixup for sama5d3xek boards
2014-07-10 2:24 UTC (3+ messages)
[PATCH v10 00/11] enable HiP04 SoC
2014-07-10 2:04 UTC (12+ messages)
` [PATCH v10 01/11] irq: gic: support hip04 gic
` [PATCH v10 02/11] ARM: mcpm: support 4 clusters
` [PATCH v10 03/11] ARM: hisi: enable MCPM implementation
` [PATCH v10 04/11] ARM: hisi: enable HiP04
` [PATCH v10 05/11] document: dt: add the binding on HiP04
` [PATCH v10 06/11] document: dt: add the binding on HiP04 clock
` [PATCH v10 07/11] ARM: dts: append hip04 dts
` [PATCH v10 08/11] ARM: config: append lpae configuration
` [PATCH v10 09/11] ARM: config: append hip04_defconfig
` [PATCH v10 10/11] ARM: hisi: enable erratum 798181 of A15 on HiP04
` [PATCH v10 11/11] virt: arm: support hip04 gic
[PATCH v9 00/14] enable HiP04 SoC
2014-07-10 1:24 UTC (5+ messages)
` [PATCH v9 02/14] irq: gic: support hip04 gic
[PATCH 0/9] drivers: cacheinfo support
2014-07-10 0:09 UTC (3+ messages)
` [PATCH 2/9] drivers: base: support cpu cache information interface to userspace via sysfs
[PATCH v2 00/10] Renesas ipmmu-vmsa: Miscellaneous cleanups and fixes
2014-07-10 0:03 UTC (3+ messages)
` [PATCH v2 01/10] iommu/ipmmu-vmsa: Refactor micro-TLB lookup
a case for a common efuse API?
2014-07-09 23:32 UTC (4+ messages)
[PATCH 0/4 V3] irqchip: gic: Introduce ARM GICv2m MSI(-X) support
2014-07-09 23:05 UTC (5+ messages)
` [PATCH 1/4 V3] irqchip: gic: Add binding probe for ARM GIC400
` [PATCH 2/4 V3] irqchip: gic: Restructuring ARM GIC code
` [PATCH 3/4 V3] irqchip: gic: Add supports for ARM GICv2m MSI(-X)
` [PATCH 4/4 V3] irqchip: gicv2m: Add support for multiple MSI for ARM64 GICv2m
[PATCHv4 0/5] DMA Atomic pool for arm64
2014-07-09 22:46 UTC (8+ messages)
` [PATCHv4 1/5] lib/genalloc.c: Add power aligned algorithm
` [PATCHv4 2/5] lib/genalloc.c: Add genpool range check function
` [PATCHv4 3/5] common: dma-mapping: Introduce common remapping functions
[PATCH v8 0/4] net: Add APM X-Gene SoC Ethernet driver support
2014-07-09 22:39 UTC (7+ messages)
` [PATCH v8 4/4] drivers: net: Add APM X-Gene SoC ethernet "
[PATCH v3] pinctrl: msm: move all qualcomm drivers to subdir
2014-07-09 22:16 UTC (2+ messages)
[PATCH V8 0/6] Add X-Gene platform reboot mechanism
2014-07-09 21:27 UTC (5+ messages)
` [PATCH V8 1/6] power: reset: Add generic SYSCON register mapped reset
[PATCH 0/3] Qualcomm pm8xxx gpio driver
2014-07-09 21:18 UTC (4+ messages)
` [PATCH 2/3] pinctrl: Device tree bindings for Qualcomm pm8xxx gpio block
[PATCH RFC] Armada XP (mvebu) Hot-plug issues continued
2014-07-09 21:16 UTC (2+ messages)
[PATCH 0/2] arm: add early_ioremap support
2014-07-09 20:49 UTC (3+ messages)
` [PATCH 1/2] arm: use generic fixmap.h
[PATCHv7 0/3] Addition of Altera SDRAM Controller Summary
2014-07-09 20:07 UTC (4+ messages)
` [PATCHv7 2/3] devicetree: Addition of the Altera SDRAM EDAC
[PATCH 0/3] Bunch of vdso cleanups following feedback from x86
2014-07-09 19:48 UTC (6+ messages)
` [PATCH 1/3] arm64: vdso: put vdso datapage in a separate vma
` [PATCH 2/3] arm64: vdso: move to _install_special_mapping and remove arch_vma_name
` [PATCH 3/3] arm64: vdso: move data page before code pages
[PATCH v9 0/11] seccomp: add thread sync ability
2014-07-09 18:59 UTC (7+ messages)
` [PATCH v9 09/11] seccomp: introduce writer locking
` [PATCH v9 11/11] seccomp: implement SECCOMP_FILTER_FLAG_TSYNC
[PATCH] ARM: tegra: Fix typoed ams,ext-control properties
2014-07-09 18:53 UTC
[PATCH v7 00/24] Add Maxim 77802 PMIC support
2014-07-09 18:43 UTC (10+ messages)
` [PATCH v7 04/24] mfd: max77686: Make platform data over-rule DT
` [PATCH v7 08/24] mfd: max77686: Add Dynamic Voltage Scaling (DVS) support
` [PATCH v7 18/24] mfd: max77686: Add Maxim 77802 PMIC support
[PATCH RFC] drm: add of_graph endpoint helper to find possible CRTCs
2014-07-09 18:32 UTC (5+ messages)
[PATCH v4] devicetree: Add generic IOMMU device tree bindings
2014-07-09 18:10 UTC (4+ messages)
arm64 flushing 255GB of vmalloc space takes too long
2014-07-09 18:04 UTC (2+ messages)
[PATCH v2 0/4] Fine tune USB 3.0 PHY on exynos5420
2014-07-09 17:58 UTC (5+ messages)
` [PATCH v2 2/4] usb: host: xhci-plat: Get PHYs for xhci's hcds
` [PATCH v2 3/4] usb: host: xhci-plat: Caibrate PHY post host reset
[PATCH 0/3] Fix boot-hang on Peach-pit and Enable audio
2014-07-09 17:52 UTC (18+ messages)
` [PATCH 2/3] ARM: dts: Update the parent for Audss clocks in Exynos5420
[PATCH v3 0/9] mtd: nand: add sunxi NAND Flash Controller support
2014-07-09 17:46 UTC (9+ messages)
` [PATCH v3 2/9] mtd: nand: add ONFI timing mode to nand_timings converter
` [PATCH v3 4/9] of: mtd: add documentation for the ONFI NAND timing mode property
[PATCH 1/3] asm-generic/io.h: Implement generic {read,write}s*()
2014-07-09 17:38 UTC (2+ messages)
[GIT PULL] ARM: at91: Switch to CCF for 3.17
2014-07-09 17:30 UTC (2+ messages)
[GIT PULL] at91: dt for 3.17 #1
2014-07-09 17:29 UTC
[PATCH] Removes FIXME message in usb.c
2014-07-09 17:28 UTC (3+ messages)
[PATCH] mtd: nand: stm_nand_bch: add new driver
2014-07-09 17:22 UTC (4+ messages)
[PATCH V3 1/2] doc: dt bindings: Document Odroid X2/U3 audio subsystem bindings
2014-07-09 17:20 UTC (4+ messages)
` [PATCH V3 2/2] ASoC: samsung: Add machine driver for Odroid X2/U3
` [alsa-devel] "
[PATCH v3 0/4] ARM: EXYNOS: cpuidle: fix AFTR mode on boards with secure firmware enabled
2014-07-09 17:17 UTC (5+ messages)
` [PATCH v3 1/4] ARM: EXYNOS: PM: replace EXYNOS_BOOT_VECTOR_* macros by static inlines
` [PATCH v3 2/4] ARM: EXYNOS: add AFTR mode support to firmware do_idle method
` [PATCH v3 3/4] ARM: EXYNOS: cpuidle: add secure firmware support to AFTR mode code
` [PATCH v3 4/4] ARM: EXYNOS: cpuidle: allow driver usage on Exynos4x12 SoCs
[PATCH v4 0/9] arm64: KVM: debug infrastructure support
2014-07-09 17:13 UTC (10+ messages)
` [PATCH v4 1/9] arm64: KVM: rename pm_fake handler to trap_raz_wi
` [PATCH v4 2/9] arm64: move DBG_MDSCR_* to asm/debug-monitors.h
` [PATCH v4 3/9] arm64: KVM: add trap handlers for AArch64 debug registers
` [PATCH v4 4/9] arm64: KVM: common infrastructure for handling AArch32 CP14/CP15
` [PATCH v4 5/9] arm64: KVM: use separate tables for AArch32 32 and 64bit traps
` [PATCH v4 6/9] arm64: KVM: check ordering of all system register tables
` [PATCH v4 7/9] arm64: KVM: add trap handlers for AArch32 debug registers
` [PATCH v4 8/9] arm64: KVM: implement lazy world switch for "
` [PATCH v4 9/9] arm64: KVM: enable trapping of all "
[GIT PULL] at91: drivers for 3.17 #1
2014-07-09 16:53 UTC
[PATCH v2 0/4] Add support for Exynos clock output configuration
2014-07-09 16:53 UTC (2+ messages)
[GIT PULL] ARM: at91: Switch to CCF for 3.17
2014-07-09 16:52 UTC
[PATCH v4 1/6] mfd: fsl imx25 Touchscreen ADC driver
2014-07-09 16:47 UTC (3+ messages)
` [PATCH v4 2/6] input: touchscreen: imx25 tcq driver
[PATCH v3 0/7] ARM: at91: move aic driver to drivers/irqchips
2014-07-09 16:44 UTC (6+ messages)
` [PATCH v3 3/7] irqchip: atmel-aic: add new atmel AIC driver
[PATCH 0/5] iommu/arm-smmu: Updates for 3.17
2014-07-09 16:39 UTC (6+ messages)
` [PATCH 2/5] iommu/arm-smmu: add support for PCI master devices
[PATCH v3 0/5] phy: miphy365x: Introduce support for MiPHY365x
2014-07-09 16:37 UTC (4+ messages)
` [PATCH v3 1/5] phy: miphy365x: Add Device Tree bindings for the MiPHY365x
[PATCH v3 0/9] arm64: KVM: debug infrastructure support
2014-07-09 16:20 UTC (6+ messages)
` [PATCH v3 3/9] arm64: KVM: add trap handlers for AArch64 debug registers
[PATCH] arm64: fix VTTBR_BADDR_MASK
2014-07-09 16:17 UTC
timers & suspend
2014-07-09 16:11 UTC (3+ messages)
[PATCH 6/9] ARM: tegra: Export tegra_powergate_power_on
2014-07-09 16:09 UTC (11+ messages)
[PATCHv3 0/7] cpufreq support for Marvell Armada XP
2014-07-09 15:45 UTC (8+ messages)
` [PATCHv3 1/7] ARM: mvebu: ensure CPU clocks are enabled
` [PATCHv3 2/7] ARM: mvebu: extend PMSU code to support dynamic frequency scaling
` [PATCHv3 3/7] clk: mvebu: extend clk-cpu for "
` [PATCHv3 4/7] ARM: mvebu: update Armada XP DT "
` [PATCHv3 5/7] ARM: mvebu: allow enabling of cpufreq on Armada XP
` [PATCHv3 6/7] ARM: mvebu: update mvebu_v7_defconfig with cpufreq support
` [PATCHv3 7/7] ARM: configs: add cpufreq-generic in multi_v7_defconfig
[PATCH v9 0/7] ARM: berlin: add AHCI support
2014-07-09 15:42 UTC (11+ messages)
` [PATCH v9 3/7] ata: libahci: allow to use multiple PHYs
[GIT PULL] omap fixes against v3.16-rc4
2014-07-09 15:35 UTC
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).