1. 03 4月, 2009 1 次提交
  2. 31 12月, 2008 1 次提交
  3. 08 11月, 2008 1 次提交
  4. 23 10月, 2008 1 次提交
  5. 20 11月, 2007 1 次提交
    • Z
      ACPI: add control method tracing support · 4169c45f
      Zhang Rui 提交于
      Add debug tracing support during certain AML method execution.
      
      Four more module parameters are created under /sys/module/acpi/parameters/:
      trace_method_name:	the AML method name that user wants to trace
      
      trace_debug_layer:	the temporary debug_layer used when tracing the method.
      			Using 0xffffffff by default if it is 0.
      
      trace_debug_level:	the temporary debug_level used when tracing the method.
      			Using 0x00ffffff by default if it is 0.
      
      trace_state:		The status of the tracing feature.
      			"enabled" means this feature is enabled
      			and the AML method is traced every time it's executed.
      			"1" means this feature is enabled and the AML method
      			will only be traced during the next execution.
      			"disabled" means this feature is disabled.
      			Users can enable/disable this debug tracing feature by
      			"echo string > /sys/module/acpi/parameters/trace_state".
      			"string" should be one of "enable", "disable" and "1".
      
      http://bugzilla.kernel.org/show_bug.cgi?id=6629Signed-off-by: NZhang Rui <rui.zhang@intel.com>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      4169c45f
  6. 13 2月, 2007 1 次提交
  7. 29 1月, 2007 1 次提交
    • Z
      ACPI: add ACPI debug attribute in sysfs · 219c3c8e
      Zhang Rui 提交于
      Add ACPI debug attributes in sysfs.
      /proc/acpi/debug_layer && debug_level are deprecated by
      /sys/module/acpi/parameters/debug_layer && debug_level.
      
      NOTE: The operations to them are quite the same.
      E.g. if you want to enable ACPI_DB_INFO, ACPI_DB_WARN,
       ACPI_DB_ERROR and disable the others,
      #echo 0x13 >/sys/module/acpi/parameters/debug_level is OK,
      and a boot option "acpi.debug_level = 0x13" also works.
      Signed-off-by: NZhang Rui <rui.zhang@intel.com>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      219c3c8e
  8. 27 6月, 2006 2 次提交
  9. 05 8月, 2005 1 次提交
  10. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4