An error occurred fetching the project authors.
  1. 31 Oct, 2004 1 commit
  2. 05 Oct, 2004 1 commit
    • Linus Torvalds's avatar
      Fix up CHECKFLAGS definitions · 18955165
      Linus Torvalds authored
      More recent versions of sparse do not define the Linux-specific
      default defines, so we make the main Makefile default to the
      regular Linux preprocessor defines (__linux__,  linux, __STDC__
      and unix, __unix__).
      
      Also, sparse has long since fixed the default empty define to
      be "1" as in regular C, so remove the unnecessary "=1" from
      the architecture-specific sparse CHECKFLAGS.
      18955165
  3. 19 Aug, 2004 1 commit
  4. 20 Jun, 2004 1 commit
  5. 11 May, 2004 1 commit
    • Geert Uytterhoeven's avatar
      [PATCH] M68k superfluous whitespace · 141baf80
      Geert Uytterhoeven authored
      M68k: Remove superfluous whitespace that hurts my eyes with `let
      c_space_errors=1' in vim. This includes correcting trailing whitespace and
      spaces in front of tabs. `diff -urNbB' shows no difference before/after.
      141baf80
  6. 22 Feb, 2004 1 commit
    • Andrew Morton's avatar
      [PATCH] m68k: offsets.h generation · 4a123187
      Andrew Morton authored
      From: Geert Uytterhoeven <geert@linux-m68k.org>
      
      M68k offsets.h: Move arch/m68k/kernel/m68k_defs.h to include/asm/offsets.h
      and use gen-asm-offsets framework (from Andreas Schwab and Ray Knight)
      4a123187
  7. 29 Sep, 2003 1 commit
  8. 25 Jul, 2003 1 commit
    • Sam Ravnborg's avatar
      [PATCH] usr/: Updated .incbin support · c6923992
      Sam Ravnborg authored
      Update support for .incbin in /usr. No longer generate .S files
      from within the Makefile.
      
      Also deleted the assignment to LDFLAGS_BLOB for most architectures.
      I did not touch ARM and cris:
       arm: Russell told me they did not have a new as that could be used
       cris: Looked like it was used for more than just usr/
      c6923992
  9. 19 Jun, 2003 1 commit
    • Sam Ravnborg's avatar
      usr: Create objectfile for usr filesystem using .incbin · 85e161f7
      Sam Ravnborg authored
      Patch originally by HJ Lu.
      
      The filesystem was previously embedded in a .o file using ld.
      Embedding the filesystem using ld broke as a result ia64 and maybe more
      architectures.
      
      The better way to do this is to use the .incbin feature, as already
      used for vsyscall for i386. .incbin has the advantage that ELH header
      is correct, as required by ia64 - and maybe other archs.
      This change will break architectures relying on binutils older than
      2.11.90.0.23 released on 2001-07-14.
      Most notably arm will break in some configurations due to this.
      The rationale behing introducing .incbin is that ia64 needs this change
      and the .incbin feature has been present in binutils for a number
      of years now.
      arm will thus have to catch up with binutils - or patch usr/Makefile
      to stay compatible with the 2.5 kernel.
      
      The definition of LDFLAGS_BLOB removed for all architectures - it was 
      obsoleted by this change.
      Except for arm - that may require it due to the tool compatibility issue.
      85e161f7
  10. 26 Jan, 2003 2 commits
  11. 28 Dec, 2002 1 commit
  12. 22 Sep, 2002 1 commit
  13. 17 Sep, 2002 2 commits
  14. 20 Jun, 2002 2 commits
  15. 16 Jun, 2002 1 commit
    • Kai Germaschewski's avatar
      kbuild: Remove archdep · f3c28355
      Kai Germaschewski authored
      Since we don't do dependencies up front anymore, archdep does not make
      too much sense anymore. It was mostly unused now anyway, move the
      remaining users to the "prepare" target, which is exactly what is wanted:
      Do some work before the actual build gets started.
      f3c28355
  16. 05 Feb, 2002 2 commits
    • Linus Torvalds's avatar
      v2.4.5.1 -> v2.4.5.2 · 4fdbe71c
      Linus Torvalds authored
        - Takanori Kawano: brlock indexing bugfix
        - Ingo Molnar, Jeff Garzik: softirq updates and fixes
        - Al Viro: rampage of superblock cleanups.
        - Jean Tourrilhes: Orinoco driver update v6, IrNET update
        - Trond Myklebust: NFS brown-paper-bag thing
        - Tim Waugh: parport update
        - David Miller: networking and sparc updates
        - Jes Sorensen: m68k update.
        - Ben Fennema: UDF update
        - Geert Uytterhoeven: fbdev logo updates
        - Willem Riede: osst driver updates
        - Paul Mackerras: PPC update
        - Marcelo Tosatti: unlazy swap cache
        - Mikulas Patocka: hpfs update
      4fdbe71c
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32