summaryrefslogtreecommitdiffstats
path: root/drivers/staging
AgeCommit message (Expand)AuthorFilesLines
2018-01-08staging: most: Avoid trailing semicolon for macrosRavi Eluri1-1/+1
2018-01-08Staging: pi433 - fix ccheckpatch issue, updated include line.Derek Robson1-1/+1
2018-01-08staging: pi433: fix CamelCase for payload identifiersValentin Vidic4-6/+6
2018-01-08staging: pi433: fix CamelCase for maxMinus variablesValentin Vidic3-17/+17
2018-01-08staging: pi433: remove unused rf69_reset_flag functionMarcin Ciupak2-13/+0
2018-01-08staging: pi433: remove unused rf69_set_sync_tolerance functionMarcin Ciupak2-13/+0
2018-01-08staging: ccree: update TODOGilad Ben-Yossef1-1/+1
2018-01-08stating: ccree: fix allocation of void sized bufGilad Ben-Yossef2-8/+10
2018-01-08staging: ccree: put pointer next to var nameGilad Ben-Yossef1-1/+1
2018-01-08staging: ccree: fold common code into service funcGilad Ben-Yossef1-223/+116
2018-01-08staging: ccree: fix indentation of func paramsGilad Ben-Yossef1-26/+20
2018-01-08staging: ccree: do not map bufs in ahash_initGilad Ben-Yossef1-89/+103
2018-01-08staging: ccree: allocate hash bufs inside req ctxGilad Ben-Yossef2-68/+12
2018-01-08staging: ccree: use array for double bufferGilad Ben-Yossef3-37/+46
2018-01-08staging: ccree: remove unused fieldGilad Ben-Yossef1-1/+0
2018-01-08staging: ccree: use Makefile to include PM codeGilad Ben-Yossef4-32/+37
2018-01-08staging: ccree: handle end of sg list gracefullyGilad Ben-Yossef1-1/+1
2018-01-08staging: ccree: check DMA pool buf !NULL before freeGilad Ben-Yossef1-1/+2
2018-01-08staging: ccree: failing the suspend is not an errorGilad Ben-Yossef1-7/+1
2018-01-08stating: ccree: revert "staging: ccree: fix leak of import() after init()"Gilad Ben-Yossef1-7/+4
2018-01-08staging: ccree: add backlog processingGilad Ben-Yossef5-42/+163
2018-01-08staging: ccree: break send_request and fix ret valGilad Ben-Yossef5-94/+128
2018-01-08staging: ccree: remove unused leftover fieldGilad Ben-Yossef1-1/+0
2018-01-08staging: ccree: tag debugfs init/exit func properlyGilad Ben-Yossef1-2/+2
2018-01-08staging: ccree: copy larval digest from RAMGilad Ben-Yossef3-57/+68
2018-01-08staging: ccree: pick alloc mem flags based on req flagsGilad Ben-Yossef5-35/+54
2018-01-08staging: ccree: remove GFP_DMA flag from mem allocsGilad Ben-Yossef2-10/+7
2018-01-08staging: ccree: fold reg common defines into driverGilad Ben-Yossef3-17/+5
2018-01-08staging: ccree: fold hash defs into queue defsGilad Ben-Yossef3-24/+13
2018-01-08staging: ccree: SPDXify driverGilad Ben-Yossef31-435/+62
2018-01-08staging: ccree: mark debug_regs[] as staticArnd Bergmann1-1/+1
2018-01-08vboxvideo: Fix incorrect type in assignment sparse warningAlexander Kapshuk2-2/+2
2018-01-08drivers/fbtft: Remove unnecessary braces from if/elseLuis Gerhorst1-6/+5
2018-01-08drivers/fbtft: Remove newline after else in else-ifLuis Gerhorst1-2/+1
2018-01-08Staging: lustre: Fix prefer kcalloc over kzalloc with multiplySumit Pundir1-1/+1
2018-01-08Staging: lustre: Fix prefer seq_puts to seq_printfSumit Pundir1-3/+3
2018-01-08drivers: lustre: obdclass: simplify unregister_shrinker() usageAliaksei Karaliou1-2/+1
2018-01-08staging: lustre: lnet: discard CFS_ALLOC_PTRNeilBrown2-8/+5
2018-01-08staging: lustre: lnet-lib: opencode some alloc/free functions.NeilBrown8-89/+28
2018-01-08staging: lustre: libcfs: remove prngNeilBrown3-148/+1
2018-01-08staging: lustre: replace cfs_get_random_bytes calls with get_random_byte()NeilBrown3-3/+3
2018-01-08staging: lustre: replace cfs_srand() calls with add_device_randomness().NeilBrown3-26/+13
2018-01-08staging: lustre: replace cfs_rand() with prandom_u32_max()NeilBrown4-23/+25
2018-01-08staging: lustre: libcfs: remove wi_data from cfs_workitemNeilBrown4-14/+11
2018-01-08staging: lustre: libcfs: use a workqueue for rehash work.NeilBrown4-75/+31
2018-01-08staging: lustre: obd_mount: fix possible race with module unload.NeilBrown3-17/+24
2018-01-08staging: lustre: obdclass: remove vfsmount option from client_fill_superNeilBrown4-12/+8
2018-01-08staging: lustre: obdclass: remove pointless struct lustre_mount_data2NeilBrown1-15/+4
2018-01-08staging: lustre: obdclass: discard FS_NEEDS_DEV flag.NeilBrown1-5/+5
2018-01-08staging: lustre: disable preempt while sampling processor id.NeilBrown1-6/+7