aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rdma/hfi1/file_ops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-28IB/security: Restrict use of the write() interfaceJason Gunthorpe1-0/+6
2016-04-28IB/hfi1: Use kernel default llseek for ui deviceDean Luick1-23/+2
2016-04-28IB/hfi1: Don't attempt to free resources if initialization failedMitko Haralanov1-33/+27
2016-03-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-448/+104
2016-03-21IB/hfi1: Re-factor MMU notification codeMitko Haralanov1-0/+1
2016-03-11staging: rdma: hfi1: file_ops: Replace ALIGN with PAGE_ALIGNAmitoj Kaur Chawla1-3/+2
2016-03-10staging/rdma/hfi1: Fix headerJubin John1-4/+1
2016-03-10staging/rdma/hfi1: Add braces on all arms of statementJubin John1-3/+6
2016-03-10staging/rdma/hfi1: Fix code alignmentJubin John1-4/+4
2016-03-10staging/rdma/hfi1: Fix block commentsJubin John1-2/+4
2016-03-10staging/rdma/hfi1: Fix logical continuationsJubin John1-6/+6
2016-03-10staging/rdma/hfi1: Remove multiple blank linesJubin John1-2/+0
2016-03-10staging/rdma/hfi1: Use device file minor to identify EPROMDean Luick1-1/+1
2016-03-10staging/rdma/hfi1: Allocate send ctxt on device NUMA nodeMitko Haralanov1-1/+1
2016-03-10staging/rdma/hfi1: Consolidate CPU/IRQ affinity supportMitko Haralanov1-3/+24
2016-03-10staging/rdma/hfi1: Add support for enabling/disabling PCIe ASPMAshutosh Dixit1-2/+9
2016-03-10staging/rdma/hfi1: Correctly set RcvCtxtCtrl registerMitko Haralanov1-0/+9
2016-02-29staging/hfi1: Enable TID caching featureMitko Haralanov1-414/+34
2016-02-29staging/hfi1: Convert lock to mutexMitko Haralanov1-6/+6
2016-02-29staging/hfi1: Remove un-needed variableMitko Haralanov1-7/+4
2016-02-29uapi/hfi1_user: Add command and event for TID cachingMitko Haralanov1-0/+1
2015-12-21staging/rdma/hfi1: Convert to use get_user_pages_fastMitko Haralanov1-4/+4
2015-12-21staging/rdma/hfi1: Unconditionally clean-up SDMA queuesMitko Haralanov1-2/+1
2015-12-21staging/rdma/hfi1: Adjust EPROM partitions, add EPROM commandsDean Luick1-12/+6
2015-11-15staging/rdma/hfi1: Select only devices with active linksDean Luick1-3/+18
2015-11-15staging/rdma/hfi1: Convert dd_dev_info() to hfi1_cdbg() in process startupSebastian Sanchez1-5/+5
2015-11-15staging/rdma/hfi1: Move macros to a common headerMitko Haralanov1-12/+1
2015-11-15staging/rdma/hfi1: Remove unnecessary include filesMitko Haralanov1-10/+0
2015-11-15staging/rdma/hfi1: Remove file pointer macrosIra Weiny1-59/+65
2015-10-27staging/rdma/hfi1: Wrong cast breaks desired pointer arithmeticMitko Haralanov1-3/+3
2015-10-27staging/rdma/hfi1: close shared context security holeJareer Abdel-Qader1-0/+1
2015-10-16staging: rdma: hfi1: Prefer using BIT MacroAmitoj Kaur Chawla1-1/+1
2015-10-04IB/hfi1: use offset_in_page macroGeliang Tang1-4/+4
2015-09-29staging: rdma: add a blank line after functionGeliang Tang1-0/+1
2015-09-18IB/hfi: Properly set permissions for user device filesIra Weiny1-3/+6
2015-09-18IB/hfi1: info leak in get_ctxt_info()Dan Carpenter1-0/+1
2015-08-28IB/hfi1: add driver filesMike Marciniszyn1-0/+2140