1. 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
  2. 15 Nov, 2011 1 commit
  3. 07 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
  4. 01 Nov, 2011 1 commit
  5. 24 Oct, 2011 1 commit
  6. 18 Oct, 2011 1 commit
  7. 04 Oct, 2011 1 commit
  8. 27 Sep, 2011 1 commit
  9. 21 Sep, 2011 1 commit
  10. 12 Sep, 2011 1 commit
  11. 09 Sep, 2011 1 commit
  12. 04 Sep, 2011 1 commit
  13. 29 Aug, 2011 1 commit
  14. 22 Aug, 2011 1 commit
  15. 14 Aug, 2011 1 commit
  16. 10 Aug, 2011 1 commit
  17. 07 Aug, 2011 1 commit
  18. 29 Jul, 2011 1 commit
  19. 21 Jul, 2011 1 commit
  20. 11 Jul, 2011 1 commit
  21. 04 Jul, 2011 1 commit
  22. 27 Jun, 2011 1 commit
  23. 20 Jun, 2011 1 commit
  24. 15 Jun, 2011 1 commit
  25. 13 Jun, 2011 1 commit
  26. 09 Jun, 2011 3 commits
  27. 06 Jun, 2011 1 commit
  28. 29 May, 2011 1 commit
  29. 25 May, 2011 1 commit
  30. 19 May, 2011 1 commit
  31. 17 May, 2011 1 commit
  32. 16 May, 2011 1 commit
  33. 12 May, 2011 5 commits
  34. 11 May, 2011 1 commit
    • Kevin Cernekee's avatar
      kbuild: Fix GNU make v3.80 compatibility · 43f67c98
      Kevin Cernekee authored
      According to Documentation/Changes, the kernel should be buildable with
      GNU make 3.80+.  Commit 88d7be03
      
       (kbuild:
      Use a single clean rule for kernel and external modules) introduced the
      "$(or" construct, which requires make 3.81.  This causes "make clean" to
      malfunction when it is used with external modules.
      
      Replace "$(or" with an equivalent "$(if" expression, to restore backward
      compatibility.
      Signed-off-by: default avatarKevin Cernekee <cernekee@gmail.com>
      Cc: stable@kernel.org
      Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
      43f67c98