1. 21 2月, 2015 1 次提交
  2. 17 2月, 2015 1 次提交
  3. 13 8月, 2014 1 次提交
  4. 30 5月, 2014 1 次提交
  5. 18 3月, 2014 4 次提交
  6. 14 8月, 2013 1 次提交
  7. 12 7月, 2013 1 次提交
  8. 22 6月, 2013 4 次提交
  9. 23 3月, 2013 1 次提交
  10. 28 2月, 2013 1 次提交
  11. 04 1月, 2013 1 次提交
    • G
      Drivers: infinband: remove __dev* attributes. · 1e6d9abe
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Cc: Tom Tucker <tom@opengridcomputing.com>
      Cc: Steve Wise <swise@opengridcomputing.com>
      Cc: Roland Dreier <roland@kernel.org>
      Cc: Sean Hefty <sean.hefty@intel.com>
      Cc: Hal Rosenstock <hal.rosenstock@gmail.com>
      Cc: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
      Cc: Christoph Raisch <raisch@de.ibm.com>
      Cc: Mike Marciniszyn <infinipath@intel.com>
      Cc: Faisal Latif <faisal.latif@intel.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      1e6d9abe
  12. 20 7月, 2012 3 次提交
  13. 15 5月, 2012 1 次提交
  14. 04 1月, 2012 1 次提交
  15. 01 11月, 2011 1 次提交
  16. 22 10月, 2011 2 次提交
  17. 07 10月, 2011 1 次提交
  18. 31 3月, 2011 1 次提交
  19. 17 1月, 2011 1 次提交
    • T
      RDMA: Update workqueue usage · f0626710
      Tejun Heo 提交于
      * ib_wq is added, which is used as the common workqueue for infiniband
        instead of the system workqueue.  All system workqueue usages
        including flush_scheduled_work() callers are converted to use and
        flush ib_wq.
      
      * cancel_delayed_work() + flush_scheduled_work() converted to
        cancel_delayed_work_sync().
      
      * qib_wq is removed and ib_wq is used instead.
      
      This is to prepare for deprecation of flush_scheduled_work().
      Signed-off-by: NTejun Heo <tj@kernel.org>
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      f0626710
  20. 13 1月, 2011 1 次提交
  21. 11 1月, 2011 1 次提交
  22. 27 10月, 2010 1 次提交
  23. 04 8月, 2010 1 次提交
  24. 07 7月, 2010 4 次提交
  25. 26 5月, 2010 1 次提交
  26. 24 5月, 2010 1 次提交