All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-14 20:11:12 to 2016-02-14 20:48:44 UTC [more...]

[U-Boot] [PATCH v6 01/76] mtd: Add m25p80 driver
 2016-02-14 20:48 UTC  (45+ messages)
` [U-Boot] [PATCH v6 02/76] mtd: Add Kconfig entry for MTD_M25P80
` [U-Boot] [PATCH v6 03/76] mtd: Add SPI-NOR core support
` [U-Boot] [PATCH v6 04/76] doc: device-tree-bindings: jedec, spi-nor
` [U-Boot] [PATCH v6 05/76] mtd: spi-nor: Add Kconfig entry for MTD_SPI_NOR
` [U-Boot] [PATCH v6 06/76] mtd: spi-nor: Add kconfig for MTD_SPI_NOR_USE_4K_SECTORS
` [U-Boot] [PATCH v6 07/76] mtd: spi-nor: Add MTD support
` [U-Boot] [PATCH v6 08/76] mtd: spi-nor: Add spi_nor support in m25p80
` [U-Boot] [PATCH v6 09/76] mtd: spi-nor: Add dm spi-nor probing
` [U-Boot] [PATCH v6 10/76] mtd: spi-nor: Add spi_flash_probe for mtd-dm-spi-nor
` [U-Boot] [PATCH v6 11/76] mtd: spi-nor: Add spi_flash_free "
` [U-Boot] [PATCH v6 12/76] mtd: spi-nor: m25p80: Add spi_nor support for non-dm
` [U-Boot] [PATCH v6 13/76] sf: Rename erase_size to erasesize
` [U-Boot] [PATCH v6 14/76] sf: Use erasesize instead of sector_size
` [U-Boot] [PATCH v6 15/76] sf: Use uint64_t for flash->size
` [U-Boot] [PATCH v6 16/76] spi_flash: Use mtd_info operation for SPI-NOR
` [U-Boot] [PATCH v6 17/76] spi_flash: Use spi_flash_t instead of struct spi_flash
` [U-Boot] [PATCH v6 18/76] mtd: spi-nor: Move spi_read_then_write to spi layer
` [U-Boot] [PATCH v6 19/76] spi: Rename spi_read_then_write to spi_write_then_read
` [U-Boot] [PATCH v6 20/76] mtd: spi-nor: Rename SPI_FLASH_BAR to SPI_NOR_BAR
` [U-Boot] [PATCH v6 21/76] mtd: spi-nor: Add Kconfig entry for SPI_NOR_BAR
` [U-Boot] [PATCH v6 22/76] mtd: spi-nor: Copy spl files from drivers/mtd/spi
` [U-Boot] [PATCH v6 23/76] mtd: spi-nor: spl: Follow ascending order of include headers
` [U-Boot] [PATCH v6 24/76] mtd: spi-nor: fsl_espi_spl: Use mtd_info
` [U-Boot] [PATCH v6 25/76] mtd: spi-nor: spi_spl_load: "
` [U-Boot] [PATCH v6 26/76] mtd: spi-nor: Add flash vendor Kconfig entries
` [U-Boot] [PATCH v6 27/76] arm: zynq: Kconfig: Select MTD uclass
` [U-Boot] [PATCH v6 28/76] arm: zynq: Kconfig: Drop DM_SPI_FLASH
` [U-Boot] [PATCH v6 29/76] defconfigs: zynq_microzed: Drop CONFIG_SPI_FLASH
` [U-Boot] [PATCH v6 30/76] defconfig: zynq_microzed: Enable CONFIG_MTD_M25P80
` [U-Boot] [PATCH v6 31/76] defconfig: zynq_microzed: Enable CONFIG_MTD_SPI_NOR
` [U-Boot] [PATCH v6 32/76] spl: Add CONFIG_SPL_SPI_NOR_SUPPORT
` [U-Boot] [PATCH v6 33/76] configs: zynq: Use CONFIG_SPL_SPI_NOR_SUPPORT
` [U-Boot] [PATCH v6 34/76] configs: zynq: Use CONFIG_SPL_MTD_SUPPORT
` [U-Boot] [PATCH v6 35/76] mtd: spi-nor: Copy sf_dataflash
` [U-Boot] [PATCH v6 36/76] mtd: dataflash: Remove unneeded spi data
` [U-Boot] [PATCH v6 37/76] mtd: dataflash: Move flash id detection into jedec_probe
` [U-Boot] [PATCH v6 38/76] mtd: dataflash: Fix add_dataflash return logic
` [U-Boot] [PATCH v6 39/76] mtd: dataflash: Add UCLASS_MTD support
` [U-Boot] [PATCH v6 40/76] mtd: dataflash: Use spi_write_then_read
` [U-Boot] [PATCH v6 41/76] mtd: dataflash: Drop sf_internal.h
` [U-Boot] [PATCH v6 42/76] mtd: dataflash: Minor cleanups
` [U-Boot] [PATCH v6 43/76] mtd: Rename sf_dataflash.c to mtd_dataflash.c
` [U-Boot] [PATCH v6 44/76] mtd: spi-nor: Add Kconfig entry for mtd_dataflash
` [U-Boot] [PATCH v6 45/76] mtd: dataflash: Add MTD_DATAFLASH_WRITE_VERIFY

[PATCH] phy: marvell: Fix reg-init bug on 88E1510
 2016-02-14 20:48 UTC  (2+ messages)

[U-Boot] [PATCH v6 00/76] mtd: Add SPI-NOR core support
 2016-02-14 20:46 UTC 

[PATCH 00/16] staging/rdma/hfi1: Adaptive PIO performance improvement
 2016-02-14 20:46 UTC  (17+ messages)
  ` [PATCH 01/16] staging/rdma/hfi1: add s_avail to qp_stats
  ` [PATCH 02/16] IB/rdmvt: close send engine struct holes
  ` [PATCH 03/16] staging/rdma/hfi1: move txreq header code
  ` [PATCH 04/16] staging/rdma/hfi1: Remove header memcpy from sdma send path
  ` [PATCH 05/16] staging/rdma/hfi1: remove s_rdma_mr
  ` [PATCH 06/16] staging/rdma/hfi1: Add s_sendcontext priv field
  ` [PATCH 07/16] staging/rdma/hfi1: avoid passing pmtu
  ` [PATCH 08/16] staging/rdma/hfi1: fix panic in send engine
  ` [PATCH 09/16] staging/rdma/hfi1: use u8 for vl/sl
  ` [PATCH 10/16] staging/rdma/hfi1: Adaptive PIO for short messages
  ` [PATCH 11/16] IB/qib, staging/rdma/hfi1, IB/rdmavt: progress selection changes
  ` [PATCH 12/16] staging/rdma/hfi: fix CQ completion order issue
  ` [PATCH 13/16] staging/rdma/hfi1: Determine actual operational VLs
  ` [PATCH 14/16] staging/rdma/hfi1: Add qp to send context mapping for PIO
  ` [PATCH 15/16] staging/rdma/hfi1: Add send context sw index
  ` [PATCH 16/16] staging/rdma/hfi1: add cq head and tail information to qpstats

[PATCH 1/2] iio: ina2xx: Fix whitespace and re-order code
 2016-02-14 20:44 UTC  (3+ messages)

btrfs on top of bcache on top of dmcrypt on top of md raid5
 2016-02-14 20:43 UTC  (2+ messages)

[PATCH v5] powerpc32: provide VIRT_CPU_ACCOUNTING
 2016-02-14 20:40 UTC  (2+ messages)

[GIT PULL] USB driver fixes for 4.5-rc4
 2016-02-14 20:39 UTC  (3+ messages)

FAILED: patch "[PATCH] ALSA: timer: Fix race between stop and interrupt" failed to apply to 4.4-stable tree
 2016-02-14 20:37 UTC  (3+ messages)

[PATCH 0/5] xen: avoid module usage in non-modular code
 2016-02-14 20:32 UTC  (13+ messages)
` [PATCH 1/5] xen: audit usages of module.h ; remove unnecessary instances
` [PATCH 2/5] drivers/xen: make [xen-]ballon explicitly non-modular
` [PATCH 3/5] drivers/xen: make xenbus_dev_[front/back]end "
` [PATCH 4/5] drivers/xen: make sys-hypervisor.c "
` [PATCH 5/5] drivers/xen: make platform-pci.c "

[U-Boot] [PATCH 1/3] spi: omap3: Move headers code inside the driver
 2016-02-14 20:35 UTC  (3+ messages)

[PATCH 0/5] xen: avoid module usage in non-modular code
 2016-02-14 20:32 UTC 

hammer v0.94.6 QE Validation status
 2016-02-14 20:31 UTC  (3+ messages)

Patch "USB: visor: fix null-deref at probe" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "usb: xhci: handle both SSIC ports in PME stuck quirk" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Broxton-M platforms" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "usb: phy: msm: fix error handling in probe." has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "USB: serial: visor: fix crash on detecting device without write_urbs" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "USB: option: fix Cinterion AHxx enumeration" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "USB: serial: option: Adding support for Telit LE922" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "USB: serial: ftdi_sio: add support for Yaesu SCU-18 cable" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "usb: cdc-acm: send zero packet for intel 7260 modem" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "USB: cp210x: add ID for IAI USB to RS485 adaptor" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "usb: hub: do not clear BOS field during reset device" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "tty: Retry failed reopen if tty teardown in-progress" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "usb: cdc-acm: handle unlinked urb in acm read callback" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "[media] saa7134-alsa: Only frees registered sound cards" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "tty: Wait interruptibly for tty lock on reopen" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "n_tty: Fix unsafe reference to "other" ldisc" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "Revert "ALSA: hda - Fix noise on Gigabyte Z170X mobo"" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: usb-audio: avoid freeing umidi object twice" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "hrtimer: Handle remaining time proper for TIME_LOW_RES" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ASoC: rt5645: fix the shift bit of IN1 boost" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: usb-audio: Fix OPPO HA-1 vendor ID" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: usb-audio: Fix TEAC UD-501/UD-503/NT-503 usb delay" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ASoC: dpcm: fix the BE state on hw_free" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: timer: Fix wrong instance passed to slave callbacks" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: timer: Fix leftover link at closing" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: usb-audio: Add native DSD support for PS Audio NuWave DAC" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: usb-audio: Add quirk for Microsoft LifeCam HD-6000" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: timer: Fix race at concurrent reads" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: timer: Fix link corruption due to double start or stop" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: seq: Fix lockdep warnings due to double mutex locks" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: seq: Fix yet another races among ALSA timer accesses" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: seq: Fix race at closing in virmidi driver" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup()" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: seq: Degrade the error message for too many opens" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: pcm: Fix potential deadlock in OSS emulation" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: rawmidi: Make snd_rawmidi_transmit() race-free" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer check" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: hda - Fix static checker warning in patch_hdmi.c" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: rawmidi: Fix race at copying & updating the position" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: hda/realtek - Support Dell headset mode for ALC225" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: hda/realtek - Support headset mode for ALC225" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: hda/realtek - New codec support of ALC225" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: hda - Fix speaker output from VAIO AiO machines" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: hda - disable dynamic clock gating on Broxton before reset" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: hda - Add fixup for Mac Mini 7,1 model" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: hda - Fix bad dereference of jack object" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: dummy: Disable switching timer backend via sysfs" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: dummy: Implement timer backend switching more safely" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: bebob: Use a signed return type for get_formation_index" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: compress: Disable GET_CODEC_CAPS ioctl for some architectures" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

Patch "ALSA: Add missing dependency on CONFIG_SND_TIMER" has been added to the 4.4-stable tree
 2016-02-14 20:30 UTC 

FAILED: patch "[PATCH] usb: xhci: set SSIC port unused only if xhci_suspend succeeds" failed to apply to 4.4-stable tree
 2016-02-14 20:28 UTC 

Patch "usb: xhci: handle both SSIC ports in PME stuck quirk" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "USB: serial: visor: fix crash on detecting device without write_urbs" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "USB: serial: option: Adding support for Telit LE922" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "USB: visor: fix null-deref at probe" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Broxton-M platforms" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "USB: serial: ftdi_sio: add support for Yaesu SCU-18 cable" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "usb: phy: msm: fix error handling in probe." has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "USB: option: fix Cinterion AHxx enumeration" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "USB: cp210x: add ID for IAI USB to RS485 adaptor" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "usb: hub: do not clear BOS field during reset device" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "usb: cdc-acm: send zero packet for intel 7260 modem" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "usb: cdc-acm: handle unlinked urb in acm read callback" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "tty: Retry failed reopen if tty teardown in-progress" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "tty: Fix GPF in flush_to_ldisc()" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "[media] saa7134-alsa: Only frees registered sound cards" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "Revert "ALSA: hda - Fix noise on Gigabyte Z170X mobo"" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "n_tty: Fix unsafe reference to "other" ldisc" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "n_tty: Fix poll() after buffer-limited eof push read" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "hrtimer: Handle remaining time proper for TIME_LOW_RES" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "ASoC: rt5645: fix the shift bit of IN1 boost" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "ALSA: usb-audio: Fix TEAC UD-501/UD-503/NT-503 usb delay" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "ASoC: dpcm: fix the BE state on hw_free" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "ALSA: usb-audio: Fix OPPO HA-1 vendor ID" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "ALSA: usb-audio: avoid freeing umidi object twice" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "ALSA: usb-audio: Add quirk for Microsoft LifeCam HD-6000" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "ALSA: timer: Fix wrong instance passed to slave callbacks" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "ALSA: usb-audio: Add native DSD support for PS Audio NuWave DAC" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "ALSA: timer: Fix race at concurrent reads" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "ALSA: timer: Fix link corruption due to double start or stop" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "ALSA: timer: Fix leftover link at closing" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "ALSA: seq: Fix yet another races among ALSA timer accesses" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "ALSA: seq: Fix race at closing in virmidi driver" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "ALSA: seq: Fix lockdep warnings due to double mutex locks" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup()" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer check" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "ALSA: seq: Degrade the error message for too many opens" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "ALSA: rawmidi: Make snd_rawmidi_transmit() race-free" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "ALSA: rawmidi: Fix race at copying & updating the position" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "ALSA: pcm: Fix potential deadlock in OSS emulation" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "ALSA: hda - Fix static checker warning in patch_hdmi.c" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "ALSA: hda - Fix bad dereference of jack object" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "ALSA: hda - Fix speaker output from VAIO AiO machines" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "ALSA: dummy: Implement timer backend switching more safely" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "ALSA: hda - Add fixup for Mac Mini 7,1 model" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "ALSA: dummy: Disable switching timer backend via sysfs" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

Patch "ALSA: bebob: Use a signed return type for get_formation_index" has been added to the 4.3-stable tree
 2016-02-14 20:26 UTC 

Patch "ALSA: compress: Disable GET_CODEC_CAPS ioctl for some architectures" has been added to the 4.3-stable tree
 2016-02-14 20:27 UTC 

FAILED: patch "[PATCH] usb: xhci: set SSIC port unused only if xhci_suspend succeeds" failed to apply to 4.3-stable tree
 2016-02-14 20:26 UTC 

Question about log levels and rte_panic
 2016-02-14 20:23 UTC  (2+ messages)

Computer fails to resume from suspend unless I rmmod jme before initiating the suspend
 2016-02-14 20:21 UTC  (6+ messages)

[PATCH] eal_interrupts.c: properly init struct epoll_event (valgrind)
 2016-02-14 20:22 UTC  (2+ messages)

[PATCH 1/2] tracing/mm: don't trace kfree on offline CPUs
 2016-02-14 20:19 UTC  (3+ messages)

[PATCH 0/1] Fix buildhistory for python function parsing change
 2016-02-14 20:13 UTC  (2+ messages)
` [PATCH 1/1] classes/buildhistory: fix "

[PATCH 00/12] IB/rdamvt, qib, hfi1: Code cleanups, bug fixes, and perf improvements
 2016-02-14 20:11 UTC  (4+ messages)
  ` [PATCH 10/12] IB/rdmavt: Remove signal_supported and comments
  ` [PATCH 11/12] IB/rdmavt: Remove unnecessary exported functions
  ` [PATCH 12/12] IB/qib: Destroy SMI AH before de-allocating the protection domain


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.