1. 15 6月, 2009 3 次提交
    • T
      [CPUFREQ] ondemand: Uncouple minimal sampling rate from HZ in NO_HZ case · cef9615a
      Thomas Renninger 提交于
      With this patch you have following minimal sampling rate restrictions:
      
      Kernel restrictions:
      If CONFIG_NO_HZ is set, the limit is 10ms fixed.
      If CONFIG_NO_HZ is not set or no_hz=off boot parameter is used, the
      limits depend on the CONFIG_HZ option:
      HZ=1000: min=20000us  (20ms)
      HZ=250:  min=80000us  (80ms)
      HZ=100:  min=200000us (200ms)
      
      HW restrictions:
      Do not sample/poll more often than HW latency * 100  exported by the low
      level cpufreq HW driver
      
      The higher value of above restrictions is the minimal sampling rate
      that can be set (and can be seen via ondemand/sampling_rate_min sysfs file)
      
      Default sampling rate still is HW latency * 1000, but this will now end
      up in lower values on latest (Intel and AMD) hardware as these can switch
      really fast and sampling rate mostly was limited to the 80ms or 200ms
      (depending on whether HZ=250 or HZ=1000 is used).
      Signed-off-by: NThomas Renninger <trenn@suse.de>
      Cc: Pallipadi Venkatesh <venkatesh.pallipadi@intel.com>
      Signed-off-by: NDave Jones <davej@redhat.com>
      cef9615a
    • R
      fusion: fix recent kernel-doc problems · 9cf46a35
      Randy Dunlap 提交于
      Fix recent fusion driver kernel-doc fatal error and warnings.
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Cc: Eric.Moore@lsi.com
      Cc: support@lsi.com
      Cc: DL-MPTFusionLinux@lsi.com
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      9cf46a35
    • R
      mlx4_core: Don't double-free IRQs when falling back from MSI-X to INTx · d1fdf24b
      Roland Dreier 提交于
      When both MSI-X and legacy INTx fail to generate an interrupt, the
      driver frees the MSI-X interrupts twice.  Fix this by clearing the
      have_irq flag for the MSI-X interrupts when they are freed the first
      time.  This is the same bug that was reported in ib_mthca by Yinghai
      Lu <yhlu.kernel@gmail.com>.
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      d1fdf24b
  2. 14 6月, 2009 26 次提交
  3. 13 6月, 2009 11 次提交