messages from 2013-04-24 17:28:13 to 2013-04-25 15:13:17 UTC [more...]
[PATCH v3 00/32] Port of KVM to arm64
2013-04-25 15:13 UTC (7+ messages)
` [PATCH v3 08/32] arm64: KVM: architecture specific MMU backend
Multiple issues with omap4 panda es in linux next
2013-04-25 15:13 UTC (19+ messages)
[PATCH 0/2 v8] arm: introduce psci_smp_ops
2013-04-25 14:58 UTC (13+ messages)
` [PATCH v8 1/2] "
` [PATCH v8 2/2] ARM: Enable selection of SMP operations at boot time
BUG: Re: [PATCH v2 3/3] clocksource: use clockevents_config_and_register() where possible
2013-04-25 14:53 UTC (6+ messages)
` RFC: [PATCH] clocksource: tcb: fix min_delta calculation
[PATCH v3 00/13] ARM: EXYNOS: Fix Universal C210 support
2013-04-25 14:46 UTC (2+ messages)
[PATCH v2 0/2] dma: imx-sdma: add generic DMA device tree bindings support
2013-04-25 14:43 UTC (3+ messages)
` [PATCH v2 1/2] dma: imx: change enum definitions to macros
` [PATCH v2 2/2] dma: imx-sdma: move to generic device tree bindings
[PATCH] mfd: vexpress: Handle pending config transactions
2013-04-25 14:40 UTC (3+ messages)
[PATCH] ARM: add unwind annotations to ftrace asm
2013-04-25 14:39 UTC (2+ messages)
[PATCH 0/9] Fix ux500 crypto drivers and init DMA in the correct way
2013-04-25 14:11 UTC (26+ messages)
` [PATCH 1/9] crypto: ux500/hash - Prepare clock before enabling it
` [PATCH 1/9 v2] "
` [PATCH 2/9] crypto: ux500/hash - Set DMA configuration though dma_slave_config()
` [PATCH 3/9] ARM: ux500: Stop passing Hash DMA channel config information though pdata
` [PATCH 4/9] crypto: ux500/cryp - Prepare clock before enabling it
` [PATCH 4/9 v2] "
` [PATCH 5/9] crypto: ux500/cryp - Fix compile error
` [PATCH 6/9] crypto: ux500/cryp - Set DMA configuration though dma_slave_config()
` [PATCH 7/9] ARM: ux500: Stop passing Cryp DMA channel config information though pdata
` [PATCH 8/9] crypto: ux500/[cryp|hash] - Show successful start-up in the bootlog
` [PATCH 9/9] ARM: ux500: Register Cyrp and Hash platform drivers on Snowball
[PATCH] ARM64: mm: Correct show_pte behaviour
2013-04-25 13:51 UTC (2+ messages)
[PATCH] ARM: make cpu_init() notrace
2013-04-25 13:50 UTC (5+ messages)
[PATCH v4 0/7] xen/arm: move to mach-virt and support SMP
2013-04-25 13:48 UTC (14+ messages)
` [PATCH v4 1/7] xen/arm: actually pass a non-NULL percpu pointer to request_percpu_irq
` [PATCH v4 2/7] xen/arm: SMP support
` [PATCH v4 3/7] xen: move the xenvm machine to mach-virt
` [PATCH v4 4/7] xen/arm: implement HYPERVISOR_vcpu_op
` [PATCH v4 5/7] xen/arm: XEN selects ARM_PSCI
` [PATCH v4 6/7] xenvm: add a simple PSCI node and a second cpu
` [PATCH v4 7/7] mach-virt: support Xen hypercalls for shutdown and reboot
[PATCH 13/23] regulator: ab3100: refactor probe to use IDs
2013-04-25 13:40 UTC (3+ messages)
[PATCH] of: Set the DMA mask to 64 bits on ARM LPAE systems
2013-04-25 13:33 UTC (2+ messages)
[PATCH v5 0/6] Initial Device Tree support for S3C64xx
2013-04-25 13:26 UTC (5+ messages)
` [PATCH 2/2] pinctrl: samsung: Fix link error with CONFIG_PINCTRL_EXYNOS disabled
[PATCH 00/32] dmaengine: Refactor the DMA40 driver
2013-04-25 13:24 UTC (94+ messages)
` [PATCH 01/32] dmaengine: ste_dma40: Assign memcpy channels in the driver
` [PATCH 03/32] dmaengine: ste_dma40: Use the BIT macro to replace ugly '(1 << x)'s
` [PATCH 03/32 v3] "
` [PATCH 04/32] dmaengine: ste_dma40: Amalgamate DMA source and destination channel numbers
` [PATCH 05/32] dmaengine: ste_dma40: Supply macros to resolve 'src' and 'dst' directions
` [PATCH 06/32] ARM: ux500: Strip out duplicate USB DMA configuration
` [PATCH 07/32] ARM: ux500: Supply address location names for the DMA40 DMA controller
` [PATCH 08/32] dmaengine: ste_dma40: Optimise local MAX() macro
` [PATCH 08/32 v2] dmaengine: ste_dma40: Remove home-brew "
` [PATCH 09/32] ARM: ux500: Remove unused 'data_width' attributes from SDI DMA configs
` [PATCH 10/32] ARM: ux500: Remove unused 'data_width' attributes from SSP "
` [PATCH 11/32] ARM: ux500: Remove unused 'data_width' attributes from UART "
` [PATCH 12/32] ARM: ux500: Remove superfluous 'psize' attribute from Audio platform data
` [PATCH 13/32] dmaengine: ste_dma40: Calculate number of logical channels from physical ones
` [PATCH 14/32] dmaengine: ste_dma40: Remove 'always true' checking
` [PATCH 15/32] dmaengine: ste_dma40: Separate Logical Global Interrupt Mask (GIM) unmasking
` [PATCH 16/32] dmaengine: ste_dma40: Remove unnecessary call to d40_phy_cfg()
` [PATCH 17/32] dmaengine: ste_dma40: Remove redundant argument from d40_phy_cfg()
` [PATCH 18/32] dmaengine: ste_dma40: Don't configure runtime configurable setup during allocate
` [PATCH 19/32] dmaengine: ste_dma40: Move more setup into the configuration routines
` [PATCH 20/32] dmaengine: ste_dma40: Move rev error-check up to revision acquisition
` [PATCH 21/32] dmaengine: ste_dma40: Also report the number of logical channels
` [PATCH 21/32 v2] "
` [PATCH 22/32] dmaengine: ste_dma40: Allocate plat_data on declaration
` [PATCH 23/32] dmaengine: ste_dma40: Allow driver to be probe()able when DT is enabled
` [PATCH 24/32] dmaengine: ste_dma40: Supply full Device Tree parsing support
` [PATCH 24/32 v2] "
` [PATCH 24/32 v3] "
` [PATCH 25/32] ARM: ux500: Setup the DMA40 driver's DT node using the new DMA API
` [PATCH 26/32] ARM: ux500: Supply UART's DMA configuration via Device Tree
` [PATCH 27/32] ARM: ux500: Stop registering DMA40 from platform data when DT is enabled
` [PATCH 28/32] ARM: ux500: Pass remnant platform data though to DMA40 driver
` [PATCH 29/32] ARM: ux500: Stop passing UART's platform data for Device Tree boots
` [PATCH 30/32] ARM: ux500: Supply MMC DMA configuration via Device Tree
` [PATCH 31/32] ARM: ux500: Stop passing MMC's platform data for Device Tree boots
` [PATCH 32/32] ARM: ux500: Move SDI (MMC) and UART devices under more descriptive heading
[PATCH 00/10] usb: musb: ux500: pathe the way for Device Tree enablement
2013-04-25 13:16 UTC (25+ messages)
` [PATCH 01/10] usb: musb: ux500: move channel number knowledge into the driver
` [PATCH 02/10] usb: musb: ux500: move the MUSB HDRC configuration "
` [PATCH 03/10] usb: musb: ux500: take the dma_mask from coherent_dma_mask
` [PATCH 04/10] usb: musb: ux500: harden checks for platform data
` [PATCH 04/10 v2] "
` [PATCH 05/10] usb: musb: ux500: attempt to find channels by name before using pdata
` [PATCH 05/10 v2] "
` [PATCH 06/10] usb: musb: ux500: add device tree probing support
` [PATCH 06/10 v2] "
` [PATCH 07/10] ARM: ux500: Add an auxdata entry for MUSB for clock-name look-up
` [PATCH 08/10] ARM: ux500: Populate the ux500-musb Device Tree entry
` [PATCH 08/10 v2] "
` [PATCH 09/10] ARM: ux500: Remove ux500-musb platform registation when booting with DT
` [PATCH 10/10] ARM: ux500: Remove empty function u8500_of_init_devices()
[PATCH] cpuidle: add maintainer entry
2013-04-25 12:09 UTC (7+ messages)
[PATCH 1/2] GPIO: clps711x: Rewrite driver for using generic GPIO code
2013-04-25 11:40 UTC (4+ messages)
` Re[2]: "
[PATCH v5 00/10] ASoC: fsl-ssi: ac97-slave support
2013-04-25 11:37 UTC (8+ messages)
` [PATCH v5 01/10] ASoC: phycore-ac97: Add DT support
` [PATCH v5 07/10] ASoC: fsl-ssi: imx ac97 support
[PATCHv1 0/3] hwmon: GMT G72/G763 PWM fan controller
2013-04-25 10:14 UTC (13+ messages)
` [PATCHv1 1/3] hwmon: Add support for GMT G762/G763 "
` [PATCHv1 2/3] hwmon: Add documentation for g762 driver
[PATCHv2 0/2] Add support for the Solomon SSD1306 OLED Controller
2013-04-25 9:42 UTC (2+ messages)
[PATCH 1/2] ARM: s3c64xx: cpuidle: use init/exit common routine
2013-04-25 9:35 UTC
[PATCH] ARM: dts: add pinctrl nodes for Exynos5250 SoC
2013-04-25 9:13 UTC (4+ messages)
[RFC PATCH v3 00/17] ARM: DT cpu bindings updates
2013-04-25 9:09 UTC (19+ messages)
` [RFC PATCH v3 02/17] Documentation: devicetree: arm: cpus/cpu nodes "
` [RFC PATCH v3 07/17] ARM: dts: imx: cpus/cpu nodes dts updates
` [RFC PATCH v3 08/17] ARM: dts: lpc32xx: "
` [RFC PATCH v3 09/17] ARM: dts: omap: "
` [RFC PATCH v3 10/17] ARM: dts: picoxcell: "
` [RFC PATCH v3 11/17] ARM: dts: prima2: cpus/cpu node "
` [RFC PATCH v3 12/17] ARM: dts: pxa2xx: cpus/cpu nodes "
` [RFC PATCH v3 13/17] ARM: dts: r8a7740: "
` [RFC PATCH v3 14/17] ARM: dts: sh7372: "
` [RFC PATCH v3 15/17] ARM: dts: spear: "
` [RFC PATCH v3 16/17] ARM: dts: sunxi: "
` [RFC PATCH v3 17/17] ARM: DT: kernel: DT cpus/cpu node bindings update
[PATCH] ARM: KVM: Allow host virtual timer irq number to be different from guest virtual timer irq number
2013-04-25 8:45 UTC
[PATCH 0/4 v6] arm: introduce psci_smp_ops and use them on Xen
2013-04-25 7:48 UTC (18+ messages)
` [PATCH v6 1/4] arm: introduce psci_smp_ops
` [Xen-devel] "
[PATCH V4 0/6] ARM: OMAP3+: support cpufreq-cpu0 for device tree boot
2013-04-25 7:01 UTC (8+ messages)
` [PATCH V4 1/6] clk: OMAP: introduce device tree binding to kernel clock data
[PATCH] idle: fix hlt/nohlt command-line handling in new generic idle
2013-04-25 6:42 UTC (2+ messages)
[PATCHv3 00/14] drivers: mailbox: framework creation
2013-04-25 5:20 UTC (10+ messages)
No subject
2013-04-25 2:04 UTC (2+ messages)
` dma cache coherency on Armada XP dev board
[PATCH] ARM: Kconfig: let ARM9TDMI and ARM7TDMI invisible
2013-04-25 1:16 UTC (6+ messages)
` [PATCH v2] "
[PATCH v3 1/2] ARM: shmobile: r8a7740: Add Suspend-To-RAM A3SM
2013-04-25 0:19 UTC (5+ messages)
[PATCH v4 00/15] multi-cluster power management
2013-04-24 23:31 UTC (9+ messages)
[PATCH 0/3] dts: v8500: Cleanups for 3.10
2013-04-24 22:50 UTC (3+ messages)
dw_apb_timer_of.c: remove parts that were picoxcell-specific
2013-04-24 22:44 UTC (2+ messages)
[PATCH RFC] Support for JIT in Seccomp BPF filters
2013-04-24 22:33 UTC (7+ messages)
` [PATCH V2 1/3] seccomp: add generic code for jitted seccomp filters
[PATCH] ARM: Adds pin config API to set all configs in one function
2013-04-24 22:03 UTC
RFC: Unified DMA allocation algorithms
2013-04-24 21:35 UTC
[PATCH 0/6] Davinci fbdev driver and enable it for DMx platform
2013-04-24 21:02 UTC (2+ messages)
gpio-pxa initcall level change and machine init breakage
2013-04-24 19:37 UTC (7+ messages)
[PATCH V2] video: imx: Select VIDEOMODE_HELPERS for parallel display
2013-04-24 18:43 UTC
[PATCH V3] Support for JIT in Seccomp BPF filters
2013-04-24 17:41 UTC (3+ messages)
` [PATCH V3 2/3] ARM: net: bpf_jit: make code generation less dependent on struct sk_filter
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).