summaryrefslogtreecommitdiffstats
path: root/kernel/jump_label.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-10staging: wilc1000: move hif_workqueue static variables to 'wilc' structureAjay Singh2-5/+9
2018-09-10staging: wilc1000: refactor code to avoid use of wilc_set_multicast_list globalAjay Singh3-21/+25
2018-09-10staging: wilc1000: move static variable clients_count to 'wilc' structureAjay Singh2-5/+5
2018-09-10staging: wilc1000: avoid use of extra 'if' condition in wilc_init()Ajay Singh1-2/+0
2018-09-10staging: wilc1000: remove unused variable 'op_ifcs'Ajay Singh1-5/+0
2018-09-10staging: wilc1000: move during_ip_timer & wilc_optaining_ip to 'wilc_vif' structAjay Singh5-25/+24
2018-09-10staging: wilc1000: moved last_scanned_shadow & last_scanned_cnt to wilc_priv ...Ajay Singh2-55/+52
2018-09-10staging: wilc1000: remove unnecessary NULL check in clear_shadow_scan()Ajay Singh1-4/+2
2018-09-10staging: wilc1000: fix to use correct index to free scanned info in clear_sha...Ajay Singh1-2/+2
2018-09-10staging: wilc1000: move 'aging_timer' static variable to wilc_priv structAjay Singh2-13/+14
2018-09-10staging: wilc1000: move 'wilc_enable_ps' global variable into 'wilc' structAjay Singh4-9/+8
2018-09-10staging: rtl8723bs: check for i out of range before accessing szLine[i]Colin Ian King1-3/+4
2018-09-10Staging: rtl8712: Add space between else and opening braceAndré Lehmann1-1/+1
2018-09-10staging: rtl8192u: ieee80221: Add missing spaceSidong Yang1-5/+5
2018-09-10staging:rtl8192u: Remove typedef from enum opt_rst_type_e - StyleJohn Whitmore2-3/+3
2018-09-10staging:rtl8192u: Remove typedef from firmware_init_step_e - StyleJohn Whitmore2-3/+3
2018-09-10staging:rtl8192u: Refactor GET_COMMAND_PACKET_FRAG_THRESHOLD - StyleJohn Whitmore1-1/+1
2018-09-10staging:rtl8192u: Remove unused RTL8190_CPU_START_OFFSET - StyleJohn Whitmore1-1/+0
2018-09-10staging:rtl8192u: Fix space characters - StyleJohn Whitmore1-5/+5
2018-09-10staging:rtl8192u: Refactor RT_TRACE - StyleJohn Whitmore1-1/+1
2018-09-10staging:rtl8192u: Rename Rx_Smooth_Factor - StyleJohn Whitmore2-11/+11
2018-09-10staging:rtl8192u: Rename RTL819xU_MODULE_NAME - StyleJohn Whitmore2-3/+3
2018-09-10staging:rtl8192u: Add SPDX-License-Identifier - StyleJohn Whitmore1-0/+1
2018-09-10staging:rtl8192u: Remove unused functions - StyleJohn Whitmore2-17/+0
2018-09-10staging:rtl8192u: Remove read_cam() - StyleJohn Whitmore2-11/+0
2018-09-10staging:rtl8192u: Remove write_cam() - StyleJohn Whitmore2-8/+0
2018-09-10Staging: rtlwifi: efuse: Fixed a line length code styling issue.Tom Todd1-1/+2
2018-09-10staging: mt7621-mmc: Fix debug macro ERR_MSG and its usagesNishad Kamdar2-45/+81
2018-09-10staging: mt7621-mmc: Delete N_MSG() and all its usersNishad Kamdar2-252/+0
2018-09-10staging/vboxvideo: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann1-3/+2
2018-09-10staging: wlan-ng: remove redundant code in "#if 0" blocksTim Collier2-8/+1
2018-09-10staging: rtl8188eu: remove unnecessary parenthesesMichael Straube1-4/+4
2018-09-10staging: rtl8188eu: remove whitespaceMichael Straube1-7/+7
2018-09-10staging: rtl8188eu: fix comparsions to trueMichael Straube1-4/+4
2018-09-10staging: rtl8188eu: Remove code valid only for 5 GHzMichael Straube1-30/+17
2018-09-10staging: rtl8188eu: remove pointless commentMichael Straube1-1/+0
2018-09-10staging: rtl8188eu: simplify function commentMichael Straube1-16/+1
2018-09-10staging: rtl8188eu: Fix two sleep-in-atomic-context bugs in rtw_chk_hi_queue_...Jia-Ju Bai1-2/+2
2018-09-10staging: most: video: fix registration of an empty comp core_componentColin Ian King1-2/+2
2018-09-10staging: most: net: make array 'broadcast' static, shrinks object sizeColin Ian King1-1/+1
2018-09-10staging: bcm2835-audio: Simplify card object managementTakashi Iwai2-89/+33
2018-09-10staging: bcm2835-audio: Simplify kctl creation helpersTakashi Iwai1-44/+25
2018-09-10staging: bcm2835-audio: Simplify PCM creation helpersTakashi Iwai3-81/+32
2018-09-10staging: bcm2835-audio: Set SNDRV_PCM_INFO_SYNC_APPLPTRTakashi Iwai1-2/+2
2018-09-10staging: bcm2835-audio: Use coherent device buffersTakashi Iwai1-6/+6
2018-09-10staging: bcm2835-audio: Move module parameter descriptionTakashi Iwai1-3/+2
2018-09-10staging: bcm2835-audio: Remove unnecessary header file includesTakashi Iwai2-25/+0
2018-09-10staging: bcm2835-audio: Use standard error print helpersTakashi Iwai4-74/+27
2018-09-10staging: bcm2835-audio: Use card->private_dataTakashi Iwai1-78/+13
2018-09-10staging: bcm2835-audio: Operate non-atomic PCM opsTakashi Iwai3-245/+82