All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-07-18 15:04:46 to 2012-07-18 15:55:03 UTC [more...]

[RFC PATCH lttng-tools] relayd pipes and error handling
 2012-07-18 15:54 UTC 

[RFC-v2 0/4] tcm_vhost+cmwq fabric driver code for-3.6
 2012-07-18 15:53 UTC  (8+ messages)

[RFC PATCH] net: cgroup: null ptr dereference in netprio cgroup during init
 2012-07-18 15:53 UTC  (6+ messages)

[PATCH] drm/fb-helper: delay hotplug handling when partially bound
 2012-07-18 15:52 UTC  (3+ messages)

[PATCH] drm/sis: fixup sis_mm ioctl structs
 2012-07-18 15:51 UTC  (2+ messages)

[PATCH 00/81] modeset rework
 2012-07-18 15:50 UTC  (4+ messages)
` [PATCH 24/81] drm/fb helper: don't call drm_crtc_helper_set_config

rdma_connect() "timeout"
 2012-07-18 15:49 UTC  (2+ messages)

[RFC v9 00/27] virtio: virtio-blk data plane
 2012-07-18 15:49 UTC  (62+ messages)
` [Qemu-devel] "
` [RFC v9 01/27] virtio-blk: Remove virtqueue request handling code
  ` [Qemu-devel] "
` [RFC v9 02/27] virtio-blk: Set up host notifier for data plane
  ` [Qemu-devel] "
` [RFC v9 03/27] virtio-blk: Data plane thread event loop
  ` [Qemu-devel] "
` [RFC v9 04/27] virtio-blk: Map vring
  ` [Qemu-devel] "
` [RFC v9 05/27] virtio-blk: Do cheapest possible memory mapping
  ` [Qemu-devel] "
` [RFC v9 06/27] virtio-blk: Take PCI memory range into account
  ` [Qemu-devel] "
` [RFC v9 07/27] virtio-blk: Put dataplane code into its own directory
  ` [Qemu-devel] "
` [RFC v9 08/27] virtio-blk: Read requests from the vring
  ` [Qemu-devel] "
` [RFC v9 09/27] virtio-blk: Add Linux AIO queue
  ` [Qemu-devel] "
` [RFC v9 10/27] virtio-blk: Stop data plane thread cleanly
  ` [Qemu-devel] "
` [RFC v9 11/27] virtio-blk: Indirect vring and flush support
  ` [Qemu-devel] "
` [RFC v9 12/27] virtio-blk: Add workaround for BUG_ON() dependency in virtio_ring.h
  ` [Qemu-devel] "
` [RFC v9 13/27] virtio-blk: Increase max requests for indirect vring
  ` [Qemu-devel] "
` [RFC v9 14/27] virtio-blk: Use pthreads instead of qemu-thread
  ` [Qemu-devel] "
` [RFC v9 15/27] notifier: Add a function to set the notifier
  ` [Qemu-devel] "
` [RFC v9 16/27] virtio-blk: Kick data plane thread using event notifier set
  ` [Qemu-devel] "
` [RFC v9 17/27] virtio-blk: Use guest notifier to raise interrupts
  ` [Qemu-devel] "
` [RFC v9 18/27] virtio-blk: Call ioctl() directly instead of irqfd
  ` [Qemu-devel] "
` [RFC v9 19/27] virtio-blk: Disable guest->host notifies while processing vring
  ` [Qemu-devel] "
` [RFC v9 20/27] virtio-blk: Add ioscheduler to detect mergable requests
  ` [Qemu-devel] "
` [RFC v9 21/27] virtio-blk: Add basic request merging
  ` [Qemu-devel] "
` [RFC v9 22/27] virtio-blk: Fix "
  ` [Qemu-devel] "
` [RFC v9 23/27] virtio-blk: Stub out SCSI commands
  ` [Qemu-devel] "
` [Qemu-devel] [RFC v9 24/27] virtio-blk: fix incorrect length
  `  "
` [RFC v9 25/27] msix: fix irqchip breakage in msix_try_notify_from_thread()
  ` [Qemu-devel] "
` [RFC v9 26/27] msix: use upstream kvm_irqchip_set_irq()
  ` [Qemu-devel] "
` [RFC v9 27/27] virtio-blk: add EVENT_IDX support to dataplane
  ` [Qemu-devel] "

[U-Boot] [PATCH u-boot-arm/next v2 1/1] OMAP3: igep00x0: add SPL support for IGEP-based boards
 2012-07-18 15:49 UTC  (2+ messages)

[PATCH 00/45] SMB2 base operation support
 2012-07-18 15:49 UTC  (46+ messages)
  ` [PATCH 01/45] CIFS: Make CAP_* checks protocol independent
  ` [PATCH 02/45] CIFS: Simpliify cifs_mkdir call
  ` [PATCH 03/45] CIFS: Separate protocol specific part from mkdir
  ` [PATCH 04/45] CIFS: Add SMB2 support for mkdir operation
  ` [PATCH 05/45] CIFS: Move rmdir code to ops struct
  ` [PATCH 06/45] CIFS: Add SMB2 support for rmdir
  ` [PATCH 07/45] CIFS: Protect i_nlink from being negative
  ` [PATCH 08/45] CIFS: Move unlink code to ops struct
  ` [PATCH 09/45] CIFS: Add SMB2 support for unlink
  ` [PATCH 10/45] CIFS: Replace netfid with cifs_fid struct in cifsFileInfo
  ` [PATCH 11/45] CIFS: Move open code to ops struct
  ` [PATCH 12/45] CIFS: Move close "
  ` [PATCH 13/45] CIFS: Add open/close file support for SMB2
  ` [PATCH 14/45] CIFS: Move guery file info code to ops struct
  ` [PATCH 15/45] CIFS: Add SMB2 support for query_file_info
  ` [PATCH 16/45] CIFS: Move create code use ops struct
  ` [PATCH 17/45] CIFS: Move reopen code to "
  ` [PATCH 18/45] CIFS: Make flush code use "
  ` [PATCH 19/45] CIFS: Add SMB2 support for flush
  ` [PATCH 20/45] CIFS: Move r/wsize negotiating to ops struct
  ` [PATCH 21/45] CIFS: Add SMB2 r/wsize negotiating
  ` [PATCH 22/45] CIFS: Move async read to ops struct
  ` [PATCH 23/45] CIFS: Add SMB2 support for cifs_iovec_read
  ` [PATCH 24/45] CIFS: Move async write to ops struct
  ` [PATCH 25/45] CIFS: Add SMB2 support for cifs_iovec_write
  ` [PATCH 26/45] CIFS: Move readpage code to ops struct
  ` [PATCH 27/45] CIFS: Add readpage support for SMB2
  ` [PATCH 28/45] CIFS: Move writepage to ops struct
  ` [PATCH 29/45] CIFS: Add writepage support for SMB2
  ` [PATCH 30/45] CIFS: Enable signing in SMB2
  ` [PATCH 31/45] CIFS: Move rename to ops struct
  ` [PATCH 32/45] CIFS: Add SMB2 support for rename operation
  ` [PATCH 33/45] CIFS: Move hardlink to ops struct
  ` [PATCH 34/45] CIFS: Add SMB2 support for hardlink operation
  ` [PATCH 35/45] CIFS: Move set_file_size to ops struct
  ` [PATCH 36/45] CIFS: Add SMB2 support for set_file_size
  ` [PATCH 37/45] CIFS: Move set_file_info to ops struct
  ` [PATCH 38/45] CIFS: Add set_file_info support for SMB2
  ` [PATCH 39/45] CIFS: Move readdir code to ops struct
  ` [PATCH 40/45] CIFS: Add readdir support for SMB2
  ` [PATCH 41/45] CIFS: Process oplocks "
  ` [PATCH 42/45] CIFS: Move oplock break to ops struct
  ` [PATCH 43/45] CIFS: Add oplock break support for SMB2
  ` [PATCH 44/45] CIFS: Move statfs to ops struct
  ` [PATCH 45/45] CIFS: Add statfs support for SMB2

[Qemu-devel] [PATCH 00/11] configure: Fix -Werror issues
 2012-07-18 15:48 UTC  (5+ messages)
` [Qemu-devel] [PATCH 07/11] configure: Fix compile warning in PNG test
` [Qemu-devel] [PATCH 09/11] configure: Fix compile warning in utimensat/futimens test

[PATCH v5 1/4] kvm: Extend irqfd to support level interrupts
 2012-07-18 15:48 UTC  (12+ messages)

[PATCH v2 2/2] arm: da850: configure LCDC fifo threshold
 2012-07-18 15:46 UTC 

[GIT PULL] ARM: SoC fixes for 3.5
 2012-07-18 15:46 UTC  (2+ messages)

[Buildroot] mysql server support ?
 2012-07-18 15:46 UTC 

[U-Boot] [PATCH] usb_storage: fix ehci driver max transfer size
 2012-07-18 15:46 UTC  (4+ messages)
` [U-Boot] [PATCH v2] "

[PATCH v2 1/2] video: da8xx-fb: configure FIFO threshold to reduce underflow errors
 2012-07-18 15:45 UTC 

buildbot failure in kvm on next-i386
 2012-07-18 15:45 UTC  (2+ messages)

Kernel crash with lspci -vv and SAS Controller LSI Logic / Symbios Logic MegaRAID SAS 9240
 2012-07-18 15:36 UTC 

[PATCH RESEND] video: da8xx-fb: fix flicker due to 1 frame delay in updated frame
 2012-07-18 15:43 UTC 

potential NULL dereference in futex_wait_requeue_pi()
 2012-07-18 15:41 UTC  (3+ messages)

How to compile Java-Rados
 2012-07-18 15:42 UTC  (16+ messages)

QUESTION: Why might Linux suddenly stop replying to pings for no apparent reason?
 2012-07-18 15:42 UTC  (3+ messages)

[PATCH RESEND] video: da8xx-fb: enable sync lost interrupt
 2012-07-18 15:42 UTC 

[Qemu-devel] [PATCH] powerpc pci: fixed packing of ranges[]
 2012-07-18 15:41 UTC  (3+ messages)

[PATCH for 3.6] v4l: DocBook: VIDIOC_CREATE_BUFS: add hyperlink
 2012-07-18 15:41 UTC 

[Buildroot] [PATCH] package/usbutils: bump to version 006
 2012-07-18 15:40 UTC  (2+ messages)
` [Buildroot] [PATCH v2] "

[PULL] [PATCH 0/4] arm: at91: gpio fix
 2012-07-18 15:40 UTC  (9+ messages)
` [PATCH 1/4] ARM: at91: gpio: implement request
  ` [PATCH 4/4] arm: at91: at91sam9x5: fix gpio number per bank

[PATCH v2] Input: synaptics - use firmware data for Cr-48
 2012-07-18 15:38 UTC  (2+ messages)

[Qemu-devel] [RFC] introduce a dynamic library to expose qemu block API
 2012-07-18 15:35 UTC  (17+ messages)

Poor read performance in KVM
 2012-07-18 15:34 UTC  (5+ messages)

[PATCH] branch: make --set-upstream saner without an explicit starting point
 2012-07-18 15:33 UTC  (8+ messages)

[PATCH RESEND] video: da8xx-fb rev2: fix disabling of palette completion interrupt
 2012-07-18 15:33 UTC 

EHCI driver
 2012-07-18 15:32 UTC  (2+ messages)

[Powertop] [PATCH] Make ncurses dependency optional
 2012-07-18 15:32 UTC 

[Powertop] [PATCH] Make libpci dependency optional
 2012-07-18 15:31 UTC 

[Powertop] [PATCH] Make libpci dependency optional
 2012-07-18 15:30 UTC 

osd/OSDMap.h: 330: FAILED assert(is_up(osd))
 2012-07-18 15:29 UTC  (5+ messages)

[PATCH] mm/slub: fix a BUG_ON() when offlining a memory node and CONFIG_SLUB_DEBUG is on
 2012-07-18 15:30 UTC  (5+ messages)

build crashes immediately at build clean sstate/tmp dir
 2012-07-18 15:18 UTC  (3+ messages)

[Powertop] [PATCH] Report accurate wakeup numbers for hyper-threaded CPU
 2012-07-18 15:29 UTC 

[PATCH 00/36] AArch64 Linux kernel port
 2012-07-18 15:27 UTC  (11+ messages)

[PATCH] uprobe: fix misleading log entry
 2012-07-18 15:24 UTC  (4+ messages)

[PATCH] compat: fix system crash on 2.6.35 when flushing work
 2012-07-18 15:24 UTC  (2+ messages)

[Qemu-devel] [PATCH] msi/msix: added functions to API to set up message address, and data
 2012-07-18 15:23 UTC  (12+ messages)
` [Qemu-devel] [PATCH] msi/msix: added public API to set/get MSI "
            ` [Qemu-devel] [PATCH] msi/msix: added API to set MSI message address "
                    `  "

pull request: bluetooth-next 2012-07-18
 2012-07-18 15:23 UTC 

r8169: link up, link down
 2012-07-18 15:21 UTC 

Ulogd crashes - NFCT polling mode + NACCT
 2012-07-18 15:21 UTC 

[PATCH] cfg80211: Fix mutex locking in reg_last_request_cell_base
 2012-07-18 15:20 UTC  (3+ messages)

Devicetree: Initialization order of mmc block devices?
 2012-07-18 15:16 UTC  (8+ messages)

[ath9k-devel] question about bluetooth coexistence
 2012-07-18 15:19 UTC  (2+ messages)

[Ksummit-2012-discuss] Organising Mini Summits within the Kernel Summit
 2012-07-18 15:19 UTC  (5+ messages)
` Media summit at the Kernel Summit - was: Fwd: "
  ` [Workshop-2011] "

[dm-crypt] Avoiding cold boot attack : frozencache or luksSuspend?
 2012-07-18 15:13 UTC 

[PATCH_v2] unit: Update test_invalid() unit test
 2012-07-18 15:18 UTC 

[PATCH] rbtree: fix jffs2 build issue due to renamed __rb_parent_color field
 2012-07-18 15:16 UTC  (3+ messages)

[PATCH] unit: Update test_invalid() unit test
 2012-07-18 15:17 UTC  (2+ messages)

[PATCHv2 1/1] ARM:vt8500: Convert to use .restart and remove arch_reset()
 2012-07-18 15:13 UTC  (4+ messages)
  ` [PATCHv3 "

[RFC RESEND 0/4] ARM: OMAP3+: Add device-tree support for timers
 2012-07-18 15:11 UTC  (7+ messages)
` [RFC RESEND 1/4] arm/dts: OMAP: Add timer nodes

[PATCH] xfs: Add readpage() check up for mmap file at xfs_file_mmap()
 2012-07-18 15:11 UTC  (2+ messages)

wl12xx/master has been rebased (3.5-rc7)
 2012-07-18 15:11 UTC 

Unable to post - Ulogd / NFCT - Request for changes
 2012-07-18 15:10 UTC 

Confirm Your Identity Webmail
 2012-07-18 13:45 UTC 

[PATCH] ipc/mqueue: remove unnecessary rb_init_node calls
 2012-07-18 15:09 UTC  (2+ messages)

[PATCH] pms.c: remove duplicated include
 2012-07-18 14:58 UTC  (2+ messages)

[PATCH 00/14] wlcore/wl12xx/wl18xx: more pathes for 3.6
 2012-07-18 15:08 UTC  (2+ messages)

[PATCH] powernow-k8: Fixup missing _PSS objects message
 2012-07-18 15:07 UTC 

[Qemu-devel] Can't Build i386-bsd-user on Freebsd
 2012-07-18 15:06 UTC  (2+ messages)

[PATCH] mlx4_en: map entire pages to increase throughput
 2012-07-18 14:59 UTC  (7+ messages)

[PATCH V2] sanity: display the parsed PATH/BBPATH when complaining
 2012-07-18 14:53 UTC  (3+ messages)
` [PATCH] sanity: display the parsed PATH/BBPATH when complaining about CWD elements

[RFC 0/8] Integrate yocto documentation into eclipse
 2012-07-18 15:03 UTC  (2+ messages)

[PATCH] mac80211: flush stations before stop beaconing
 2012-07-18 15:04 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.