1. 18 Nov, 2016 2 commits
  2. 10 Nov, 2016 1 commit
  3. 08 Sep, 2016 1 commit
  4. 23 Aug, 2016 1 commit
  5. 16 Aug, 2016 1 commit
  6. 29 Jul, 2016 1 commit
  7. 20 Jun, 2016 2 commits
  8. 17 Jun, 2016 4 commits
  9. 12 Jun, 2016 1 commit
  10. 10 Jun, 2016 3 commits
  11. 11 May, 2016 1 commit
  12. 13 Apr, 2016 1 commit
  13. 12 Apr, 2016 6 commits
  14. 18 Mar, 2016 4 commits
  15. 10 Mar, 2016 1 commit
  16. 06 Mar, 2016 1 commit
    • Max Kellermann's avatar
      util/HugeAllocator: fix division by zero due to inverted check · 13f9f031
      Max Kellermann authored
      There were two ways this could fail:
      
      1. division by zero when sysconf(_SC_PAGESIZE)==0
      
      2. mmap() failure because the size parameter is not aligned to page
         size
      
      Neither ever happened: sysconf() never fails, and the only caller
      passes a size that is already aligned.  Phew.
      13f9f031
  17. 01 Mar, 2016 1 commit
  18. 26 Feb, 2016 2 commits
  19. 07 Feb, 2016 1 commit
  20. 06 Feb, 2016 1 commit
  21. 17 Dec, 2015 1 commit
  22. 16 Dec, 2015 2 commits
  23. 11 Nov, 2015 1 commit