| Commit message (Expand) | Author | Age | Files | Lines |
| * | [DYNAREC] Never protect bridge memory (ported from box86) | ptitSeb | 2023-04-02 | 1 | -18/+22 |
| * | fix some spelling mistakes (#640) | josch | 2023-03-26 | 1 | -1/+1 |
| * | [DYNAREC] Fixed (again) and improved new jmptable memory manager | ptitSeb | 2023-03-05 | 1 | -11/+13 |
| * | [DYNAREC] Fixed a nasty bug with the finetunning of the jump table memory all... | ptitSeb | 2023-03-04 | 1 | -11/+11 |
| * | [DYNAREC] Finetuned the jump table memory allocation | ptitSeb | 2023-03-02 | 1 | -94/+135 |
| * | [DYNAREC] Small imrvment in managing memory protection | ptitSeb | 2023-02-25 | 1 | -3/+4 |
| * | Merge branch 'main' into steam_chrome | ptitSeb | 2023-02-20 | 1 | -24/+23 |
| |\ |
|
| | * | Fixed a improved HotPage handling | ptitSeb | 2023-02-20 | 1 | -31/+27 |
| * | | Preliminary work to get steamwebhelper working | ptitSeb | 2023-02-20 | 1 | -1/+1 |
| * | | [DYNAREC] Fix a nasty typo in custommem | ptitSeb | 2023-02-19 | 1 | -1/+1 |
| * | | Some fixes in custommem tracking, and less tracking of mem protection (reduce... | ptitSeb | 2023-02-19 | 1 | -25/+22 |
| * | | 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 |