All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-04-07 18:39:26 to 2015-04-07 19:22:40 UTC [more...]

[PATCH RFC] mpt2/mpt3sas lock reduction for scsi-mq
 2015-04-07 19:22 UTC  (6+ messages)
` [PATCH 6/7] mpt2sas: store scsi io tracker data in the scsi command / request

[PATCH 0/2] ARM: at91/dt: add support for at91-kizboxmini
 2015-04-07 19:22 UTC  (4+ messages)
` [PATCH 1/2] ARM: at91/dt: sam9x5: add pinctrl for pwm0

[lm-sensors] [PATCH 4/4] hwmon: (ibmpowernv) pretty print labels
 2015-04-07 19:22 UTC  (5+ messages)

[ceph-users] OSD auto-mount after server reboot
 2015-04-07 19:20 UTC 

[PATCH] nightly-no-x11.conf: Run regular build tests for no-X11 case
 2015-04-07 20:19 UTC 

hardware recommendation
 2015-04-07 19:17 UTC  (6+ messages)

[PATCH 3/4] netfilter: Pass socket pointer down through okfn()
 2015-04-07 19:18 UTC  (6+ messages)

[PATCH v6 0/4] clk: Provide support for always-on clocks
 2015-04-07 19:17 UTC  (14+ messages)
` [PATCH v6 1/4] ARM: sti: stih407-family: Supply defines for CLOCKGEN A0
` [PATCH v6 2/4] ARM: sti: stih410-clocks: Identify critical clocks as always-on
` [PATCH v6 3/4] clk: Provide always-on clock support
` [PATCH v6 4/4] clk: dt: Introduce binding for "

[PATCH 3.14.25-rt22 0/2] rtmutex Real-Time Linux: fix kernel BUG at kernel/locking/rtmutex.c:997! and some optimization
 2015-04-07 19:17 UTC  (8+ messages)
` [PATCH v2 0/2] rtmutex Real-Time Linux: fix BUG at kernel/locking/rtmutex.c:997!
  ` [PATCH v2 1/2] rtmutex Real-Time Linux: Fixing kernel "

Initial newstore vs filestore results
 2015-04-07 19:16 UTC  (2+ messages)

tg3 NIC driver bug in 3.14.x under Xen
 2015-04-07 18:25 UTC  (6+ messages)

[PATCH -v3 00/11] drm/exynos: Add atomic modesetting support
 2015-04-07 19:14 UTC  (6+ messages)

[PATCH 4/4] udp_tunnel: Pass UDP socket down through udp_tunnel{,6}_xmit_skb()
 2015-04-07 19:14 UTC  (5+ messages)

[Qemu-devel] Migration sometimes fails with IDE and Qemu 2.2.1
 2015-04-07 19:13 UTC  (15+ messages)
` [Qemu-devel] [Qemu-block] "

[U-Boot] [PATCH v2 0/80] dm: Add USB support
 2015-04-07 19:12 UTC  (154+ messages)
` [U-Boot] [PATCH v2 03/80] dm: test: bus: Use a local variable to simplify code
` [U-Boot] [PATCH v2 04/80] dm: exynos: snow: Move the keyboard to I2C
` [U-Boot] [PATCH v2 05/80] dm: core: Support allocating driver-private data for DMA
` [U-Boot] [PATCH v2 06/80] dm: core: Convert driver_bind() to use const
` [U-Boot] [PATCH v2 07/80] dm: core: Rename driver data function to dev_get_driver_data()
` [U-Boot] [PATCH v2 08/80] dm: core: Mark device as active before calling uclass probe() methods
` [U-Boot] [PATCH v2 09/80] dm: core: Add device children and sibling functions
` [U-Boot] [PATCH v2 10/80] dm: gpio: Add an implementation for gpio_get_number()
` [U-Boot] [PATCH v2 11/80] dm: usb: Add a uclass for USB controllers
` [U-Boot] [PATCH v2 12/80] dm: usb: Adjust usb command to prepare for driver model
` [U-Boot] [PATCH v2 13/80] dm: usb: Adjust usb_alloc_new_device() to return an error
` [U-Boot] [PATCH v2 14/80] dm: usb: Convert 'usb' command to support driver model
` [U-Boot] [PATCH v2 15/80] dm: usb: Drop the legacy USB init sequence
` [U-Boot] [PATCH v2 16/80] dm: usb: Refactor port resets
` [U-Boot] [PATCH v2 17/80] dm: usb: Move descriptor setup code into its own function
` [U-Boot] [PATCH v2 18/80] dm: usb: Split out more code from usb_new_device()
` [U-Boot] [PATCH v2 19/80] dm: usb: Complete the splitting up of usb_new_device()
` [U-Boot] [PATCH v2 20/80] dm: usb: Convert core usb.c file to support driver model
` [U-Boot] [PATCH v2 21/80] dm: usb: Split hub detection into its own function
` [U-Boot] [PATCH v2 22/80] dm: usb: Add driver model support for hubs
` [U-Boot] [PATCH v2 23/80] dm: usb: Move USB storage definitions to usb_defs.h
` [U-Boot] [PATCH v2 24/80] dm: usb: Fix type problems in usb_stor_get_info()
` [U-Boot] [PATCH v2 25/80] dm: usb: Simply device finding code in usb_storage
` [U-Boot] [PATCH v2 26/80] dm: usb: Adjust usb_storage to work with sandbox
` [U-Boot] [PATCH v2 27/80] dm: usb: Move storage device scanning into its own function
` [U-Boot] [PATCH v2 28/80] dm: usb: Convert usb_storage to driver model
` [U-Boot] [PATCH v2 29/80] dm: usb: Move all the EHCI weak functions together and declare them
` [U-Boot] [PATCH v2 30/80] dm: usb: Pass EHCI controller pointer to ehci_get_port_speed()
` [U-Boot] [PATCH v2 31/80] dm: usb: Allow ECHI to hold private data for the controller
` [U-Boot] [PATCH v2 32/80] dm: usb: tegra: Store the controller type explicitly
` [U-Boot] [PATCH v2 33/80] dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup()
` [U-Boot] [PATCH v2 34/80] dm: usb: tegra: Drop use of global controller variable
` [U-Boot] [PATCH v2 35/80] dm: usb: Pass EHCI controller pointer to ehci_set_usbmode()
` [U-Boot] [PATCH v2 36/80] dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register()
` [U-Boot] [PATCH v2 37/80] dm: usb: ehci: Use a function to find the controller from struct udevice
` [U-Boot] [PATCH v2 38/80] dm: usb: Refactor EHCI init
` [U-Boot] [PATCH v2 39/80] dm: usb: Drop the EHCI weak functions
` [U-Boot] [PATCH v2 40/80] dm: usb: Change ehci_reset() to use a pointer
` [U-Boot] [PATCH v2 41/80] dm: usb: Add driver model support to EHCI
` [U-Boot] [PATCH v2 42/80] dm: usb: Allow USB drivers to be declared and auto-probed
` [U-Boot] [PATCH v2 43/80] dm: usb: Bind generic USB devices when there is no driver
` [U-Boot] [PATCH v2 44/80] dm: usb: Allow setting up a USB controller as a device/gadget
` [U-Boot] [PATCH v2 45/80] dm: usb: Split out the keyboard probe into its own function
` [U-Boot] [PATCH v2 46/80] dm: usb: Support driver model with USB keyboards
` [U-Boot] [PATCH v2 47/80] dm: usb: tegra: Add vbus GPIOs for nyan
` [U-Boot] [PATCH v2 48/80] dm: usb: Move struct usb_string to a common place
` [U-Boot] [PATCH v2 49/80] dm: usb: sandbox: Add a uclass for USB device emulation
` [U-Boot] [PATCH v2 50/80] dm: usb: sandbox: Reset emulation devices in usb stop()
` [U-Boot] [PATCH v2 51/80] dm: usb: sandbox: Add an emulator for USB flash devices
` [U-Boot] [PATCH v2 52/80] dm: usb: sandbox: Add an emulator for USB hub emulation
` [U-Boot] [PATCH v2 53/80] dm: usb: sandbox: Add a driver for sandbox
` [U-Boot] [PATCH v2 54/80] dm: usb: dts: sandbox: Add some sample USB devices to sandbox
` [U-Boot] [PATCH v2 55/80] dm: usb: Add support for USB ethernet devices with driver model
` [U-Boot] [PATCH v2 56/80] dm: usb: exynos: Add driver model support to exynos EHCI
` [U-Boot] [PATCH v2 57/80] dm: usb: tegra: Remove the port_addr_clear_csc variable
` [U-Boot] [PATCH v2 58/80] dm: usb: tegra: Tidy up error handling and a static function
` [U-Boot] [PATCH v2 59/80] dm: usb: tegra: Move most of init/uninit into a function
` [U-Boot] [PATCH v2 60/80] dm: usb: tegra: Add driver model support to tegra EHCI
` [U-Boot] [PATCH v2 61/80] dm: usb: xhci: Use a function to get xhci_ctrl
` [U-Boot] [PATCH v2 62/80] dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device()
` [U-Boot] [PATCH v2 63/80] dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev()
` [U-Boot] [PATCH v2 64/80] dm: usb: xhci: Factor out common init/uninit
` [U-Boot] [PATCH v2 65/80] dm: usb: Support driver model in XHCI
` [U-Boot] [PATCH v2 66/80] dm: usb: Rename the XHCI HCD to U-Boot
` [U-Boot] [PATCH v2 67/80] dm: usb: exynos: Adjust XHCI driver to support driver model
` [U-Boot] [PATCH v2 68/80] dm: usb: exynos: Use driver model for USB
` [U-Boot] [PATCH v2 69/80] dm: usb: exynos: Enable both USB ports on snow
` [U-Boot] [PATCH v2 70/80] dm: usb: exynos: Enable both EHCI and XHCI "
` [U-Boot] [PATCH v2 71/80] dm: usb: tegra: Move to driver model for USB
` [U-Boot] [PATCH v2 72/80] dm: usb: Add a generic descriptor struct
` [U-Boot] [PATCH v2 73/80] dm: usb: Tidy up pipe value decoding
` [U-Boot] [PATCH v2 74/80] dm: usb: sandbox: Enable USB
` [U-Boot] [PATCH v2 75/80] dm: test: Correct printf() output nit in 'dm uclass'
` [U-Boot] [PATCH v2 76/80] dm: test: Allow 'dm test' to select a particular test to run
` [U-Boot] [PATCH v2 77/80] dm: usb: Add tests for the USB uclass

[PATCH v2] clk: si5351: fix .round_rate for multisynth 6-7
 2015-04-07 19:11 UTC 

[Buildroot] [PATCH 1/1] Toolchain - Add option to enable Ada language
 2015-04-07 19:10 UTC 

[PATCH] ti-soc-thermal: implement eocz bit to make driver useful on omap3
 2015-04-07 19:09 UTC  (8+ messages)
` [PATCHv2] ti-soc-thermal: request temperature periodically if hw can't do that itself
  ` [PATCH] ti-soc-thermal: implement omap3 support
    ` [PATCHv2] "

[PATCH] x86/earlyprintk: setup earlyprintk as early as possible
 2015-04-07 19:08 UTC  (7+ messages)

[PATCH v3 17/20] lpfc: Fix crash in device reset handler
 2015-04-07 19:07 UTC 

[PATCH v3 19/20] lpfc: Update copyright to 2015
 2015-04-07 19:07 UTC 

[PATCH v3 20/20] lpfc: Update version to 10.5.0.0 for upstream patch set
 2015-04-07 19:07 UTC 

[PATCH v3 13/20] lpfc: Initiator sends wrong BBCredit value for either FLOGI or FLOGI_ACC
 2015-04-07 19:07 UTC 

[PATCH v3 15/20] lpfc: Fix internal loopback failure
 2015-04-07 19:07 UTC 

[PATCH v3 18/20] lpfc: Fix for lun discovery issue with saturn adapter
 2015-04-07 19:07 UTC 

[PATCH v3 11/20] lpfc: Fix FDMI Fabric support in driver for Brocade
 2015-04-07 19:07 UTC 

[PATCH v3 14/20] lpfc: Fix premature release of rpi bit in bitmask
 2015-04-07 19:07 UTC 

[PATCH v3 16/20] lpfc: Fix OS crash when running loopback test in applications
 2015-04-07 19:07 UTC 

[PATCH v3 09/20] lpfc: Parse the new 20G, 25G and 40G link speeds in the lpfc driver
 2015-04-07 19:07 UTC 

[PATCH v3 12/20] lpfc: Fix null ndlp dereference in target_reset_handler
 2015-04-07 19:07 UTC 

[PATCH v3 07/20] lpfc: Fix setting of EQ (interrupt) delay Multiplier
 2015-04-07 19:07 UTC 

[PATCH v3 10/20] lpfc: Fix provide host name and OS name in RSNN-NN FC-GS command
 2015-04-07 19:07 UTC 

[PATCH v3 05/20] lpfc: Linux lpfc driver doesn't re-establish the link after a cable pull on LPe12002
 2015-04-07 19:07 UTC 

[PATCH v3 03/20] lpfc: Add new mbx cmd recognition
 2015-04-07 19:07 UTC 

[PATCH v3 06/20] lpfc: Fix host reset escalation killing all IOs
 2015-04-07 19:07 UTC 

[PATCH v3 08/20] lpfc: Add support for reporting option_rom_version on newer adapters
 2015-04-07 19:07 UTC 

[PATCH v3 01/20] lpfc: Fix the iteration count to match the 30 sec comment in the routine lpfc_pci_function_reset
 2015-04-07 19:07 UTC 

[PATCH v3 04/20] lpfc: Fix to handle PLOGI when already logged in
 2015-04-07 19:07 UTC 

[PATCH v3 02/20] lpfc: Add Lancer Temperature Event support to the lpfc driver
 2015-04-07 19:07 UTC 

[PATCH v3 00/20] lpfc: Update lpfc driver to revision 10.5.0.0
 2015-04-07 19:07 UTC 

6lowpan on a RPi using at86rf233
 2015-04-07 19:07 UTC  (5+ messages)

[GIT PULL 00/16] perf/core improvements and fixes
 2015-04-07 19:06 UTC  (3+ messages)
` [PATCH 15/16] perf record: Add clockid parameter

[PATCH 0/6] address packed-refs speed regressions
 2015-04-07 19:04 UTC  (5+ messages)
` [PATCH 3/6] strbuf_getwholeline: use getc_unlocked

[PATCH 00/20] skylake display scalers
 2015-04-07 19:02 UTC  (7+ messages)
` [PATCH 06/20] drm/i915: Convert primary plane 16.16 values to regular ints

[PATCH v3 0/3] RDS: RDS-core fixes
 2015-04-07 18:59 UTC  (3+ messages)
` [PATCH v3 1/3] RDS: Re-add pf/sol access via sysctl

[PATCH v2 00/17] IB/Verbs: IB Management Helpers
 2015-04-07 18:56 UTC  (14+ messages)
` [PATCH v2 10/17] IB/Verbs: Adopt management helpers for IB helpers
` [PATCH v2 11/17] IB/Verbs: Reform link_layer_show() and ib_uverbs_query_port()

[PATCH 1/2] [v2] blk-mq: fix plugging in blk_sq_make_request
 2015-04-07 18:55 UTC  (7+ messages)
` [PATCH 2/2] blk-plug: don't flush nested plug lists
  ` [PATCH 2/2][v2] "
    ` [Cluster-devel] "

[U-Boot] Regarding patch: http://patchwork.ozlabs.org/patch/373593/
 2015-04-07 18:55 UTC  (5+ messages)

[U-Boot] [PATCH] usb: hub: allow pgood_delay to be specified via env
 2015-04-07 18:55 UTC  (4+ messages)

bluetoothctl Segmentation Fault on confirm
 2015-04-07 18:54 UTC  (4+ messages)

[PATCH] xfs: use i_lock to prevent i_size race on dio write completion
 2015-04-07 18:53 UTC 

[PATCH v2 1/2] Bluetooth: Update SSP OOB data EIR definitions
 2015-04-07 18:52 UTC  (2+ messages)
` [PATCH v2 2/2] Bluetooth: Add local SSP OOB data to OOB ext data mgmt command

[ANNOUNCE] Git Merge Contributors Summit, April 8th, Paris
 2015-04-07 18:51 UTC  (4+ messages)

[RFC PATCH v3 0/2] ARM: EXYNOS: Fix Suspend-to-RAM on Exynos5420
 2015-04-07 18:51 UTC  (17+ messages)
` [RFC PATCH v3 2/2] clk: exynos5420: Make sure MDMA0 clock is enabled during suspend

[PATCH net-next] tc: cls_bpf: make ingress and egress qdiscs consistent
 2015-04-07 18:51 UTC  (2+ messages)

[PATCH v3 0/1] spi: Using Trigger number to transmit/receive data
 2015-04-07 18:51 UTC  (4+ messages)
` [PATCH v3 1/1] "

[PATCH] drm/i915: reset drm state backpointer in crtc_state
 2015-04-07 18:48 UTC  (3+ messages)

Re:
 2015-04-07 18:47 UTC 

[PATCH 7/9] drm/i915: Fix for DP CTS test 4.2.2.5 - I2C DEFER handling
 2015-04-07 18:47 UTC  (4+ messages)
` [PATCH 07/11] "

[PATCH] eth_dev: make ether dev_ops const
 2015-04-07 18:46 UTC  (3+ messages)

[PATCH v4 00/10] Add simple EEPROM Framework via regmap
 2015-04-07 18:45 UTC  (4+ messages)
` [PATCH v4 04/10] eeprom: Add a simple EEPROM framework for eeprom consumers

[PATCH] clk: si5351: fix .round_rate for multisynth 6-7
 2015-04-07 18:44 UTC  (3+ messages)

renesas-drivers-2015-04-07-v4.0-rc7
 2015-04-07 18:44 UTC 

Your Webmail account Certificate expired on the 10th-04-2015
 2015-04-07 18:44 UTC 

Your Webmail account Certificate expired on the 10th-04-2015
 2015-04-07 18:44 UTC 

[PATCH] spi: Make master->handle_err() callback optional to avoid crashes
 2015-04-07 18:41 UTC  (4+ messages)

[meta-fsl-arm] Build for SabreSD?
 2015-04-07 18:39 UTC  (6+ messages)

improve futex on -RT by avoiding the double wake-up
 2015-04-07 18:41 UTC  (3+ messages)
` [PATCH 1/3] futex: avoid double wake up in PI futex wait / wake on -RT

[PATCH 0/3] Allow running tgtd as a non-root user
 2015-04-07 18:40 UTC  (4+ messages)
` [PATCH 1/3] tgtd.c: allow oom adjust failures for non-root users
` [PATCH 2/3] mgmt: change ipc socket address
` [PATCH 3/3] mgmt.c: check that the connecting user is the same as the user tgtd runs as


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.