1. 09 Feb, 2012 1 commit
  2. 31 Jan, 2012 1 commit
  3. 19 Jan, 2012 1 commit
  4. 08 Jan, 2012 1 commit
    • Jason Wessel's avatar
      kbuild: Correctly deal with make options which contain an "s" · e6ac89fa
      Jason Wessel authored
      
      When using remake, which is based on gnumake, if you invoke
      an example build as shown below, the build will become silent
      due to the top level make file incorrectly guessing that
      the end user wants a silent build because an argument that
      contained an "s" was used.  Here are two examples one with remake
      and one with straight gnumake.
      
      remake --no-extended-errors
      make --warn-undefined-variables
      
      Fix up the top level Makefile to use filter to parse the options
      that mean silent instead of findstring catching other random
      arguments containing an "s".
      Signed-off-by: default avatarJason Wessel <jason.wessel@windriver.com>
      CC: Michal Marek <mmarek@suse.cz>
      CC: Andrew Morton <akpm@linux-foundation.org>
      CC: linux-kbuild@vger.kernel.org
      Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
      e6ac89fa
  5. 04 Jan, 2012 1 commit
  6. 24 Dec, 2011 1 commit
  7. 17 Dec, 2011 1 commit
  8. 09 Dec, 2011 1 commit
  9. 01 Dec, 2011 1 commit
  10. 24 Nov, 2011 1 commit
  11. 17 Nov, 2011 1 commit
    • H. Peter Anvin's avatar
      kbuild: Add support for an "archheaders" target · 052ad274
      H. Peter Anvin authored
      
      Add support for an "archheaders" target.  This target can generate
      files that need to be installed for user space by "make
      headers_install" or "make headers_install_all".
      
      In order to support "make headers_install_all", it must be able to run
      without the tree having to be configured first.
      
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: Sam Ravnborg <sam@ravnborg.org>
      Cc: Michal Marek <mmarek@suse.cz>
      Signed-off-by: default avatarH. Peter Anvin <hpa@linux.intel.com>
      052ad274
  12. 15 Nov, 2011 1 commit
  13. 08 Nov, 2011 1 commit
    • Linus Torvalds's avatar
      Linux 3.2-rc1 · 1ea6b8f4
      Linus Torvalds authored
      .. with new name.  Because nothing says "really solid kernel release"
      like naming it after an extinct animal that just happened to be in the
      news lately.
      1ea6b8f4
  14. 01 Nov, 2011 1 commit
  15. 24 Oct, 2011 1 commit
  16. 18 Oct, 2011 1 commit
  17. 05 Oct, 2011 1 commit
  18. 27 Sep, 2011 1 commit
  19. 21 Sep, 2011 1 commit
  20. 12 Sep, 2011 1 commit
  21. 09 Sep, 2011 1 commit
  22. 04 Sep, 2011 1 commit
  23. 29 Aug, 2011 1 commit
  24. 22 Aug, 2011 1 commit
  25. 14 Aug, 2011 1 commit
  26. 10 Aug, 2011 1 commit
  27. 08 Aug, 2011 1 commit
  28. 29 Jul, 2011 1 commit
  29. 22 Jul, 2011 1 commit
  30. 11 Jul, 2011 1 commit
  31. 04 Jul, 2011 1 commit
  32. 28 Jun, 2011 1 commit
  33. 21 Jun, 2011 1 commit
  34. 15 Jun, 2011 1 commit
  35. 13 Jun, 2011 1 commit
  36. 09 Jun, 2011 3 commits
  37. 06 Jun, 2011 1 commit
  38. 30 May, 2011 1 commit