1. 10 10月, 2012 1 次提交
  2. 02 11月, 2011 2 次提交
  3. 06 2月, 2008 1 次提交
    • J
      uml: further bugs.c tidying · 9226b838
      Jeff Dike 提交于
      bugs.c, for both i386 and x86_64, can undergo further cleaning -
      	The i386 arch_check_bugs only does one thing, so we might as
      well inline the cmov checking.
      	The i386 includes can be trimmed down a bit.
      	arch_init_thread wasn't used, so it is deleted.
      	The panics in arch_handle_signal are turned into printks
      because the process is about to get segfaulted anyway, so something is
      dying no matter what happens here.  Also, the return value was always
      the same, so it contained no information, so it can be void instead.
      The name is changed to arch_examine_signal because it doesn't handle
      anything.
      	The caller of arch_handle_signal, relay_signal, does things in
      a different order.  The kernel-mode signal check is now first, which
      puts everything else together, making things a bit clearer conceptually.
      
      [akpm@linux-foundation.org: coding-style fixes]
      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>
      9226b838
  4. 17 10月, 2007 1 次提交
  5. 08 5月, 2007 3 次提交
  6. 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