summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-fix-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-2411-68/+51
|\
| * ALSA: hda - fix headset mic detection problem for one more machineHui Wang2015-04-241-9/+15
| * ALSA: hda/realtek - Fix Headphone Mic doesn't recording for ALC256Kailang Yang2015-04-231-0/+1
| * ALSA: hda - fix "num_steps = 0" error on ALC256David Henningsson2015-04-211-2/+3
| * ALSA: usb-audio: Fix audio output on Roland SC-D70 sound moduleTakamichi Horikawa2015-04-212-29/+6
| * ALSA: hda - add AZX_DCAPS_I915_POWERWELL to BaytrailMengdong Lin2015-04-211-1/+4
| * ALSA: hda - only sync BCLK to the display clock for Haswell & BroadwellMengdong Lin2015-04-201-0/+6
| * ALSA: hda - Mute headphone pin on suspend on XPS13 9333Gabriele Mazzotta2015-04-201-10/+7
| * sound/oss: fix deadlock in sequencer_ioctl(SNDCTL_SEQ_OUTOFBAND)Alexey Khoroshilov2015-04-181-10/+2
| * ALSA: asound.h - use SNDRV_CTL_ELEM_ID_NAME_MAXLENVinod Koul2015-04-181-1/+1
| * ALSA: hda - potential (but unlikely) uninitialized variableDan Carpenter2015-04-171-2/+2
| * ALSA: hda - Fix regression for slave SPDIF setupsTakashi Iwai2015-04-161-1/+1
| * ALSA: intel8x0: Check pci_iomap() success for DEVICE_ALIScott Wood2015-04-161-2/+2
| * ALSA: hda - simplify azx_has_pm_runtimeDavid Henningsson2015-04-161-1/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-04-2450-2273/+1687
|\ \
| * | target: Put TCMU under a new config optionAndy Grover2015-04-192-3/+4
| * | target: Version 2 of TCMU ABIAndy Grover2015-04-193-44/+89
| * | target: fix tcm_mod_builder.pyChristoph Hellwig2015-04-151-1/+1
| * | target/file: Fix UNMAP with DIF protection supportAkinobu Mita2015-04-151-25/+61
| * | target/file: Fix SG table for prot_buf initializationAkinobu Mita2015-04-151-15/+6
| * | target/file: Fix BUG() when CONFIG_DEBUG_SG=y and DIF protection enabledAkinobu Mita2015-04-151-7/+8
| * | target: Make core_tmr_abort_task() skip TMFsBart Van Assche2015-04-151-2/+2
| * | target/sbc: Update sbc_dif_generate pr_debug outputNicholas Bellinger2015-04-151-3/+5
| * | target/sbc: Make internal DIF emulation honor ->prot_checksNicholas Bellinger2015-04-151-0/+7
| * | target/sbc: Return INVALID_CDB_FIELD if DIF + sess_prot_type disabledNicholas Bellinger2015-04-151-1/+5
| * | target: Ensure sess_prot_type is saved across session restartNicholas Bellinger2015-04-152-7/+16
| * | target/rd: Don't pass incomplete scatterlist entries to sbc_dif_verify_*Akinobu Mita2015-04-141-3/+64
| * | target: Remove the unused flag SCF_ACK_KREFBart Van Assche2015-04-142-4/+1
| * | target: Fix two sparse warningsBart Van Assche2015-04-142-0/+4
| * | target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handlingNicholas Bellinger2015-04-143-10/+44
| * | target: simplify the target template registration APIChristoph Hellwig2015-04-1425-927/+356
| * | target: simplify target_xcopy_init_pt_lunChristoph Hellwig2015-04-071-23/+9
| * | target: remove the unused SCF_CMD_XCOPY_PASSTHROUGH flagChristoph Hellwig2015-04-072-3/+2
| * | target/rd: reduce code duplication in rd_execute_rw()Akinobu Mita2015-04-071-34/+32
| * | tcm_loop: fixup tpgt string to integer conversionMing Lin2015-04-071-8/+6
| * | iser-target: Bump version to 1.0Sagi Grimberg2015-04-071-1/+1
| * | iser-target: Remove conn_ prefix from struct isert_conn membersSagi Grimberg2015-04-072-148/+148
| * | iser-target: Remove un-needed rdma_listen backlogSagi Grimberg2015-04-072-2/+1
| * | iser-target: Remove redundant check on the deviceSagi Grimberg2015-04-071-4/+5
| * | iser-target: Get rid of redundant max_acceptSagi Grimberg2015-04-071-4/+2
| * | iser-target: Split some logic in isert_connect_request to routinesSagi Grimberg2015-04-071-48/+70
| * | iser-target: Rename device find/release routinesSagi Grimberg2015-04-071-7/+6
| * | iser-target: Rename rend/recv completion routinesSagi Grimberg2015-04-071-5/+6
| * | iser-target: Remove redundant assignment to local variableSagi Grimberg2015-04-071-3/+2
| * | iser-target: Introduce isert_[alloc|free]_compsSagi Grimberg2015-04-071-46/+60
| * | iser-target: Split isert_setup_qpSagi Grimberg2015-04-071-14/+42
| * | iser-target: Remove redundant casting on void pointersSagi Grimberg2015-04-071-16/+16
| * | iser-target: Remove redundant local variableSagi Grimberg2015-04-071-2/+1
| * | iser-target: Remove dead codeSagi Grimberg2015-04-071-1/+0
| * | iser-target: Remove redundant check on recv completionSagi Grimberg2015-04-071-4/+0