1. 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
  2. 01 Nov, 2011 1 commit
  3. 24 Oct, 2011 1 commit
  4. 18 Oct, 2011 1 commit
  5. 05 Oct, 2011 1 commit
  6. 27 Sep, 2011 1 commit
  7. 21 Sep, 2011 1 commit
  8. 12 Sep, 2011 1 commit
  9. 09 Sep, 2011 1 commit
  10. 04 Sep, 2011 1 commit
  11. 29 Aug, 2011 1 commit
  12. 22 Aug, 2011 1 commit
  13. 14 Aug, 2011 1 commit
  14. 10 Aug, 2011 1 commit
  15. 08 Aug, 2011 1 commit
  16. 29 Jul, 2011 1 commit
  17. 22 Jul, 2011 1 commit
  18. 11 Jul, 2011 1 commit
  19. 04 Jul, 2011 1 commit
  20. 28 Jun, 2011 1 commit
  21. 21 Jun, 2011 1 commit
  22. 15 Jun, 2011 1 commit
  23. 13 Jun, 2011 1 commit
  24. 09 Jun, 2011 3 commits
  25. 06 Jun, 2011 1 commit
  26. 30 May, 2011 1 commit
  27. 25 May, 2011 1 commit
  28. 19 May, 2011 1 commit
  29. 17 May, 2011 1 commit
  30. 16 May, 2011 1 commit
  31. 12 May, 2011 5 commits
  32. 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
  33. 10 May, 2011 1 commit
  34. 04 May, 2011 1 commit