1. 01 6月, 2010 1 次提交
  2. 29 5月, 2010 1 次提交
    • L
      intel_idle: native hardware cpuidle driver for latest Intel processors · 26717172
      Len Brown 提交于
      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: NLen Brown <len.brown@intel.com>
      26717172
  3. 28 5月, 2010 1 次提交
  4. 27 5月, 2010 1 次提交
  5. 26 5月, 2010 1 次提交
  6. 21 5月, 2010 2 次提交
  7. 20 5月, 2010 1 次提交
  8. 19 5月, 2010 2 次提交
  9. 15 5月, 2010 1 次提交
  10. 13 5月, 2010 1 次提交
  11. 11 5月, 2010 1 次提交
  12. 06 5月, 2010 1 次提交
  13. 04 5月, 2010 2 次提交
    • R
      oprofile: update file list in MAINTAINERS file · 81c4a8a6
      Robert Richter 提交于
      File list now catches:
      
       $ xargs | eval ls -d $(cat) | sort -u
       arch/*/include/asm/oprofile*.h
       arch/*/oprofile/
       drivers/oprofile/
       include/linux/oprofile.h
      
       arch/alpha/oprofile/
       arch/arm/oprofile/
       arch/avr32/oprofile/
       arch/blackfin/oprofile/
       arch/ia64/oprofile/
       arch/m32r/oprofile/
       arch/microblaze/oprofile/
       arch/mips/oprofile/
       arch/mn10300/oprofile/
       arch/parisc/oprofile/
       arch/powerpc/include/asm/oprofile_impl.h
       arch/powerpc/oprofile/
       arch/s390/oprofile/
       arch/sh/oprofile/
       arch/sparc/oprofile/
       arch/x86/oprofile/
       drivers/oprofile/
       include/linux/oprofile.h
      Signed-off-by: NRobert Richter <robert.richter@amd.com>
      81c4a8a6
    • N
      update MAINTAINERS file · 18e2842b
      Nicolas Pitre 提交于
      I'm no longer at Marvell.  Ditto for Lennert.
      I don't hack on SMC91x much either these days.
      Signed-off-by: NNicolas Pitre <nico@fluxnic.net>
      18e2842b
  14. 03 5月, 2010 2 次提交
  15. 28 4月, 2010 2 次提交
  16. 23 4月, 2010 1 次提交
  17. 14 4月, 2010 2 次提交
  18. 12 4月, 2010 1 次提交
  19. 11 4月, 2010 1 次提交
  20. 08 4月, 2010 2 次提交
  21. 31 3月, 2010 2 次提交
  22. 30 3月, 2010 2 次提交
  23. 26 3月, 2010 2 次提交
  24. 25 3月, 2010 1 次提交
  25. 20 3月, 2010 1 次提交
  26. 19 3月, 2010 1 次提交
  27. 18 3月, 2010 2 次提交
  28. 17 3月, 2010 1 次提交
    • R
      perf/core: Correct files in MAINTAINERS entry · 141c4296
      Robert Richter 提交于
      This corrects the file entries for perf_events. The following
      files are caught now:
      
       $ xargs | eval ls $(cat) | sort -u
       kernel/perf_event*.c
       include/linux/perf_event.h
       arch/*/kernel/perf_event*.c
       arch/*/kernel/*/perf_event*.c
       arch/*/kernel/*/*/perf_event*.c
       arch/*/include/asm/perf_event.h
       arch/*/lib/perf_event*.c
       arch/*/kernel/perf_callchain.c
      
       arch/alpha/include/asm/perf_event.h
       arch/arm/include/asm/perf_event.h
       arch/arm/kernel/perf_event.c
       arch/frv/include/asm/perf_event.h
       arch/frv/lib/perf_event.c
       arch/parisc/include/asm/perf_event.h
       arch/powerpc/include/asm/perf_event.h
       arch/powerpc/kernel/perf_callchain.c
       arch/powerpc/kernel/perf_event.c
       arch/s390/include/asm/perf_event.h
       arch/sh/include/asm/perf_event.h
       arch/sh/kernel/cpu/sh4a/perf_event.c
       arch/sh/kernel/cpu/sh4/perf_event.c
       arch/sh/kernel/perf_callchain.c
       arch/sh/kernel/perf_event.c
       arch/sparc/include/asm/perf_event.h
       arch/sparc/kernel/perf_event.c
       arch/x86/include/asm/perf_event.h
       arch/x86/kernel/cpu/perf_event_amd.c
       arch/x86/kernel/cpu/perf_event.c
       arch/x86/kernel/cpu/perf_event_intel.c
       arch/x86/kernel/cpu/perf_event_p6.c
       include/linux/perf_event.h
       kernel/perf_event.c
      Signed-off-by: NRobert Richter <robert.richter@amd.com>
      Cc: Stephane Eranian <eranian@google.com>
      Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
      LKML-Reference: <1268826553-19518-3-git-send-email-robert.richter@amd.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      141c4296
  29. 16 3月, 2010 1 次提交