1. 05 Aug, 2010 1 commit
  2. 02 Aug, 2010 2 commits
  3. 29 Jul, 2010 2 commits
  4. 27 Jul, 2010 2 commits
  5. 26 Jul, 2010 4 commits
  6. 21 Jul, 2010 1 commit
  7. 20 Jul, 2010 1 commit
  8. 15 Jul, 2010 1 commit
  9. 13 Jul, 2010 1 commit
  10. 12 Jul, 2010 3 commits
  11. 02 Jul, 2010 1 commit
  12. 30 Jun, 2010 1 commit
  13. 29 Jun, 2010 4 commits
  14. 24 Jun, 2010 1 commit
  15. 23 Jun, 2010 1 commit
  16. 15 Jun, 2010 1 commit
  17. 14 Jun, 2010 1 commit
  18. 11 Jun, 2010 1 commit
    • Nicolas Palix's avatar
      Add a target to use the Coccinelle checker · 74425eee
      Nicolas Palix authored
      
      A 'coccicheck' target is added. It can be called with four different
      modes. Each one generates a different kind of output, i.e. context,
      patch, org, report, according to the corresponding mode to be
      activated.
      
      The new target calls the 'coccicheck' front-end in the 'scripts'
      directory with the MODE argument. Every SmPL file in the
      subdirectories of 'scripts/coccinelle' is then given to the front-end
      and applied to the entire source tree.
      
      The four modes behave as follows:
      
      'report' generates a list in the following format:
        file:line:column-column: message
      
      'patch' proposes a fix, when possible.
      
      'context' highlights lines of interest and their context in a
      diff-like style. Lines of interest are indicated with '-'.
      
      'org' generates a report in the Org mode format of Emacs.
      Signed-off-by: default avatarNicolas Palix <npalix@diku.dk>
      Signed-off-by: default avatarJulia Lawall <julia@diku.dk>
      Acked-by: default avatarSam Ravnborg <sam@ravnborg.org>
      Acked-by: default avatarJoerg Roedel <joerg.roedel@amd.com>
      Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
      74425eee
  19. 07 Jun, 2010 1 commit
  20. 06 Jun, 2010 1 commit
  21. 02 Jun, 2010 1 commit
  22. 01 Jun, 2010 1 commit
  23. 28 May, 2010 1 commit
    • Len Brown's avatar
      intel_idle: native hardware cpuidle driver for latest Intel processors · 26717172
      Len Brown authored
      
      This EXPERIMENTAL driver supersedes acpi_idle on
      Intel Atom Processors, Intel Core i3/i5/i7 Processors
      and associated Intel Xeon processors.
      
      It does not support the Intel Core2 processor or earlier.
      
      For kernels configured with ACPI, CONFIG_INTEL_IDLE=y
      allows intel_idle to probe before the ACPI processor driver.
      Booting with "intel_idle.max_cstate=0" disables intel_idle
      and the system will fall back on ACPI's "acpi_idle".
      
      Typical Linux distributions load ACPI processor module early,
      making CONFIG_INTEL_IDLE=m not easily useful on ACPI platforms.
      
      intel_idle probes all processors at module_init time.
      Processors that are hot-added later will be limited
      to using C1 in idle.
      Signed-off-by: default avatarLen Brown <len.brown@intel.com>
      26717172
  24. 27 May, 2010 1 commit
  25. 26 May, 2010 2 commits
  26. 20 May, 2010 2 commits
  27. 19 May, 2010 1 commit