1. 25 7月, 2007 1 次提交
  2. 20 7月, 2007 2 次提交
  3. 15 2月, 2007 1 次提交
    • T
      [PATCH] remove many unneeded #includes of sched.h · cd354f1a
      Tim Schmielau 提交于
      After Al Viro (finally) succeeded in removing the sched.h #include in module.h
      recently, it makes sense again to remove other superfluous sched.h includes.
      There are quite a lot of files which include it but don't actually need
      anything defined in there.  Presumably these includes were once needed for
      macros that used to live in sched.h, but moved to other header files in the
      course of cleaning it up.
      
      To ease the pain, this time I did not fiddle with any header files and only
      removed #includes from .c-files, which tend to cause less trouble.
      
      Compile tested against 2.6.20-rc2 and 2.6.20-rc2-mm2 (with offsets) on alpha,
      arm, i386, ia64, mips, powerpc, and x86_64 with allnoconfig, defconfig,
      allmodconfig, and allyesconfig as well as a few randconfigs on x86_64 and all
      configs in arch/arm/configs on arm.  I also checked that no new warnings were
      introduced by the patch (actually, some warnings are removed that were emitted
      by unnecessarily included header files).
      Signed-off-by: NTim Schmielau <tim@physik3.uni-rostock.de>
      Acked-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      cd354f1a
  4. 16 12月, 2005 1 次提交
  5. 11 9月, 2005 1 次提交
  6. 28 8月, 2005 1 次提交
  7. 05 8月, 2005 1 次提交
  8. 27 7月, 2005 2 次提交
    • E
      [PATCH] acpi: Don't call acpi_sleep_prepare from acpi_power_off · b35c67a4
      Eric W. Biederman 提交于
      Now that all of the code paths that call acpi_power_off
      have been modified to call either call kernel_power_off
      (which calls apci_sleep_prepare by way of acpi_shutdown)
      or to call acpi_sleep_prepare directly it is redundant to call
      acpi_sleep_prepare from acpi_power_off.
      
      So simplify the code and simply don't call acpi_sleep_prepare.
      
      In addition there is a little error handling done so if we
      can't register the acpi class we don't hook pm_power_off.
      
      I think I have done the right thing with the CONFIG_PM define
      but I'm not certain.  Can this code even be compiled if
      CONFIG_PM is false?
      Signed-off-by: NEric W. Biederman <ebiederm@xmission.com>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      b35c67a4
    • E
      [PATCH] acpi_power_off: Don't switch to the boot cpu · 6660316c
      Eric W. Biederman 提交于
      machine_power_off on i386 and x86_64 now switch to the
      boot cpu out of paranoia and because the MP Specification indicates it
      is a good idea on reboot, so for those architectures it is a noop.
      I can't see anything in the acpi spec that requires you to be on
      the boot cpu to power off the system, so this should not be an issue
      for ia64.  In addition ia64 has the altix a massive multi-node
      system where switching to the boot cpu sounds insane as we may
      hot removed the boot cpu.
      Signed-off-by: NEric W. Biederman <ebiederm@xmission.com>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      6660316c
  9. 12 7月, 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