| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | Merge branch 'main' into steam_chrome | ptitSeb | 2023-02-19 | 1 | -286/+117 |
| |\| |
|
| | * | [DYNAREC] Small optim on getDB | ptitSeb | 2023-02-19 | 1 | -2/+0 |
| | * | Simplified dynablock handling (reduced memory consuption) | ptitSeb | 2023-02-19 | 1 | -284/+117 |
| * | | Preliminary work to get steamwebhelper working | ptitSeb | 2023-02-18 | 1 | -9/+27 |
| |/ |
|
| * | [DYNAREC] Fixed an issue with custom memory alocator | ptitSeb | 2023-02-14 | 1 | -2/+1 |
| * | Various minor warning fixes | ptitSeb | 2023-02-13 | 1 | -5/+6 |
| * | [DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic han... | ptitSeb | 2023-02-12 | 1 | -55/+53 |
| * | [DYNAREC] Fixed a typo in setProtection | ptitSeb | 2023-02-11 | 1 | -19/+1 |
| * | Some small fixes for pagesize != 4096 | ptitSeb | 2022-12-08 | 1 | -4/+4 |
| * | [DYNAREC] Reworked dynarec memory allocator, and a bit of protection tracking... | ptitSeb | 2022-12-03 | 1 | -97/+157 |
| * | [DYNAREC] Small changes on pagesize and hotpage | ptitSeb | 2022-12-02 | 1 | -1/+1 |
| * | [DYNAREC] More control over HotPage handling with BOX64_DYNARC_HOTPAGE | ptitSeb | 2022-12-01 | 1 | -9/+7 |
| * | Changed how mmap with MAP_32BITS flag is handled (help deadcells, maybe some ... | ptitSeb | 2022-11-28 | 1 | -16/+23 |
| * | [DYNAREC] Optimized cleanDBFromAddressRange, again | ptitSeb | 2022-11-28 | 1 | -4/+7 |
| * | [DYNAREC] Optimized HotPage handling, and made it lockless | ptitSeb | 2022-11-28 | 1 | -22/+18 |
| * | Small fixes and improvement to memory protection handling | ptitSeb | 2022-11-14 | 1 | -25/+37 |
| * | Optimized getDB, setProtection and freeProtection | ptitSeb | 2022-11-13 | 1 | -11/+35 |
| * | Remove dynablocklist (#438) | ptitSeb | 2022-10-31 | 1 | -133/+240 |
| * | [DYNAREC] Use customMalloc for internal dynarec stuff (fixed starbound) | ptitSeb | 2022-10-24 | 1 | -4/+30 |
| * | custom Alloc now allocate memory rounded up to 8bytes align | ptitSeb | 2022-10-24 | 1 | -1/+10 |
| * | [DYNAREC] Initialize dynmap, it's cleaner | ptitSeb | 2022-10-19 | 1 | -1/+1 |
| * | Improved signal handling and x87 flags (with tests backported from box86) | ptitSeb | 2022-09-29 | 1 | -3/+5 |
| * | [DYNAREC] Improve memory protection tracking (help #361) | ptitSeb | 2022-09-04 | 1 | -23/+25 |
| * | Add SW64 base support (#382) | wannacu | 2022-08-11 | 1 | -0/+3 |
| * | Also use __libc_memalign instead of posix_memalign | ptitSeb | 2022-08-06 | 1 | -2/+2 |
| * | All box internal memory alloc use __libc_ internal one (except on Android, us... | ptitSeb | 2022-08-06 | 1 | -53/+53 |
| * | [DYNAREC] Add a mecanism to remember fixed address accessed with LOCK, so MOV... | ptitSeb | 2022-07-03 | 1 | -0/+23 |
| * | Enable 64k page size eg Ampere A1. | Martin Reed | 2022-06-30 | 1 | -1/+4 |
| * | Removed blockempty call in freeProtection, as the call is slow, at the expans... | ptitSeb | 2022-06-26 | 1 | -5/+10 |
| * | 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 |