1. 10 10月, 2012 1 次提交
  2. 28 7月, 2012 3 次提交
  3. 25 3月, 2012 5 次提交
  4. 02 11月, 2011 2 次提交
  5. 06 2月, 2008 1 次提交
    • J
      uml: tidy kern_util.h · edea1385
      Jeff Dike 提交于
      Tidy kern_util.h.  It turns out that most of the function declarations
      aren't used, so they can go away.  os.h no longer includes
      kern_util.h, so files which got it through os.h now need to include it
      directly.  A number of other files never needed it, so these includes
      are deleted.
      
      The structure which was used to pass signal handlers from the kernel
      side to the userspace side is gone.  Instead, the handlers are
      declared here, and used directly from libc code.  This allows
      arch/um/os-Linux/trap.c to be deleted, with its remnants being moved
      to arch/um/os-Linux/skas/trap.c.
      
      arch/um/os-Linux/tty.c had its inclusions changed, and it needed some
      style attention, so it got tidied.
      Signed-off-by: NJeff Dike <jdike@linux.intel.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      edea1385
  6. 17 7月, 2007 2 次提交
  7. 08 5月, 2007 2 次提交
  8. 08 3月, 2007 1 次提交
  9. 12 2月, 2007 4 次提交
  10. 04 10月, 2006 1 次提交
  11. 27 9月, 2006 1 次提交
  12. 27 6月, 2006 1 次提交
  13. 02 2月, 2006 1 次提交
  14. 07 1月, 2006 5 次提交
  15. 26 6月, 2005 1 次提交
  16. 29 5月, 2005 1 次提交
  17. 01 5月, 2005 1 次提交
  18. 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