linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-11-13 19:39:33 to 2014-11-14 11:11:22 UTC [more...]

[GIT PULL] at91: fixes for 3.18 #2
 2014-11-14 11:11 UTC 

[PATCH v4 00/19] KVM GICv3 emulation
 2014-11-14 11:07 UTC  (21+ messages)
` [PATCH v4 01/19] arm/arm64: KVM: rework MPIDR assignment and add accessors
` [PATCH v4 02/19] arm/arm64: KVM: pass down user space provided GIC type into vGIC code
` [PATCH v4 03/19] arm/arm64: KVM: refactor vgic_handle_mmio() function
` [PATCH v4 04/19] arm/arm64: KVM: wrap 64 bit MMIO accesses with two 32 bit ones
` [PATCH v4 05/19] arm/arm64: KVM: introduce per-VM ops
` [PATCH v4 06/19] arm/arm64: KVM: move kvm_register_device_ops() into vGIC probing
` [PATCH v4 07/19] arm/arm64: KVM: dont rely on a valid GICH base address
` [PATCH v4 08/19] arm/arm64: KVM: make the maximum number of vCPUs a per-VM value
` [PATCH v4 09/19] arm/arm64: KVM: make the value of ICC_SRE_EL1 a per-VM variable
` [PATCH v4 10/19] arm/arm64: KVM: refactor MMIO accessors
` [PATCH v4 11/19] arm/arm64: KVM: refactor/wrap vgic_set/get_attr()
` [PATCH v4 12/19] arm/arm64: KVM: add vgic.h header file
` [PATCH v4 13/19] arm/arm64: KVM: split GICv2 specific emulation code from vgic.c
` [PATCH v4 14/19] arm/arm64: KVM: add opaque private pointer to MMIO data
` [PATCH v4 15/19] arm/arm64: KVM: add virtual GICv3 distributor emulation
` [PATCH v4 16/19] arm64: GICv3: introduce symbolic names for GICv3 ICC_SGI1R_EL1 fields
` [PATCH v4 17/19] arm64: KVM: add SGI generation register emulation
` [PATCH v4 18/19] arm/arm64: KVM: enable kernel side of GICv3 emulation
` [PATCH v4 19/19] arm/arm64: KVM: allow userland to request a virtual GICv3

[PATCH] ARM: multi_v7_defconfig: major refresh
 2014-11-14 11:07 UTC  (4+ messages)

[PATCH v10 0/2] pwm: add support for atmel-hlcdc-pwm device
 2014-11-14 11:05 UTC  (3+ messages)

[PATCH v2 00/14] Add stih410 SoC and USB2/1.1 support
 2014-11-14 11:03 UTC  (6+ messages)
` [PATCH v2 13/14] ARM: STi: DT: STiH410: Add usb2 picophy dt nodes

[PATCH v5 1/5] dt-bindings: simplefb: Specify node location and handoff related properties
 2014-11-14 11:03 UTC  (5+ messages)
` [PATCH v5 2/5] of.h: Keep extern declaration of of_* variables when !CONFIG_OF
` [PATCH v5 3/5] simplefb: Add support for enumerating simplefb dt nodes in /chosen
` [PATCH v5 4/5] fbcon: Change fbcon_init from module_init to fs_initcall
` [PATCH v5 5/5] simplefb: Change simplefb_init "

[PATCH v7] simplefb: add clock handling code
 2014-11-14 11:03 UTC 

[PATCH v4 1/4] dt-bindings: simplefb: Specify node location and handoff related properties
 2014-11-14 11:00 UTC  (6+ messages)
` [PATCH v4 2/4] simplefb: Add support for enumerating simplefb dt nodes in /chosen

[PATCHv7 0/6] ARM: imx: Add Freescale LS1021A SoC and board support
 2014-11-14 10:56 UTC  (6+ messages)
` [PATCH] ARM: imx: temporarily remove CONFIG_SOC_FSL from LS1021A

[PATCH v4 0/6] Xilinx Zynq OCM support
 2014-11-14 10:52 UTC  (7+ messages)
` [PATCH v4 1/6] ARM: zynq: Extract smp related functions out of common.h
` [PATCH v4 2/6] ARM: zynq: Extract slcr "
` [PATCH v4 3/6] ARM: zynq: Move slcr.h and smp.h to generic location
` [PATCH v4 4/6] ARM: zynq: Extend SLCR driver to read OCM configuration
` [PATCH v4 5/6] ARM: zynq: Add OCM controller driver
` [PATCH v4 6/6] ARM: zynq: DT: Add OCM controller node

some question about TCR setting
 2014-11-14 10:42 UTC  (2+ messages)

[PATCH] efi: Fix free_end build warning
 2014-11-14 10:35 UTC  (6+ messages)

[PATCH 1/7] ARM: dts: sunxi: Add regulator-boot-on property to ahci-5v regulator
 2014-11-14 10:30 UTC  (6+ messages)
` [PATCH 4/7] ARM: dts: sun6i: Add simplefb node

[PATCH v6] simplefb: add clock handling code
 2014-11-14 10:28 UTC  (5+ messages)

[PATCH 00/15] new locomo driver
 2014-11-14 10:11 UTC  (9+ messages)
` [PATCH 02/15] GPIO: port LoCoMo gpio support from old driver

[PATCH 0/4] ARM: at91/dt: define RTT nodes
 2014-11-14 10:08 UTC  (5+ messages)
` [PATCH 1/4] ARM: at91/dt: add RTT nodes to at91 dtsis
` [PATCH 2/4] ARM: at91/dt: add GPBR nodes
` [PATCH 3/4] ARM: at91/dt: enable the RTT block on the sam9g20ek board
` [PATCH 4/4] ARM: at91/dt: enable the RTT block on the at91sam9m10g45ek board

[PATCH v14 0/7] KVM/arm/x86: dirty page logging for ARMv7 (3.17.0-rc1)
 2014-11-14 10:03 UTC  (11+ messages)
` [PATCH v14 1/7] KVM: Add architecture-defined TLB flush support
` [PATCH v14 2/7] KVM: Add generic support for dirty page logging
` [PATCH v14 3/7] KVM: x86: switch to kvm_get_dirty_log_protect
` [PATCH v14 4/7] KVM: arm: Add ARMv7 API to flush TLBs
` [PATCH v14 5/7] KVM: arm: Add initial dirty page locking support
` [PATCH v14 6/7] KVM: arm: dirty logging write protect support
` [PATCH v14 7/7] KVM: arm: page logging 2nd stage fault handling

[RESEND PATCH 1/2] ARM: dts: exynos4x12: Device tree node definition for TMU on Exynos4x12
 2014-11-14 10:03 UTC  (2+ messages)
  ` [RESEND PATCH 2/2] ARM: dts: exynos4412-trats2: Enable TMU support at Trats2

[PATCH v2] PCI: designware: Add support 4 ATUs assignment
 2014-11-14 10:02 UTC  (14+ messages)

preferable method for pinctrl driver
 2014-11-14 10:01 UTC  (5+ messages)

[RFC V5 3/3] arm64:add bitrev.h file to support rbit instruction
 2014-11-14  9:58 UTC  (15+ messages)
                  ` [RFC V6 2/3] arm:add "

[PATCH] dt-bindings: simplefb: Document naming scheme for pre-populated simplefb nodes
 2014-11-14  9:50 UTC  (3+ messages)

[PATCH v3] of: replace Asahi Kasei Corp venter prefix
 2014-11-14  9:35 UTC  (5+ messages)
                      ` [alsa-devel] "

[PATCH V4 1/3] can: add can_is_canfd_skb() API
 2014-11-14  9:24 UTC  (5+ messages)
` [PATCH V4 2/3] can: m_can: update to support CAN FD features

[PATCH] ARM: zynq: Remove secondary_startup() declaration from header
 2014-11-14  9:21 UTC 

[PATCH v7 00/12] NVIDIA Tegra memory controller and IOMMU support
 2014-11-14  9:14 UTC  (4+ messages)
` [PATCH v7 01/12] clk: tegra: Implement memory-controller clock

[RFC PATCH 0/3] DRA72: MMC HS200 support
 2014-11-14  9:06 UTC  (3+ messages)
` [RFC PATCH 2/3] mmc: omap_hsmmc: add tuning support

[PATCH 0/5] clk: rockchip: add full support for HDMI clock on rk3288
 2014-11-14  8:58 UTC  (5+ messages)

[PATCH v2] can: Fix bug in suspend/resume
 2014-11-14  8:54 UTC  (2+ messages)

[PATCH] ARM: cacheflush: disallow pending signals during cacheflush
 2014-11-14  8:40 UTC  (3+ messages)

[PATCH] at91sam9_wdt: Allow watchdog to reset device at early boot
 2014-11-14  8:40 UTC  (4+ messages)

[PATCH 0/6] ARM: sun9i: Add USB host controller support for A80
 2014-11-14  8:39 UTC  (9+ messages)
` [PATCH 1/6] clk: sunxi: Add support for sun9i a80 usb clocks and resets

[RFC PATCH 1/2] pinctrl: Add output-disable
 2014-11-14  8:37 UTC  (4+ messages)

[PATCH v9 0/9] cpuidle driver for QCOM SoCs: 8064, 8074, 8084
 2014-11-14  8:30 UTC  (4+ messages)
` [PATCH v9 1/9] qcom: scm: scm_set_warm_boot_addr() to set the warmboot address

[PATCH] PM / Domains: Change prototype for the ->attach_dev() callback
 2014-11-14  8:17 UTC  (5+ messages)

[PATCH v2 0/3] ARM: mediatek: Add driver for Mediatek I2C controller
 2014-11-14  8:00 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: Add I2C bindings for mt65xx/mt81xx

[PATCH] MAINTAINERS: update email address and cleanup for exynos entry
 2014-11-14  7:54 UTC 

N900 modem support in 3.18-rc1
 2014-11-14  7:37 UTC  (16+ messages)

[PATCH v2 0/2] DRM: Add runtime PM to Exynos DSI
 2014-11-14  7:32 UTC  (6+ messages)
` [PATCH v2 1/2] drm/exynos: Fix DSI resuming fail because power domain being off
` [PATCH v2 2/2] drm/exynos/dsi: Add runtime PM so LCD power domain could be turned off

[PATCH 0/4] omapdss: Add video output support for gta04 board
 2014-11-14  7:32 UTC  (9+ messages)
` [PATCH 4/4] arm: dts: omap3-gta04: Add static configuration for devconf1 register

[PATCH v4 1/2] of: Rename "poweroff-source" property to "system-power-controller"
 2014-11-14  7:22 UTC  (2+ messages)

[PATCHv6 0/5] hwspinlock core/omap dt support
 2014-11-14  7:11 UTC  (9+ messages)
` [PATCHv6 4/5] hwspinlock/core: add common OF helpers

[PATCH v5 0/7] Per-user clock constraints
 2014-11-14  7:06 UTC  (5+ messages)
` [PATCH v5 6/7] clk: Make clk API return per-user struct clk instances

[PATCH] ARM: b.L: fix unmet dependency for CPU_PM
 2014-11-14  6:10 UTC  (5+ messages)

[PATCH v7 1/3] ARM: mediatek: Add basic support for mt6592
 2014-11-14  5:14 UTC  (3+ messages)
` [PATCH v7 2/3] ARM: mediatek: add dts for mt6592-evb
` [PATCH v7 3/3] dt-bindings: add documentation for Mediatek SoC

[PATCH v4 0/6] Touchscreen performance related fixes
 2014-11-14  5:07 UTC  (7+ messages)
` [PATCH v4 1/6] input: touchscreen: ti_am335x_tsc Interchange touchscreen and ADC steps
` [PATCH v4 2/6] input: touchscreen: ti_am335x_tsc: Remove udelay in interrupt handler
` [PATCH v4 3/6] mfd: ti_am335x_tscadc: Remove unwanted reg_se_cache save
` [PATCH v4 4/6] ARM: dts: AM335x: Make charge delay a DT parameter for TSC
` [PATCH v4 5/6] input: touchscreen: ti_am335x_tsc: Use charge delay DT parameter
` [PATCH v4 6/6] input: touchscreen: ti_am335x_tsc: Replace delta filtering with median filtering

[PATCH v6 1/4] ARM: mediatek: Add basic support for mt6592
 2014-11-14  5:03 UTC  (3+ messages)

[PATCH v2 0/3] Add support for ADC on am437x-gp and am43x-epos-evm
 2014-11-14  4:07 UTC  (2+ messages)

[PATCH v11 0/3] ARM: rk3288: Add PM Domain support
 2014-11-14  2:57 UTC  (5+ messages)
` [PATCH v11 2/3] power-domain: rockchip: add power doamin driver

exynos5250/arndale: failed to set cpu voltage
 2014-11-14  2:50 UTC  (2+ messages)

[Patch V1 0/6] Refine generic/PCI MSI irqodmian interfaces
 2014-11-14  2:16 UTC  (15+ messages)
` [Patch V1 3/6] genirq: Introduce msi_domain_{alloc|free}_irqs()
` [Patch V1 6/6] PCI, MSI: Provide mechanism to alloc/free MSI/MSIX interrupt from irqdomain

[RFC] ptrace: add generic SET_SYSCALL request
 2014-11-14  1:40 UTC  (5+ messages)

[PATCH 0/8] arm64 kexec kernel patches V6
 2014-11-14  1:22 UTC  (9+ messages)
` [PATCH 2/8] arm64: Add new hcall HVC_CALL_FUNC
` [PATCH 1/8] arm64: Convert hcalls to use ISS field
` [PATCH 8/8] arm64/kexec: Enable kexec in the arm64 defconfig
` [PATCH 4/8] arm64: Move proc-macros.S to include/asm
` [PATCH 3/8] arm64: Add EL2 switch to soft_restart
` [PATCH 5/8] arm64/kexec: Add core kexec support
` [PATCH 7/8] arm64/kexec: Add checks for KVM and EFI
` [PATCH 6/8] arm64/kexec: Add pr_devel output

[PATCH V2 0/2] PCI: generic: Assiging msi-controller to PCI hostbridge
 2014-11-14  1:19 UTC  (3+ messages)

[PATCH] tty: serial: msm_serial: Use DT aliases
 2014-11-14  0:59 UTC  (10+ messages)

[PATCH 0/4] ARM: shmobile: Use keyboard as gpio-keys node name
 2014-11-14  0:42 UTC  (2+ messages)

[GIT PULL] Third Round of Renesas ARM Based Soc Updates for v3.19
 2014-11-14  0:32 UTC  (3+ messages)

[PATCH V2 0/7] APM X-Gene SoC platform device tree cleanup
 2014-11-14  0:20 UTC  (8+ messages)
` [PATCH V2 1/7] arm64: dts: Add APM X-Gene USB DTS node
` [PATCH V2 2/7] Documentation: arm64: add SCU dts binding documentation to linux kernel
` [PATCH V2 3/7] arm64: dts: Add X-Gene reboot driver dts node
` [PATCH V2 4/7] arm64: dts: Add Designware GPIO dts binding to APM X-Gene platform
` [PATCH V2 5/7] arm64: dts: Add APM X-Gene SoC GFC GPIO controller DTS entries
` [PATCH V2 6/7] Documentation: arm: pmu: Add Potenza PMU binding
` [PATCH V2 7/7] arm64: dts: Add PMU node for APM X-Gene Storm SOC

[PATCH 00/10] arm64 kexec kernel patches V5
 2014-11-13 23:50 UTC  (5+ messages)

[PATCH V3 3/3] mfd: palmas: Add support for optional wakeup
 2014-11-13 23:45 UTC  (13+ messages)

[PATCH] clk: rockchip: ensure HCLK_VIO2_H2P and PCLK_VIO2_H2P stay enabled
 2014-11-13 23:45 UTC  (2+ messages)

[PATCH 0/3] miscellaneous fixes in coresight
 2014-11-13 23:32 UTC  (5+ messages)

[PATCH 0/2] PCI: generic: Assiging msi-controller to PCI hostbridge
 2014-11-13 23:19 UTC  (6+ messages)
` [PATCH 2/2] PCI: generic: Add set_msi_parent callback

[GIT PULL] ARM: OMAP2+: some clock/hwmod patches for v3.19
 2014-11-13 22:50 UTC 

[PATCH] ahci_sunxi: Drop AHCI_HFLAG_NO_PMP flag
 2014-11-13 22:29 UTC  (2+ messages)

[PATCH 11/13] arm: dts: dra7: add DMA properties for UART
 2014-11-13 22:08 UTC  (11+ messages)

[PATCH v10 0/3] ARM: rk3288: Add PM Domain support
 2014-11-13 20:24 UTC  (5+ messages)
` [PATCH v10 2/3] power-domain: rockchip: add power doamin driver

[PATCH v3 0/9] PM / Domains: Fix race conditions during boot
 2014-11-13 20:13 UTC  (5+ messages)


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