1. 30 12月, 2010 1 次提交
  2. 23 2月, 2010 1 次提交
  3. 21 1月, 2010 1 次提交
  4. 07 5月, 2009 2 次提交
  5. 10 3月, 2009 1 次提交
    • B
      [ARM] S3C: Tidy sleep code path to fix call flow · fff94cd9
      Ben Dooks 提交于
      As noted by Russell King, the sleep code path is not
      elegant and makes use of leaving items on the stack
      between calls.
      
      Change the code that does the following:
      
              if (s3c_cpu_save(regs_save) == 0) {
                      flush_cache_all();
                      S3C_PMDBG("preparing to sleep\n");
                      pm_cpu_sleep();
              }
      
      to simply call s3c_cpu_save, and let that do the
      necessary calls to quiesce and sleep the system.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      fff94cd9
  6. 08 3月, 2009 9 次提交
  7. 08 10月, 2008 1 次提交
  8. 12 2月, 2007 1 次提交
  9. 25 9月, 2006 3 次提交
  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