1. 29 11月, 2011 1 次提交
  2. 11 10月, 2011 1 次提交
  3. 17 9月, 2011 1 次提交
  4. 30 8月, 2011 2 次提交
  5. 26 8月, 2011 1 次提交
    • G
      Staging: hv: fix up driver registering mess · 768fa219
      Greg Kroah-Hartman 提交于
      Individual drivers should never be touching the 'struct device' field,
      so if that is a requirement to pass to the vmbus core, you know
      something is wrong.
      
      This patch fixes that all up, and resolves the problem where the module
      reference counting was not happening properly for the individual drivers
      as well.  Overall, it reduces the lines of code the individual drivers
      have to have, which tells you that this is the correct thing to do.
      
      Also, somehow the _GPL marking for the functions got removed on an older
      patch.  As the name of the function was changing, properly change the
      _GPL marking as well at the same time.
      
      Cc: K. Y. Srinivasan <kys@microsoft.com>
      Cc: Haiyang Zhang <haiyangz@microsoft.com>
      Cc: Hank Janssen <hjanssen@microsoft.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      768fa219
  6. 08 6月, 2011 3 次提交
  7. 18 5月, 2011 20 次提交
  8. 10 9月, 2009 1 次提交
  9. 02 8月, 2008 1 次提交
    • T
      [IA64] Move include/asm-ia64 to arch/ia64/include/asm · 7f30491c
      Tony Luck 提交于
      After moving the the include files there were a few clean-ups:
      
      1) Some files used #include <asm-ia64/xyz.h>, changed to <asm/xyz.h>
      
      2) Some comments alerted maintainers to look at various header files to
      make matching updates if certain code were to be changed. Updated these
      comments to use the new include paths.
      
      3) Some header files mentioned their own names in initial comments. Just
      deleted these self references.
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      7f30491c
  10. 27 4月, 2008 1 次提交