1. 07 1月, 2011 1 次提交
  2. 21 4月, 2010 1 次提交
  3. 30 9月, 2009 1 次提交
  4. 11 6月, 2009 1 次提交
  5. 01 5月, 2008 1 次提交
    • W
      m68knommu: fix signal handling return path · 2d7f16d6
      Wilson Callan 提交于
      The return from software signal handling pushes code on the stack
      that system calls to the kernels cleanup code. This is borrowed
      directly from the m68k linux signal handler.
      
      The rt signal case is not quite right for the restricted instruction
      set of the ColdFire parts. And neither the normal signal case or rt
      signal case properly flushes/pushes the appropriate cache lines.
      
      Rework the return path to just call back through some code fragments
      in the kernel proper (with no MMU in the way we can do this). No
      cache problems, and less code overall.
      
      Original patch submitted by Wilson Callan <wcallan@savantav.com>
      
      Greg fixed the rt signal return path to use the proper system call
      Signed-off-by: NGreg Ungerer <gerg@uclinux.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      2d7f16d6
  6. 01 7月, 2006 1 次提交
  7. 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