1. 23 3月, 2013 1 次提交
  2. 04 1月, 2013 1 次提交
    • G
      Drivers: dma: remove __dev* attributes. · 4bf27b8b
      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, __devinitconst,
      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: Viresh Kumar <viresh.linux@gmail.com>
      Cc: Dan Williams <djbw@fb.com>
      Cc: Vinod Koul <vinod.koul@intel.com>
      Cc: Barry Song <baohua.song@csr.com>
      Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
      Cc: Alexander Duyck <alexander.h.duyck@intel.com>
      Cc: Russell King <rmk+kernel@arm.linux.org.uk>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Cc: Jassi Brar <jassisinghbrar@gmail.com>
      Cc: Dave Jiang <dave.jiang@intel.com>
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      4bf27b8b
  3. 15 11月, 2012 1 次提交
    • A
      ioat: Do not enable DCA if tag map is invalid · 07bd34db
      Alexander Duyck 提交于
      I have encountered several systems that have an invalid tag map.  This
      invalid tag map results in only two tags being generated 0x1F which is
      usually applied to the first core in a Hyper-threaded pair and 0x00 which
      is applied to the second core in a Hyper-threaded pair.  The net result of
      all this is that DCA causes significant cache thrash because the 0x1F tag
      will send traffic to the second socket, which the 0x00 tag will not DCA tag
      the frame resulting in no benefit.
      
      For now the best solution from the driver's perspective is to just disable
      DCA if the tag map is invalid.  The correct solution for this would be to
      have the BIOS on affected systems updated so that the correct tags are
      generated for a given APIC ID.
      Signed-off-by: NAlexander Duyck <alexander.h.duyck@intel.com>
      Tested-by: NStephen Ko <stephen.s.ko@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      07bd34db
  4. 20 11月, 2009 1 次提交
  5. 18 11月, 2009 1 次提交
  6. 09 9月, 2009 1 次提交
  7. 29 7月, 2009 1 次提交
  8. 05 3月, 2009 2 次提交
  9. 23 7月, 2008 1 次提交
  10. 31 3月, 2008 1 次提交
  11. 15 11月, 2007 1 次提交
  12. 19 10月, 2007 1 次提交
  13. 17 10月, 2007 1 次提交