All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-22 01:40:39 to 2015-12-22 03:00:55 UTC [more...]

[PATCH] ASoC: rt5616: Return error if device ID mismatch
 2015-12-22  3:00 UTC  (2+ messages)

[U-Boot] Driver model test breakages
 2015-12-22  3:00 UTC  (8+ messages)

[meta-fsl-ppc][PATCH v2 1/2] udev-rules-qoriq: restrict COMPATIBLE_MACHINE to qoriq-ppc
 2015-12-22  2:27 UTC  (2+ messages)
` [meta-fsl-ppc][PATCH v2 2/2] udev-rules-qoriq: remove useless automount.rules

Ideas to do custom operation just after mount?
 2015-12-22  0:14 UTC  (6+ messages)

[PATCH v3 0/2] Driver cleanup and misc fixes series 3
 2015-12-22  2:57 UTC  (3+ messages)
  ` [PATCH v3 1/2] staging/rdma/hfi1: Clean up comments
  ` [PATCH v3 2/2] staging/rdma/hfi1: Fix Xmit Wait calculation

[PATCH v2] Irq/Platform-MSI:Increase the maximum MSIs the MSI framework can support
 2015-12-22  2:47 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] correct some register return values for vxmnet3
 2015-12-22  2:56 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/3] net/vmxnet3: return 1 on device activation failure

[PATCH v3 0/6] staging/rdma/hfi1: Driver cleanup and misc fixes
 2015-12-22  2:56 UTC  (7+ messages)
  ` [PATCH v3 1/6] staging/rdma/hfi1: Use BIT macro
  ` [PATCH v3 2/6] staging/rdma/hfi1: Move s_sde to the read mostly portion of the hfi1_qp structure
  ` [PATCH v3 3/6] staging/rdma/hfi1: change krcvqs module parameter type from byte to uint
  ` [PATCH v3 4/6] staging/rdma/hfi1: Change default krcvqs
  ` [PATCH v3 5/6] staging/rdma/hfi1: adding per SDMA engine stats to hfistats
  ` [PATCH v3 6/6] staging/rdma/hfi1: Remove unneeded variable index

[PATCH V4 0/6] x86/hvm: pkeys, add memory protection-key support
 2015-12-22  2:54 UTC  (4+ messages)
` [PATCH V4 6/6] x86/hvm: pkeys, add pkeys support for cpuid handling

[PATCH v2] drm/i915: Correct max delay for HDMI hotplug live status checking
 2015-12-22  2:54 UTC  (6+ messages)

[PATCH 0/4 for 2.3] vhost-user live migration support
 2015-12-22  2:55 UTC  (11+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] vhost: handle VHOST_USER_SET_LOG_BASE request
  ` [PATCH v2 2/6] vhost: introduce vhost_log_write

[PATCH v3 00/77] More fixes, cleanup and modernization for NCR5380 drivers
 2015-12-22  1:18 UTC  (89+ messages)
` [PATCH v3 01/77] atari_scsi: Fix SCSI host ID setting
` [PATCH v3 02/77] ncr5380: Remove redundant static variable initializers
` [PATCH v3 03/77] ncr5380: Eliminate PDEBUG*, TDEBUG* and DTCDEBUG* macros
` [PATCH v3 04/77] ncr5380: Remove more pointless macros
` [PATCH v3 05/77] ncr5380: Remove NCR5380_local_declare and NCR5380_setup macros
` [PATCH v3 06/77] ncr5380: Remove NCR5380_instance_name macro
` [PATCH v3 07/77] ncr5380: Split NCR5380_init() into two functions
` [PATCH v3 08/77] ncr5380: Move NCR53C400-specific code
` [PATCH v3 09/77] atari_NCR5380: Reset bus on driver initialization if required
` [PATCH v3 10/77] atari_NCR5380: Remove RESET_BOOT, CONFIG_ATARI_SCSI_TOSHIBA_DELAY and CONFIG_ATARI_SCSI_RESET_BOOT
` [PATCH v3 11/77] ncr5380: Simplify bus reset handlers
` [PATCH v3 12/77] ncr5380: Remove unused hostdata->aborted flag
` [PATCH v3 13/77] ncr5380: Remove redundant register writes
` [PATCH v3 14/77] ncr5380: Use return instead of goto in NCR5380_select()
` [PATCH v3 15/77] ncr5380: Always escalate bad target time-out "
` [PATCH v3 16/77] ncr5380: Proceed with next command after NCR5380_select() calls scsi_done
` [PATCH v3 17/77] ncr5380: Keep BSY asserted when entering SELECTION phase
` [PATCH v3 18/77] ncr5380: Eliminate USLEEP_WAITLONG delay
` [PATCH v3 19/77] ncr5380: Cleanup bogus {request,release}_region() calls
` [PATCH v3 20/77] ncr5380: Introduce unbound workqueue
` [PATCH v3 21/77] ncr5380: Sleep when polling, if possible
` [PATCH v3 22/77] ncr5380: Eliminate selecting state
` [PATCH v3 23/77] ncr5380: Always retry arbitration and selection
` [PATCH v3 24/77] ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macro
` [PATCH v3 25/77] ncr5380: Rework disconnect versus poll logic
` [PATCH v3 26/77] ncr5380: Fix NCR5380_transfer_pio() result
` [PATCH v3 27/77] ncr5380: Add missing lock in eh_abort_handler
` [PATCH v3 28/77] ncr5380: Drop DEF_SCSI_QCMD macro
` [PATCH v3 29/77] ncr5380: Remove references to linked commands
` [PATCH v3 30/77] ncr5380: Add missing break after case MESSAGE_REJECT
` [PATCH v3 31/77] ncr5380: Fix !REQ timeout in do_abort()
` [PATCH v3 32/77] ncr5380: Fix bus phase "
` [PATCH v3 33/77] atari_NCR5380: Set do_abort() timeouts
` [PATCH v3 34/77] atari_NCR5380: Use arbitration timeout
` [PATCH v3 35/77] ncr5380: Dont wait for BUS FREE after disconnect
` [PATCH v3 36/77] ncr5380: Use work_struct instead of delayed_work
` [PATCH v3 37/77] ncr5380: Standardize work queueing algorithm
` [PATCH v3 38/77] ncr5380: Remove UNSAFE macro
` [PATCH v3 39/77] ncr5380: Standardize interrupt handling
` [PATCH v3 40/77] ncr5380: Introduce NCR5380_poll_politely2
` [PATCH v3 41/77] ncr5380: Replace redundant flags with FLAG_NO_DMA_FIXUP
` [PATCH v3 42/77] ncr5380: Replace READ_OVERRUNS macro with FLAG_NO_DMA_FIXUPS
` [PATCH v3 43/77] ncr5380: Standardize reselection handling
` [PATCH v3 44/77] ncr5380: Fix off-by-one bug in extended_msg[] bounds check
` [PATCH v3 45/77] ncr5380: Cleanup #include directives
` [PATCH v3 46/77] ncr5380: Fix NDEBUG_NO_DATAOUT flag
` [PATCH v3 47/77] ncr5380: Fix and cleanup scsi_host_template initializers
` [PATCH v3 48/77] atari_NCR5380: Fix queue_size limit
` [PATCH v3 49/77] ncr5380: Remove redundant ICR_ARBITRATION_LOST test and eliminate FLAG_DTC3181E
` [PATCH v3 50/77] ncr5380: Change instance->host_lock to hostdata->lock
` [PATCH v3 51/77] ncr5380: Remove command list debug code
` [PATCH v3 52/77] ncr5380: Remove H_NO macro and introduce dsprintk
` [PATCH v3 53/77] ncr5380: Use shost_priv helper
` [PATCH v3 54/77] ncr5380: Use dsprintk() for queue debugging
` [PATCH v3 55/77] ncr5380: Remove LIST and REMOVE macros
` [PATCH v3 56/77] ncr5380: Remove redundant volatile qualifiers
` [PATCH v3 57/77] ncr5380: Use standard list data structure
` [PATCH v3 58/77] ncr5380: Refactor command completion
` [PATCH v3 59/77] ncr5380: Fix autosense bugs
` [PATCH v3 60/77] ncr5380: Implement new eh_abort_handler
` [PATCH v3 61/77] ncr5380: Fix EH during arbitration and selection
` [PATCH v3 62/77] ncr5380: Implement new eh_bus_reset_handler
` [PATCH v3 63/77] atari_NCR5380: Remove HOSTNO macro from printk() and seq_printf() calls
` [PATCH v3 64/77] atari_NCR5380: Eliminate HOSTNO macro
` [PATCH v3 65/77] atari_scsi, sun3_scsi: Remove global Scsi_Host pointer
` [PATCH v3 66/77] ncr5380: Fix soft lockups
` [PATCH v3 67/77] ncr5380: Cleanup comments
` [PATCH v3 68/77] ncr5380: Fix whitespace issues using regexp
` [PATCH v3 69/77] ncr5380: Merge changes from atari_NCR5380.c
` [PATCH v3 70/77] atari_NCR5380: Merge changes from NCR5380.c
` [PATCH v3 71/77] ncr5380: Cleanup whitespace and parentheses
` [PATCH v3 72/77] ncr5380: Fix pseudo DMA transfers on 53C400
` [PATCH v3 73/77] ncr5380: Use runtime register mapping
` [PATCH v3 74/77] ncr5380: Enable PDMA for NCR53C400A
` [PATCH v3 75/77] ncr5380: Enable PDMA for DTC chips
` [PATCH v3 76/77] ncr5380: Fix wait for 53C80 registers registers after PDMA
` [PATCH v3 77/77] ncr5380: Add support for HP C2502

kernel BUG at /home/kernel/COD/linux/fs/btrfs/volumes.c:5508
 2015-12-22  2:52 UTC 

building LIBRTE_PMD_XENVIRT in 32bit triggers some errors
 2015-12-22  2:51 UTC  (8+ messages)

[Qemu-devel] [PATCH v2 00/11] iotests: Clean up "mv $TEST_IMG $TEST_IMG.XXX"
 2015-12-22  2:49 UTC  (12+ messages)
` [Qemu-devel] [PATCH v2 01/11] iotests: 018: Use TEST_IMG override instead of "mv"
` [Qemu-devel] [PATCH v2 02/11] iotests: 019: "
` [Qemu-devel] [PATCH v2 03/11] iotests: 020: "
` [Qemu-devel] [PATCH v2 04/11] iotests: 024: "
` [Qemu-devel] [PATCH v2 05/11] iotests: 028: "
` [Qemu-devel] [PATCH v2 06/11] iotests: 034: "
` [Qemu-devel] [PATCH v2 07/11] iotests: 037: "
` [Qemu-devel] [PATCH v2 08/11] iotests: 038: "
` [Qemu-devel] [PATCH v2 09/11] iotests: 050: "
` [Qemu-devel] [PATCH v2 10/11] iotests: 095: "
` [Qemu-devel] [PATCH v2 11/11] iotests: 095: Filter _img_info output

[Bug 93460] [amdgpu] Ooops during shutdown - amdgpu_vm_grab_id
 2015-12-22  2:49 UTC  (2+ messages)

[PATCH] IRQ/Platform-MSI:Increase the maximum MSIs the MSI framework can support
 2015-12-22  2:46 UTC  (4+ messages)

[PATCH 1/1] mvsas: add SGPIO support to Marvell 94xx
 2015-12-22  2:43 UTC  (2+ messages)

[Xenomai] NVIDIA Drivers w/ Xenomai
 2015-12-22  2:43 UTC  (2+ messages)

[LTP] [PATCH v4] hugetlb/hugemmap: add new testcase hugemmap06.c
 2015-12-22  2:42 UTC  (4+ messages)

[PATCH 0/2] SDK-related fixes for buildhistory
 2015-12-22  2:41 UTC  (3+ messages)
` [PATCH 1/2] buildhistory: fix not recording SDK information
` [PATCH 2/2] buildhistory: improve support for extensible SDK

[Qemu-devel] [PATCH v2] xen-pvdevice: convert to realize()
 2015-12-22  2:43 UTC 

[Qemu-devel] [PATCH v2] qmp: return err msg when powerdown a vm when it isn't in running state
 2015-12-22  2:40 UTC  (3+ messages)

[PATCH 0/6] add rk3036 vop support
 2015-12-22  2:39 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/5] Convert to realize()
 2015-12-22  2:40 UTC  (5+ messages)
` [Qemu-devel] [PATCH 5/5] xen-pvdevice: convert "

[Qemu-devel] [PATCH 00/10] iotests: Clean up "mv $TEST_IMG $TEST_IMG.XXX"
 2015-12-22  2:36 UTC  (4+ messages)
` [Qemu-devel] [PATCH 10/10] iotests: 095: Use TEST_IMG override instead of "mv"

Still not production ready
 2015-12-22  2:34 UTC  (5+ messages)
` still kworker at 100% cpu in all of device size allocated with chunks situations with write load (was: Re: Still not production ready)
  ` still kworker at 100% cpu in all of device size allocated with chunks situations with write load
    ` safety of journal based fs (was: Re: still kworker at 100% cpu…)

[Ocfs2-devel] ocfs2-test for v4.3 done
 2015-12-22  2:34 UTC  (3+ messages)

clustered MD - beyond RAID1
 2015-12-22  2:33 UTC  (10+ messages)

[Qemu-devel] [PATCH] SeaBios: Fix reset procedure reentrancy problem on qemu-kvm platform
 2015-12-22  2:14 UTC  (12+ messages)
        `  "

[U-Boot] [PATCH v2 1/5] arm: socfpga: Enable ubi and ubifs support
 2015-12-22  2:26 UTC  (6+ messages)
` [U-Boot] [PATCH v2 2/5] arm: socfpga: cyclone5: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS

[GIT PULL] VC4 3D fixes for -next
 2015-12-22  2:23 UTC  (2+ messages)

[RFC] free_pages stuff
 2015-12-22  2:22 UTC  (4+ messages)

patch "coresight: checking for NULL string in coresight_name_match()" added to char-misc-next
 2015-12-22  2:19 UTC 

[PATCH v4 1/2] btrfs: Introduce new mount option backuproot to replace recovery
 2015-12-22  2:16 UTC  (2+ messages)
` [PATCH v4 2/2] btrfs: Introduce new mount option to disable tree log replay

btrfs check inconsistency with raid1, part 1
 2015-12-22  2:15 UTC  (11+ messages)

[Bug 92229] SOMA have serious graphical errors
 2015-12-22  2:13 UTC  (2+ messages)
` [Bug 92229] [APITRACE] "

attacking btrfs filesystems via UUID collisions?
 2015-12-22  2:13 UTC  (14+ messages)

[GIT PULL] Btrfs bug fixes for 4.5
 2015-12-22  2:13 UTC  (2+ messages)

[PATCH] null_blk: fix use-after-free error
 2015-12-22  2:11 UTC  (2+ messages)

[REGRESSION] tcp/ipv4: kernel panic because of (possible) division by zero
 2015-12-22  2:10 UTC  (2+ messages)

[U-Boot] [ANN] U-Boot v2016.01-rc3 released
 2015-12-22  2:10 UTC 

[U-Boot] [PATCH] net: gem: Build warning fixes for 64-bit
 2015-12-22  2:10 UTC  (2+ messages)

[PATCH 1/2] Define the term shallow clone
 2015-12-22  2:09 UTC  (2+ messages)
` [PATCH 2/2] Add a section to the users manual documenting shallow clones

[PATCH] drm/vc4: Remove broken attempt at GPU reset using genpd
 2015-12-22  2:08 UTC  (2+ messages)

[PATCH 2/2] dt-bindings: sound: add devicetree document for rt5616
 2015-12-22  1:50 UTC  (4+ messages)
` [PATCH v1 "

[Qemu-devel] [PATCH v2] linux-user/mmap.c: Always zero MAP_ANONYMOUS memory inmmap_frag()
 2015-12-22  2:00 UTC 

[Qemu-devel] [PATCH v3 2/4] target-tilegx: Add single floating point implementation
 2015-12-22  2:00 UTC  (7+ messages)

[PATCH 0/2] provide rte_pktmbuf_alloc_bulk API and call it in vhost dequeue
 2015-12-22  1:58 UTC  (5+ messages)
` [PATCH v2 1/2] mbuf: provide rte_pktmbuf_alloc_bulk API

[PATCH 0/2] pci: Add host controller driver for Cavium ThunderX PCIe
 2015-12-22  1:53 UTC  (8+ messages)
` [PATCH 1/2] PCI: generic: Refactor code to enable reuse by other drivers
` [PATCH 2/2] pci, pcie-thunder-pem: Add PCIe host driver for ThunderX processors

[U-Boot] [PATCH 1/2] arm: imx6: Add DDR3 calibration code for MX6 Q/D/DL
 2015-12-22  1:52 UTC  (3+ messages)

[PATCH RESEND 00/46] Rebase and resend
 2015-12-22  1:53 UTC  (4+ messages)
` [PATCH RESEND 03/46] staging: wilc1000: rename index to tcp_pending_ack_idx

[seabios test] 66754: tolerable FAIL - PUSHED
 2015-12-22  1:41 UTC 

[PATCH 0/5] watchdog: Replace driver based refcounting
 2015-12-22  1:40 UTC  (5+ messages)
` [PATCH 2/5] watchdog: Separate and maintain variables based on variable lifetime


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.