1. 22 Oct, 2015 1 commit
  2. 01 Oct, 2015 1 commit
  3. 21 Sep, 2015 1 commit
  4. 13 Sep, 2015 1 commit
  5. 17 Aug, 2015 1 commit
  6. 10 Aug, 2015 1 commit
  7. 03 Aug, 2015 1 commit
  8. 10 Jul, 2015 1 commit
  9. 04 Jul, 2015 1 commit
  10. 29 Jun, 2015 1 commit
  11. 23 Jun, 2015 1 commit
  12. 06 Jun, 2015 2 commits
    • Greg Kroah-Hartman's avatar
      Linux 3.14.44 · e99d350e
      Greg Kroah-Hartman authored
      e99d350e
    • Kirill A. Shutemov's avatar
      kernel: use the gnu89 standard explicitly · d6d25d16
      Kirill A. Shutemov authored
      commit 51b97e35
      
       upstream.
      
      Sasha Levin reports:
       "gcc5 changes the default standard to c11, which makes kernel build
        unhappy
      
        Explicitly define the kernel standard to be gnu89 which should keep
        everything working exactly like it was before gcc5"
      
      There are multiple small issues with the new default, but the biggest
      issue seems to be that the old - and very useful - GNU extension to
      allow a cast in front of an initializer has gone away.
      
      Patch updated by Kirill:
       "I'm pretty sure all gcc versions you can build kernel with supports
        -std=gnu89.  cc-option is redunrant.
      
        We also need to adjust HOSTCFLAGS otherwise allmodconfig fails for me"
      
      Note by Andrew Pinski:
       "Yes it was reported and both problems relating to this extension has
        been added to gnu99 and gnu11.  Though there are other issues with the
        kernel dealing with extern inline have different semantics between
        gnu89 and gnu99/11"
      
      End result: we may be able to move up to a newer stdc model eventually,
      but right now the newer models have some annoying deficiencies, so the
      traditional "gnu89" model ends up being the preferred one.
      Signed-off-by: default avatarSasha Levin <sasha.levin@oracle.com>
      Singed-off-by: default avatarKirill A. Shutemov <kirill.shutemov@linux.intel.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      d6d25d16
  13. 17 May, 2015 1 commit
  14. 13 May, 2015 1 commit
  15. 06 May, 2015 1 commit
  16. 29 Apr, 2015 1 commit
  17. 19 Apr, 2015 1 commit
  18. 13 Apr, 2015 1 commit
  19. 26 Mar, 2015 1 commit
  20. 18 Mar, 2015 1 commit
  21. 06 Mar, 2015 1 commit
  22. 27 Feb, 2015 1 commit
  23. 11 Feb, 2015 1 commit
  24. 06 Feb, 2015 1 commit
  25. 30 Jan, 2015 1 commit
  26. 27 Jan, 2015 1 commit
  27. 16 Jan, 2015 1 commit
  28. 08 Jan, 2015 1 commit
  29. 16 Dec, 2014 1 commit
  30. 06 Dec, 2014 1 commit
  31. 21 Nov, 2014 1 commit
  32. 14 Nov, 2014 1 commit
  33. 30 Oct, 2014 1 commit
  34. 15 Oct, 2014 1 commit
  35. 09 Oct, 2014 1 commit
  36. 05 Oct, 2014 1 commit
  37. 17 Sep, 2014 1 commit
  38. 05 Sep, 2014 1 commit
  39. 14 Aug, 2014 1 commit