summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | drm/radeon: use a single doorbell for cik kms computeAndrew Lewycky2013-11-153-58/+48
| | * | | drm/radeon/vm: don't attempt to update ptes if ib allocation failsAlex Deucher2013-11-151-0/+2
| | * | | drm/radeon: disable CIK CP semaphores for nowChristian König2013-11-151-0/+5
| | * | | drm/radeon: allow semaphore emission to failChristian König2013-11-1517-147/+191
| | * | | drm/radeon: add semaphore trace pointChristian König2013-11-152-1/+41
| | * | | radeon: workaround pinning failure on low ram gpuJerome Glisse2013-11-151-0/+28
| | * | | radeon/i2c: do not count reg index in number of i2c byte we are writing.Jerome Glisse2013-11-151-2/+4
| | * | | drm/radeon: cypress_dpm: Fix unused variable warning when CONFIG_ACPI=nAlex Deucher2013-11-151-0/+2
| | * | | drm: radeon: ni_dpm: Fix unused variable warning when CONFIG_ACPI=nFabio Estevam2013-11-151-1/+1
| | | |/ | | |/|
* | | | Merge tag 'pci-v3.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-2260-448/+447
|\ \ \ \
| * | | | PCI: Remove duplicate pci_disable_device() from pcie_portdrv_remove()Yinghai Lu2013-11-211-1/+0
| * | | | PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2013-11-1460-447/+447
* | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-11-2246-732/+947
|\ \ \ \ \
| * | | | | iscsi-target: chap auth shouldn't match username with trailing garbageEric Seppanen2013-11-211-1/+4
| * | | | | iscsi-target: fix extract_param to handle buffer length corner caseEric Seppanen2013-11-211-1/+1
| * | | | | iscsi-target: Expose default_erl as TPG attributeNicholas Bellinger2013-11-206-7/+36
| * | | | | target_core_configfs: split up ALUA supported statesHannes Reinecke2013-11-201-43/+84
| * | | | | target_core_alua: Make supported states configurableHannes Reinecke2013-11-201-0/+50
| * | | | | target_core_alua: Store supported ALUA statesHannes Reinecke2013-11-202-6/+19
| * | | | | target_core_alua: Rename ALUA_ACCESS_STATE_OPTIMIZEDHannes Reinecke2013-11-202-6/+6
| * | | | | target_core_alua: spellcheckHannes Reinecke2013-11-201-9/+9
| * | | | | target core: rename (ex,im)plict -> (ex,im)plicitHannes Reinecke2013-11-209-100/+100
| * | | | | iscsi-target: Do not reject non-immediate CmdSNs exceeding MaxCmdSNNicholas Bellinger2013-11-202-8/+11
| * | | | | iscsi-target: Convert iscsi_session statistics to atomic_long_tNicholas Bellinger2013-11-206-50/+25
| * | | | | target: Convert se_device statistics to atomic_long_tNicholas Bellinger2013-11-143-16/+13
| * | | | | target: Fix delayed Task Aborted Status (TAS) handling bugNicholas Bellinger2013-11-131-0/+2
| * | | | | iscsi-target: Reject unsupported multi PDU text command sequenceNicholas Bellinger2013-11-131-0/+7
| * | | | | ib_isert: Avoid duplicate iscsit_increment_maxcmdsn callNicholas Bellinger2013-11-131-5/+1
| * | | | | iscsi-target: Fix mutex_trylock usage in iscsit_increment_maxcmdsnNicholas Bellinger2013-11-132-5/+6
| * | | | | target: Core does not need blkdev.hAndy Grover2013-11-123-3/+0
| * | | | | target: Pass through I/O topology for block backstoresAndy Grover2013-11-123-3/+63
| * | | | | iser-target: Avoid using FRMR for single dma entry requestsVu Pham2013-11-121-12/+20
| * | | | | target: Add per device xcopy_lun for copy offload I/ONicholas Bellinger2013-11-082-17/+10
| * | | | | target: Drop left-over se_lun->lun_cmd_list shutdown codeNicholas Bellinger2013-11-074-242/+4
| * | | | | target: Add percpu refcounting for se_lun accessNicholas Bellinger2013-11-075-18/+40
| * | | | | iscsi-target: Do not generate REJECTs for zero-length DataOUTNicholas Bellinger2013-11-071-4/+3
| * | | | | ib_isert: Add support for completion interrupt coalescingNicholas Bellinger2013-11-062-12/+57
| * | | | | iscsi-target: Implement demo_mode_discovery logicThomas Glanzmann2013-10-241-9/+30
| * | | | | target: Export symbol core_tpg_check_initiator_node_aclThomas Glanzmann2013-10-242-2/+1
| * | | | | iscsi-target: Add new TPG attributeThomas Glanzmann2013-10-244-0/+29
| * | | | | tcm_loop: Implement target resetHannes Reinecke2013-10-171-0/+26
| * | | | | tcm_loop: TCQ and command abort supportHannes Reinecke2013-10-172-4/+69
| * | | | | tcm_loop: separate out tcm_loop_issue_tmrHannes Reinecke2013-10-171-33/+50
| * | | | | tcm_loop: Implement transport offlineHannes Reinecke2013-10-172-1/+56
| * | | | | tcm_loop: Check for valid hba in tcm_loop_drop_nexus()Hannes Reinecke2013-10-161-1/+4
| * | | | | target/qla2xxx: Remove QLA_TPG_ATTRIB macroAndy Grover2013-10-162-12/+10
| * | | | | target/iscsi: Remove macros that contain typecastsAndy Grover2013-10-166-22/+18
| * | | | | target/iscsi: Remove iscsi dereferencing macrosAndy Grover2013-10-164-36/+27
| * | | | | target: Remove TF_CIT_TMPL macroAndy Grover2013-10-169-92/+92
| * | | | | tcm_fc: Convert to per-cpu command map pre-allocation of ft_cmdNicholas Bellinger2013-10-023-5/+17