07 Nov, 2015

1 commit


13 Feb, 2015

1 commit

  • We only need EXPORT_SYMBOL, so compiler.h and export.h suffice. This
    means linux/types.h is no longer implicitly included, so add an include of
    uapi/linux/types.h to linux/cryptohash.h for __u32. Other users of
    cryptohash.h cannot be affected, since they must already have been
    including uapi/linux/types.h in order for gcc not to complain about
    unknown types.

    Signed-off-by: Rasmus Villemoes
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Rasmus Villemoes
     

08 Mar, 2012

1 commit


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