| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into v2.1 | Mike Pall | 2023-08-20 | 1 | -1/+1 |
|\ |
|
| * | Bump copyright date. | Mike Pall | 2023-08-20 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2022-01-23 | 1 | -1/+2 |
|\| |
|
| * | Always exit after machine code page protection change fails. | Mike Pall | 2022-01-23 | 1 | -1/+2 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2022-01-15 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date. | Mike Pall | 2022-01-15 | 1 | -1/+1 |
* | | NetBSD: Use PROT_MPROTECT() and disable getentropy(). | Mike Pall | 2021-03-29 | 1 | -2/+7 |
* | | Handle on-trace OOM errors from helper functions. | Mike Pall | 2021-03-23 | 1 | -1/+4 |
* | | MIPS: Fix handling of long-range spare jumps. | Mike Pall | 2021-03-23 | 1 | -5/+6 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2021-01-02 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date. | Mike Pall | 2021-01-02 | 1 | -1/+1 |
* | | Fix Clang build. | Mike Pall | 2020-07-02 | 1 | -1/+1 |
* | | Use a securely seeded global PRNG for the VM. | Mike Pall | 2020-06-15 | 1 | -29/+12 |
* | | Improve assertions. | Mike Pall | 2020-06-15 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-20 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date. | Mike Pall | 2020-01-20 | 1 | -1/+1 |
* | | Windows: Add UWP support, part 1. | Mike Pall | 2018-06-05 | 1 | -4/+4 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-06-07 | 1 | -6/+0 |
|\| |
|
| * | MIPS: Fix handling of spare long-range jump slots. | Mike Pall | 2017-06-07 | 1 | -6/+0 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-03-08 | 1 | -9/+7 |
|\| |
|
| * | Remove unnecessary mcode alloc pointer check. | Mike Pall | 2017-03-08 | 1 | -2/+2 |
| * | Limit mcode alloc probing, depending on the available pool size. | Mike Pall | 2017-03-08 | 1 | -1/+2 |
| * | Fix overly restrictive range calculation in mcode allocation. | Mike Pall | 2017-03-08 | 1 | -4/+4 |
* | | MIPS64, part 2: Add MIPS64 hard-float JIT compiler backend. | Mike Pall | 2017-02-20 | 1 | -3/+3 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
* | | ARM64: Allow full VA range for mcode allocation. | Mike Pall | 2016-11-20 | 1 | -0/+3 |
|/ |
|
* | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
* | OpenBSD/x86: Better executable memory allocation for W^X mode. | Mike Pall | 2015-01-17 | 1 | -2/+15 |
* | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
* | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
* | Check for failure to mark memory as executable (restricted kernels). | Mike Pall | 2013-10-24 | 1 | -11/+24 |
* | Fix jump-range constrained mcode allocation. | Mike Pall | 2013-04-05 | 1 | -1/+2 |
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
* | Avoid leaking memory on kernels with recalcitrant mmap() behavior. | Mike Pall | 2013-01-28 | 1 | -7/+8 |
* | CONSOLE: Fix PS3 build. | Mike Pall | 2012-06-10 | 1 | -0/+2 |
* | Rearrange OSX vs. iOS defines. Disable callbacks on iOS. | Mike Pall | 2012-06-08 | 1 | -2/+2 |
* | MIPS: Integrate and enable JIT compiler. | Mike Pall | 2012-03-30 | 1 | -0/+6 |
* | PPC: Use builtin D-Cache/I-Cache sync code. | Mike Pall | 2012-03-29 | 1 | -17/+3 |
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
* | Move helper for syncing data/instruction cache to lj_mcode.c. | Mike Pall | 2011-12-12 | 1 | -2/+49 |
* | Cleanup of target dependencies. | Mike Pall | 2011-05-16 | 1 | -15/+7 |
* | ARM: Generalize machine code co-location. ARM has a +-32MB range. | Mike Pall | 2011-05-16 | 1 | -11/+26 |
* | Fix some portability issues with the JIT compiler. | Mike Pall | 2011-05-09 | 1 | -2/+2 |
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 |
* | Cleanup architecture, ABI and OS definitions. | Mike Pall | 2010-11-16 | 1 | -3/+3 |
* | Reorganize and fix placement of generated machine code on x64. | Mike Pall | 2010-04-25 | 1 | -53/+57 |
* | Improve placement of dynamically generated code on x64. | Mike Pall | 2010-03-07 | 1 | -1/+1 |
* | Correctly align and free allocated machine code areas. | Mike Pall | 2010-02-27 | 1 | -3/+3 |
* | Place dynamically generated code near static code on x64. | Mike Pall | 2010-02-26 | 1 | -11/+57 |