summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* staging: most: hdm-usb: Use setup_timerMuhammad Falak R Wani2015-10-251-3/+2Star
* staging: most: remove comparison to NULLChristian Gromm2015-10-251-1/+1
* staging: most: use preferred kzalloc parametersChristian Gromm2015-10-251-1/+1
* staging: most: use preferred kernel typesChristian Gromm2015-10-253-3/+3
* staging: most: fix logical operator positionChristian Gromm2015-10-252-6/+5Star
* staging: most: remove unnecessary parenthesesChristian Gromm2015-10-251-1/+1
* staging: most: use blank line after declarationsChristian Gromm2015-10-253-0/+11
* staging: most: use braces on all arms of statementChristian Gromm2015-10-254-13/+15
* staging: most: make alignment match open parenthesisChristian Gromm2015-10-255-9/+8Star
* staging: most: remove multiple assignmentChristian Gromm2015-10-251-1/+2
* staging: most: removed redundant codeChristian Gromm2015-10-252-38/+0Star
* staging: most: put spaces around operatorChristian Gromm2015-10-252-2/+2
* staging: most: remove multiple blank linesChristian Gromm2015-10-257-28/+0Star
* staging: IB/ipath: remove sched.h headerGeliang Tang2015-10-258-8/+0Star
* staging: IB/ipath: use TASK_COMM_LEN in ipath_portdataGeliang Tang2015-10-251-1/+2
* staging: sm750fb: use direct call to hw_sm750_output_setModeMike Rapoport2015-10-252-7/+1Star
* staging: sm750fb: replace lynx_crtc methods with function callsMike Rapoport2015-10-252-18/+4Star
* staging: sm750fb: remove unused methods from lynx_shareMike Rapoport2015-10-252-9/+0Star
* staging: sm750fb: remove ancient kernel supportMike Rapoport2015-10-251-36/+0Star
* staging: sm750fb: remove defintion of offsetofMike Rapoport2015-10-251-4/+0Star
* staging: sm750fb: remove unused pllcalparam typedefMike Rapoport2015-10-251-7/+0Star
* staging: sm750fb: simplify PLL divisors calculationsMike Rapoport2015-10-251-34/+10Star
* staging: sm750fb: remove '#if 1' conditionalsMike Rapoport2015-10-253-12/+7Star
* staging: sm750fb: Replace uint32_t with u32Amitoj Kaur Chawla2015-10-251-4/+4
* staging: sm750fb: Replace include <asm/*.h> with include <linux/*.h>Amitoj Kaur Chawla2015-10-251-2/+2
* staging: gdm724x: remove multiple blank linesIoana Ciornei2015-10-251-4/+0Star
* staging: gdm724x: correct kzalloc/kmalloc sizeof argumentIoana Ciornei2015-10-253-10/+10
* staging: gdm724x: add spaces around binary operatorsIoana Ciornei2015-10-255-11/+11
* stating: gdm724x: remove explicit NULL comparisonIoana Ciornei2015-10-255-14/+14
* staging: gdm724x: properly indent to match open paranthesisIoana Ciornei2015-10-253-27/+27
* staging: rdma: Replace kmalloc with kmalloc_arrayCristina Moraru2015-10-252-3/+3
* staging: lustre: lnet :socklnd Braces not necessaryNilesh Kokane2015-10-251-2/+1Star
* Staging: lustre: lnet :socklnd return statement in void function not usefulNilesh Kokane2015-10-251-1/+0Star
* Staging: lustre: lov_obd: fixed a brace coding style issueNilesh Kokane2015-10-251-3/+2Star
* staging: lustre: o2iblnd: fix misleading indentationLuis de Bethencourt2015-10-251-14/+14
* staging: lustre: Use C99 initializers for struct netstrfnsJames Simmons2015-10-251-137/+51Star
* staging: lustre: remove last entry of libcfs_netstrfns[]Frederic Saunier2015-10-251-8/+3Star
* staging: lustre: provide separate buffers for libcfs_*2str()Dmitry Eremin2015-10-259-96/+121
* staging: lustre: add in NID range management for libcfsJoshua Walgenbach2015-10-252-13/+355
* staging: lustre: Avoid nid range related forward declarations in nidstring.cJames Simmons2015-10-251-387/+395
* staging: lustre: move cfs_ip_addr_* function from kernel libcfs to LNetJames Simmons2015-10-254-64/+62Star
* staging: lustre: move struct netstrfns to nidstr.hJames Simmons2015-10-252-13/+13
* staging: lustre: remove cfs_ip_addr_free wrapperJames Simmons2015-10-253-9/+1Star
* staging: lustre: remove libcfs_init_string functionJames Simmons2015-10-253-11/+1Star
* staging: lustre: move nidstring handling to LNet layerJames Simmons2015-10-254-6/+15
* staging: lustre: add a service that prints a nidlistGregoire Pichon2015-10-254-6/+193
* staging: lustre: remove unused OBD_SLAB_ALLOC* and OBD_SLAB_FREE* macrosMike Rapoport2015-10-251-34/+0Star
* staging: lustre: replace OBD_SLAB_FREE with kmem_cache_freeMike Rapoport2015-10-255-11/+9Star
* staging: lustre: replace OBD_SLAB_FREE_PTR with kmem_cache_freeMike Rapoport2015-10-2522-41/+41
* staging: lustre: replace OBD_SLAB_ALLOC_GFP with kmem_cache_allocMike Rapoport2015-10-251-3/+1Star