26 Nov, 2013

2 commits

  • The Zorro definitions and device IDs are used by bootstraps, hence they
    should be exported through UAPI.

    Unfortunately zorro.h was never marked for export when headers_install
    was introduced, so it was forgotten during the big UAPI disintegration.
    In addition, the removal of zorro_ids.h had been sneaked into commit
    7e7a43c32a8970ea2bfc3d1af353dcb1a9237769 ("PCI: don't export device IDs to
    userspace") before, so it was also forgotten.

    Split off and export the Zorro definitions used by bootstraps.

    Signed-off-by: Geert Uytterhoeven

    Geert Uytterhoeven
     
  • - Arch-specific headers were moved to arch//include/asm,
    - APUS support was dropped a long time ago

    Signed-off-by: Geert Uytterhoeven

    Geert Uytterhoeven
     

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