All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-10-25 12:03:14 to 2012-10-25 12:57:48 UTC [more...]

[PATCH 0/8] I2C patches for v3.8 merge window
 2012-10-25 12:57 UTC  (40+ messages)
` [PATCH 7/8] i2c: add 'transferred' field to struct i2c_msg
` [PATCH v2 0/7] I2C patches for v3.8 merge window
  ` [PATCH v2 1/7] i2c: omap: no need to access platform_device
  ` [PATCH v2 2/7] i2c: omap: reorder exit path of omap_i2c_xfer_msg()
  ` [PATCH v2 3/7] i2c: omap: also complete() when stat becomes zero
  ` [PATCH v2 4/7] i2c: omap: in case of VERSION_2 read IRQSTATUS_RAW but write to IRQSTATUS
  ` [PATCH v2 5/7] i2c: omap: wait for transfer completion before sending STP bit
    ` [PATCH v3 "
  ` [PATCH v2 6/7] i2c: add 'transferred' field to struct i2c_msg
  ` [PATCH v2 7/7] i2c: omap: implement handling for 'transferred' bytes

[PATCH] exec: do not leave bprm->interp on stack
 2012-10-25 12:57 UTC  (8+ messages)

Policy routing problem
 2012-10-25 12:57 UTC 

[PATCH v2 00/10] nfsdcltrack: create a new usermodehelper upcall program for tracking clients
 2012-10-25 12:57 UTC  (5+ messages)
` [PATCH v2 05/10] nfsdcltrack: add a new "one-shot" program for manipulating the client tracking db
` [PATCH v2 10/10] nfsdcltrack: flip the default in autoconf to "yes" for it

[Qemu-devel] [PATCH v1 0/8] Sysbus EHCI + Zynq USB
 2012-10-25 12:56 UTC  (15+ messages)
` [Qemu-devel] [PATCH v1 1/8] usb/ehci: parameterise the register region offsets
` [Qemu-devel] [PATCH v1 3/8] usb/ehci: seperate out PCIisms
` [Qemu-devel] [PATCH v1 4/8] usb/ehci: Add usb-ehci-sysbus
` [Qemu-devel] [PATCH v1 5/8] xilinx_zynq: add USB controllers
` [Qemu-devel] [PATCH v1 8/8] usb/ehci: Put RAM in undefined MMIO regions

[RFC PATCH 0/6] ARM: OMAP3+: move smartreflex-class3.c to drivers/power/avs
 2012-10-25 12:55 UTC  (4+ messages)
` [RFC PATCH 4/6] ARM: OMAP: SmartReflex: provide SoC integration API for VP

[U-Boot] Merging device trees at runtime for module-based systems
 2012-10-25 12:53 UTC  (3+ messages)

[PATCH] nfnetlink: add a new subsystem to advertise tables update
 2012-10-25 12:52 UTC  (4+ messages)
` [RFC PATCH 0/1] xtables: allow to monitor table update event

[Qemu-devel] [PULL 00/36] usb patch queue
 2012-10-25 12:52 UTC  (37+ messages)
` [Qemu-devel] [PATCH 01/36] uhci: Properly unmap packets on cancel / invalid pid
` [Qemu-devel] [PATCH 02/36] uhci: Move checks to continue queuing to uhci_fill_queue()
` [Qemu-devel] [PATCH 03/36] ehci: Get rid of packet tbytes field
` [Qemu-devel] [PATCH 04/36] ehci: Set int flag on a short input packet
` [Qemu-devel] [PATCH 05/36] ehci: Improve latency of interrupt delivery and async schedule scanning
` [Qemu-devel] [PATCH 06/36] ehci: Speed up the timer of raising int from the async schedule
` [Qemu-devel] [PATCH 07/36] ehci: Detect going in circles when filling the queue
` [Qemu-devel] [PATCH 08/36] ehci: Retry to fill the queue while waiting for td completion
` [Qemu-devel] [PATCH 09/36] xhci: Add a xhci_ep_nuke_one_xfer helper function
` [Qemu-devel] [PATCH 10/36] usb: Rename __usb_packet_complete to usb_packet_complete_one
` [Qemu-devel] [PATCH 11/36] usb: Add USB_RET_ADD_TO_QUEUE packet result code
` [Qemu-devel] [PATCH 12/36] usb: Move clearing of queue on halt to the core
` [Qemu-devel] [PATCH 13/36] usb: Move short-not-ok handling "
` [Qemu-devel] [PATCH 14/36] usb: Add an int_req flag to USBPacket
` [Qemu-devel] [PATCH 15/36] usb: Enforce iso endpoints never returing USB_RET_ASYNC
` [Qemu-devel] [PATCH 16/36] uhci: No need to handle async completion of isoc packets
` [Qemu-devel] [PATCH 17/36] uhci: cleanup: Add an unlink call to uhci_async_cancel()
` [Qemu-devel] [PATCH 18/36] uhci: Don't retry on error
` [Qemu-devel] [PATCH 19/36] uhci: Drop unnecessary forward declaration of some static functions
` [Qemu-devel] [PATCH 20/36] uhci: Move emptying of the queue's asyncs' queue to uhci_queue_free
` [Qemu-devel] [PATCH 21/36] uhci: Rename UHCIAsync->td to UHCIAsync->td_addr
` [Qemu-devel] [PATCH 22/36] uhci: Add uhci_read_td() helper function
` [Qemu-devel] [PATCH 23/36] uhci: Make uhci_fill_queue() actually operate on an UHCIQueue
` [Qemu-devel] [PATCH 24/36] uhci: Store ep in UHCIQueue
` [Qemu-devel] [PATCH 25/36] uhci: Immediately free queues on device disconnect
` [Qemu-devel] [PATCH 26/36] uhci: Verify queue has not been changed by guest
` [Qemu-devel] [PATCH 27/36] uhci: Detect guest td re-use
` [Qemu-devel] [PATCH 28/36] uhci: When the guest marks a pending td non-active, cancel the queue
` [Qemu-devel] [PATCH 29/36] uhci: Always mark a queue valid when we encounter it
` [Qemu-devel] [PATCH 30/36] uhci: Retry to fill the queue while waiting for td completion
` [Qemu-devel] [PATCH 31/36] uhci: Use only one queue for ctrl endpoints
` [Qemu-devel] [PATCH 32/36] xhci: fix function name in error message
` [Qemu-devel] [PATCH 33/36] xhci: flush endpoint context unconditinally
` [Qemu-devel] [PATCH 34/36] xhci: allow disabling interrupters
` [Qemu-devel] [PATCH 35/36] xhci: make number of interrupters and slots configurable
` [Qemu-devel] [PATCH 36/36] xhci: fix usb name in caps

[PATCH v6] powerpc/esdhc: disable CMD23 for some Freescale SoCs
 2012-10-25 12:52 UTC  (4+ messages)

t9401 fails with OS X sed
 2012-10-25 12:51 UTC  (4+ messages)

Beagleboard xM - play video file : BUG: scheduling while atomic: queue1:src/92/0x0000008e , then kernel panic
 2012-10-25 12:42 UTC  (3+ messages)

[PATCH 4/5] Xen/MCE: Abort live migration when vMCE occur
 2012-10-25 12:51 UTC  (9+ messages)

[PATCH] Move try_merge_command and checkout_fast_forward to libgit.a
 2012-10-25 12:50 UTC  (3+ messages)

master - lvmetad: whats_new + more explanation for previous commit
 2012-10-25 12:50 UTC 

[RFT/PATCH] Input: omap4-keypad - switch to use managed resources
 2012-10-25 12:49 UTC  (3+ messages)

[PATCH 0/3] Add V4V to Xen (v7)
 2012-10-25 12:47 UTC  (6+ messages)
` [PATCH 1/3] xen: virq, remove VIRQ_XC_RESERVED
` [PATCH 3/3] xen: Add V4V implementation

[PATCH] mmc: dw_mmc: enable controller interrupt before calling mmc_start_host
 2012-10-25 12:43 UTC  (4+ messages)

[PATCH] ext4: do not try to write superblock on journal-less readonly remount
 2012-10-25 12:43 UTC  (2+ messages)

[PATCH] s5p-fimc: Fix platform entities registration
 2012-10-25 12:42 UTC  (3+ messages)

[PATCH] ext4: Automatic setting of {INODE,BLOCK}_UNINIT flags
 2012-10-25 12:54 UTC  (5+ messages)

[PATCH RFC] Persistent grant maps for xen blk drivers
 2012-10-25 12:40 UTC  (9+ messages)
        ` [Xen-devel] "

linux-next: manual merge of the staging tree with the staging.current tree
 2012-10-25 12:42 UTC  (2+ messages)

[PATCH v2 3/5] ARM: use generic unaligned.h
 2012-10-25 12:41 UTC  (10+ messages)
` [PATCH] ARM: decompressor: clear SCTLR.A bit for v7 cores

[PATCH 0/6] ux500 fixes bound for the -rcs
 2012-10-25 12:41 UTC  (13+ messages)
` [PATCH 2/6] pinctrl: Update clock handling for the pinctrl-nomadik GPIO driver

[PATCH] drm/i915: debug print all of the DPCD we have
 2012-10-25 12:40 UTC  (2+ messages)

Possible regression in arm/io.h
 2012-10-25 12:35 UTC  (6+ messages)

[PATCH] tools: use PREFIX when building upstream qemu
 2012-10-25 12:39 UTC  (2+ messages)

(no subject)
 2012-10-25 12:38 UTC  (9+ messages)
` [PATCH 4/6] xen/pvh: bootup and setup related changes
          ` [Xen-devel] "

[PATCH 00/18] Haswell eDP enablement v3
 2012-10-25 12:37 UTC  (7+ messages)
` [PATCH 03/18] drm/i915: simplify intel_crtc_driving_pch
` [PATCH 04/18] drm/i915: don't call Haswell PCH code when we can't or don't need

[PATCH] arm: mvebu: move irq controller driver in drivers/irqchip/
 2012-10-25 12:35 UTC 

[PATCH V3 0/5] ARM: OMAP2+: Add device-tree support for timers
 2012-10-25 12:33 UTC  (10+ messages)
` [PATCH V3 1/5] ARM: dts: OMAP: Add timer nodes

[PATCH 2/2] Revert pad config check in xen_check_mwait
 2012-10-25 12:21 UTC 

master - lvmetad: Disable and warn when locking_type is 3
 2012-10-25 12:31 UTC 

Anyone doing async I/O on FreeBSD?
 2012-10-25 12:30 UTC  (4+ messages)

[patch] staging: r8712u: cleanup pointer type in r8712_setassocsta_cmd()
 2012-10-25 12:30 UTC 

[PATCH EDAC] sb_edac: add a missing /n on a debug message
 2012-10-25 12:29 UTC 

bonding: remove entries for master_ip and vlan_ip and query devices instead
 2012-10-25 12:29 UTC 

[PATCH EDAC] edac: Fix the dimm filling for csrows-based layouts
 2012-10-25 12:29 UTC 

[PATCHv3] ARM: Sort exception table at compile time
 2012-10-25 12:27 UTC  (3+ messages)

[Qemu-devel] [PATCH] hw/qxl: vaildate surface->data
 2012-10-25 12:27 UTC 

Naming of subvolumes
 2012-10-25 12:30 UTC 

[PATCH 1/4] mds: fix stray migration/reintegration check in handle_client_rename
 2012-10-25 12:26 UTC  (4+ messages)
` [PATCH 2/4] mds: Fix stray check in Migrator::export_dir()
` [PATCH 3/4] mds: Send mdsdir as base inode for rejoins
` [PATCH 4/4] mds: Allow evaluating locks in replica object

Minutes of October Xen Maintainer, Committer and Developer Meeting
 2012-10-25 12:26 UTC 

[PATCH] regmap: introduce tables for readable/writeable/volatile/precious checks
 2012-10-25 12:24 UTC 

[PATCH v2 00/10] sta2x11-mfd patches
 2012-10-25 12:22 UTC  (6+ messages)
` [PATCH 02/10] drivers/mfd/sta2x11-mfd: add regmap support

[U-Boot] USB detection
 2012-10-25 12:21 UTC  (5+ messages)

Enabling hardlink restrictions to the Linux VFS in 3.6 by default
 2012-10-25 12:13 UTC 

[U-Boot] [PATCH v4 0/4] am335x_evm: Enable UART{1,2,3,4,5}
 2012-10-25 12:21 UTC  (5+ messages)
` [U-Boot] [PATCH v4 1/4] am33xx: Enable UART{1,2,3,4,5} clocks
` [U-Boot] [PATCH v4 2/4] am33xx: Enable UART{1,2,3,4,5} pin-mux
` [U-Boot] [PATCH v4 3/4] serial: ns16550: Enable COM5 and COM6
` [U-Boot] [PATCH v4 4/4] am335x_evm: Enable use of UART{1,2,3,4,5}

[Qemu-trivial] Cursos Licitações e Contratos
 2012-10-25 10:49 UTC 

[RFCv0 0/8] Handling physical and logical link
 2012-10-25 12:20 UTC  (13+ messages)
` [RFCv1 00/11] "
  ` [RFCv1 01/11] Bluetooth: trivial: Remove unneeded assignment
  ` [RFCv1 02/11] Bluetooth: Use helper function sending EFS conf rsp
  ` [RFCv1 03/11] Bluetooth: AMP: Process Physical Link Complete evt
  ` [RFCv1 04/11] Bluetooth: AMP: Process Logical Link complete evt
  ` [RFCv1 05/11] Bluetooth: AMP: Add Logical Link Create function
  ` [RFCv1 06/11] Bluetooth: AMP: Process Disc Logical Link
  ` [RFCv1 07/11] Bluetooth: AMP: Process Disc Physical Link Complete evt
  ` [RFCv1 08/11] Bluetooth: AMP: Remove hci_conn receiving error command status
  ` [RFCv1 09/11] Bluetooth: Disconnect logical link when deleteing chan
  ` [RFCv1 10/11] Bluetooth: Add put(hcon) when deleting hchan
  ` [RFCv1 11/11] Bluetooth: AMP: Check for hs_hcon instead of ctrl_id

mpol_to_str revisited
 2012-10-25 12:19 UTC  (16+ messages)
            ` [patch for-3.7] mm, mempolicy: fix printing stack contents in numa_maps

[PATCH 1/2] Xen acpi pad implement
 2012-10-25 12:19 UTC 

[PATCH] net phy: poll for a link
 2012-10-25 12:18 UTC  (7+ messages)

[Qemu-devel] slow xbzrle
 2012-10-25 12:18 UTC  (5+ messages)

[PATCH v2] x86/HPET: cache MSI message last written
 2012-10-25 12:18 UTC  (2+ messages)

[PATCH] compiler.h adjustments
 2012-10-25 12:17 UTC  (2+ messages)

[BUG] lkvm crash on crashkernel boot
 2012-10-25 12:16 UTC  (3+ messages)

[PATCH] tools/hvmloader: move shared_info to reserved memory area
 2012-10-25 12:16 UTC  (5+ messages)

[Cluster-devel] [GFS2 PATCH] GFS2: Rename glops go_xmote_th to go_sync
 2012-10-25 12:15 UTC  (2+ messages)

(unknown),
 2012-10-25 12:15 UTC  (5+ messages)
` 

[PATCH v2 0/5] Qemu: implement readonly memory
 2012-10-25 12:14 UTC  (4+ messages)
` [PATCH v2 1/5] KVM: define KVM_CAP_READONLY_MEM unconditionally
  ` [Qemu-devel] "

NILFS: corrupt root inode after Turbo Mode?
 2012-10-25 12:13 UTC  (11+ messages)

[PATCH V4 0/5] ARM: OMAP2+: Add device-tree support for timers
 2012-10-25 12:08 UTC  (7+ messages)
` [PATCH V4 1/5] ARM: dts: OMAP: Add timer nodes

[PATCH v4 0/6] arm: exynos: add dt based support for exynos5 hdmi
 2012-10-25 12:08 UTC  (3+ messages)

[PATCH 0/7] xen/arm: run on real hardware
 2012-10-25 12:04 UTC  (5+ messages)
` [PATCH 4/7] xen/arm: set the SMP bit in the ACTLR register

[Buildroot] [PATCH v2] lcdapi: new package
 2012-10-25 12:04 UTC 

[PATCH 0/6] Bluetooth: Some fixes and full peripheral role support
 2012-10-25 12:04 UTC  (11+ messages)
` [PATCH 5/6] Bluetooth: mgmt: Add support for switching to LE peripheral mode


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.