1. 01 Jul, 2011 1 commit
  2. 28 Apr, 2011 1 commit
    • Sam Ravnborg's avatar
      kbuild: asm-generic support · d8ecc5cd
      Sam Ravnborg authored
      There is an increasing amount of header files
      shared between individual architectures in asm-generic.
      To avoid a lot of dummy wrapper files that just
      include the corresponding file in asm-generic provide
      some basic support in kbuild for this.
      
      With the following patch an architecture can maintain
      a list of files in the file arch/$(ARCH)/include/asm/Kbuild
      
      To use a generic file just add:
      
              generic-y += <name-of-header-file.h>
      
      For each file listed kbuild will generate the necessary
      wrapper in arch/$(ARCH)/include/generated/asm.
      
      When installing userspace headers a wrapper is likewise created.
      
      The original inspiration for this came from the unicore32
      patchset - although a different method is used.
      
      The patch includes several improvements from Arnd Bergmann.
      Michael Marek contributed Makefile.asm-generic.
      
      Remis Baima did an intial implementation along to achive
      the same - see https://patchwork.kernel.org/patch/13352/
      
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      Acked-...
      d8ecc5cd
  3. 22 Feb, 2011 1 commit
  4. 23 Mar, 2010 1 commit
  5. 13 Mar, 2010 1 commit
  6. 06 Mar, 2010 1 commit
  7. 11 Jan, 2010 1 commit
  8. 12 Dec, 2009 7 commits
  9. 30 Nov, 2009 1 commit
  10. 26 Jun, 2009 1 commit
  11. 14 Jun, 2009 2 commits
  12. 12 Jun, 2009 1 commit
  13. 09 Jun, 2009 1 commit
  14. 19 Apr, 2009 1 commit
    • Sam Ravnborg's avatar
      kbuild: support include/generated · f14875a3
      Sam Ravnborg authored
      
      We need a location for generated files.
      Today they are spread over several places and bringing them
      together to a common place makes it obvious hat is generated
      and what isreal files.
      
      Al Viro originally suggested: include/gen
      Linus suggested to spell it out.
      
      This patch implement support for
      
          include/generated
      
      All files in include/generated are ignored by git.
      include/generated is removed during "make mrproper".
      
      With this we are ready to implement support for include/generated
      in the various architctures and in the base kernel.
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      Cc: Al Viro <viro@ZenIV.linux.org.uk>
      Cc: Linus Torvalds <torvalds@linux-foundation.org>
      f14875a3
  15. 29 Jun, 2008 1 commit
  16. 18 Jun, 2008 1 commit
  17. 25 May, 2008 1 commit
  18. 11 May, 2008 1 commit
    • S.Çağlar Onur's avatar
      Remove *.rej pattern from .gitignore · 1f5d3a6b
      S.Çağlar Onur authored
      With commit 3f1b0e1f
      
       ".gitignore update"
      Linus's current git tree starts to ignore any "*.rej" files.
      So "git status" no longer shows these files, but the ones who works with
      quilt patchsets, this not makes life easier as expected.
      Because sometimes a work flow (at least for me) requires
      "quilt push -f" followed by "git status" to see unresolved merge
      conflicts, work on these conflicts to correct them and finalize
      the patch with "quilt refresh".
      
      And if there are some "*.rej" files exists in tree, for whatever
      reason, this means something goes really wrong there and i think
      this situation not deserves to be ignored.
      Signed-off-by: default avatarS.Çağlar Onur <caglar@pardus.org.tr>
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      1f5d3a6b
  19. 01 May, 2008 1 commit
  20. 25 Apr, 2008 1 commit
  21. 05 Mar, 2008 1 commit
  22. 28 Jan, 2008 1 commit
  23. 19 Oct, 2007 1 commit
  24. 17 Oct, 2007 1 commit
  25. 31 Jul, 2007 1 commit
  26. 20 Jul, 2007 1 commit
  27. 16 Jul, 2007 1 commit
  28. 22 Dec, 2006 1 commit
  29. 13 Nov, 2006 1 commit
  30. 16 Sep, 2006 3 commits
  31. 01 Aug, 2006 1 commit