All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-12-24 14:15:55 to 2013-12-24 15:41:51 UTC [more...]

[PATCH 0/6] Preliminary SoC and board integration for RSPI on RZ/A1H
 2013-12-24 15:41 UTC  (5+ messages)
` [PATCH 3/6] ARM: shmobile: r7s72100: Add RSPI resources

[Qemu-devel] [V3 PATCH 00/14] target-ppc: Base ISA V2.06 for Power7/Power8
 2013-12-24 15:41 UTC  (19+ messages)
` [Qemu-devel] [V3 PATCH 01/14] target-ppc: Add Flag for Power ISA V2.06
` [Qemu-devel] [V3 PATCH 02/14] target-ppc: Add ISA2.06 bpermd Instruction
` [Qemu-devel] [V3 PATCH 03/14] target-ppc: Add ISA2.06 divdeu[o] Instructions
` [Qemu-devel] [V3 PATCH 04/14] target-ppc: Add ISA2.06 divde[o] Instructions
` [Qemu-devel] [V3 PATCH 05/14] target-ppc: Add ISA 2.06 divwe[u][o] Instructions
` [Qemu-devel] [V3 PATCH 06/14] target-ppc: Add ISA2.06 lbarx, lharx Instructions
` [Qemu-devel] [V3 PATCH 07/14] target-ppc: Add ISA 2.06 stbcx. and sthcx. Instructions
` [Qemu-devel] [V3 PATCH 08/14] target-ppc: Add ISA2.06 Float to Integer Instructions
` [Qemu-devel] [V3 PATCH 09/14] target-ppc: Add ISA 2.06 fcfid[u][s] Instructions

[PATCH] regulator: act8865: Rmove unneeded regulator_unregister() calls
 2013-12-24 15:41 UTC 

[PATCH] mtd: nand: pxa3xx: Add "armada370-nand" compatible
 2013-12-24 15:40 UTC 

[PATCH v7 06/19] xen: implement an early timer for Xen PVH
 2013-12-24 15:40 UTC  (14+ messages)
` [PATCH v7 15/19] xen: create a Xen nexus to use in PV/PVH
  ` [PATCH v7 02/19] xen: add macro to detect if running as Dom0
  ` [PATCH v7 03/19] xen: add and enable Xen console for PVH guests
  ` [PATCH v7 05/19] xen: rework xen timer so it can be used early in boot process
  ` [PATCH v7 08/19] xen: use the same hypercall mechanism for XEN and XENHVM
  ` [PATCH v7 09/19] xen: add a apic_enumerator for PVH
  ` [PATCH v7 11/19] xen: changes to hvm code in order to support PVH guests
  ` [PATCH v7 12/19] xen: add a hook to perform AP startup
  ` [PATCH v7 13/19] xen: introduce flag to disable the local apic
  ` [PATCH v7 14/19] xen: introduce a dummy pvcpu device
  ` [PATCH v7 16/19] xen: add shutdown hook for PVH

[Qemu-devel] vhost-net issue: does not survive reboot on ppc64
 2013-12-24 15:43 UTC  (9+ messages)

[PATCH net-next 0/2] mlx4_en: Add PTP support
 2013-12-24 15:38 UTC  (6+ messages)
` [PATCH net-next 1/2] mlx4_en: Add PTP hardware clock

[PATCH v2 01/20] net: slight optimization of addr compare for some modules
 2013-12-24 15:22 UTC  (8+ messages)

[PATCH V1 0/7] Fix imx6 fec interrupts
 2013-12-24 15:34 UTC  (4+ messages)
` [PATCH V1 1/7] ARM: dts: imx: pinfunc: add MX6QDL_PAD_GPIO_6__ENET_IRQ

[U-Boot] [PATCH 1/6] mx6: soc: Staticize set_vddsoc()
 2013-12-24 15:30 UTC  (3+ messages)
` [U-Boot] [PATCH 6/6] mx6: soc: Disable VDDPU regulator

[PATCH 0/3] softirq: possible speedup and neatenings
 2013-12-24 15:27 UTC  (4+ messages)
` [PATCH 3/3] softirq: Use const char * const for softirq_to_name, whitespace neatening

[PATCH] mm/thp: fix vmas tear down race with thp splitting
 2013-12-24 15:21 UTC  (3+ messages)

[Qemu-devel] [PULL 00/32] ppc patch queue 2013-12-20
 2013-12-24 15:19 UTC  (4+ messages)

[ANNOUNCE] 3.12.6-rt9
 2013-12-24 15:15 UTC  (2+ messages)
` 3.12.6-rt9 build failure

[PATCH v4 00/15] Add support for MSM's mmio clock/reset controller
 2013-12-24 15:07 UTC  (4+ messages)
` [PATCH v4 03/15] clk: Add regmap core helpers for enable/disable/is_enabled

[PATCH -tip 0/3] perf-probe: Dwarf support for uprobes
 2013-12-24 15:03 UTC  (10+ messages)
` [PATCH -tip 3/3] perf-probe: Use the actual address as a hint "
                `  "

[PATCH] ipc: whitespace cleanup
 2013-12-24 15:02 UTC 

randconfig build error with next-20131224, in drivers/staging/media/sn9c102
 2013-12-24 14:57 UTC 

KVM call agenda for 2013-12-24
 2013-12-24 14:52 UTC  (3+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH v2 0/9] target-sh4: optimizations and cleanups
 2013-12-24 14:49 UTC  (15+ messages)
` [Qemu-devel] [PATCH v2 3/9] target-sh4: optimize addc using add2
` [Qemu-devel] [PATCH v2 4/9] target-sh4: optimize subc using sub2
` [Qemu-devel] [PATCH v2 5/9] target-sh4: optimize negc using add2 and sub2
` [Qemu-devel] [PATCH v2 6/9] target-sh4: split out Q and M from of SR and optimize div1
` [Qemu-devel] [PATCH v2 7/9] target-sh4: factorize fmov implementation
` [Qemu-devel] [PATCH v2 8/9] target-sh4: remove dead code
` [Qemu-devel] [PATCH v2 9/9] target-sh4: simplify tas instruction

[Qemu-devel] [PATCH 0/5] miscellaneous minor cocoa UI patches
 2013-12-24 14:46 UTC  (4+ messages)

[PATCH] megaraid_sas: Quirk mmio hook for 1078 MR controller
 2013-12-24 14:46 UTC  (4+ messages)

[Qemu-devel] [RFC PATCH] smp: autodetect numbers of threads per core
 2013-12-24 14:42 UTC  (6+ messages)
` [Qemu-devel] [Qemu-ppc] "

[PATCH 1/2] TTY: pmac_zilog, check existence of ports in pmz_console_init()
 2013-12-24 14:39 UTC  (2+ messages)

[PATCH] Add the LED burst trigger
 2013-12-24 14:30 UTC 

[PATCH v2] fec: Do not assume that PHY reset is active low
 2013-12-24 14:38 UTC  (2+ messages)

[PATCH] pulseaudio: rescale input being passed to float method of speex
 2013-12-24 14:37 UTC 

intel_pstate divide error with v3.13-rc4-256-gb7000ad
 2013-12-24 14:36 UTC 

[PATCHv5] dmaengine: Add support for BCM2835
 2013-12-24 14:31 UTC  (4+ messages)

[Bug 73014] New: tahiti ways slower than juniper in dota2
 2013-12-24 14:32 UTC 

firmware: new "platform microcode" warning in v3.13-rc1+
 2013-12-24 14:32 UTC  (3+ messages)

[meta-systemd] connman: follow oe-core to 1.20
 2013-12-24 14:31 UTC  (2+ messages)

[Qemu-devel] [Bug 1260555] [NEW] qemu-system-sparc UI doesn't work with Cocoa and Sun ROM
 2013-12-24 14:28 UTC  (3+ messages)

[GIT PULL 0/4] Third Round of Renesas SH SCI Updates for v3.14
 2013-12-24 14:30 UTC  (10+ messages)
` [PATCH 1/4] serial: sh-sci: Remove platform data scbrr_algo_id field
` [PATCH 2/4] serial: sh-sci: Remove platform data mapbase and irqs fields
` [PATCH 3/4] serial: sh-sci: Add device tree bindings documentation
` [PATCH 4/4] serial: sh-sci: Add OF support

[GIT PULL] cgroup fixes for v3.13-rc5
 2013-12-24 14:29 UTC  (2+ messages)

[GIT PULL 0/3] Renesas SH based SoC Updates for v3.14
 2013-12-24 14:29 UTC  (8+ messages)
` [PATCH 1/3] sh: Declare SCIF register base and IRQ as resources
` [PATCH 2/3] sh: sh772[34]: Set serial port sampling rate to 8 for SCIFA ports
` [PATCH 3/3] sh: Don't set plat_sci_port scbrr_algo_id field

[PATCH 00/15] Enable compilation of various Renesas drivers with COMPILE_TEST
 2013-12-24 14:26 UTC  (7+ messages)
` [PATCH 03/15] serial: sh-sci: Restrict non-COMPILE_TEST compilation

[PATCH 1/3] ARM: shmobile: armadillo: Fix coherent DMA mask
 2013-12-24 14:26 UTC  (2+ messages)

[Qemu-devel] [Bug 1262081] [NEW] qemu-system-sparc in qemu 1.7.0 fails to boot with Sun ROM
 2013-12-24 14:22 UTC  (6+ messages)
` [Qemu-devel] [Bug 1262081] "
  ` [Qemu-devel] [Bug 1262081] "

[GIT PULL] percpu fixes for v3.13-rc5
 2013-12-24 14:23 UTC 

Piglit in Poky
 2013-12-24 14:22 UTC  (2+ messages)

[GIT PULL] libata fixes for v3.13-rc5
 2013-12-24 14:21 UTC 

[GIT PULL 00/21] Third Round of Renesas ARM Based SoC DT Updates for v3.14
 2013-12-24 14:19 UTC  (44+ messages)
` [PATCH 01/21] ARM: shmobile: armadillo: dts: Add PWM backlight power supply
` [PATCH 02/21] ARM: shmobile: armadillo: dts: Add PWM backlight enable GPIO
` [PATCH 10/21] ARM: shmobile: Sync Lager DTS with Lager reference DTS
` [PATCH 03/21] ARM: shmobile: r8a73a4: Specify PFC interrupts in DT
` [PATCH 04/21] ARM: shmobile: r8a7740: "
` [PATCH 11/21] ARM: shmobile: Sync Koelsch DTS with Koelsch reference DTS
` [PATCH 05/21] ARM: shmobile: sh73a0: Specify PFC interrupts in DT
` [PATCH 12/21] ARM: shmobile: lager: Specify external clock frequency "
` [PATCH 06/21] ARM: shmobile: armadillo: dts: Add gpio-keys device
` [PATCH 13/21] ARM: shmobile: koelsch: Specify external clock frequency in DT
` [PATCH 14/21] ARM: shmobile: Remove Lager reference DTS
` [PATCH 07/21] ARM: shmobile: r8a7790: Add clocks
` [PATCH 08/21] ARM: shmobile: r8a7790: Reference clocks
` [PATCH 15/21] ARM: shmobile: Remove Koelsch reference DTS
` [PATCH 09/21] ARM: shmobile: r8a7791: Add clocks
` [PATCH 16/21] ARM: shmobile: r8a7790: Add MSIOF clocks in device tree
` [PATCH 17/21] ARM: shmobile: r8a7791: "
` [PATCH 18/21] ARM: shmobile: r8a7790: Add QSPI module clock "
` [PATCH 19/21] ARM: shmobile: r8a7791: "
` [PATCH 20/21] ARM: shmobile: r8a7790: Add SSI clocks "
` [PATCH 21/21] ARM: shmobile: r8a7791: "

[Qemu-devel] examples or tutorial/docs for writing block drivers for qemu
 2013-12-24 14:18 UTC  (2+ messages)

[GIT PULL 00/12] Second Round of Renesas ARM based SoC Board updates for v3.14
 2013-12-24 14:18 UTC  (26+ messages)
` [PATCH 01/12] ARM: shmobile: koelsch: Add DU device
` [PATCH 02/12] ARM: shmobile: Koelsch: add Ether support
` [PATCH 03/12] ARM: shmobile: armadillo: Set backlight enable GPIO
` [PATCH 04/12] ARM: shmobile: lager-reference: Enable multiplaform kernel support
` [PATCH 05/12] ARM: shmobile: koelsch-reference: Remove duplicate CCF initialization
` [PATCH 06/12] ARM: shmobile: lager-reference: Instantiate clkdevs for SCIF and CMT
` [PATCH 07/12] ARM: shmobile: koelsch-reference: "
` [PATCH 08/12] ARM: shmobile: Remove non-multiplatform Lager reference support
` [PATCH 09/12] ARM: shmobile: Remove non-multiplatform Koelsch "
` [PATCH 10/12] ARM: shmobile: Let Lager multiplatform boot with Lager DTB
` [PATCH 11/12] ARM: shmobile: Let Koelsch multiplatform boot with Koelsch DTB
` [PATCH 12/12] ARM: shmobile: mackerel: Fix USBHS pinconf entry

[PATCH] fec: Do not assume that PHY reset is active low
 2013-12-24 14:16 UTC 

[GIT PULL 00/29] Third Round of Renesas ARM Based SoC Updates for v3.14
 2013-12-24 14:16 UTC  (30+ messages)
` [PATCH 15/29] ARM: shmobile: r8a7740: Declare SCIF register base and IRQ as resources
` [PATCH 16/29] ARM: shmobile: r8a7779: "
` [PATCH 17/29] ARM: shmobile: sh7372: Don't set plat_sci_port scbrr_algo_id field
` [PATCH 18/29] ARM: shmobile: r8a7778: Declare SCIF register base and IRQ as resources
` [PATCH 19/29] ARM: shmobile: r8a7791: "
` [PATCH 20/29] ARM: shmobile: r8a7790: "
` [PATCH 21/29] ARM: shmobile: sh73a0: Don't set plat_sci_port scbrr_algo_id field
` [PATCH 22/29] ARM: shmobile: r7s72100: "
` [PATCH 23/29] ARM: shmobile: r8a7778: "
` [PATCH 24/29] ARM: shmobile: r8a73a4: "
` [PATCH 25/29] ARM: shmobile: r8a7740: "
` [PATCH 26/29] ARM: shmobile: r8a7790: "
` [PATCH 27/29] ARM: shmobile: r8a7779: "
` [PATCH 28/29] ARM: shmobile: r8a7791: "
` [PATCH 29/29] arm: shmobile: r7s72100: add i2c clocks


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.