messages from 2012-09-14 15:26:35 to 2012-09-16 00:29:57 UTC [more...]
[PATCH v2 00/31] AArch64 Linux kernel port
2012-09-16 0:29 UTC (14+ messages)
` [PATCH v2 07/31] arm64: Process management
` [PATCH v2 08/31] arm64: CPU support
` [PATCH v2 13/31] arm64: Device specific operations
[PATCH] clk: Make the managed clk functions generically available
2012-09-16 0:15 UTC (11+ messages)
[PATCH 1/2] PCI: Annotate pci_fixup_irqs with __devinit
2012-09-15 22:23 UTC (9+ messages)
` [PATCH 2/2] PCI: Provide a default pcibios_update_irq()
[PATCH v3 00/15] ASoC: OMAP: Convert to use dmaengine
2012-09-15 21:38 UTC (2+ messages)
` [alsa-devel] "
[PATCH V3] Add support for Aurora L2 Cache Controller
2012-09-15 20:42 UTC (5+ messages)
` [PATCH V3 1/6] arm: cache-l2x0: make outer_cache_fns a field of l2x0_of_data
` [PATCH V3 3/6] arm: cache-l2x0: add support for Aurora L2 cache ctrl
[PATCH v2] ARM: imx: armadillo5x0: Fix illegal register access
2012-09-15 20:33 UTC
[PATCH 00/24] ARM: readl/writel conversion fallout
2012-09-15 20:14 UTC (41+ messages)
` [PATCH 01/24] ARM: shmobile: use __iomem pointers for MMIO
` [PATCH 02/24] ARM: at91: "
` [PATCH 03/24] ARM: ebsa110: "
` [PATCH 04/24] ARM: ep93xx: "
` [PATCH 05/24] ARM: imx: "
` [PATCH 06/24] ARM: integrator: "
` [PATCH 07/24] ARM: iop13xx: "
` [PATCH 08/24] ARM: iop32x: "
` [PATCH 09/24] ARM: ixp4xx: "
` [PATCH 10/24] ARM: ks8695: "
` [PATCH 11/24] ARM: lpc32xx: "
` [PATCH 12/24] ARM: msm: "
` [PATCH 13/24] ARM: nomadik: "
` [PATCH 14/24] ARM: prima2: "
` [PATCH 15/24] ARM: sa1100: "
` [PATCH 16/24] ARM: spear13xx: "
` [PATCH 17/24] ARM: OMAP: "
` [PATCH 18/24] ARM: samsung: "
` [PATCH 19/24] sh: "
` [PATCH 20/24] input: rpcmouse: "
` [PATCH 21/24] serial: ks8695: "
` [PATCH 22/24] scsi: eesox: "
` [PATCH 23/24] video: da8xx-fb: "
` [PATCH 24/24] net: seeq: "
[PATCH] ARM: imx: armadillo5x0: Fix illegal register access
2012-09-15 20:12 UTC (2+ messages)
[PATCH v2 RESEND 1/2] ARM: arch timer: Set the TVAL before timer is enabled
2012-09-15 19:53 UTC (4+ messages)
` [PATCH v2 RESEND 2/2] ARM: local timers: add timer support using IO mapped register
Kernel panic - not syncing: No init found
2012-09-15 19:04 UTC (2+ messages)
[PATCH V5 1/5] ARM: add infra-structure for BCM2835 and Raspberry Pi
2012-09-15 18:33 UTC (8+ messages)
` [PATCH V5 2/5] ARM: bcm2835: add interrupt controller driver
` [PATCH V5 3/5] ARM: bcm2835: add system timer
` [PATCH V5 4/5] ARM: bcm2835: add stub clock driver
` [PATCH V5 5/5] ARM: bcm2835: instantiate console UART
[BUG] Deferred probing in driver model is racy, resulting in lost probes
2012-09-15 18:32 UTC (3+ messages)
[PATCH v7 0/11] KGDB/KDB FIQ (NMI) debugger
2012-09-15 15:52 UTC (3+ messages)
` [PATCH 07/11] tty/serial: Add kgdb_nmi driver
[PATCH 1/5] ARM: arch_timers: switch to physical timers if HYP mode is available
2012-09-15 15:39 UTC (5+ messages)
` [PATCH 2/5] ARM: KVM: arch_timers: Add minimal infrastructure
` [PATCH 3/5] ARM: KVM: arch_timers: Add guest timer core support
` [PATCH 4/5] ARM: KVM: arch_timers: Add timer world switch
` [PATCH 5/5] ARM: KVM: arch_timers: Wire the init code and config option
[PATCH 01/10] ARM: KVM: Keep track of currently running vcpus
2012-09-15 15:38 UTC (10+ messages)
` [PATCH 02/10] ARM: KVM: Initial VGIC infrastructure support
` [PATCH 03/10] ARM: KVM: Initial VGIC MMIO support code
` [PATCH 04/10] ARM: KVM: VGIC distributor handling
` [PATCH 05/10] ARM: KVM: VGIC virtual CPU interface management
` [PATCH 06/10] ARM: KVM: VGIC interrupt injection
` [PATCH 07/10] ARM: KVM: VGIC control interface world switch
` [PATCH 08/10] ARM: KVM: VGIC initialisation code
` [PATCH 09/10] ARM: KVM: vgic: reduce the number of vcpu kick
` [PATCH 10/10] ARM: KVM: Add VGIC configuration option
[PATCH 00/15] KVM/ARM Implementation
2012-09-15 15:36 UTC (16+ messages)
` [PATCH 01/15] ARM: add mem_type prot_pte accessor
` [PATCH 02/15] ARM: Add page table and page defines needed by KVM
` [PATCH 03/15] ARM: Section based HYP idmap
` [PATCH 04/15] ARM: idmap: only initialize HYP idmap when HYP mode is available
` [PATCH 05/15] ARM: Expose PMNC bitfields for KVM use
` [PATCH 06/15] KVM: ARM: Initial skeleton to compile KVM support
` [PATCH 07/15] KVM: ARM: Hypervisor inititalization
` [PATCH 08/15] KVM: ARM: Memory virtualization setup
` [PATCH 09/15] KVM: ARM: Inject IRQs and FIQs from userspace
` [PATCH 10/15] KVM: ARM: World-switch implementation
` [PATCH 11/15] KVM: ARM: Emulation framework and CP15 emulation
` [PATCH 12/15] KVM: ARM: User space API for getting/setting co-proc registers
` [PATCH 13/15] KVM: ARM: Handle guest faults in KVM
` [PATCH 14/15] KVM: ARM: Handle I/O aborts
` [PATCH 15/15] KVM: ARM: Guest wait-for-interrupts (WFI) support
mfd: Implement devicetree support for AB8500 Btemp
2012-09-15 11:01 UTC (2+ messages)
Bad traps for unaligned access in STM instruction
2012-09-15 10:51 UTC (2+ messages)
[PATCH] mfd: Implement devicetree support for AB8500 fg
2012-09-15 10:50 UTC (2+ messages)
[PATCH] MAINTAINERS: add an entry for the BCM2835 ARM sub-architecture
2012-09-15 6:23 UTC
[PATCH 00/29] Move OMAP2+ over to use COMMON clock
2012-09-15 5:49 UTC (4+ messages)
[PATCH V2 1/2] hwmon: Add devicetree bindings to gpio-fan
2012-09-15 3:16 UTC (4+ messages)
` [PATCH V3 "
[PATCH V6 0/2] of: Add generic device tree DMA helpers
2012-09-15 0:14 UTC (5+ messages)
` [PATCH V6 1/2] "
` [PATCH V6 2/2] dmaengine: add helper function to request a slave DMA channel
[PATCH] ARM: Dove: allow PCI to be disabled
2012-09-15 0:13 UTC (10+ messages)
[PATCH v4] gpio: mvebu: new gpio driver for mvebu platforms
2012-09-14 23:46 UTC (11+ messages)
` [PATCH v3 2/5] Documentation: add description of DT binding for the gpio-mvebu driver
` [PATCH v3 4/5] arm: mvebu: add DT information for GPIO banks on Armada 370 and XP
[GIT PULL] ARM initial multi-platform support
2012-09-14 22:31 UTC
[PATCH v2 1/2] ARM: arch timer: Set the TVAL before timer is enabled
2012-09-14 22:29 UTC (2+ messages)
` [PATCH v2 2/2] ARM: local timers: add timer support using IO mapped register
[PATCH 0/2] ARM: pci: Prepare for Tegra PCIe controller driver
2012-09-14 21:11 UTC (3+ messages)
` [PATCH 1/2] ARM: pci: Keep pci_common_init() around after init
` [PATCH 2/2] ARM: pci: Allow passing per-controller private data
[GIT PULL 01/10] ARM: tegra: fixes for 3.7
2012-09-14 20:06 UTC (10+ messages)
` [GIT PULL 02/10] ARM: tegra: first round of cleanup
` [GIT PULL 03/10] ARM: tegra: remove board files
` [GIT PULL 04/10] ARM: tegra: switch to the common clock framework
` [GIT PULL 05/10] ARM: tegra: i2c driver enhancements mostly related to clocking
` [GIT PULL 06/10] ARM: tegra: implement CPU hotplug
` [GIT PULL 07/10] ARM: tegra: device tree changes
` [GIT PULL 08/10] ARM: tegra: second round of cleanups
` [GIT PULL 09/10] ARM: tegra: defconfig updates
` [GIT PULL 10/10] ARM: tegra: MAINTAINERS updates
[PATCH v2 0/4] lis3: lis3lv02d_i2c: Add device tree support
2012-09-14 20:01 UTC (4+ messages)
[PATCH V4 1/5] ARM: add infra-structure for BCM2835 and Raspberry Pi
2012-09-14 20:01 UTC (4+ messages)
[PATCH v3 00/10] ARM: tegra: Add PCIe device tree support
2012-09-14 19:45 UTC (10+ messages)
` [PATCH v3 01/10] PCI: Keep pci_fixup_irqs() around after init
[PATCH] RTC: TWL: ensure all interrupts are disabled during probe
2012-09-14 19:44 UTC (7+ messages)
[PATCH] CPUFreq: OMAP: remove unnecessary plat/ includes
2012-09-14 19:03 UTC (2+ messages)
[PATCH] cpufreq: OMAP: remove loops_per_jiffy recalculate for smp
2012-09-14 19:01 UTC (4+ messages)
Kernel fails to boot with "crc error -- System halted"
2012-09-14 18:39 UTC (2+ messages)
[PATCH v2] ARM: imx_v6_v7_defconfig: Enable CONFIG_GPIO_MC9S08DZ60
2012-09-14 18:25 UTC
[PATCH v4 00/24] Introduce Xen support on ARM (based on 3.6-rc5)
2012-09-14 18:18 UTC (9+ messages)
` [PATCH v4 12/24] xen/arm: introduce CONFIG_XEN on ARM
` [PATCH v4 14/24] xen/arm: initialize grant_table "
[PATCH 0/8] enable support for AMBA drivers under x86
2012-09-14 18:09 UTC (11+ messages)
` [PATCH 1/8] DMA: PL330: use prefix in reg names to build "
` [PATCH 2/8] gpio: pl061 depends on ARM
` [PATCH 3/8] pl080.h: moved from arm/include/asm/hardware to include/linux/amba/
` [PATCH 4/8] watchdog: sp805_wdt depends on ARM
` [PATCH 5/8] mmci: replace readsl/writesl with ioread32_rep/iowrite32_rep
` [PATCH 6/8] mmc: use the new <linux/sizes.h>
` [PATCH 7/8] drivers/amba: add support for a PCI bridge
` [PATCH 8/8] x86: add CONFIG_ARM_AMBA, selected by STA2X11
[GIT PULL 1/7] omap non-critical fixes for v3.7 merge window
2012-09-14 17:55 UTC (2+ messages)
` [GIT PULL 5/7] omap sparse irq and local hardware.h cleanup "
[PATCH V5 0/2] of: Add generic device tree DMA helpers
2012-09-14 17:20 UTC (7+ messages)
` [PATCH V5 1/2] "
` [PATCH V5 2/2] dmaengine: add helper function to request a slave DMA channel
[PATCH V4 0/2] of: Add generic device tree DMA helpers
2012-09-14 17:19 UTC (4+ messages)
` [PATCH V4 1/2] "
[PATCH v2] pinctrl: document semantics vs GPIO
2012-09-14 17:16 UTC (2+ messages)
[PATCH v3 00/31] AArch64 Linux kernel port
2012-09-14 16:53 UTC (6+ messages)
` [PATCH v3 09/31] arm64: Cache maintenance routines
[PATCH 00/11] pinctrl: mvebu: pinctrl driver
2012-09-14 16:41 UTC (3+ messages)
` [PATCH v4 00/10] "
[PATCH RESEND 1/5] ARM: tegra: config: enable dmaengine based APB DMA driver
2012-09-14 16:11 UTC (5+ messages)
` [PATCH RESEND 2/5] ARM: tegra: dma: remove legacy "
` [PATCH RESEND 3/5] ARM: tegra: apbio: remove support of legacy DMA driver based access
` [PATCH RESEND 4/5] spi: tegra: "
` [PATCH RESEND 5/5] ASoC: "
[PATCH 0/7] Bugfixes and clean-ups bound for the v3.6 RCs
2012-09-14 16:05 UTC (6+ messages)
` [PATCH 4/7] mfd: ab8500-core: Apply the AB8500 CODEC's compatible string to its MFD cell
[PATCH] pinctrl: document semantics vs GPIO
2012-09-14 15:55 UTC (6+ messages)
[GIT PULL] One more DMA-mapping fix for v3.6
2012-09-14 15:48 UTC
[RFC PATCH] i2c: at91: add dma support
2012-09-14 15:43 UTC (2+ messages)
[PATCH] ARM: imx_v6_v7_defconfig: Enable CONFIG_GPIO_MC9S08DZ60
2012-09-14 15:35 UTC
[PATCH] arm: tegra: dt: Add pinmux entries for Vbus regulator controls
2012-09-14 15:31 UTC (2+ messages)
[PATCH 0/2] lis3: lis3lv02d_i2c: Add device tree support
2012-09-14 15:29 UTC (4+ messages)
` [PATCH 2/2] ARM: dts: AM33XX: Add lis331dlh device tree data to am335x-evm
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).