All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-01-17 13:27:52 to 2014-01-17 14:28:35 UTC [more...]

[PATCH 00/16] perf tools: Add libdw DWARF unwind support
 2014-01-17 14:28 UTC  (3+ messages)

[PATCH net] net: core: orphan frags before queuing to slow qdisc
 2014-01-17 14:28 UTC  (2+ messages)

External sound card issue
 2014-01-17 14:28 UTC 

Loop back mode of the KNI
 2014-01-17 14:28 UTC  (5+ messages)

[PATCH, RFC 00/30] sleep_on removal
 2014-01-17 14:28 UTC  (4+ messages)
` [PATCH, RFC 07/30] [media] radio-cadet: avoid interruptible_sleep_on race

[dm-crypt] nuke password to delete luks header
 2014-01-17 14:27 UTC  (12+ messages)

[PATCH 1/3] drm/i915: Tune down output when context is banned
 2014-01-17 14:27 UTC  (4+ messages)
` [PATCH 2/3] drm/i915: Seek only one guilty batch per hanged ring
` [PATCH 3/3] drm/i915: Get rid of acthd based batch search on reset stats

[PATCH 1/4] sched: Remove 'cpu' parameter for idle_balance()
 2014-01-17 14:26 UTC  (7+ messages)
` [PATCH 2/4] sched: Fix race in idle_balance()
` [PATCH 4/4] sched: Idle task shortcut optimization

[PATCH v2] mmc: dw_mmc: fix dw_mci_get_cd
 2014-01-17 14:25 UTC  (6+ messages)
` [PATCH] "

[PATCH] spi: sc18is602: Convert to use bits_per_word_mask
 2014-01-17 14:25 UTC  (2+ messages)

[PATCH 00/20] Make ACPI core running on ARM64
 2014-01-17 14:25 UTC  (24+ messages)
` [PATCH 02/20] ARM64 : Add dummy asm/cpu.h
` [PATCH 03/20] ARM64 / ACPI: Introduce the skeleton of _PDC related for ARM64
` [PATCH 04/20] ARM64 / ACPI: Introduce arm_core.c and its related head file
` [PATCH 06/20] ARM64 / ACPI: Introduce some PCI functions when PCI is enabled
` [PATCH 09/20] ARM64 / ACPI: Implement core functions for parsing MADT table
` [PATCH 12/20] ARM64 / ACPI: Use Parked Address in GIC structure for spin table SMP initialisation
` [PATCH 18/20] clocksource / acpi: Add macro CLOCKSOURCE_ACPI_DECLARE

[PATCH] spi: Remove duplicate code to set default bits_per_word setting
 2014-01-17 14:25 UTC  (2+ messages)

[PATCH] usbvision: drop unused define USBVISION_SAY_AND_WAIT
 2014-01-17 14:24 UTC  (2+ messages)

[PATCH RFC 00/26] Migrate more OMAP DMA code to DMA engine
 2014-01-17 14:23 UTC  (5+ messages)

[PATCH] util-linux: add reset.1 manpage in update-alternatives
 2014-01-17 14:22 UTC  (3+ messages)

[PATCH 1/1] iMX gpio: Allow reading back of pin status if configured as gpio output
 2014-01-17 14:11 UTC 

Pyramid Erasure Code plugin (draft)
 2014-01-17 14:19 UTC  (6+ messages)

TRDEPENDS, TRRECOMENDS vs RDEPENDS, RRECOMENDS
 2014-01-17 14:13 UTC  (7+ messages)

[Qemu-devel] Question on pointers in the qemu user space emulation
 2014-01-17 14:17 UTC  (2+ messages)

[PATCH 1/2] prefer xwrite instead of write
 2014-01-17 14:17 UTC  (2+ messages)
` [PATCH 2/2] mingw: remove mingw_write

[Qemu-devel] [PATCH v3 00/29] block: Support for 512b-on-4k emulation
 2014-01-17 14:15 UTC  (30+ messages)
` [Qemu-devel] [PATCH v3 01/29] block: Move initialisation of BlockLimits to bdrv_refresh_limits()
` [Qemu-devel] [PATCH v3 02/29] block: Inherit opt_transfer_length
` [Qemu-devel] [PATCH v3 03/29] block: Update BlockLimits when they might have changed
` [Qemu-devel] [PATCH v3 04/29] qemu_memalign: Allow small alignments
` [Qemu-devel] [PATCH v3 05/29] block: Detect unaligned length in bdrv_qiov_is_aligned()
` [Qemu-devel] [PATCH v3 06/29] block: Don't use guest sector size for qemu_blockalign()
` [Qemu-devel] [PATCH v3 07/29] block: rename buffer_alignment to guest_block_size
` [Qemu-devel] [PATCH v3 08/29] raw: Probe required direct I/O alignment
` [Qemu-devel] [PATCH v3 09/29] block: Introduce bdrv_aligned_preadv()
` [Qemu-devel] [PATCH v3 10/29] block: Introduce bdrv_co_do_preadv()
` [Qemu-devel] [PATCH v3 11/29] block: Introduce bdrv_aligned_pwritev()
` [Qemu-devel] [PATCH v3 12/29] block: write: Handle COR dependency after I/O throttling
` [Qemu-devel] [PATCH v3 13/29] block: Introduce bdrv_co_do_pwritev()
` [Qemu-devel] [PATCH v3 14/29] block: Switch BdrvTrackedRequest to byte granularity
` [Qemu-devel] [PATCH v3 15/29] block: Allow waiting for overlapping requests between begin/end
` [Qemu-devel] [PATCH v3 16/29] block: Make zero-after-EOF work with larger alignment
` [Qemu-devel] [PATCH v3 17/29] block: Generalise and optimise COR serialisation
` [Qemu-devel] [PATCH v3 18/29] block: Make overlap range for serialisation dynamic
` [Qemu-devel] [PATCH v3 19/29] block: Allow wait_serialising_requests() at any point
` [Qemu-devel] [PATCH v3 20/29] block: Align requests in bdrv_co_do_pwritev()
` [Qemu-devel] [PATCH v3 21/29] block: Assert serialisation assumptions in pwritev
` [Qemu-devel] [PATCH v3 22/29] block: Change coroutine wrapper to byte granularity
` [Qemu-devel] [PATCH v3 23/29] block: Make bdrv_pread() a bdrv_prwv_co() wrapper
` [Qemu-devel] [PATCH v3 24/29] block: Make bdrv_pwrite() "
` [Qemu-devel] [PATCH v3 25/29] iscsi: Set bs->request_alignment
` [Qemu-devel] [PATCH v3 26/29] blkdebug: Make required alignment configurable
` [Qemu-devel] [PATCH v3 27/29] qemu-io: New command 'sleep'
` [Qemu-devel] [PATCH v3 28/29] qemu-iotests: Test pwritev RMW logic
` [Qemu-devel] [PATCH v3 29/29] block: Switch bdrv_io_limits_intercept() to byte granularity

mwifiex wowlan not working
 2014-01-17 14:16 UTC  (2+ messages)

[PATCH V3 0/2] Split the functions script into a separate package in initscripts
 2014-01-17 14:11 UTC  (3+ messages)
` [PATCH V3 2/2] Add missing RDEPENDS of initscripts-functions

[HotSwap] Live Update for Xen
 2014-01-17 14:16 UTC  (3+ messages)

[mlmmj] Export lists subscribers
 2014-01-17 14:15 UTC  (2+ messages)

[Q] Why does kexec use device_shutdown rather than ubind them
 2014-01-17 14:13 UTC  (5+ messages)

[U-Boot] [PATCH 0/3] fix: Trats/Trats2 default envs adjustement for 2014.01 release
 2014-01-17 14:11 UTC  (7+ messages)
` [U-Boot] [PATCH 1/3] config: Update envs for trats and trats2 - new entries for new partitions

[U-Boot] booting os 'Unknown OS' (1) is not supported
 2014-01-17 14:11 UTC  (2+ messages)

[PATCH] drm/i915: Fix new_config and new_enabled for load detect
 2014-01-17 14:10 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] drm/i915: drop ironlake_ prefix from edp panel/backlight functions
 2014-01-17 14:10 UTC  (2+ messages)

[BUG] perf stat: corrupts memory when using PMU cpumask
 2014-01-17 14:09 UTC  (3+ messages)

PROBLEM: do_IRQ: [number] No irq handler for vector (irq -1)
 2014-01-17 14:08 UTC  (7+ messages)

[PATCH] Make EWOULDBLOCK be equal to EAGAIN on parisc
 2014-01-17 14:08 UTC  (8+ messages)

[PATCH v4 0/4] Add ethernet support for r7s72100
 2014-01-17 14:05 UTC  (11+ messages)
` [PATCH v4 net-next 2/4] sh_eth: Add "

[PATCH 0/3] mmc: tmio: Use modern PM ops
 2014-01-17 14:05 UTC  (4+ messages)
` [PATCH 2/7] mmc: mmci: clarify DDR timing mode between SD-UHS and eMMC

ACPI and PM queue for 3.14-rc1
 2014-01-17 14:05 UTC  (2+ messages)

Query regarding ELF loader arg style
 2014-01-17 14:03 UTC  (5+ messages)

[PATCH] kvm/irqchip: Speed up KVM_SET_GSI_ROUTING
 2014-01-17 14:03 UTC  (6+ messages)
` [PATCHv2/RFC] "
    ` [PATCHv3] "

[PATCH] libgles-omap3: add missing INSANE_SKIP for es9
 2014-01-17 14:02 UTC 

[meta-fsl-demos][PATCH 1/2] qt-in-industrial-embedded-common: add init script for the smarthome demo
 2014-01-17 14:02 UTC  (2+ messages)
` [meta-fsl-demos][PATCH 2/2] qt-in-industrial-embedded-common: add patch to run demos in fullscreen mode

[Xen-devel][PATCH net-next v2] xen-netfront: clean up code in xennet_release_rx_bufs
 2014-01-17 14:02 UTC  (7+ messages)
  ` [Xen-devel] [PATCH "
        `  "

[PATCH v2 00/15] media: rc: ImgTec IR decoder driver
 2014-01-17 13:59 UTC  (19+ messages)
` [PATCH v2 01/15] media: rc: document rc class sysfs API
` [PATCH v2 02/15] media: rc: add Sharp infrared protocol
` [PATCH v2 03/15] media: rc: add raw decoder for Sharp protocol
` [PATCH v2 04/15] media: rc: add sysfs scancode filtering interface
` [PATCH v2 05/15] media: rc: change 32bit NEC scancode format
` [PATCH v2 06/15] dt: binding: add binding for ImgTec IR block
` [PATCH v2 07/15] media: rc: img-ir: add base driver
` [PATCH v2 08/15] media: rc: img-ir: add raw driver
` [PATCH v2 09/15] media: rc: img-ir: add hardware decoder driver
` [PATCH v2 10/15] media: rc: img-ir: add to build
` [PATCH v2 11/15] media: rc: img-ir: add NEC decoder module
` [PATCH v2 12/15] media: rc: img-ir: add JVC "
` [PATCH v2 13/15] media: rc: img-ir: add Sony "
` [PATCH v2 14/15] media: rc: img-ir: add Sharp "
` [PATCH v2 15/15] media: rc: img-ir: add Sanyo "

[PATCH 1/2] b43: fix the wrong assignment of status.freq in b43_rx()
 2014-01-17 14:00 UTC  (11+ messages)

[PATCH 2/2] drm/i915: don't disable DP port after a failed link training
 2014-01-17 13:58 UTC  (3+ messages)
` [PATCH] "

[PATCH 0/2] of: Add more vendor prefixes
 2014-01-17 13:58 UTC  (3+ messages)
  ` [PATCH 1/2] of: add vendor prefix for Gumstix
  ` [PATCH 2/2] of: add vendor prefixe for EPFL

[PATCH] Btrfs-progs: Fix bus error on sparc
 2014-01-17 13:58 UTC  (2+ messages)

Why is (2 < 2) true? Is it a gcc bug?
 2014-01-17 13:58 UTC  (3+ messages)

usb problems with BeagleBone Black
 2014-01-17 13:57 UTC 

[PATCH 0/6] eDP panel power sequencing optimizations
 2014-01-17 13:57 UTC  (8+ messages)
` [PATCH 2/6] drm/i915: save some time when waiting the eDP timings
` [PATCH 6/6] drm/i915: set the backlight panel delays registers to 1

[PATCH 0/2] Fixes for PCI-E link speed
 2014-01-17 13:56 UTC  (3+ messages)
` [PATCH 1/2] powerpc/pseries: fix regression on PCI "
` [PATCH 2/2] powerpc/pseries: add Gen3 definitions for PCIE "

[GIT] floppy
 2014-01-17 13:57 UTC 

debugging head.S
 2014-01-17 13:41 UTC  (2+ messages)

[refpolicy] [PATCH] Label /etc/selinux/([^/]*/)?modules(/.*)? as semanage_store_t
 2014-01-17 13:55 UTC  (2+ messages)

RFC: Maintain backwards compatibility or not for module-base.bbclass
 2014-01-17 13:53 UTC  (3+ messages)

[Qemu-devel] [PATCH V2] target-ppc: ppc64 target's virtio can be either endian
 2014-01-17 13:52 UTC  (2+ messages)
` [Qemu-devel] [PATCH] target-ppc: ppc64 target's virtio can be either endian. (v3)

Kvazer USB CAN driver
 2014-01-17 13:50 UTC  (6+ messages)

[RFC] Add support for Xen ARM guest on FreeBSD
 2014-01-17 13:49 UTC  (3+ messages)

Rgardring GSTreamer1.0 integration on Yocto dylan
 2014-01-17 13:47 UTC  (5+ messages)

[PATCH] ath10k: add support for AP CSA
 2014-01-17 13:46 UTC  (4+ messages)

Deadlock in do_page_fault() on ARM (old kernel)
 2014-01-17 13:46 UTC  (3+ messages)

[PULL 0/3] KVM: s390: patches for kvm-next
 2014-01-17 13:44 UTC  (4+ messages)
` [PULL 1/3] KVM: s390: enable Transactional Execution
` [PULL 2/3] KVM: s390: Enable the LPP facility for guests
` [PULL 3/3] KVM: s390: virtio-ccw: Handle command rejects

[PULL] qemu-xen stable update to 1.6.2
 2014-01-17 13:45 UTC  (11+ messages)

[GIT PULL FOR v3.14] Repost: various v4l2 fixes
 2014-01-17 13:44 UTC 

[PATCH v2] ath10k: fix the MAC address of peer statistic
 2014-01-17 13:40 UTC  (5+ messages)

[meta-oe][PATCHv3] libsoc: update to 0.5
 2014-01-17 13:43 UTC  (2+ messages)

BLKGETSIZE64 not documented
 2014-01-17 13:40 UTC  (3+ messages)

[PATCH] arch_timer: Move delay timer to drivers clocksource
 2014-01-17 13:40 UTC  (11+ messages)

Libvirt patch for Ubuntu 14.04 to create image format 2 by default
 2014-01-17 13:39 UTC 

[PATCH] x86, cpu hotplug, use cpumask stack safe variant cpumask_var_t in check_irq_vectors_for_cpu_disable()
 2014-01-17 13:39 UTC 

[U-Boot] Help with USB keyboards: EHCI timeout error
 2014-01-17 13:39 UTC  (2+ messages)

[PATCH v5 1/5] License cleanup
 2014-01-17 13:37 UTC  (5+ messages)
` [PATCH v5 5/5] include: Move includes copied from the Linux kernel into include/linux

[linux-lvm] Identifying useable block devices
 2014-01-17 13:35 UTC  (3+ messages)

[PATCH] Bluetooth: Add hci_h4p driver
 2014-01-17 13:34 UTC  (10+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
      ` [PATCH v4] "
        ` [PATCH v5] "
          ` [PATCH v6] "
              ` [PATCH v7] staging/bluetooth: "
              ` [PATCH] Bluetooth: add module name for btwilink

[patch v2] usb: gadget: gr_udc: remove some unneeded error handling
 2014-01-17 13:34 UTC 

[PATCH BlueZ 1/4] android/hal-msg: Add defines for each audio state
 2014-01-17 13:33 UTC  (4+ messages)
` [PATCH BlueZ 2/4] android/A2DP: Notify when audio state change to started
` [PATCH BlueZ 3/4] android/A2DP: Notify when audio state change to stopped
` [PATCH BlueZ 4/4] android/A2DP: Notify when audio state change to suspend

[PATCH] drm/i915: Enable 5.4Ghz (HBR2) link rate for Displayport 1.2-capable devices
 2014-01-17 13:32 UTC  (3+ messages)

[PATCH] drm/i915: Only restore backlight combination mode reg for ums
 2014-01-17 13:32 UTC  (3+ messages)

[PATCH] drm/i915: Eliminate lots of WARNs when there's no backlight present
 2014-01-17 13:32 UTC  (3+ messages)

Baytrail problems (was Re: Linux 3.13-rc8)
 2014-01-17 13:45 UTC  (4+ messages)

Unable to create VM with nic device on Arndale
 2014-01-17 13:31 UTC  (15+ messages)

[RFC PATCH powerpc] Fix compile error of pgtable-ppc64.h
 2014-01-17 13:30 UTC  (3+ messages)

[meta-oe][PATCHv3] opus-tools: add 0.1.8
 2014-01-17 13:30 UTC 

[meta-oe][PATCHv2] opus-tools: add 0.1.8
 2014-01-17 13:30 UTC 

[PATCH 0/3] libceph: #7139 fix
 2014-01-17 13:28 UTC  (4+ messages)
` [PATCH 1/3] libceph: add function names to timeout dout()s
` [PATCH 2/3] libceph: introduce con_fault_raise() and switch to it
` [PATCH 3/3] libceph: handle dead tcp connections during connection negotiation

[PATCH v15] dmaengine: Add MOXA ART DMA engine driver
 2014-01-17 13:29 UTC  (3+ messages)
` [PATCH v16] "
    ` Fwd: "

[PATCH net-next v3 0/8] net: stmmac: Add Allwinner A20 GMAC ethernet
 2014-01-17 13:24 UTC  (2+ messages)
` [PATCH net-next v3 3/8] net: stmmac: Allocate and pass soc/board specific data to callbacks


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.