summaryrefslogtreecommitdiff
path: root/drivers/staging
AgeCommit message (Expand)Author
2015-11-16staging: rtl8188eu: initial value placed in the variableIvan Safonov
2015-11-16staging: rtl8188eu: assigning a value to the variable is replaced by the incr...Ivan Safonov
2015-11-16staging: rtl8188eu: *(ptr + i) replaced by ptr[i] in _rtl88e_fw_block_writeIvan Safonov
2015-11-16Staging: rtl8188eu: fix space prohibited before that ','Abdul Hussain
2015-11-16staging: rtl8188eu: 'infinite' loop removedIvan Safonov
2015-11-16staging: rtl8188eu: while loop replaced by for loopIvan Safonov
2015-11-16staging: rtl8188eu: do .. while (0) loop replaced by while (...) loopIvan Safonov
2015-11-16staging: rtl8188eu: add missing delay in polling loops.Rémy Oudompheng
2015-11-16staging: rtl8188eu: jiffies are unsigned longRémy Oudompheng
2015-11-16Staging: lustre: ldlm_pool: Drop unneeded wrapper functionShivani Bhardwaj
2015-11-16Staging: lustre: ldlm_pool: Drop wrapper functionShivani Bhardwaj
2015-11-16Staging: lustre: ldlm_pool: Remove unneeded wrapper functionShivani Bhardwaj
2015-11-16Staging: lustre: tracefile: Remove function prototypeShivani Bhardwaj
2015-11-16Staging: lustre: tracefile: Remove wrapper functionShivani Bhardwaj
2015-11-16Staging: lustre: module: Replace function callsShivani Bhardwaj
2015-11-16Staging: lustre: dir: Remove wrapper functionShivani Bhardwaj
2015-11-16staging: lustre: lnet: klnds: socklnd: Move extern declarations to headerAmitoj Kaur Chawla
2015-11-16staging: lustre: Delete an unnecessary variable initialisation in class_regis...Markus Elfring
2015-11-16staging: lustre: fix 'error handling' issues for libcfs workitem.cSebastien Buisson
2015-11-16staging: lustre: remove page_collection::pc_lock in libcfsLiang Zhen
2015-11-16staging: lustre: race condition for check/use cfs_fail_valFan Yong
2015-11-16staging: lustre: Update module author to OpenSFSJames Simmons
2015-11-16staging: lustre: Fix possible NULL pointer dereference in lprocfs_status.cDmitry Eremin
2015-11-16staging: lustre: fix buffer overflow of string bufferDmitry Eremin
2015-11-16staging: lustre: remove libcfs_debug_set_level prototype from libcfs_private.hfrank zago
2015-11-16staging: lustre: remove unnecessary EXPORT_SYMBOL in libcfsfrank zago
2015-11-16staging: lustre: wrong parameter to cfs_hash_keycpyLiang Zhen
2015-11-16staging: lustre: remove unused variableDan Carpenter
2015-11-16staging: lustre: selftest.h: replace IS_PO2 by is_power_of_2Aya Mahfouz
2015-11-16staging: lustre: workitem.c: replace IS_PO2 by is_power_of_2Aya Mahfouz
2015-11-16staging: lustre: ldlm_extent.c: replace IS_PO2 by is_power_of_2Aya Mahfouz
2015-11-16staging: rdma: hfi1 : Prefer using the BIT macroSunny Kumar
2015-11-16staging: rdma: amso1100: c2: Remove wrapper functionAmitoj Kaur Chawla
2015-11-16staging/rdma/hfi1: optionally prescan rx queue for {B, F}ECNs - UC, RCArthur Kepner
2015-11-16staging/rdma/hfi1: don't cache "prescan head"Arthur Kepner
2015-11-16staging/rdma/hfi1: Move macros to a common headerMitko Haralanov
2015-11-16staging/rdma/hfi1: Remove unnecessary include filesMitko Haralanov
2015-11-16staging/rdma/hfi1: Clean up macro indentationMitko Haralanov
2015-11-16staging/rdma/hfi1: Remove file pointer macrosIra Weiny
2015-11-16staging: wilc1000: remove rates variable in host_int_add_stationChaehyun Lim
2015-11-16staging: wilc1000: use kmemdup in host_int_add_stationChaehyun Lim
2015-11-16staging: wilc1000: rename pstrAddStationMsg in host_int_add_stationChaehyun Lim
2015-11-16staging: wilc1000: rename pstrStaParams in host_int_add_stationChaehyun Lim
2015-11-16staging: wilc1000: fix parameter name of host_int_add_stationChaehyun Lim
2015-11-16staging: wilc1000: fix return type of host_int_add_stationChaehyun Lim
2015-11-16staging: wilc1000: rename pstrDelStationMsg in host_int_del_stationChaehyun Lim
2015-11-16staging: wilc1000: rename pu8MacAddr in host_int_del_stationChaehyun Lim
2015-11-16staging: wilc1000: fix parameter name of host_int_del_stationChaehyun Lim
2015-11-16staging: wilc1000: fix return type of host_int_del_stationChaehyun Lim
2015-11-16staging: wilc1000: fix parameter name of host_int_del_beaconChaehyun Lim