18 Apr, 2007

1 commit


17 Sep, 2006

1 commit

  • 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, doesn't do the forced
    inlining about which there are nasty comments (and a workaround) in
    , unless you set CONFIG_FORCED_INLINING. Rather than keep
    the mess you have in 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: David Woodhouse
    Cc: Sam Ravnborg
    Cc: Ivan Kokshaysky
    Cc: Richard Henderson
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    David Woodhouse
     

09 Jan, 2006

1 commit

  • Remove various things which were checking for gcc-1.x and gcc-2.x compilers.

    From: Adrian Bunk

    Some documentation updates and removes some code paths for gcc < 3.2.

    Acked-by: Russell King
    Signed-off-by: Adrian Bunk
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Andrew Morton
     

23 Sep, 2005

1 commit

  • It is essential that index_of() be inlined. But alpha undoes the gcc
    inlining hackery and index_of() ends up out-of-line. So fiddle with things
    to make that function inline again.

    Cc: Richard Henderson
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Ivan Kokshaysky
     

17 Apr, 2005

1 commit

  • 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!

    Linus Torvalds