All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-03-17 13:01:09 to 2014-03-17 13:33:03 UTC [more...]

[PATCH 00/39] [WIP] scsi multiqueue
 2014-03-17 13:33 UTC  (41+ messages)
` [PATCH 01/39] block: fix q->flush_rq NULL pointer crash on dm-mpath flush
` [PATCH 02/39] block: change flush sequence list addition back to front add
` [PATCH 03/39] blk-mq: fix blk_mq_end_io_partial
` [PATCH 04/39] blk-mq: initialize resid_len
` [PATCH 05/39] blk-mq: replace blk_mq_init_commands with a ->init_request method
` [PATCH 06/39] blk-mq: add a exit_request method
` [PATCH 07/39] scsi: avoid useless free_list lock roundtrips
` [PATCH 08/39] scsi: avoid taking host_lock in scsi_run_queue unless nessecary
` [PATCH 09/39] scsi: do not manipulate device reference counts in scsi_get/put_command
` [PATCH 10/39] scsi: remove a useless get/put_device pair in scsi_request_fn
` [PATCH 11/39] scsi: remove a useless get/put_device pair in scsi_next_command
` [PATCH 12/39] scsi: remove a useless get/put_device pair in scsi_requeue_command
` [PATCH 13/39] megaraid: simplify internal command handling
` [PATCH 14/39] scsi: simplify command allocation and freeing a bit
` [PATCH 15/39] scsi: add support for per-host cmd pools
` [PATCH 16/39] virtio_scsi: use cmd_size
` [PATCH 17/39] scsi: explicitly release bidi buffers
` [PATCH 18/39] scsi: remove scsi_end_request
` [PATCH 19/39] scsi: push host_lock down into scsi_{host,target}_queue_ready
` [PATCH 20/39] scsi: convert target_busy to an atomic_t
` [PATCH 21/39] scsi: convert host_busy to atomic_t
` [PATCH 22/39] scsi: convert device_busy "
` [PATCH 23/39] scsi: fix the {host,target,device}_blocked counter mess
` [PATCH 24/39] blk-mq: add blk_mq_requeue_request
` [PATCH 25/39] blk-mq: add async paramter to blk_mq_start_stopped_hw_queues
` [PATCH 26/39] HACK: support blk_delay_queue for blk-mq
` [PATCH 27/39] blk-mq: export blk_mq_insert_request
` [PATCH 28/39] scsi: reintroduce scsi_driver.init_command
` [PATCH 29/39] block: remove unprep_rq_fn
` [PATCH 30/39] scsi: centralize command re-queueing in scsi_dispatch_fn
` [PATCH 31/39] scsi: split __scsi_queue_insert
` [PATCH 32/39] scsi: unwind blk_end_request_all and blk_end_request_err calls
` [PATCH 33/39] scsi: initial blk-mq support
` [PATCH 34/39] scsi: partially stub out scsi_adjust_queue_depth when using blk-mq
` [PATCH 35/39] virtio_scsi: use blk_mq
` [PATCH 36/39] iscsi_tcp: "
` [PATCH 37/39] ata_piix: "
` [PATCH 38/39] blk-mq: make blk_mq_start_stopped_hw_queues run a queue even if not stopped
` [PATCH 39/39] scsi: implement ->init_request and ->exit_request

[PATCH v2 0/2] IB/mlx5: Add PCI error handler support for mlx5
 2014-03-17 13:32 UTC  (3+ messages)
` [PATCH v2 2/2] IB/mlx5: Free resources during PCI error

ARM: EXYNOS 5410 - DOM0 not being scheduled
 2014-03-17 13:32 UTC  (7+ messages)

[REVIEWv2 PATCH for v3.15 2/4] videobuf2-core: fix sparse errors
 2014-03-17 13:30 UTC  (5+ messages)

[GIT PULL v2] SOCFPGA updates for 3.15, version 2
 2014-03-17 13:31 UTC  (4+ messages)

[PATCH v6 0/3] ARM: sun7i/sun6i: irqchip: Irqchip driver for NMI controller
 2014-03-17 13:30 UTC  (4+ messages)
` [PATCH v6 2/3] ARM: sun7i/sun6i: dts: Add NMI irqchip support

[PATCH] SPI: Add driver for Cadence SPI controller
 2014-03-17 13:30 UTC  (6+ messages)

master - config: make report settings profilable
 2014-03-17 13:30 UTC 

[PATCH] gpio: davinci: fix gpio selection for OF
 2014-03-17 13:29 UTC  (8+ messages)
` [PATCH v2] "

[PATCH 1/2] lib/scatterlist: Make ARCH_HAS_SG_CHAIN an actual Kconfig
 2014-03-17 13:30 UTC  (3+ messages)
` [PATCH 2/2] Cleanup useless architecture versions of scatterlist.h

[PATCH v3 RESEND 00/22] libxl: asynchronous suspend
 2014-03-17 13:30 UTC  (23+ messages)
` [PATCH 01/22] libxl: init: Provide a gc later in libxl_ctx_alloc
` [PATCH 02/22] libxl: init: libxl__poller_init and _get take gc
` [PATCH 03/22] libxl: events: const-correct *_inuse, *_isregistered
` [PATCH 04/22] libxl: Formally document libxl__xs_transaction
` [PATCH 05/22] libxl: events: Provide libxl__xswait_*
` [PATCH 06/22] libxl: events: libxl__xswait* support @paths
` [PATCH 07/22] libxl: events: Use libxl__xswait_* in spawn code
` [PATCH 08/22] libxl: events: Provide libxl__ev_evtchn*
` [PATCH 09/22] libxc: suspend: Rename, improve xc_suspend_evtchn_init
` [PATCH 10/22] libxc: suspend: Fix suspend event channel locking
` [PATCH 11/22] libxl: suspend: trailing ws in libxl_save_msgs_gen.pl
` [PATCH 12/22] libxl: suspend: Async libxl__domain_suspend_callback
` [PATCH 13/22] libxl: suspend: Async domain_suspend_callback_common
` [PATCH 14/22] libxl: suspend: Reorg domain_suspend_callback_common
` [PATCH 15/22] libxl: suspend: New libxl__domain_pvcontrol_xspath
` [PATCH 16/22] libxl: suspend: New domain_suspend_pvcontrol_acked
` [PATCH 17/22] libxl: suspend: domain_suspend_callback_common xs errs
` [PATCH 18/22] libxl: suspend: Async xenstore pvcontrol wait
` [PATCH 19/22] libxl: suspend: Abolish usleeps in domain suspend wait
` [PATCH 20/22] libxl: suspend: Fix suspend wait corner cases
` [PATCH 21/22] libxl: suspend: Async evtchn wait
` [PATCH 22/22] libxl: suspend: Apply guest timeout in evtchn case

回复: [Consult] unicore32: Is unicore32 still alive?
 2014-03-17 13:29 UTC  (2+ messages)

[PATCHv1] x86: don't schedule when handling #NM exception
 2014-03-17 13:29 UTC  (9+ messages)
        ` [Xen-devel] "

[PATCH 0/6 v2] Introduce FALLOC_FL_ZERO_RANGE flag for fallocate
 2014-03-17 13:29 UTC  (5+ messages)

toaster: review request for build dash board page
 2014-03-17 13:29 UTC  (8+ messages)

[PATCH] s390: correct misuses of module_put in appldata_generic_handler
 2014-03-17 13:28 UTC  (3+ messages)

[PATCH v2 0/4] ASoC: davinci: edma dmaengine PCM and mcasp preparation
 2014-03-17 13:28 UTC  (4+ messages)
` [PATCH v2 3/4] ASoC: davinci-mcasp: Constraint on the period and buffer size based on FIFO usage

[PATCH 0/3] x86: support further Intel CPU families
 2014-03-17 13:28 UTC  (2+ messages)
` [PATCH v2 0/2] "

[PATCH] ARM: OMAP5: DSS hwmod data
 2014-03-17 13:28 UTC  (8+ messages)

[PATCH] sh_eth: ensure pm_runtime cannot suspend the device during init
 2014-03-17 13:27 UTC  (2+ messages)

[PATCH 1/6] dm: change sector_t len to unsigned
 2014-03-17 13:27 UTC  (3+ messages)
` [PATCH 2/6] dm: introduce dm_accept_partial_bio

master - conf: add existing report settings to lvm.conf
 2014-03-17 13:26 UTC 

[GIT PULL FOR v3.15] Two fixes
 2014-03-17 13:25 UTC 

[Qemu-devel] [PATCH 0/3] Trivial patches
 2014-03-17 13:25 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/3] block: Replaced old error handling with error reporting API
` [Qemu-trivial] [Qemu-devel] [PATCH 0/3] Trivial patches

[PATCH] spi: sc18is602: Don't be that restrictive with the maximum transfer speed
 2014-03-17 13:25 UTC  (4+ messages)

[PATCH] ata: ahci_sunxi: make ahci_sunxi_resume() static
 2014-03-17 13:23 UTC  (4+ messages)

[PATCH] ata: ahci_sunxi: fix code formatting
 2014-03-17 13:23 UTC  (4+ messages)

[B.A.T.M.A.N.] [PATCH next 01/11] batman-adv: remove useless goto
 2014-03-17 13:22 UTC  (11+ messages)
` [B.A.T.M.A.N.] [PATCH next 02/11] batman-adv: don't mess up with the netdev refcounting if not needed
` [B.A.T.M.A.N.] [PATCH next 03/11] batman-adv: fix multicast kerneldoc
` [B.A.T.M.A.N.] [PATCH next 04/11] "
` [B.A.T.M.A.N.] [PATCH next 05/11] "
` [B.A.T.M.A.N.] [PATCH next 06/11] "
` [B.A.T.M.A.N.] [PATCH next 07/11] "
` [B.A.T.M.A.N.] [PATCH next 08/11] batman-adv: adjust copyright disclaimer in multicast files
` [B.A.T.M.A.N.] [PATCH next 09/11] batman-adv: fix code style
` [B.A.T.M.A.N.] [PATCH next 10/11] batman-adv: fix more "
` [B.A.T.M.A.N.] [PATCH next 11/11] "

[PATCH] android/pixit: Add PIXIT for HDP and MCAP
 2014-03-17 13:22 UTC 

[PATCH] md: Fixed issue in raid1 that may lead to data corruption
 2014-03-17 13:22 UTC 

[PATCH] gspca_gl860: Clean up idxdata structs
 2014-03-17 13:21 UTC  (3+ messages)

[PATCH] ASoC: fsi: fixup compile error for simple-card
 2014-03-17 13:20 UTC  (2+ messages)

[PATCH 0/4] blk-mq updates
 2014-03-17 13:18 UTC  (5+ messages)
` [PATCH 1/4] blk-mq: fix blk_mq_end_io_partial
` [PATCH 2/4] blk-mq: initialize resid_len
` [PATCH 3/4] blk-mq: replace blk_mq_init_commands with a ->init_request method
` [PATCH 4/4] blk-mq: add a exit_request method

[PATCH 0/6] nilfs2: implement tracking of live blocks
 2014-03-17 13:19 UTC  (3+ messages)
` [PATCH 4/6] nilfs2: add ioctl() to clean snapshot flags from dat entries

Dora vs Dylan: Poppler + Qt 4.8.5
 2014-03-17 13:18 UTC 

[LTP] [PATCH v5] network: tcp_fastopen: add TCP Fast Open test
 2014-03-17 13:18 UTC  (3+ messages)

[Qemu-devel] [PATCH v4 00/21] AArch64 system emulation (boots a kernel!)
 2014-03-17 13:17 UTC  (12+ messages)
` [Qemu-devel] [PATCH v4 11/21] target-arm: Don't mention PMU in debug feature register
` [Qemu-devel] [PATCH v4 13/21] target-arm: Use dedicated CPU state fields for ARM946 access bit registers
` [Qemu-devel] [PATCH v4 14/21] target-arm: Implement AArch64 views of fault status and data registers

[PATCH] clk: samsung: fixed compiler warning [-Wpointer-to-int-cast]
 2014-03-17 13:17 UTC  (4+ messages)

[PATCH] drm/i915: Don't del_timer_sync uninitialized timer
 2014-03-17 13:17 UTC  (5+ messages)

[PATCH net-next v6 0/3] The huawei_cdc_ncm driver / E3276 problem
 2014-03-17 13:17 UTC  (18+ messages)

[PATCH] ASoC: tlv320aic31xx: Turn power off only once
 2014-03-17 13:17 UTC  (2+ messages)

[PATCH] ata: ahci_sunxi: disable resources on driver removal
 2014-03-17 13:16 UTC  (4+ messages)

[U-Boot] [PATCH v1 0/9] sunxi: initial upstreamining effort
 2014-03-17 13:16 UTC  (5+ messages)
` [U-Boot] [PATCH v1 3/9] sunxi: initial sun7i dram setup support
    ` [U-Boot] [linux-sunxi] "

[PATCH 9/9] drm/exynos/fimd: remove unused variable
 2014-03-17 13:16 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 0/6] mmc: sdhci-acpi: Fix broken card detect for ACPI HID 80860F14
 2014-03-17 13:14 UTC  (3+ messages)

[REVIEWv3 PATCH for v3.15 0/5] v4l2 core sparse error/warning fixes
 2014-03-17 13:11 UTC  (2+ messages)

[U-Boot] Relocation
 2014-03-17 13:12 UTC  (2+ messages)

[PATCH 1/2] serial_core: Get a reference for port->tty in uart_remove_one_port()
 2014-03-17 13:10 UTC  (2+ messages)
` [PATCH 2/2] [RFC] serial_core: Avoid NULL pointer dereference in uart_close()

[PATCH v2 0/3] Add initial support of PMU for exynos5260
 2014-03-17 13:09 UTC  (8+ messages)
` [PATCH v2 1/3] ARM: EXYNOS: Map PMU address through DT
` [PATCH v2 2/3] ARM: EXYNOS: Add initial support of PMU for Exynos5260
` [PATCH v2 3/3] arm: exynos5260: add support for S2R

[Bug 75939] Natural Selection 2 causes a GPU Lockup at start
 2014-03-17 13:09 UTC 

v3.14-rc1+: new error: "nsc-ircc, Wrong chip version ff"
 2014-03-17 13:24 UTC  (4+ messages)

[PATCH 1/3] lib: Export interval_tree
 2014-03-17 13:08 UTC  (3+ messages)

BTRFS critical / kernel BUG / high load
 2014-03-17 13:08 UTC  (4+ messages)

[PATCH BlueZ 01/17] unit/test-avrcp: Use avrcp_register_player
 2014-03-17 13:08 UTC  (17+ messages)
` [PATCH BlueZ 02/17] android/avrcp-lib: Add avrcp_set_addressed_player_rsp function
` [PATCH BlueZ 03/17] unit/test-avrcp: Fix test /TP/MPS/BV-02-C
` [PATCH BlueZ 04/17] android/avrcp-lib: Add avrcp_list_player_attributes_rsp function
` [PATCH BlueZ 05/17] unit/test-avrcp: Use avrcp_list_player_attributes_rsp
` [PATCH BlueZ 06/17] android/avrcp-lib: Add avrcp_get_player_attribute_text_rsp function
` [PATCH BlueZ 07/17] unit/test-avrcp: Use avrcp_get_player_attribute_text_rsp
` [PATCH BlueZ 08/17] android/avrcp-lib: Add avrcp_list_player_values_rsp function
` [PATCH BlueZ 09/17] unit/test-avrcp: Use avrcp_list_player_values_rsp
` [PATCH BlueZ 10/17] android/avrcp-lib: Add avrcp_get_player_values_text_rsp function
` [PATCH BlueZ 11/17] unit/test-avrcp: Use avrcp_get_player_values_text_rsp
` [PATCH BlueZ 12/17] unit/test-avrcp: Fix invalid PDU for test /TP/PAS/BV-04-C
` [PATCH BlueZ 13/17] android/avrcp-lib: Add avrcp_get_current_player_value_rsp function
` [PATCH BlueZ 14/17] unit/test-avrcp: Use avrcp_get_current_player_value_rsp
` [PATCH BlueZ 15/17] android/avrcp-lib: Add avrcp_get_capabilities_rsp function
` [PATCH BlueZ 16/17] android/avrcp: Switch to use avrcp_register_player
` [PATCH BlueZ 17/17] android/avrcp-lib: Make unused public function private

push fail
 2014-03-17 13:06 UTC 

[PATCH] sh_eth: ensure pm_runtime cannot suspend the device during init
 2014-03-17 13:07 UTC  (4+ messages)

review request: Bug #5962 The "Local configuration variables" filter returns an error when applied on top of search results
 2014-03-17 13:06 UTC  (2+ messages)

btrfs: lock inversion between delayed_node->mutex and found->groups_sem
 2014-03-17 13:05 UTC  (2+ messages)

[PATCH] printk: Remove double asmlinkage in printk_emit
 2014-03-17 12:55 UTC 

[PATCH OSSTEST] standalone: add blessing to flights table
 2014-03-17 13:02 UTC  (2+ messages)

[PATCH OSSTEST] cri-args-hostlists: Allow environment to control OSSTEST_CONFIG
 2014-03-17 13:02 UTC  (2+ messages)

race in audit_log_untrusted_string for task_struct::comm
 2014-03-17 13:01 UTC  (2+ messages)

[PATCH BlueZ 01/12] android/avrcp-lib: Change API to register callbacks instead of PDU handlers
 2014-03-17 13:01 UTC  (4+ messages)

[PATCH 1/2] powerpc/85xx: Add a property bus-num for espi controller
 2014-03-17 13:01 UTC  (5+ messages)
` [PATCH 2/2] spi/fsl-lib: Get the SPI controller bus number from DTS


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.