summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ACPI,PCI,IRQ: factor in PCI possibleSinan Kaya2016-07-021-12/+9
* ACPI,PCI,IRQ: correct operator precedenceSinan Kaya2016-06-301-1/+1
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2016-06-263-4/+6
|\
| * Merge remote-tracking branch 'mkp-scsi/4.7/scsi-fixes' into fixesJames Bottomley2016-06-183-4/+6
| |\
| | * 53c700: fix BUG on untagged commandsJames Bottomley2016-06-141-2/+2
| | * scsi: fix race between simultaneous decrements of ->host_failedWei Fang2016-06-082-2/+4
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-06-251-1/+11
|\ \ \
| * | | irqchip/mips-gic: Fix IRQs in gic_dev_domainHarvey Hunt2016-06-141-1/+11
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-06-241-1/+1
|\ \ \ \
| * | | | tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-241-1/+1
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-06-2428-112/+186
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches '4.7-rc-misc', 'hfi1-fixes', 'i40iw-rc-fixes' and 'mellanox-rc...Doug Ledford2016-06-2325-81/+157
| |\ \ \ \ \ \ \
| | | | * | | | | IB/mlx4: Prevent cross page boundary allocationChuck Lever2016-06-232-18/+18
| | | | * | | | | IB/mlx4: Fix memory leak if QP creation failedDotan Barak2016-06-231-1/+3
| | | | * | | | | IB/mlx4: Verify port number in flow steering create flowYishai Hadas2016-06-231-0/+3
| | | | * | | | | IB/mlx4: Fix error flow when sending mads under SRIOVYishai Hadas2016-06-231-6/+18
| | | | * | | | | IB/mlx4: Fix the SQ size of an RC QPYishai Hadas2016-06-231-1/+1
| | | | * | | | | IB/mlx5: Fix wrong naming of port_rcv_data counterTalat Batheesh2016-06-231-1/+1
| | | | * | | | | IB/mlx5: Fix post send fence logicEli Cohen2016-06-231-3/+4
| | | | * | | | | IB/uverbs: Initialize ib_qp_init_attr with zerosMaor Gottlieb2016-06-231-1/+1
| | | | * | | | | IB/core: Fix false search of the IB_SA_WELL_KNOWN_GUIDEli Cohen2016-06-231-6/+10
| | | | * | | | | IB/core: Fix RoCE v1 multicast join logic issueAlex Vesker2016-06-231-4/+4
| | | | * | | | | IB/core: Fix no default GIDs when netdevice reregistersTalat Batheesh2016-06-231-1/+3
| | | * | | | | | i40iw: Enable level-1 PBL for fast memory registrationShiraz Saleem2016-06-232-0/+6
| | | * | | | | | i40iw: Return correct max_fast_reg_page_list_lenFaisal Latif2016-06-232-0/+2
| | | * | | | | | i40iw: Correct status check on i40iw_get_pbleFaisal Latif2016-06-231-1/+1
| | | * | | | | | i40iw: Correct CQ armingShiraz Saleem2016-06-231-3/+6
| | | |/ / / / /
| | * | | | | | IB/rdmavt: Correct qp_priv_alloc() return value testMike Marciniszyn2016-06-231-1/+3
| | * | | | | | IB/hfi1: Don't zero out qp->s_ack_queue in rvt_reset_qpAshutosh Dixit2016-06-231-6/+0
| | * | | | | | IB/hfi1: Fix deadlock with txreq allocation slow pathMike Marciniszyn2016-06-232-3/+2
| | * | | | | | IB/hfi1: Send a pkey change event on driver pkey updateSebastian Sanchez2016-06-173-7/+16
| | * | | | | | IB/hfi1: Remove FULL_MGMT_P_KEY from pkey table at link upSebastian Sanchez2016-06-171-6/+13
| | * | | | | | IB/hfi1: Fix potential buffer overflowTadeusz Struk2016-06-171-1/+2
| | * | | | | | IB/hfi1: Fix potential NULL ptr dereferenceTadeusz Struk2016-06-171-1/+1
| | * | | | | | IB/qib: Prevent context lossIra Weiny2016-06-171-0/+5
| | * | | | | | IB/hfi1: Prevent context lossIra Weiny2016-06-171-0/+3
| | * | | | | | IB/hfi1: Increase packet egress timeoutJubin John2016-06-171-1/+1
| | * | | | | | IB/rdmavt: Correct warning during QPN allocationBrian Welty2016-06-171-2/+2
| | * | | | | | IB/rdmavt: Correct required callback functions for MODIFY_QPBrian Welty2016-06-171-3/+1
| | * | | | | | IB/hfi1: Fix credit return threshold adjustmentJubin John2016-06-172-4/+27
| | |/ / / / /
| * | | | | | IB/srpt: Reduce QP buffer sizeBart Van Assche2016-06-232-2/+2
| * | | | | | IB/cma: Make the code easier to verifyBart Van Assche2016-06-171-28/+26
| * | | | | | IB/mlx4: Properly initialize GRH TClass and FlowLabel in AHsJason Gunthorpe2016-06-171-1/+1
| |/ / / / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-06-241-5/+5
|\ \ \ \ \ \
| * | | | | | HID: hiddev: validate num_values for HIDIOCGUSAGES, HIDIOCSUSAGES commandsScott Bauer2016-06-241-5/+5
* | | | | | | Merge tag 'hwmon-for-linus-v4.7-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-06-241-5/+20
|\ \ \ \ \ \ \
| * | | | | | | hwmon: (dell-smm) Cache fan_type() calls and change fan detectionPali Rohár2016-06-231-5/+20
* | | | | | | | Merge tag 'acpi-4.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-06-242-2/+9
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'acpica-fixes'Rafael J. Wysocki2016-06-242-2/+9
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ACPICA: Namespace: Fix deadlock triggered by MLC support in dynamic table loa...Lv Zheng2016-06-222-2/+9