All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-07-09 23:22:52 to 2013-07-10 01:50:39 UTC [more...]

[Qemu-devel] [PATCH 6/9] vhost-scsi: new device supporting the tcm_vhost Linux kernel module
 2013-07-10  1:50 UTC  (10+ messages)

[PATCH] kernel/params.c: print failure information instead of 'KOBJ_ADD' to user space, when sysfs_create_file() fails
 2013-07-09  8:07 UTC  (2+ messages)

[PATCH v2 3/7] backlight: Add ROHM BD6107 backlight driver
 2013-07-10  1:49 UTC  (2+ messages)

[PATCH] virtio-net: put virtio net header inline with data
 2013-07-09  8:08 UTC  (4+ messages)

3.9-rc6 ext4: free_rb_tree_fname oops
 2013-07-10  2:06 UTC  (3+ messages)

[Bug 64201] New: OpenCL usage result segmentation fault on r600g with HD6850
 2013-07-10  1:47 UTC  (2+ messages)
` [Bug 64201] "

[Qemu-devel] virtio indirect with lots of descriptors
 2013-07-10  1:46 UTC  (2+ messages)
`  "

[PATCH 0/2] powerpc/math-emu: two minor cleanup patches for math.c
 2013-07-10  1:43 UTC  (3+ messages)
` [PATCH 1/2] powerpc/math-emu: remove the dead code in math.c
` [PATCH 2/2] powerpc/math-emu: remove the unneeded check for CONFIG_MATH_EMULATION "

lgdt3304
 2013-07-10  1:40 UTC  (7+ messages)

[LTP] [PATCH] cron02: Use lib to restart crond service
 2013-07-10  1:40 UTC  (2+ messages)

[PATCH 0/4] optimization/fix/cleanup in pci_assign_unassigned_resources
 2013-07-10  1:36 UTC  (11+ messages)
` [PATCH 1/4] PCI: optimize pci_bus_get_depth() by enumerating on pci bus hierachy
` [PATCH 4/4] PCI: fix the io resource alignment calculation in pbus_size_io()

Error
 2013-07-10  1:30 UTC 

[Bug 66425] New: "failed testing IB on ring 5" when suspending to disk
 2013-07-10  1:29 UTC  (2+ messages)
` [Bug 66425] "

[PATCH 1/4] ARM: shmobile: r8a7778: add usb phy power control function
 2013-07-10  1:27 UTC  (4+ messages)

[Ocfs2-devel] [PATCH] ocfs2/refcounttree: add the missing NULL check of the return value of find_or_create_page()
 2013-07-10  1:26 UTC  (4+ messages)
    `  "

[PATCH 00/12] Implement NFSv4 delegations, take 8
 2013-07-10  1:26 UTC  (13+ messages)
` [PATCH 01/12] vfs: pull ext4's double-i_mutex-locking into common code
` [PATCH 12/12] locks: break delegations on any attribute modification

[PATCH 0/5]add nss for LSB library check
 2013-07-10  1:26 UTC  (5+ messages)
` [PATCH 3/5] nss: add version 3.15.1

[Information] gcc '-O2' may skip some of uninitialized variables warnings (exist almost 10 years)
 2013-07-10  1:04 UTC 

[U-Boot] [PATCH] net: ftmac110: cosmetics and cleanup
 2013-07-10  1:25 UTC  (5+ messages)
` [U-Boot] [PATCH v2 0/3] "
  ` [U-Boot] [PATCH v2 1/3] net: ftmac110: Update license statement
  ` [U-Boot] [PATCH v2 2/3] net: ftmac110: struct ftmac110_regs __iomem * -> struct ftmac110_regs *
  ` [U-Boot] [PATCH v2 3/3] net: ftmac110: Update tx/rx descriptor format

linux-next: manual merge of the ceph tree with Linus' tree
 2013-07-10  1:24 UTC 

[PATCH 00/02] ARM: shmobile: r8a7790 arch timer frequency update
 2013-07-10  1:23 UTC  (8+ messages)
` [PATCH 01/02] ARM: shmobile: Introduce r8a7790_read_mode_pins()

[PATCH v2 0/7] Backlight drivers for SH and ARM SH-Mobile boards
 2013-07-10  1:22 UTC  (3+ messages)

[RFC PATCH 0/5] Support multiple pages allocation
 2013-07-10  1:20 UTC  (10+ messages)

poky and gnuradio
 2013-07-10  1:18 UTC  (3+ messages)

[PATCH v4 5/7] mmc: SDHI: add DT compatibility strings for further SoCs
 2013-07-10  1:18 UTC  (6+ messages)

[PATCH v3 0/7] ARM: shmobile: DMAC, MMCIF and SDHI for H2 and APE6
 2013-07-10  1:18 UTC  (9+ messages)
` [PATCH v3 5/7] mmc: SDHI: add DT compatibility strings for further SoCs

[PATCH REPOST] kexec: return error of machine_kexec() fails
 2013-07-10  1:14 UTC  (3+ messages)

[U-Boot] [PATCH 00/17] usb: mv_udc: Cleanup and cache ops
 2013-07-10  1:16 UTC  (18+ messages)
` [U-Boot] [PATCH 01/17] usb: mv_udc: Unbreak the mv_udc driver
` [U-Boot] [PATCH 02/17] usb: mv_udc: Clean up mv_udc.h
` [U-Boot] [PATCH 03/17] usb: mv_udc: Move endpoint array into driver data
` [U-Boot] [PATCH 04/17] usb: mv_udc: Clean up the EP initialization
` [U-Boot] [PATCH 05/17] usb: ehci: Split out struct ehci_ctrl definition
` [U-Boot] [PATCH 06/17] usb: mv_udc: Make use of struct ehci_ctrl
` [U-Boot] [PATCH 07/17] usb: mv_udc: Clean up the initial variable check
` [U-Boot] [PATCH 08/17] usb: mv_udc: Remove QH_MAXNUM macro
` [U-Boot] [PATCH 09/17] usb: mv_udc: Init mv_drv.gadget.ops statically
` [U-Boot] [PATCH 10/17] usb: mv_udc: Move QH and qTD into mv_drv
` [U-Boot] [PATCH 11/17] usb: mv_udc: Properly align the endpoint QH and qTD list
` [U-Boot] [PATCH 12/17] usb: mv_udc: Add cacheline length check
` [U-Boot] [PATCH 13/17] usb: mv_udc: Implement better QH accessor
` [U-Boot] [PATCH 14/17] usb: mv_udc: Improve allocation of qTD items
` [U-Boot] [PATCH 15/17] usb: mv_udc: Implement better qTD item accessor
` [U-Boot] [PATCH 16/17] usb: mv_udc: Add proper cache management
` [U-Boot] [PATCH 17/17] usb: mv_udc: Add bounce buffer

[PATCH] pinctrl: sh-pfc: fix SDHI0 VccQ regulator on sh73a0 with DT
 2013-07-10  1:15 UTC  (2+ messages)

Using valgrind_osd option
 2013-07-10  1:15 UTC  (2+ messages)

[PATCH 00/04] ARM: shmobile: Random header and makefile cleanups
 2013-07-10  1:14 UTC  (13+ messages)
` [PATCH 01/04] ARM: shmobile: No need to use INTC header on r8a7779
` [PATCH 02/04] ARM: shmobile: Use pm-rmobile on sh7372 and r8a7740 only
` [PATCH 03/04] ARM: shmobile: No need to use INTC demux on r8a7740
` [PATCH 04/04] ARM: shmobile: Remove unused mach/dma.h

[Qemu-devel] [PATCH 0/4] alpha-softmmu fixes
 2013-07-09 17:43 UTC  (2+ messages)

[PATCH] ARM: mach-shmobile: select the fixed regulator driver on several boards
 2013-07-10  1:11 UTC  (2+ messages)
` [PATCH] ARM: mach-shmobile: select the fixed regulator driver on BockW

[PATCH] ARM: shmobile: r8a7778: remove r8a7778_init_irq()
 2013-07-10  1:10 UTC  (2+ messages)

[PATCH V2 00/11] ARM: tegra114: add support for system suspend
 2013-07-10  1:06 UTC  (5+ messages)
` [PATCH V2 10/11] ARM: dts: tegra114: dalmore: add GPIO power key support

[Ocfs2-devel] [PATCH] ocfs2: update inode size after zeroed the hole
 2013-07-10  1:03 UTC 

[PATCH] ARM: shmobile: Add SMSC ethernet chip to KZM9D DT reference
 2013-07-10  1:03 UTC  (6+ messages)

NSA310 + DT
 2013-07-10  1:01 UTC  (4+ messages)

[Qemu-devel] [PATCH] s390: Async page fault control
 2013-07-10  0:59 UTC  (3+ messages)
` [Qemu-devel] [PATCH] Enable async page faults

[PATCH v3 2/2] ARM: shmobile: ape6evm-reference: add CPUFreq support
 2013-07-10  0:59 UTC  (2+ messages)

[PATCH v3 1/2] ARM: shmobile: ape6evm: add DT reference
 2013-07-10  0:58 UTC  (2+ messages)

PageDirty check in mk_pte for s390
 2013-07-10  0:54 UTC  (2+ messages)

WARNING: at drivers/iommu/dmar.c:484 warn_invalid_dmar with Intel Motherboard
 2013-07-10  0:53 UTC  (13+ messages)

[PATCH] ARM: shmobile: Fix EMEV2 clock comment typo
 2013-07-10  0:52 UTC  (3+ messages)

[U-Boot] [PATCH] video: Allocate the MXSFB framebuffer aligned
 2013-07-10  0:52 UTC 

[PATCH] ARM: shmobile: Minor update for the Lager DT reference code
 2013-07-10  0:51 UTC  (3+ messages)

[PATCH] ARM: shmobile: KZM9D DT reference implementation
 2013-07-10  0:50 UTC  (3+ messages)

[PATCH] ARM: kgdb: ignore breakpoint instructions from user mode
 2013-07-10  0:47 UTC 

[U-Boot] decompile u-boot.bin file
 2013-07-10  0:46 UTC 

[PATCH 4/4] ARM: shmobile: bockw: add USB Function support
 2013-07-10  0:46 UTC  (2+ messages)

[PATCH v3 7/7] ARM: shmobile: r8a7790: add MMCIF and SDHI DT templates
 2013-07-10  0:40 UTC  (2+ messages)

[PATCH v3 6/7] ARM: shmobile: r8a73a4: add MMCIF and SDHI DT templates
 2013-07-10  0:40 UTC  (2+ messages)

[PATCH v3 4/7] ARM: shmobile: lager: add MMCIF support
 2013-07-10  0:37 UTC  (2+ messages)

[PATCH v3 3/7] ARM: shmobile: ape6evm: add SDHI interfaces
 2013-07-10  0:37 UTC  (2+ messages)

[PATCH v3 2/7] ARM: shmobile: ape6evm: add MMCIF support
 2013-07-10  0:35 UTC  (2+ messages)

[PATCH] usb: phy: samsung-usb2: Toggle HSIC GPIO from device tree
 2013-07-10  0:34 UTC  (2+ messages)

[PATCH v3 1/7] ARM: shmobile: r8a73a4: add a DMAC platform device and clock for it
 2013-07-10  0:34 UTC  (2+ messages)

[PATCH 00/18][V7]: PVH xen: Phase I, Version 7 patches
 2013-07-10  0:33 UTC  (11+ messages)
` [PATCH 18/18] PVH xen: introduce vmx_pvh.c

[U-Boot] [RFC][PATCH] arm: Fix flush_dcache_range() on arm926
 2013-07-10  0:30 UTC 

[RFC v1] dracut.sh: Support early microcode loading
 2013-07-10  0:29 UTC  (2+ messages)

What's cooking in git.git (Jul 2013, #03; Tue, 9)
 2013-07-10  0:26 UTC  (2+ messages)

[RFC][PATCH] ARM: shmobile: bockw: add DT reference
 2013-07-10  0:25 UTC  (2+ messages)

QtMultimedia on i.MX6
 2013-07-10  0:25 UTC  (6+ messages)

[PATCH 0/3] xfs: remaining 3.11 merge patches
 2013-07-10  0:24 UTC  (4+ messages)
` [PATCH 1/3] xfs: update mount options documentation

[PATCH] remote-http: use argv-array
 2013-07-10  0:23 UTC  (8+ messages)
        ` [PATCH 1/3] add missing "format" function attributes
        ` [PATCH 2/3] use "sentinel" function attribute for variadic lists
        ` [PATCH 3/3] wt-status: use "format" function attribute for status_printf

Adding drm-intel-fixes branch to linux-next
 2013-07-10  0:17 UTC  (2+ messages)

[PATCH 1/8] powerpc/perf: Check that events only include valid bits on Power8
 2013-07-10  0:15 UTC  (4+ messages)
` [PATCH 2/8] powerpc/perf: Rework disable logic in pmu_disable()

[PATCH] bq24190_charger: Add support for TI BQ24190 Battery Charger
 2013-07-10  0:06 UTC 

[Bug 50594] New: VDPAU checks version of wrong DRM driver
 2013-07-10  0:14 UTC  (2+ messages)
` [Bug 50594] "

[PATCH] In tc-ematch.8, remove no-op .ti requests to prevent translation warnings
 2013-07-10  0:13 UTC 

[PATCH 2/2] KVM: PPC: Book3E: Get vcpu's last instruction for emulation
 2013-07-10  0:12 UTC  (4+ messages)

linux-next: reminder
 2013-07-10  0:07 UTC  (3+ messages)

[PATCH] perf tools: Fixup for removing -f option in perf record
 2013-07-10  0:07 UTC  (4+ messages)

[PATCH 2/2] KVM: PPC: Book3E: Get vcpu's last instruction for emulation
 2013-07-10  0:06 UTC  (4+ messages)

[PATCH] ACPI / scan: Always call acpi_bus_scan() for bus check notifications
 2013-07-10  0:11 UTC  (3+ messages)

[PATCH 2/2] KVM: PPC: Book3E: Emulate MCSRR0/1 SPR and rfmci instruction
 2013-07-10  0:00 UTC  (4+ messages)

[xen-unstable test] 18284: regressions - FAIL
 2013-07-10  0:00 UTC 

wl127x: Unable to associate with a WPA2-PSK AP
 2013-07-09 23:59 UTC  (12+ messages)

[U-Boot] [PATCH v3 0/7] ARMv7: Add HYP mode switching support
 2013-07-09 23:54 UTC  (8+ messages)
` [U-Boot] [PATCH v3 1/7] ARM: prepare armv7.h to be included from assembly source
` [U-Boot] [PATCH v3 2/7] ARM: add secure monitor handler to switch to non-secure state
` [U-Boot] [PATCH v3 3/7] ARM: add assembly routine "
` [U-Boot] [PATCH v3 4/7] ARM: switch to non-secure state during bootm execution
` [U-Boot] [PATCH v3 5/7] ARM: add SMP support for non-secure switch
` [U-Boot] [PATCH v3 6/7] ARM: extend non-secure switch to also go into HYP mode
` [U-Boot] [PATCH v3 7/7] ARM: VExpress: enable ARMv7 virt support for VExpress A15

[PATCH 1/7] audit: implement generic feature setting and retrieving
 2013-07-09 23:51 UTC  (5+ messages)
` [PATCH 7/7] audit: audit feature to set loginuid immutable

[PATCH 1/2] KVM: PPC: Fix kvm_exit_names array
 2013-07-09 23:50 UTC  (12+ messages)
` [PATCH 2/2] KVM: PPC: Book3E: Emulate MCSRR0/1 SPR and rfmci instruction

[RFC][PATCH 0/8] ACPI / hotplug / PCI: Consolidation of handling notifications (in progress)
 2013-07-09 23:54 UTC  (10+ messages)
` [RFC][PATCH 4/8] ACPI / hotplug / PCI: Hotplug context objects for bridges and functions
    ` [Update][RFC][PATCH "
` [RFC][PATCH 5/8] ACPI / hotplug / PCI: Unified notify handler for hotplug events
` [RFC][PATCH 6/8] ACPI / hotplug / PCI: Drop acpiphp_handle_to_bridge()

[PATCH] Update compilation flags with core specific options
 2013-07-09 23:48 UTC  (2+ messages)

Minutes: Yocto Project Technical Team Meeting - Tuesday, July 09, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada)
 2013-07-09 23:46 UTC 

[Bug 66713] New: Team Fortress 2 crashes with r600-sb on HD4850
 2013-07-09 23:42 UTC  (2+ messages)
` [Bug 66713] "

[RFC] mm: Honor min_free_kbytes set by user
 2013-07-09 23:40 UTC  (6+ messages)

Diff colorizer confused by dos newlines
 2013-07-09 23:35 UTC  (3+ messages)

[PATCH 0/8 v4] KVM: PPC: IOMMU in-kernel handling
 2013-07-09 23:35 UTC  (6+ messages)
` [PATCH 2/8] KVM: PPC: reserve a capability and ioctl numbers for realmode VFIO

xf86-video-imxfb segfaults
 2013-07-09 23:35 UTC 

[PATCH] parisc: fix LMMIO mismatch between PAT length and MASK register
 2013-07-09 23:35 UTC  (8+ messages)

[PATCH cgroup/for-3.11-fixes] cgroup: remove bcache_subsys_id which got added stealthily
 2013-07-09 23:33 UTC  (2+ messages)

[PATCH] alsa-state: Provide an empty asound.conf by default
 2013-07-09 23:32 UTC  (4+ messages)

[meta-fsl-arm][PATCH 1/2] gst-plugins-gl: Upgrade to IMX_MMCODEC_3.0.35_4.0.0
 2013-07-09 23:29 UTC  (2+ messages)
` [meta-fsl-arm][PATCH 2/2] gst-plugins-gl: Enforce glib2 deprecated API support

Extremely bad performance with RTL8111/8168B
 2013-07-09 23:29 UTC  (7+ messages)

[PATCH 0/8 v5] KVM: PPC: IOMMU in-kernel handling
 2013-07-09 23:29 UTC  (6+ messages)
` [PATCH 8/8] KVM: PPC: Add hugepage support for "

[linux-lvm] Very slow i/o after snapshotting
 2013-07-09 23:29 UTC  (15+ messages)

[PATCH v3] boot-directdisk: mount root by MBR disk signature for Linux 3.8+
 2013-07-09 23:22 UTC  (3+ messages)


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.