1. 25 1月, 2018 3 次提交
  2. 09 1月, 2018 7 次提交
  3. 22 11月, 2017 1 次提交
    • K
      treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts · 841b86f3
      Kees Cook 提交于
      With all callbacks converted, and the timer callback prototype
      switched over, the TIMER_FUNC_TYPE cast is no longer needed,
      so remove it. Conversion was done with the following scripts:
      
          perl -pi -e 's|\(TIMER_FUNC_TYPE\)||g' \
              $(git grep TIMER_FUNC_TYPE | cut -d: -f1 | sort -u)
      
          perl -pi -e 's|\(TIMER_DATA_TYPE\)||g' \
              $(git grep TIMER_DATA_TYPE | cut -d: -f1 | sort -u)
      
      The now unused macros are also dropped from include/linux/timer.h.
      Signed-off-by: NKees Cook <keescook@chromium.org>
      841b86f3
  4. 10 11月, 2017 5 次提交
  5. 30 10月, 2017 2 次提交
  6. 27 10月, 2017 1 次提交
    • K
      qtnfmac: Convert timers to use timer_setup() · 7e916caf
      Kees Cook 提交于
      In preparation for unconditionally passing the struct timer_list pointer to
      all timer callbacks, switch to using the new timer_setup() and from_timer()
      to pass the timer pointer explicitly.
      
      Cc: Kalle Valo <kvalo@codeaurora.org>
      Cc: Igor Mitsyanko <imitsyanko@quantenna.com>
      Cc: Avinash Patil <avinashp@quantenna.com>
      Cc: Sergey Matyukevich <smatyukevich@quantenna.com>
      Cc: Kamlesh Rath <krath@quantenna.com>
      Cc: linux-wireless@vger.kernel.org
      Cc: netdev@vger.kernel.org
      Signed-off-by: NKees Cook <keescook@chromium.org>
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      7e916caf
  7. 13 10月, 2017 6 次提交
  8. 25 9月, 2017 5 次提交
  9. 20 9月, 2017 1 次提交
  10. 03 8月, 2017 7 次提交
  11. 01 6月, 2017 1 次提交
  12. 24 5月, 2017 1 次提交