messages from 2014-06-18 20:00:54 to 2014-06-19 11:10:36 UTC [more...]
[PATCH v2 00/18] PCIe support for DRA7xx
2014-06-19 11:10 UTC (3+ messages)
` [PATCH v2 06/18] ARM: dts: DRA7: Add divider table to optfclk_pciephy_div clock
[PATCH v2] clocksource: exynos-mct: Register the timer for stable udelay
2014-06-19 11:00 UTC (7+ messages)
[PATCH 1/7] ARM: stih407: Add DT nodes for for PWM
2014-06-19 10:59 UTC (10+ messages)
` [PATCH 4/7] ARM: stih416-b2020e: Enable PWM on the B2020 Rev-E
` [STLinux Kernel] "
` [PATCH 6/7] pwm: st: Add new driver for ST's PWM IP
` [STLinux Kernel] [PATCH 1/7] ARM: stih407: Add DT nodes for for PWM
[PATCHv2 0/4] arm64: handle heterogeneous system register values
2014-06-19 10:56 UTC (4+ messages)
` [PATCHv2 2/4] arm64: cpuinfo: print info for all CPUs
[PATCH] arm64: add the ability to hook the fault code
2014-06-19 10:54 UTC
[PATCHv3 0/4] arm64: simplify restrictions on bootloaders
2014-06-19 10:49 UTC (5+ messages)
` [PATCHv3 1/4] arm64: head.S: remove unnecessary function alignment
` [PATCHv3 2/4] arm64: place initial page tables above the kernel
` [PATCHv3 3/4] arm64: Update the Image header
` [PATCHv3 4/4] arm64: Enable TEXT_OFFSET fuzzing
[RFC v3 0/9] kgdb: NMI/FIQ support for ARM
2014-06-19 10:38 UTC (15+ messages)
` [PATCH v4 00/13] "
` [PATCH v4 01/13] arm: fiq: Add callbacks to manage FIQ routings
` [PATCH v4 02/13] arm: fiq: Allow EOI to be communicated to the intc
` [PATCH v4 03/13] irqchip: gic: Provide support for interrupt grouping
` [PATCH v4 04/13] irqchip: gic: Add support for FIQ management
` [PATCH v4 05/13] irqchip: gic: Remove spin locks from eoi_irq
` [PATCH v4 06/13] irqchip: vic: Add support for FIQ management
` [PATCH v4 07/13] ARM: Move some macros from entry-armv to entry-header
` [PATCH v4 08/13] ARM: Add KGDB/KDB FIQ debugger generic code
` [PATCH v4 09/13] serial: amba-pl011: Pass FIQ information to KGDB
` [PATCH v4 10/13] serial: asc: Add support for KGDB's FIQ/NMI mode
` [PATCH v4 11/13] serial: asc: Adopt readl_/writel_relaxed()
` [PATCH v4 12/13] serial: imx: clean up imx_poll_get_char()
` [PATCH v4 13/13] serial: imx: Add support for KGDB's FIQ/NMI mode
[PATCH 0/4] arm64: simplify restrictions on bootloaders
2014-06-19 10:25 UTC (8+ messages)
` [PATCH 3/4] arm64: export effective Image size to bootloaders
` [PATCH] arm64: Add byte order to image header
` [PATCH] arm64: Add new file asm/image.h
The problem of fixing the obvious problem
2014-06-19 10:17 UTC (2+ messages)
[PATCH 00/14] KVM GICv3 emulation
2014-06-19 9:45 UTC (15+ messages)
` [PATCH 01/14] arm/arm64: KVM: rework MPIDR assignment and add accessors
` [PATCH 02/14] arm/arm64: KVM: pass down user space provided GIC type into vGIC code
` [PATCH 03/14] arm/arm64: KVM: refactor vgic_handle_mmio() function
` [PATCH 04/14] arm/arm64: KVM: wrap 64 bit MMIO accesses with two 32 bit ones
` [PATCH 05/14] arm/arm64: KVM: introduce per-VM ops
` [PATCH 06/14] arm/arm64: KVM: make the maximum number of vCPUs a per-VM value
` [PATCH 07/14] arm/arm64: KVM: make the value of ICC_SRE_EL1 a per-VM variable
` [PATCH 08/14] arm/arm64: KVM: refactor MMIO accessors
` [PATCH 09/14] arm/arm64: KVM: split GICv2 specific emulation code from vgic.c
` [PATCH 10/14] arm/arm64: KVM: add opaque private pointer to MMIO accessors
` [PATCH 11/14] arm/arm64: KVM: add virtual GICv3 distributor emulation
` [PATCH 12/14] arm/arm64: KVM: add SGI system register trapping
` [PATCH 13/14] arm/arm64: KVM: enable kernel side of GICv3 emulation
` [PATCH 14/14] arm/arm64: KVM: allow userland to request a virtual GICv3
[PATCH linux-next] ARM: shmobile: rcar-gen2: update call to dma_contiguous_reserve_area
2014-06-19 9:31 UTC
[PATCH v4 0/6] ARM generic idle states
2014-06-19 9:30 UTC (18+ messages)
` [PATCH v4 1/6] Documentation: arm: define DT idle states bindings
` [PATCH v4 5/6] drivers: cpuidle: CPU idle ARM64 driver
[PATCH v2 00/20] ARM: sunxi: Introduce Allwinner A23 (sun8i) support
2014-06-19 9:28 UTC (8+ messages)
` [PATCH v2 11/20] clk: sunxi: Add A23 clocks support
` [PATCH v2 12/20] clk: sunxi: Add A23 APB0 support to sun6i-a31-apb0-clk
[PATCH 1/3] ARM: dts: mbimxsd25: cmo-qvga: Fix lcd regulator
2014-06-19 9:24 UTC (3+ messages)
` [PATCH 3/3] video: imxfb: Fix lcd_ops .set_power on/off inversion
[PATCH v2 0/9] arm/arm64: KVM: dynamic VGIC sizing
2014-06-19 9:21 UTC (10+ messages)
` [PATCH v2 1/9] KVM: ARM: vgic: plug irq injection race
` [PATCH v2 2/9] arm/arm64: KVM: vgic: switch to dynamic allocation
` [PATCH v2 3/9] arm/arm64: KVM: vgic: Parametrize VGIC_NR_SHARED_IRQS
` [PATCH v2 4/9] arm/arm64: KVM: vgic: kill VGIC_MAX_CPUS
` [PATCH v2 5/9] arm/arm64: KVM: vgic: handle out-of-range MMIO accesses
` [PATCH v2 6/9] arm/arm64: KVM: vgic: kill VGIC_NR_IRQS
` [PATCH v2 7/9] arm/arm64: KVM: vgic: delay vgic allocation until init time
` [PATCH v2 8/9] arm/arm64: KVM: vgic: make number of irqs a configurable attribute
` [PATCH v2 9/9] arm64: KVM: vgic: deal with GIC sub-page alignment
[PATCH v5 00/20] arm64: GICv3 support
2014-06-19 9:19 UTC (21+ messages)
` [PATCH v5 01/20] ARM: GIC: move some bits of GICv2 to a library-type file
` [PATCH v5 02/20] arm64: initial support for GICv3
` [PATCH v5 03/20] arm64: GICv3 device tree binding documentation
` [PATCH v5 04/20] arm64: boot protocol documentation update for GICv3
` [PATCH v5 05/20] KVM: arm/arm64: vgic: move GICv2 registers to their own structure
` [PATCH v5 06/20] KVM: ARM: vgic: introduce vgic_ops and LR manipulation primitives
` [PATCH v5 07/20] KVM: ARM: vgic: abstract access to the ELRSR bitmap
` [PATCH v5 08/20] KVM: ARM: vgic: abstract EISR bitmap access
` [PATCH v5 09/20] KVM: ARM: vgic: abstract MISR decoding
` [PATCH v5 10/20] KVM: ARM: vgic: move underflow handling to vgic_ops
` [PATCH v5 11/20] KVM: ARM: vgic: abstract VMCR access
` [PATCH v5 12/20] KVM: ARM: vgic: introduce vgic_enable
` [PATCH v5 13/20] KVM: ARM: introduce vgic_params structure
` [PATCH v5 14/20] KVM: ARM: vgic: split GICv2 backend from the main vgic code
` [PATCH v5 15/20] KVM: ARM: vgic: revisit implementation of irqchip_in_kernel
` [PATCH v5 16/20] arm64: KVM: remove __kvm_hyp_code_{start, end} from hyp.S
` [PATCH v5 17/20] arm64: KVM: split GICv2 world switch from hyp code
` [PATCH v5 18/20] arm64: KVM: move HCR_EL2.{IMO, FMO} manipulation into the vgic switch code
` [PATCH v5 19/20] KVM: ARM: vgic: add the GICv3 backend
` [PATCH v5 20/20] arm64: KVM: vgic: add GICv3 world switch
[PATCH] clocksource: exynos-mct: Register the timer for stable udelay
2014-06-19 9:07 UTC (4+ messages)
[PATCH 5/5] arm: exynos: Add MCPM call-back functions
2014-06-19 8:56 UTC (9+ messages)
` [PATCH v2 2/3] "
[PATCH v3 RESEND] drm/i2c: tda998x: Fix lack of required reg in DT documentation
2014-06-19 8:47 UTC
[PATCH v7 0/4] net: Add APM X-Gene SoC Ethernet driver support
2014-06-19 8:46 UTC (6+ messages)
` [PATCH v7 1/4] MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver
` [PATCH v7 2/4] Documentation: dts: Add bindings "
` [PATCH v7 3/4] "
` [PATCH v7 4/4] drivers: net: Add APM X-Gene SoC ethernet driver support
[PATCH 0/9] Serial ATA support for NVIDIA Tegra124
2014-06-19 8:36 UTC (10+ messages)
` [PATCH 6/9] ARM: tegra: Export tegra_powergate_power_on
[PATCH] ARM: /proc/cpuinfo: Use DT machine name when possible
2014-06-19 8:21 UTC (15+ messages)
[PATCH v3 -next 0/9] CMA: generalize CMA reserved area management code
2014-06-19 8:18 UTC (7+ messages)
` [PATCH v3 -next 4/9] DMA, CMA: support arbitrary bitmap granularity
[PATCH] ARM: msm: Update the references to DEBUG_MSM_UARTx
2014-06-19 8:16 UTC (3+ messages)
` [PATCH v2] "
[PATCH v2 0/7] drm: add support for Atmel HLCDC Display Controller
2014-06-19 7:54 UTC (7+ messages)
` [PATCH v2 4/7] ARM: at91/dt: split sama5d3 lcd pin definitions to match RGB mode configs
` [PATCH v2 7/7] ARM: at91/dt: enable the LCD panel on sama5d3xek boards
[PATCH] of: Check for phys_addr_t overflows in early_init_dt_add_memory_arch
2014-06-19 7:43 UTC (4+ messages)
[PATCH 0/2] add ahci_platform_get_of_property
2014-06-19 7:39 UTC (7+ messages)
` [PATCH RFC 1/2] libahci_platform: "
[PATCH v7][ 1/5] video: mx3fb: Use devm_kzalloc
2014-06-19 6:58 UTC (3+ messages)
` [PATCH v7][ 3/5] video: mx3fb: Introduce regulator support
[PATCH v4] ARM: fix debug prints relevant to PCI devices
2014-06-19 6:36 UTC
[PATCH v2] ARM: dts: exynos4: fix pwm-cells in pwm node
2014-06-19 6:07 UTC (2+ messages)
[PATCH] clk/exynos5250: fix bit number for tv sysmmu clock
2014-06-19 6:05 UTC (2+ messages)
[PATCH v4 00/14] ARM/ARM64: KVM: big endian host support
2014-06-19 5:43 UTC (9+ messages)
` [PATCH v4 12/14] ARM64: KVM: vgic_elrsr and vgic_eisr need to be byteswapped in BE case
` [PATCH v4 14/14] ARM64: KVM: fix big endian issue in access_vm_reg for 32bit guest
[PATCH] i2c: s3c2410: resume the I2C controller earlier
2014-06-19 5:23 UTC (2+ messages)
[PATCH] i2c: exynos5: Properly use the "noirq" variants of suspend/resume
2014-06-19 5:21 UTC
[PATCHv2 0/3] cpufreq: Use cpufreq-cpu0 driver for Exynos3250
2014-06-19 4:26 UTC (3+ messages)
[PATCH v6 0/6] cpufreq: use generic cpufreq drivers for exynos platforms
2014-06-19 4:13 UTC (3+ messages)
[PATCH v2 0/2] arm: dts: add support for am437x sk
2014-06-19 4:02 UTC (17+ messages)
` [PATCH v2 1/2] arm: dts: am4372: let boards enable RTC and Watchdog
` [PATCH v2 2/2] arm: dts: add support for AM437x StarterKit
[PATCH v3 0/3] Qualcomm Resource Power Manager driver
2014-06-19 3:55 UTC (7+ messages)
Build error - vmlinux.lds [Re: linux-next: Tree for Jun 18]
2014-06-19 3:40 UTC (5+ messages)
[PATCH RFC v2 0/3] Add support for Hisilicon SMMU architecture
2014-06-19 1:58 UTC (8+ messages)
` [PATCH RFC v2 3/3] documentation/iommu: Add description of Hisilicon SMMU private binding
[PATCH v8 0/4] arm: dirty page logging support for ARMv7
2014-06-19 1:31 UTC (5+ messages)
` [PATCH v8 1/4] arm: add ARMv7 HYP API to flush VM TLBs without address param
` [PATCH v8 2/4] arm: dirty page logging inital mem region write protect (w/no huge PUD support)
` [PATCH v8 3/4] arm: dirty log write protect management support
` [PATCH v8 4/4] arm: dirty page logging 2nd stage page fault handling support
[PATCH v4 06/11] ARM: EXYNOS: Add support for mapping PMU base address via DT
2014-06-19 0:06 UTC (5+ messages)
` [PATCH RFC] mfd: syscon: Decouple syscon interface from syscon devices
[PATCH v6 4/4] drivers: net: Add APM X-Gene SoC ethernet driver support
2014-06-18 23:46 UTC (5+ messages)
[PATCH] cpuidle: mvebu: Fix the name of the states
2014-06-18 23:32 UTC (2+ messages)
PATCH v3 0/4] edac: Add APM X-Gene SoC EDAC driver
2014-06-18 23:30 UTC (10+ messages)
` [PATCH v3 1/4] MAINTAINERS: Add entry for "
` [PATCH v3 2/4] Documentation: Add documentation for the APM X-Gene SoC EDAC DTS binding
` [PATCH v3 3/4] edac: Add APM X-Gene SoC EDAC driver
[RFC PATCH 0/4] Tegra124: EMC scaling
2014-06-18 23:24 UTC (15+ messages)
` [RFC PATCH 1/4] memory: tegra124-emc: Add EMC driver
[PATCH v3] ARM: fix debug prints relevant to PCI devices
2014-06-18 21:56 UTC (2+ messages)
[PATCH v8 0/3] R-Car Gen2 PCIe host driver
2014-06-18 21:51 UTC (3+ messages)
` [PATCH v8 1/3] PCI: host: rcar: Add Renesas R-Car PCIe driver
[PATCH] ARM: zImage: ensure header in LE format for BE8 kernels
2014-06-18 21:35 UTC (7+ messages)
[PATCH v11 0/7] ASoC: fsl-ssi: ac97-slave support
2014-06-18 21:19 UTC (4+ messages)
` [PATCH v11 2/8] ASoC: core: Generic ac97 link reset functions
[PATCH] regmap: Add Kconfig option for debugfs register writes
2014-06-18 21:01 UTC (3+ messages)
[PATCH] arm: ptrace: fix syscall modification under PTRACE_O_TRACESECCOMP
2014-06-18 20:51 UTC (2+ messages)
[PATCH] omap3-n900.dts: Rename model name to "Nokia RX-51 board"
2014-06-18 20:43 UTC (4+ messages)
[PATCH v2 0/4] brcmfmac: OOB interrupt support
2014-06-18 20:38 UTC (3+ messages)
` [PATCH v2 4/4] brcmfmac: Fix OOB interrupt not working for BCM43362
[PATCH] ARM64: implement TASK_SIZE_OF
2014-06-18 20:10 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).