summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* staging: gdm724x: add spaces around binary operatorsIoana Ciornei2015-10-245-11/+11
* stating: gdm724x: remove explicit NULL comparisonIoana Ciornei2015-10-245-14/+14
* staging: gdm724x: properly indent to match open paranthesisIoana Ciornei2015-10-243-27/+27
* staging: rdma: Replace kmalloc with kmalloc_arrayCristina Moraru2015-10-242-3/+3
* staging: lustre: lnet :socklnd Braces not necessaryNilesh Kokane2015-10-241-2/+1
* Staging: lustre: lnet :socklnd return statement in void function not usefulNilesh Kokane2015-10-241-1/+0
* Staging: lustre: lov_obd: fixed a brace coding style issueNilesh Kokane2015-10-241-3/+2
* staging: lustre: o2iblnd: fix misleading indentationLuis de Bethencourt2015-10-241-14/+14
* staging: lustre: Use C99 initializers for struct netstrfnsJames Simmons2015-10-241-137/+51
* staging: lustre: remove last entry of libcfs_netstrfns[]Frederic Saunier2015-10-241-8/+3
* staging: lustre: provide separate buffers for libcfs_*2str()Dmitry Eremin2015-10-249-96/+121
* staging: lustre: add in NID range management for libcfsJoshua Walgenbach2015-10-242-13/+355
* staging: lustre: Avoid nid range related forward declarations in nidstring.cJames Simmons2015-10-241-387/+395
* staging: lustre: move cfs_ip_addr_* function from kernel libcfs to LNetJames Simmons2015-10-244-64/+62
* staging: lustre: move struct netstrfns to nidstr.hJames Simmons2015-10-242-13/+13
* staging: lustre: remove cfs_ip_addr_free wrapperJames Simmons2015-10-243-9/+1
* staging: lustre: remove libcfs_init_string functionJames Simmons2015-10-243-11/+1
* staging: lustre: move nidstring handling to LNet layerJames Simmons2015-10-244-6/+15
* staging: lustre: add a service that prints a nidlistGregoire Pichon2015-10-244-6/+193
* staging: lustre: remove unused OBD_SLAB_ALLOC* and OBD_SLAB_FREE* macrosMike Rapoport2015-10-241-34/+0
* staging: lustre: replace OBD_SLAB_FREE with kmem_cache_freeMike Rapoport2015-10-245-11/+9
* staging: lustre: replace OBD_SLAB_FREE_PTR with kmem_cache_freeMike Rapoport2015-10-2422-41/+41
* staging: lustre: replace OBD_SLAB_ALLOC_GFP with kmem_cache_allocMike Rapoport2015-10-241-3/+1
* staging: lustre: replace OBD_SLAB_ALLOC_PTR_GFP with kmem_cache_allocMike Rapoport2015-10-2426-39/+39
* staging: lustre: replace OBD_SLAB_ALLOC_PTR with kmem_cache_allocMike Rapoport2015-10-241-1/+1
* staging: lustre: remove unused OBDO_{ALLOC, FREE} macrosMike Rapoport2015-10-241-10/+0
* staging: lustre: replace OBDO_FREE with kmem_cache_freeMike Rapoport2015-10-246-9/+9
* staging: lustre: replace OBDO_ALLOC with kmem_cache_allocMike Rapoport2015-10-246-10/+14
* staging: lustre: remove unused OBD_SLAB_CPT_ALLOC* macrosMike Rapoport2015-10-241-11/+0
* staging: lustre: kernel style neating (block comments)Sanne Wouda2015-10-241-140/+182
* Staging: lustre: interval_tree: Remove multiple assignmentsShivani Bhardwaj2015-10-241-1/+2
* staging: lustre: make sptlrpc_flavor_has_bulk return booleanGeliang Tang2015-10-242-4/+4
* Staging: lustre: lproc_osc: Add check on a variableShivani Bhardwaj2015-10-241-1/+3
* staging: lustre: Replace aligned packed with packedCristina Moraru2015-10-241-11/+11
* Staging: mt29f_spinand: Remove redundant cast on 'retval'Eva Rachel Retuya2015-10-241-1/+1
* Staging: mt29f_spinand: Use preferred kernel typesEva Rachel Retuya2015-10-242-11/+11
* Staging: mt29f_spinand: Remove multiple blank linesEva Rachel Retuya2015-10-241-1/+0
* Staging: mt29f_spinand: Remove blank line before '}' and after '{' bracesEva Rachel Retuya2015-10-241-2/+0
* Staging: mt29f_spinand: Add blank line after function declarationEva Rachel Retuya2015-10-241-0/+2
* Staging: rtl8192u: Eliminate use of MSECS macroShraddha Barke2015-10-241-1/+1
* staging: rtl8192u: simplify conditionalLuis de Bethencourt2015-10-241-5/+1
* staging: wilc1000: isr_bh_routine: remove unused variable nicGlen Lee2015-10-241-4/+0
* staging: wilc1000: fix trivial typosGeliang Tang2015-10-241-2/+2
* staging: wilc1000: init_irq: change argument and use netdev private wilcGlen Lee2015-10-241-7/+11
* staging: wilc1000: start_ap: use netdev private data wilcGlen Lee2015-10-241-1/+5
* staging: wilc1000: wilc_mgmt_frame_register: use netdev private wilcGlen Lee2015-10-241-4/+3
* staging: wilc1000: del_key: use netdev private wilc instead of g_linux_wlanGlen Lee2015-10-241-1/+5
* staging: wilc1000: add_key: use netdev private wilc instead of g_linux_wlanGlen Lee2015-10-241-2/+6
* staging: wilc1000: CfgConnectResult: use netdev private wilcGlen Lee2015-10-241-2/+6
* staging: wilc1000: wilc1000_wlan_deinit: change argument and use wilcGlen Lee2015-10-243-24/+29