| Commit message (Expand) | Author | Age | Files | Lines |
| * | More work around steam and proton/SteamPlay (working, but need also latest bo... | ptitSeb | 2022-03-26 | 1 | -1/+1 |
| * | Added a better way to select 16K pages, and added M1 paragraph in COMPILE.md | ptitSeb | 2022-03-23 | 1 | -1/+6 |
| * | Added M1/Asahi support | ptitSeb | 2022-03-20 | 1 | -1/+1 |
| * | Fixed, again, the mmap block selection (shoudl help #587) | ptitSeb | 2022-03-18 | 1 | -6/+12 |
| * | Improve findBlockNearHint function and friends, again (in sync with box86) | ptitSeb | 2022-03-17 | 1 | -49/+59 |
| * | Fixed the new memmap tracking | ptitSeb | 2022-03-13 | 1 | -57/+50 |
| * | Fixed for good non-dynarec builds | ptitSeb | 2022-03-09 | 1 | -59/+58 |
| * | Fixed non-dynarec builds | ptitSeb | 2022-03-09 | 1 | -38/+40 |
| * | Change method for the mmap free bloc search for a faster one | ptitSeb | 2022-03-09 | 1 | -86/+134 |
| * | Change de verbose level of a custommem message | ptitSeb | 2022-03-08 | 1 | -2/+2 |
| * | Removed a debug leftover | ptitSeb | 2022-03-07 | 1 | -1/+0 |
| * | Fix some special case on mmap64 wrapping | ptitSeb | 2022-03-07 | 1 | -2/+3 |
| * | Improved speed of mmap changes | ptitSeb | 2022-03-06 | 1 | -0/+3 |
| * | Change on mmap to help some stagging version of wine | ptitSeb | 2022-03-06 | 1 | -6/+6 |
| * | Include pthread.h when used (should help #249) | ptitSeb | 2022-03-05 | 1 | -0/+1 |
| * | [DYNAREC] still working on multiarch | ptitSeb | 2022-02-28 | 1 | -14/+19 |
| * | [DYNAREC] More multi-arch work | ptitSeb | 2022-02-27 | 1 | -4/+3 |
| * | [DYNAREC] Refactored dynarec to ease the future adding of new target architec... | ptitSeb | 2022-02-27 | 1 | -28/+31 |
| * | [DYNAREC] Improved JIT handling, and added a HotPage detection to temporarily... | ptitSeb | 2021-11-18 | 1 | -10/+17 |
| * | [DYNAREC] Changed Dynarec a bit to try stabilise program using many threads a... | ptitSeb | 2021-11-11 | 1 | -23/+1 |
| * | Mark memprot as volatile to try help stability in heavily multithread programs | ptitSeb | 2021-11-11 | 1 | -5/+7 |
| * | Chnaged memory protection tracking to reduce usage of lock, especially for [D... | ptitSeb | 2021-11-05 | 1 | -155/+161 |
| * | [DYNAREC] Cancel a dynablock if a segfault occurs while building it | ptitSeb | 2021-10-27 | 1 | -2/+2 |
| * | Optimized (and small fixes) to custom allocator ([DYNAREC] Speedup long launc... | ptitSeb | 2021-10-24 | 1 | -68/+134 |
| * | [DYNAREC] Fixed a potential deadlock (for #64, thx again) | ptitSeb | 2021-07-16 | 1 | -1/+3 |
| * | Fixed some issue with memory protection tracking | ptitSeb | 2021-07-10 | 1 | -5/+6 |
| * | Fixed nextFree memory search function (fixing regression with RaceTheSun and ... | ptitSeb | 2021-07-02 | 1 | -1/+1 |
| * | Improved low memory pre-allocation and added 47bits pre-allocation for Wine64 | ptitSeb | 2021-07-01 | 1 | -32/+137 |
| * | Various change to try improve stability on JIT'd program (like mono for Terra... | ptitSeb | 2021-06-21 | 1 | -29/+12 |
| * | [DYNAREC] Try to free dynablocks when no longer used | ptitSeb | 2021-06-19 | 1 | -3/+26 |
| * | Optimized memory protection tracking | ptitSeb | 2021-06-17 | 1 | -14/+47 |
| * | Change the way locked mutex are detected (taken from box86) | ptitSeb | 2021-06-14 | 1 | -2/+1 |
| * | Another small change to custommem MaxFreeblock handling | ptitSeb | 2021-04-20 | 1 | -4/+2 |
| * | Fixed a small issue with Custom Mem handler and MexFreeBlock calculation | ptitSeb | 2021-04-19 | 1 | -1/+3 |
| * | Some improvement to custommem handling | ptitSeb | 2021-04-16 | 1 | -4/+4 |
| * | Second pass | rajdakin | 2021-04-14 | 1 | -29/+30 |
| * | First pass | rajdakin | 2021-04-14 | 1 | -19/+25 |
| * | Improvement in internal mutex handling on signal, and [DYNAREC] multitasking ... | ptitSeb | 2021-04-11 | 1 | -17/+65 |
| * | Fixed memory protection that wasn't updated correctly | ptitSeb | 2021-04-08 | 1 | -4/+4 |
| * | Unlock all mutex on child process when forking | ptitSeb | 2021-04-06 | 1 | -0/+10 |
| * | More work on mmap and the MAP_32BIT flag | ptitSeb | 2021-04-04 | 1 | -5/+50 |
| * | Implemented a workaround for mmap64 with MAP_32BIT flag | ptitSeb | 2021-04-02 | 1 | -0/+35 |
| * | [DYNAREC] DynaMap is behind a strict mutex now | ptitSeb | 2021-03-29 | 1 | -15/+24 |
| * | [DYNAREC] Improved Dynablock construction, stopping when overlaping block is ... | ptitSeb | 2021-03-28 | 1 | -0/+19 |
| * | Renamed arm64_lock_helper to arm64_lock | ptitSeb | 2021-03-20 | 1 | -1/+1 |
| * | Fixed Protection handling | ptitSeb | 2021-03-18 | 1 | -35/+32 |
| * | [DYNAREC] Added Basic blocks for dynarec | ptitSeb | 2021-03-14 | 1 | -387/+482 |
| * | Added custom memory handling | ptitSeb | 2021-03-13 | 1 | -276/+274 |
| * | Added Protection handling | ptitSeb | 2021-03-02 | 1 | -30/+66 |
| * | Read elf header of launched executable | ptitSeb | 2021-03-01 | 1 | -0/+748 |