1. 17 12月, 2012 1 次提交
  2. 16 8月, 2008 1 次提交
  3. 18 4月, 2007 1 次提交
  4. 17 9月, 2006 1 次提交
    • D
      [PATCH] Fix 'make headers_check' for Alpha · 7f9d77d7
      David Woodhouse 提交于
      Alpha currently fails 'make headers_check' in the 2.6.18-rc kernels.  This
      patch fixes it, by moving the existing #ifdef __KERNEL__ in asm/page.h so that
      it covers everything that userspace shouldn't so, and by adding asm/compiler.h
      to the list of exported files so that its use within asm/byteorder.h is
      successful.
      
      [ Note that at least with GCC 4, <linux/compiler.h> doesn't do the forced
        inlining about which there are nasty comments (and a workaround) in
        <asm/compiler.h>, unless you set CONFIG_FORCED_INLINING.  Rather than keep
        the mess you have in <asm/compiler.h> you could perhaps just make sure
        CONFIG_FORCED_INLINING=n is also honoured with GCC3, and make sure it cannot
        be set for Alpha? ]
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      Cc: Sam Ravnborg <sam@ravnborg.org>
      Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
      Cc: Richard Henderson <rth@twiddle.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      7f9d77d7
  5. 09 1月, 2006 1 次提交
  6. 23 9月, 2005 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