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

push fail
 2014-03-17 13:36 UTC  (3+ messages)

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

[PATCHv1] x86: don't schedule when handling #NM exception
 2014-03-17 13:35 UTC  (15+ messages)
      ` [PATCH] x86: Control CR0 TS behavior using dev_na_ts_allowed
        ` [Xen-devel] [PATCHv1] x86: don't schedule when handling #NM exception

[PATCH 00/21] wil6210: misc updates
 2014-03-17 13:34 UTC  (22+ messages)
` [PATCH 01/21] wil6210: Helpers to deal with 'cidxtid' fields
` [PATCH 02/21] wil6210: Block data till "data port open" reported
` [PATCH 03/21] wil6210: enable scan while connected
` [PATCH 04/21] wil6210: add scatter-gather support
` [PATCH 05/21] wil6210: generalize tx desc mapping
` [PATCH 06/21] wil6210: update target reset to support new HW
` [PATCH 07/21] wil6210: reduce dmesg pollution after FW crash
` [PATCH 08/21] wil6210: report reset time
` [PATCH 09/21] wil6210: fix for HW bug in interrupt setup logic
` [PATCH 10/21] wil6210: sort HW registers definitions
` [PATCH 11/21] wil6210: reset on power good
` [PATCH 12/21] wil6210: reduce printing
` [PATCH 13/21] wil6210: fix memory leak in the AP flow
` [PATCH 14/21] wil6210: Fix kernel oops in reset flow
` [PATCH 15/21] wil6210: fw error recovery
` [PATCH 16/21] wil6210: fix secondary connect
` [PATCH 17/21] wil6210: serialize fw_recovery and start_ap
` [PATCH 18/21] wil6210: use GRO
` [PATCH 19/21] wil6210: target reset flow update
` [PATCH 20/21] wil6210: add memory barriers for the reset flow
` [PATCH 21/21] wil6210: fix race between disconnect and Tx NAPI

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

master - tests: zero and error type tests
 2014-03-17 13:33 UTC 

master - tests: lvconvert snapshot testing
 2014-03-17 13:33 UTC 

master - tests: enhance snapshot test
 2014-03-17 13:33 UTC 

master - tests: put test envvar into braces
 2014-03-17 13:33 UTC 

master - tests: skip mangling test
 2014-03-17 13:33 UTC 

master - tests: test spare volume removal
 2014-03-17 13:33 UTC 

master - tests: more coverage
 2014-03-17 13:33 UTC 

master - tests: skip more Fedora kernels for raid456
 2014-03-17 13:33 UTC 

master - tests: add more help text and paths quotes
 2014-03-17 13:33 UTC 

master - cleanup: relocate check for mirror
 2014-03-17 13:33 UTC 

master - lvconvert: delay archiving of metadata
 2014-03-17 13:33 UTC 

master - lvconvert: validate min chunk size for snapshot
 2014-03-17 13:33 UTC 

master - snapshot: wrap min_chunk test into a lib function
 2014-03-17 13:33 UTC 

master - lvconvert: disallow usage of origin for snapshot
 2014-03-17 13:33 UTC 

[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

[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)

[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  (3+ messages)

[PATCH] ata: ahci_sunxi: fix code formatting
 2014-03-17 13:23 UTC  (3+ 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  (9+ messages)
` [Qemu-devel] [PATCH v4 11/21] target-arm: Don't mention PMU in debug feature register
` [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  (3+ 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


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.