summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gfs2-4.8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2016-10-0412-49/+71
|\
| * gfs2: Initialize atime of I_NEW inodesAndreas Gruenbacher2016-09-261-0/+4
| * gfs2: Update file times after grabbing glockAndreas Gruenbacher2016-09-261-3/+3
| * gfs2: fix to detect failure of register_shrinkerChao Yu2016-09-212-2/+10
| * gfs2: Fix extended attribute readahead optimizationAndreas Gruenbacher2016-08-181-16/+19
| * gfs2: Remove dirty buffer warning from gfs2_releasepageAndreas Gruenbacher2016-08-181-5/+12
| * GFS2: use BIT() macroFabian Frederick2016-08-028-23/+23
* | Merge tag 'locks-v4.9-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2016-10-041-3/+18
|\ \
| * | locks: Filter /proc/locks output on proc pid nsNikolay Borisov2016-08-181-3/+18
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-0448-899/+1660
|\ \ \
| * | | IB/rdmavt: Trivial function comment corrected.Parav Pandit2016-10-031-1/+1
| * | | IB/hfi1: Fix trace of atomic ackMike Marciniszyn2016-10-022-3/+3
| * | | IB/hfi1: Update SMA ingress checks for response packetsJianxin Xiong2016-10-021-25/+24
| * | | IB/hfi1: Use EPROM platform configuration readDean Luick2016-10-022-15/+26
| * | | IB/hfi1: Add ability to read platform config from the EPROMDean Luick2016-10-022-0/+84
| * | | IB/hfi1: Restore EPROM read abilityDean Luick2016-10-023-3/+103
| * | | IB/hfi1: Document new sysfs entries for hfi1 driverTadeusz Struk2016-10-021-0/+30
| * | | IB/hfi1: Add new debugfs sdma_cpu_list fileTadeusz Struk2016-10-023-0/+83
| * | | IB/hfi1: Add irq affinity notification handlerTadeusz Struk2016-10-022-10/+103
| * | | IB/hfi1: Add a new VL sysfs attribute for sdma enginesTadeusz Struk2016-10-021-1/+14
| * | | IB/hfi1: Add sysfs interface for affinity setupTadeusz Struk2016-10-025-7/+412
| * | | IB/hfi1: Fix resource release in context allocationJakub Pawlak2016-10-022-5/+13
| * | | IB/hfi1: Remove unused variable from devdataDennis Dalessandro2016-10-021-2/+0
| * | | IB/hfi1: Cleanup tasklet refs in commentsDennis Dalessandro2016-10-022-10/+10
| * | | IB/hfi1: Adjust hardware buffering parameterHarish Chegondi2016-10-022-3/+3
| * | | IB/hfi1: Act on external device timeoutDean Luick2016-10-022-2/+6
| * | | IB/hfi1: Fix defered ack race with qp destroyMike Marciniszyn2016-10-021-1/+4
| * | | IB/hfi1: Combine shift copy and byte copy for SGE readsSebastian Sanchez2016-10-021-137/+23
| * | | IB/hfi1: Do not read more than a SGE lengthSebastian Sanchez2016-10-021-48/+40
| * | | IB/hfi1: Extend i2c timeoutDean Luick2016-10-021-1/+1
| * | | IB/hfi1: Increase default settings of max_cqes and max_qpsJianxin Xiong2016-10-021-2/+2
| * | | IB/hfi1: Remove filtering of Set(PkeyTable) in HFI SMASebastian Sanchez2016-10-021-6/+0
| * | | IB/qib: Remove qpt_mask globalDennis Dalessandro2016-10-023-13/+3
| * | | IB/hfi1: Consolidate pio control masks into single definitionMike Marciniszyn2016-10-024-30/+32
| * | | IB/rdmavt, IB/hfi1: Add lockdep asserts for lock debugMike Marciniszyn2016-10-023-2/+30
| * | | IB/rdmavt: Add qp init functionMike Marciniszyn2016-10-021-42/+58
| * | | IB/rdmavt: Move reset calldown to reset pathMike Marciniszyn2016-10-021-6/+5
| * | | IB/hfi1: Move iowait_init() to priv allocateMike Marciniszyn2016-10-021-7/+7
| * | | IB/rdmavt: Correct sparse annotationMike Marciniszyn2016-10-021-6/+3
| * | | IB/hfi1: Fix locking scheme for affinity settingsTadeusz Struk2016-10-022-43/+51
| * | | IB/hfi1: Fix user-space buffers mapping with IOMMU enabledTymoteusz Kielan2016-10-027-63/+79
| * | | IB/hfi1: Fix the count of user packets submitted to an SDMA engineHarish Chegondi2016-10-023-28/+30
| * | | IB/hfi1: Move serdes tune inside link start functionDean Luick2016-10-022-15/+8
| * | | IB/qib,IB/hfi: Use core common header fileMike Marciniszyn2016-10-0223-346/+162
| * | | IB/core: Add ib headers for general useMike Marciniszyn2016-10-021-0/+178
| * | | IB/rdmavt, IB/qib, IB/hfi1: Use new QP put get routinesMike Marciniszyn2016-09-167-26/+20
| * | | IB/rdmavt: Add functions to get and release QP referencesMike Marciniszyn2016-09-161-0/+19
* | | | Merge tag 'edac_for_4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2016-10-0421-756/+1373
|\ \ \ \
| * | | | EDAC, altera: Add IRQ Flags to disable IRQ while handlingThor Thayer2016-09-231-8/+10
| * | | | EDAC, altera: Correct EDAC IRQ error messageThor Thayer2016-09-231-1/+1