All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-10-16 13:40:51 to 2013-10-16 14:24:52 UTC [more...]

[PATCH] PM/AVS: SmartReflex: fix fake probe success on debugfs fail
 2013-10-16 14:24 UTC  (2+ messages)

[PATCH v2 0/7] Make dwc3 use Generic PHY Framework
 2013-10-16 14:23 UTC  (12+ messages)
` [PATCH v2 2/7] usb: dwc3: adapt dwc3 core to "
` [PATCH v2 4/7] drivers: phy: usb3/pipe3: Adapt pipe3 driver to "

RFC: KVM _CREATE_DEVICE considered harmful?
 2013-10-16 14:23 UTC  (4+ messages)
  ` [Qemu-devel] "

Replacement for declare in dash?
 2013-10-16 14:17 UTC  (2+ messages)

[U-Boot] [PATCH V2 0/6] Add support for SPI based DataImage LCD panel
 2013-10-16 14:23 UTC  (7+ messages)
` [U-Boot] [PATCH V2 1/6] spi: omap3: remove semicolon from #define
` [U-Boot] [PATCH V2 2/6] spi: omap3: add support for more word lengths
` [U-Boot] [PATCH V2 3/6] spi: define SPI_XFER_ONCE
` [U-Boot] [PATCH V2 4/6] lcd: add DataImage SCF0403x LCD panel support
` [U-Boot] [PATCH V2 5/6] omap3_dss: define DSS_ONOFF
` [U-Boot] [PATCH V2 6/6] cm_t35: use scf0403 driver

[LTP] [PATCH] device-drivers: pci: enable build and run
 2013-10-16 14:23 UTC  (2+ messages)

[PATCH 0/6] percpu: Implement Preemption checks for __this_cpu operations V4b
 2013-10-16 14:22 UTC  (4+ messages)
` [PATCH 3/6] mm: Use raw_cpu ops for determining current NUMA node

[PATCH 1/1] openssl: use linux-generic64 target for Aarch64 (LE and BE)
 2013-10-16 14:22 UTC 

[PATCH] drm/i915: Use pipe_name() instead of the pipe number
 2013-10-16 14:21 UTC  (3+ messages)

[LTP] msgctl11: changed logic
 2013-10-16 14:21 UTC  (4+ messages)
` [LTP] [PATCH] "

[Qemu-devel] [PATCH] Fix float64_to_uint64
 2013-10-16 14:19 UTC 

[PATCH] clockevents: Sanitize ticks to nsec conversion
 2013-10-16 14:19 UTC  (7+ messages)
` [PATCH v2] "
    ` [GIT PULL] fixes for integer rounding in timer core (Was: [PATCH v2] clockevents: Sanitize ticks to nsec conversion)
      ` [GIT PULL] fixes for integer rounding in timer core

[PATCH 0/5] EFI capsule pstore support
 2013-10-16 14:19 UTC  (9+ messages)
` [PATCH 1/5] pstore/ftrace: Don't increment initial data offset
` [PATCH 2/5] efi: Introduce a Runtime Services lock
` [PATCH 3/5] efi: Add common efi_reboot() implementation
` [PATCH 4/5] efi: Move efi_status_to_err() to efi.h
` [PATCH 5/5] efi: Capsule update support and pstore backend

[PATCH 0/7] ath10k: fixes 2013-10-15
 2013-10-16 14:18 UTC  (7+ messages)

[BUG] Xen vm kernel crash in get_free_entries
 2013-10-16 14:17 UTC  (3+ messages)

[PATCH V9 00/33] loop: Issue O_DIRECT aio using bio_vec
 2013-10-16 14:04 UTC  (45+ messages)
` [PATCH V9 01/33] iov_iter: move into its own file
` [PATCH V9 02/33] iov_iter: iov_iter_copy_from_user() should use non-atomic copy
` [PATCH V9 03/33] iov_iter: add copy_to_user support
` [PATCH V9 04/33] iov_iter: add __iovec_copy_to_user()
` [PATCH V9 05/33] fuse: convert fuse to use iov_iter_copy_[to|from]_user
` [PATCH V9 06/33] iov_iter: hide iovec details behind ops function pointers
` [PATCH V9 07/33] iov_iter: ii_iovec_copy_to_user should pre-fault user pages
` [PATCH V9 08/33] iov_iter: add bvec support
` [PATCH V9 09/33] iov_iter: add a shorten call
` [PATCH V9 10/33] iov_iter: let callers extract iovecs and bio_vecs
` [PATCH V9 11/33] dio: Convert direct_IO to use iov_iter
` [PATCH V9 12/33] dio: add bio_vec support to __blockdev_direct_IO()
` [PATCH V9 13/33] fs: pull iov_iter use higher up the stack
` [PATCH V9 14/33] aio: add aio_kernel_() interface
` [PATCH V9 15/33] aio: add aio support for iov_iter arguments
` [PATCH V9 16/33] bio: add bvec_length(), like iov_length()
` [PATCH V9 17/33] loop: use aio to perform io on the underlying file
` [PATCH V9 18/33] fs: create file_readable() and file_writable() functions
` [PATCH V9 19/33] fs: use read_iter and write_iter rather than aio_read and aio_write
` [PATCH V9 20/33] fs: add read_iter and write_iter to several file systems
` [PATCH V9 21/33] ocfs2: add support for read_iter and write_iter
  ` [Ocfs2-devel] "
` [PATCH V9 22/33] ext4: "
` [PATCH V9 23/33] nfs: add support for read_iter, write_iter
` [PATCH V9 24/33] nfs: simplify swap
` [PATCH V9 25/33] btrfs: add support for read_iter and write_iter
` [PATCH V9 26/33] block_dev: add support for read_iter, write_iter
` [PATCH V9 27/33] xfs: add support for read_iter and write_iter
` [PATCH V9 28/33] gfs2: Convert aio_read/write ops to read/write_iter
  ` [Cluster-devel] "
` [PATCH V9 29/33] udf: convert file ops from aio_read/write "
` [PATCH V9 30/33] afs: add support for read_iter and write_iter
` [PATCH V9 31/33] ecrpytfs: Convert aio_read/write ops to read/write_iter
` [PATCH V9 32/33] ubifs: convert file ops from aio_read/write "
` [PATCH V9 33/33] tmpfs: add support for read_iter and write_iter

[PATCH] MAINTAINERS: Add patterns for DTS files for AT91
 2013-10-16 14:16 UTC  (3+ messages)

[PATCH] arm64: perf: add support for percpu pmu interrupt
 2013-10-16 14:15 UTC  (6+ messages)

[PATCH v2] ARM: cci driver need big endian fixes in asm code
 2013-10-16 14:15 UTC  (3+ messages)

[PATCH] pinctrl: at91: correct a few typos
 2013-10-16 14:14 UTC  (4+ messages)

[PATCH] rev-parse --parseopt: fix handling of optional arguments
 2013-10-16 14:14 UTC  (5+ messages)

[PATCH] blk-throttle: simplify logic by token bucket algorithm
 2013-10-16 14:14 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] Bluetooth: Reintroduce socket restrictions for LE sockets
 2013-10-16 14:13 UTC  (3+ messages)

[PATCH 0/4] Reintroduce OVMF support
 2013-10-16 14:13 UTC  (4+ messages)

[PATCH v2] Bluetooth: Reintroduce socket restrictions for LE sockets
 2013-10-16 14:13 UTC 

Per-filesystem default mount options
 2013-10-16 14:13 UTC  (2+ messages)

[RFC] bridge and friends: reduce TheLinuxWay(tm)
 2013-10-16 14:05 UTC  (4+ messages)

linux-next: Tree for Oct 15
 2013-10-16 14:12 UTC  (5+ messages)
` [PATCH] [media] staging: media: Fix build for iMON LIRC driver

DMA: Calculate how many data transferred by DMA
 2013-10-16 14:12 UTC  (11+ messages)
` [PATCH 1/2] dma: Add interface to calculate data transferred

[PATCH] bq2415x_charger: fix max battery regulation voltage
 2013-10-16 14:09 UTC  (2+ messages)

[PATCHv1 0/5] Initial Android BlueZ patches
 2013-10-16 14:08 UTC  (13+ messages)
` [PATCHv3 00/11] Android BlueZ patches, second chunk
  ` [PATCHv3 01/11] android: Create HAL API header skeleton
  ` [PATCHv3 02/11] android: Add basic mgmt initialization sequence
  ` [PATCHv3 03/11] android: Add adapter and device struct for BlueZ daemon
  ` [PATCHv3 04/11] android: sdp: Reuse BlueZ SDP server in Android
  ` [PATCHv3 05/11] android: Add cap to bind to port < 1024
  ` [PATCHv3 06/11] android: Implement read_info_complete callback
  ` [PATCHv3 07/11] android: Use kernel style to initialize struct fields
  ` [PATCHv3 08/11] android: Rename hal_bluetooth.c to hal-bluetooth.c
  ` [PATCHv3 09/11] android: Rename hal_bt_sock.c to hal-bt-sock.c
  ` [PATCHv3 10/11] android: Add HID Host skeleton
  ` [PATCHv3 11/11] android: Add PAN skeleton

[PATCH] Staging: comedi: fix semicolon coding style issue in ni_660x.c
 2013-10-16 14:07 UTC  (2+ messages)

[PATCH iptables-nftables] nft: fix interface wildcard matching
 2013-10-16 14:07 UTC 

[PATCH] Btrfs: fix incorrect inode acl reset
 2013-10-16 14:06 UTC  (5+ messages)

Full Pass QA report WW41 - 1.5_M5.rc8 build
 2013-10-16 14:05 UTC 

[U-Boot] [PATCH] ARM: mxs: Do not reconfigure FEC clock in FEC init
 2013-10-16 14:06 UTC  (4+ messages)

[PATCH 0/6] PCI: imx6: Random fixes
 2013-10-16 14:05 UTC  (9+ messages)
` [PATCH 5/6] PCI: imx6: Force Gen1 operation
` [PATCH 6/6] PCI: designware: Fix DT resource retrieval

[PATCH] xfstests: add specific test for default ACL inheritance
 2013-10-16 14:04 UTC  (2+ messages)

[PATCH] tools: update to SeaBIOS 1.7.3.1
 2013-10-16 14:05 UTC  (3+ messages)
  ` [PATCH] tools: update to SeaBIOS 1.7.3.1 [and 1 more messages]

[PATCH 1/2] drm/i915/dp: don't mention eDP bpp clamping if it doesn't affect bpp
 2013-10-16 14:06 UTC  (2+ messages)
` [PATCH 2/2] drm/i915/dp: workaround BIOS eDP bpp clamping issue

Pipe CRCs v1
 2013-10-16 14:04 UTC  (6+ messages)
` [PATCH 04/16] drm/i915: Sample the frame counter instead of a timestamp for CRCs

[PATCH] Bluetooth: Fix updating the right variable in update_scan_rsp_data()
 2013-10-16 14:03 UTC  (2+ messages)

[PATCH] x86: unify copy_from_user() checking
 2013-10-16 14:00 UTC  (2+ messages)

[PATCH v3 0/5] Stack independent BT HAL test tool
 2013-10-16 14:00 UTC  (6+ messages)
` [PATCH v3 1/5] android: Add haltest skeleton
` [PATCH v3 2/5] android: Add line editing to haltest
` [PATCH v3 3/5] android: Add history to line editor in haltest
` [PATCH v3 4/5] android: Add text conversion helpers to haltest
` [PATCH v3 5/5] android: Add calls to adapter methods in haltest

[Qemu-devel] [PATCH] tcg-hppa: Remove tcg backend
 2013-10-16 13:59 UTC  (2+ messages)

Quality plastic raw materials
 2013-10-16 13:54 UTC 

[PATCH] blk-throttle: use READ/WRITE directly
 2013-10-16 13:59 UTC  (2+ messages)

RFC: Using formfactor data in other recipes
 2013-10-16 13:58 UTC  (2+ messages)

vTPM and guest domain installation
 2013-10-16 13:58 UTC 

simplify reconnecting dentries looked up by filehandle
 2013-10-16 13:56 UTC  (5+ messages)
` [PATCH 1/5] exportfs: clear DISCONNECTED on all parents sooner

[U-Boot] [PATCH] spi: mxc: Fix data loss for non aligned write buffers
 2013-10-16 13:56 UTC  (7+ messages)

Ceph puppet module
 2013-10-16 13:55 UTC  (4+ messages)

[PATCH v4 0/9] xen/arm: live migration support in arndale board
 2013-10-16 13:55 UTC  (5+ messages)
` [PATCH v4 8/9] xen/arm: Implement hypercall for dirty page tracing
` [PATCH v4 9/9] xen/arm: Implement toolstack for xl restore/save and migrate

x86, perf: throttling issues with long nmi latencies
 2013-10-16 13:54 UTC  (10+ messages)
          ` [PATCH] perf, x86: Optimize intel_pmu_pebs_fixup_ip()

[PATCH 1/2] be2net: pass if_id for v1 and V2 versions of TX_CREATE cmd
 2013-10-16 13:54 UTC  (5+ messages)
` [PATCH 2/2] be2net: drop non-tso frames longer than mtu

[PATCH 0/2] Viridian MSRs
 2013-10-16 13:54 UTC  (7+ messages)

[Bug 55450] New: nouveau driver fails to restore screen content / video mode after resume from s2ram
 2013-10-16 13:53 UTC  (2+ messages)
  ` [Bug 55450] [NV17] "

[PATCH 0/5] ARM: vexpress/TC2: cpufreq support
 2013-10-16 13:52 UTC  (12+ messages)
` [PATCH 1/5] cpufreq: arm-big-little: use clk_get instead of clk_get_sys
` [PATCH 2/5] ARM: vexpress/TC2: add support for CPU DVFS
` [PATCH 3/5] ARM: vexpress/TC2: add cpu clock support
` [PATCH 4/5] cpufreq: arm_big_little: add vexpress SPC interface driver
` [PATCH 5/5] ARM: vexpress/TC2: register vexpress-spc cpufreq device

[PATCH] at91: serial: add usart3 in separat dtsi
 2013-10-16 13:50 UTC  (3+ messages)

[PATCHv6 00/16] Linux: FIFO-based event channel ABI
 2013-10-16 13:49 UTC  (8+ messages)
` [PATCH 16/16] xen/events: use the FIFO-based ABI if available

DomU's network interface will hung when Dom0 running 32bit
 2013-10-16 13:47 UTC  (12+ messages)
              ` [Xen-devel] "

[PATCH v2 0/8] ath10k: fixes 2013-10-15
 2013-10-16 13:46 UTC  (18+ messages)
` [PATCH v2 1/8] ath10k: prevent starting monitor without a vdev
` [PATCH v2 2/8] ath10k: add sanity checks for monitor management
` [PATCH v2 3/8] ath10k: fix endianess in prints
` [PATCH v2 4/8] ath10k: fix NSS reporting in RX
` [PATCH v2 5/8] ath10k: fix NULL deref upon early FW crash
` [PATCH v2 6/8] ath10k: implement ath10k_pci_soc_read/write32()
` [PATCH v2 7/8] ath10k: fix device initialization routine
` [PATCH v2 8/8] ath10k: fix FW crashes on heavy TX on 10.1.389 AP FW

[PATCH v4 8/9] xen/arm: Implement hypercall for dirty page tracing
 2013-10-16 13:44 UTC  (6+ messages)

[Bug 70514] New: Unresponsive system on boot with radeon + FireGL v7700
 2013-10-16 13:42 UTC  (2+ messages)
` [Bug 70514] "

[U-Boot] [PATCH 0/2] Microblaze bug-fixes
 2013-10-16 13:42 UTC  (2+ 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.