1. 10 10月, 2012 1 次提交
  2. 02 11月, 2011 2 次提交
  3. 17 10月, 2007 2 次提交
  4. 08 5月, 2007 1 次提交
    • J
      uml: tidy fault code · 5d86456d
      Jeff Dike 提交于
      Tidying in preparation for the segfault register dumping patch which follows.
      
      void * pointers are changed to union uml_pt_regs *.  This makes the types
      match reality, except in arch_fixup, which is changed to operate on a union
      uml_pt_regs.  This fixes a bug in the call from segv_handler, which passes a
      union uml_pt_regs, to segv, which expects to pass a struct sigcontext to
      arch_fixup.
      
      Whitespace and other style fixes.
      
      There's also a errno printk fix.
      Signed-off-by: NJeff Dike <jdike@linux.intel.com>
      Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      5d86456d
  5. 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