Skip to content
Snippets Groups Projects
  1. Feb 09, 2012
  2. Jan 31, 2012
  3. Jan 19, 2012
  4. Jan 08, 2012
    • 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. Jan 04, 2012
  6. Dec 24, 2011
  7. Dec 17, 2011
  8. Dec 09, 2011
  9. Dec 01, 2011
  10. Nov 24, 2011
  11. Nov 17, 2011
    • 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. Nov 15, 2011
  13. Nov 08, 2011
    • 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.
      v3.2-rc1
      1ea6b8f4
  14. Nov 01, 2011
  15. Oct 24, 2011
  16. Oct 18, 2011
  17. Oct 05, 2011
  18. Sep 27, 2011
  19. Sep 21, 2011
  20. Sep 12, 2011
  21. Sep 09, 2011
  22. Sep 04, 2011
  23. Aug 29, 2011
  24. Aug 22, 2011
  25. Aug 14, 2011
  26. Aug 10, 2011
  27. Aug 08, 2011
  28. Jul 29, 2011
  29. Jul 22, 2011
  30. Jul 11, 2011
  31. Jul 04, 2011
  32. Jun 28, 2011
  33. Jun 21, 2011
  34. Jun 15, 2011
  35. Jun 13, 2011
  36. Jun 09, 2011
  37. Jun 06, 2011
  38. May 30, 2011
Loading