| Commit message (Expand) | Author | Age | Files | Lines |
* | OSMem.c: Use proper type for mbinds mask argument. | Andreas Klebinger | 2020-12-18 | 1 | -1/+1 |
* | Workaround for #18623: GHC crashes bc. under rlimit for vmem it will reserve | Benjamin Maurer | 2020-09-29 | 1 | -5/+52 |
* | Fix more typos | Brian Wignall | 2019-12-02 | 1 | -1/+1 |
* | Add +RTS --disable-delayed-os-memory-return. Fixes #17411. | Niklas Hambüchen | 2019-11-01 | 1 | -13/+37 |
* | Expunge #ifdef and #ifndef from the codebase | John Ericson | 2019-07-14 | 1 | -3/+3 |
* | RTS: Fix restrictive cast | Alec Theriault | 2019-05-22 | 1 | -2/+2 |
* | osReserveHeapMemory: handle signed rlim_t | Fraser Tweedale | 2019-04-23 | 1 | -2/+4 |
* | Update Trac ticket URLs to point to GitLab | Ryan Scott | 2019-03-15 | 1 | -1/+1 |
* | rts: Fix unused function | Ben Gamari | 2018-08-01 | 1 | -1/+2 |
* | Enable two-step allocator on FreeBSD | Ben Gamari | 2018-07-31 | 1 | -53/+88 |
* | fix osReserveHeapMemory block alignment | Sergei Trofimovich | 2018-07-18 | 1 | -0/+4 |
* | Revert "rts: Enable two-step allocator on FreeBSD" | Ben Gamari | 2018-07-06 | 1 | -8/+3 |
* | rts: Enable two-step allocator on FreeBSD | Ben Gamari | 2018-07-06 | 1 | -3/+8 |
* | rts: Ignore RLIMIT_AS if it is zero | Ben Gamari | 2018-06-14 | 1 | -1/+3 |
* | rts: Query system rlimit for maximum address-space size | Ben Gamari | 2018-06-02 | 1 | -0/+11 |
* | rts/posix: Use less aggressive backoff schedule for heap reservation sizing | Ben Gamari | 2018-05-30 | 1 | -3/+8 |
* | rts: Don't madvise if mmap failed | Ben Gamari | 2018-05-30 | 1 | -6/+8 |
* | rts: Throw better error if --numa is used without libnuma support | Ben Gamari | 2018-05-03 | 1 | -0/+9 |
* | rts: fix some barf format specifiers. | Douglas Wilson | 2018-02-06 | 1 | -1/+1 |
* | rts: Fix format of failed memory commit message | Ben Gamari | 2018-02-06 | 1 | -1/+1 |
* | rts/posix: Ensure that memory commit succeeds | Ben Gamari | 2017-10-16 | 1 | -1/+4 |
* | rts: Inform kernel that we won't need reserved address space | Ben Gamari | 2017-09-26 | 1 | -0/+13 |
* | fix a memory leak in osNumaMask | Kubo Kovac | 2017-05-22 | 1 | -1/+3 |
* | Prefer #if defined to #ifdef | Ben Gamari | 2017-04-28 | 1 | -13/+13 |
* | Enable new warning for fragile/incorrect CPP #if usage | Erik de Castro Lopo | 2017-04-28 | 1 | -4/+4 |
* | Revert "Enable new warning for fragile/incorrect CPP #if usage" | Ben Gamari | 2017-04-05 | 1 | -4/+4 |
* | Enable new warning for fragile/incorrect CPP #if usage | Erik de Castro Lopo | 2017-04-05 | 1 | -4/+4 |
* | Fix x86 Windows build and testsuite | Tamar Christina | 2016-12-06 | 1 | -1/+1 |
* | rts: Ensure we always give MADV_DONTNEED a chance in osDecommitMemory | Ben Gamari | 2016-12-01 | 1 | -3/+16 |
* | Use C99's bool | Ben Gamari | 2016-11-29 | 1 | -6/+6 |
* | Fix numa001 failure with "too many NUMA nodes" | Simon Marlow | 2016-11-14 | 1 | -2/+2 |
* | Make start address of `osReserveHeapMemory` tunable via command line -xb | Francesco Mazzoli | 2016-09-09 | 1 | -7/+23 |
* | rts: Fix NUMA when cross compiling | Erik de Castro Lopo | 2016-06-13 | 1 | -4/+4 |
* | rts: Fix build when USE_LARGE_ADDRESS_SPACE is undefined | Erik de Castro Lopo | 2016-06-12 | 1 | -2/+2 |
* | NUMA support | Simon Marlow | 2016-06-10 | 1 | -0/+64 |
* | Runtime linker: Break m32 allocator out into its own file | Erik de Castro Lopo | 2016-05-25 | 1 | -6/+6 |
* | Get types in osFreeMBlocks in sync with osGetMBlocks | Tomas Carnecky | 2016-05-19 | 1 | -1/+1 |
* | Remove use of caddr_t | Tomas Carnecky | 2016-05-19 | 1 | -4/+4 |
* | rts: Replace `nat` with `uint32_t` | Erik de Castro Lopo | 2016-05-05 | 1 | -2/+2 |
* | Scrap IRIX support | Herbert Valerio Riedel | 2016-03-28 | 1 | -14/+1 |
* | rts/posix: Fail with HEAPOVERFLOW when out of memory during mmap | Ben Gamari | 2016-01-17 | 1 | -1/+1 |
* | Allow to compile OSMem.c when MEM_NORESERVE is not available | Herbert Valerio Riedel | 2015-12-05 | 1 | -0/+7 |
* | rts/posix: Reduce heap allocation amount on mmap failure | Ben Gamari | 2015-11-01 | 1 | -8/+53 |
* | rts: Make MBLOCK_SPACE_SIZE dynamic | Ben Gamari | 2015-10-30 | 1 | -9/+10 |
* | fix 64bit two-stage allocator on Solaris/AMD64 platform (#10790) | Karel Gardas | 2015-08-25 | 1 | -1/+1 |
* | Rejigger OSMem.my_mmap to allow building on Mac | Richard Eisenberg | 2015-08-06 | 1 | -28/+31 |
* | Two step allocator for 64-bit systems | Giovanni Campagna | 2015-07-22 | 1 | -24/+176 |
* | arm64: 64bit iOS and SMP support (#7942) | Luke Iannini | 2014-11-19 | 1 | -1/+1 |
* | Revert "rts: add Emacs 'Local Variables' to every .c file" | Simon Marlow | 2014-09-29 | 1 | -8/+0 |
* | rts: add Emacs 'Local Variables' to every .c file | Austin Seipp | 2014-07-28 | 1 | -0/+8 |