summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-18868-45213/+36209
|\
| * staging: lustre: fix aligments in lnet selftestJames Simmons2016-03-125-19/+17
| * staging: lustre: report minimum of two buffers for LNet selftest load testJames Simmons2016-03-121-1/+1
| * staging: lustre: test for proper errno code in lstcon_rpc_trans_abortJames Simmons2016-03-121-1/+1
| * staging: lustre: filter remaining extra spacing for lnet selftestJames Simmons2016-03-1213-370/+370
| * staging: lustre: remove extra spacing when setting variable for lnet selftestJames Simmons2016-03-127-174/+174
| * staging: lustre: remove extra spacing of variable declartions for lnet selftestJames Simmons2016-03-126-72/+72
| * staging: lustre: fix spacing issues checkpatch reported in lnet selftestJames Simmons2016-03-124-8/+8
| * staging: lustre: remove returns in void function for lnet selftestJames Simmons2016-03-126-38/+3
| * staging: lustre: fix bogus lst errors for lnet selftestIsaac Huang2016-03-121-1/+8
| * staging: netlogic: Replacing pr_err with dev_err after the call to devm_kzallocG Pooja Shamili2016-03-121-5/+9
| * staging: mt29f_spinand: Replacing pr_info with dev_info after the call to dev...G Pooja Shamili2016-03-121-1/+2
| * staging: android: ion: fix up file modeGreg Kroah-Hartman2016-03-121-0/+0
| * staging: ion: debugfs invalid gfp maskDerek Yerger2016-03-121-2/+2
| * staging: rts5208: Replace pci_enable_device with pcim_enable_deviceAmitoj Kaur Chawla2016-03-121-7/+1
| * Staging: ieee80211: Place constant on right side of the test.Sandhya Bankar2016-03-121-3/+3
| * staging: speakup: Replace del_timer with del_timer_syncAmitoj Kaur Chawla2016-03-121-1/+1
| * staging: lowmemorykiller: fix 2 checks that checkpatch complainedSandeep Jain2016-03-121-0/+2
| * staging: mt29f_spinand: Drop void pointer castJanani Ravichandran2016-03-121-2/+2
| * staging: rdma: hfi1: file_ops: Replace ALIGN with PAGE_ALIGNAmitoj Kaur Chawla2016-03-121-3/+2
| * staging: rdma: hfi1: driver: Replace IS_ALIGNED with PAGE_ALIGNEDAmitoj Kaur Chawla2016-03-121-1/+1
| * staging: rdma: hfi1: Replace ALIGN with PAGE_ALIGNAmitoj Kaur Chawla2016-03-122-6/+5
| * Staging: rdma: Use min macro instead of ternary operatorBhumika Goyal2016-03-121-3/+3
| * staging: rdma: hfi1: user_sdma.c: Drop void pointer castJanani Ravichandran2016-03-121-1/+1
| * staging: rdma: hfi1: Remove unnecessary paranthesesBhaktipriya Shridhar2016-03-121-5/+5
| * staging: rdma: hfi1: Remove casts of pointer to same typeBhaktipriya Shridhar2016-03-121-5/+5
| * staging: rdma: hfi1: Remove useless return variablesBhaktipriya Shridhar2016-03-121-4/+1
| * staging: rdma: hfi1: Remove unnecessary pci_set_drvdata()Amitoj Kaur Chawla2016-03-121-2/+0
| * staging: rdma: hfi1: Do not use | with a variable with value 0Janani Ravichandran2016-03-121-1/+1
| * staging: rdma: hfi1: Compress return logicBhaktipriya Shridhar2016-03-121-5/+1
| * staging: rdma: hfi1: Remove unnecessary kfreeAmitoj Kaur Chawla2016-03-121-1/+0
| * staging: rdma: hfi1: Use setup_timerBhaktipriya Shridhar2016-03-121-3/+1
| * staging: lustre: lnet: o2iblnd: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-121-2/+2
| * staging: lustre: lnet: socklnd: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-121-5/+4
| * staging: lustre: lnet: socklnd_proto: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-121-2/+2
| * staging: lustre: libcfs: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-121-3/+2
| * staging: lustre: osc_cache: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-121-5/+4
| * staging: lustre: osc: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-121-3/+2
| * staging: lustre: lnet: api-ni: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-121-6/+4
| * staging: lustre: lnet: peer: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-121-2/+2
| * staging: lustre: lnet: config: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-121-3/+2
| * staging: lustre: lnet: router: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-121-2/+2
| * staging: lustre: lnet: conrpc: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-121-3/+2
| * staging: lustre: lnet: lib-move: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-121-5/+4
| * staging: lustre: obdclass: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-121-3/+2
| * staging: iio: addac: Remove unnecessary else after returnBhaktipriya Shridhar2016-03-121-9/+6
| * Staging: iio: Fixed block comments warningGeorgiana Chelu2016-03-121-5/+10
| * Staging: iio: ade7854: Remove unnecessary goto.Sandhya Bankar2016-03-121-4/+1
| * Staging: iio: ade7758_core: Remove unnecessary goto.Sandhya Bankar2016-03-121-4/+1
| * Staging: iio: ade7754: Remove unnecessary goto.Sandhya Bankar2016-03-121-4/+1