| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | kernel: target invalidate to given process | 2024-01-22 | 1 | -4/+9 | ||
| * | | | | | | Merge pull request #12777 from t895/firmware-warning | 2024-01-25 | 11 | -172/+145 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | android: Add key check | 2024-01-25 | 6 | -2/+67 | ||
| | * | | | | | | android: Add option to make MessageDialogFragments non-dismissible | 2024-01-25 | 1 | -8/+24 | ||
| | * | | | | | | frontend_common: Consistently use references | 2024-01-25 | 3 | -41/+41 | ||
| | * | | | | | | frontend_common: Remove key rederivation and keep key check | 2024-01-25 | 4 | -121/+13 | ||
| * | | | | | | | Merge pull request #12783 from liamwhite/cmif-generation | 2024-01-25 | 8 | -353/+729 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | service: add template serializer for method calls | 2024-01-25 | 8 | -353/+729 | ||
| * | | | | | | | | Merge pull request #12787 from t895/game-list-refresh | 2024-01-25 | 3 | -9/+22 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | android: Only compare game contents for GameAdapter | 2024-01-25 | 3 | -9/+22 | ||
| * | | | | | | | | | Merge pull request #12786 from t895/driver-overlay | 2024-01-25 | 4 | -15/+39 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | android: Fix waiting for driver install on startup | 2024-01-25 | 3 | -13/+24 | ||
| | * | | | | | | | | | android: Add current driver vendor to FPS overlay | 2024-01-25 | 3 | -2/+15 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #12499 from Kelebek1/time | 2024-01-25 | 141 | -3972/+7014 | ||
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Rework time service to fix time passing offline. | 2024-01-24 | 141 | -3972/+7014 | ||
| * | | | | | | | | | Demote Mesa dozen to the bottom of the device list | 2024-01-24 | 1 | -0/+10 | ||
| | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | | Merge pull request #12763 from liamwhite/fix-hbl-again | 2024-01-23 | 1 | -0/+8 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | loader: also register fs process for raw exefs partition | 2024-01-23 | 1 | -0/+8 | ||
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #12768 from german77/wrong_conversion | 2024-01-23 | 3 | -8/+8 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | service: properly convert buffers to strings | 2024-01-23 | 3 | -8/+8 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * / | | | | | | device_memory_manager: fix ScratchBuffer indexing | 2024-01-22 | 1 | -3/+2 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #12579 from FernandoS27/smmu | 2024-01-22 | 121 | -1414/+2741 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | device_memory_manager: use unique_lock for update | 2024-01-18 | 1 | -14/+8 | ||
| | * | | | | | | nvhost_vic: use map erase by key | 2024-01-18 | 1 | -4/+1 | ||
| | * | | | | | | nvdrv: clean up preallocation | 2024-01-18 | 1 | -3/+5 | ||
| | * | | | | | | nvdrv: use correct names for interface factory | 2024-01-18 | 1 | -3/+3 | ||
| | * | | | | | | nvdrv: use static typing for SessionId, smmu Asid types | 2024-01-18 | 33 | -87/+99 | ||
| | * | | | | | | Core: Invert guest memory depandancy | 2024-01-18 | 2 | -6/+7 | ||
| | * | | | | | | Core: Make sure GPU Dirty Managers ae shared by all processes. | 2024-01-18 | 4 | -15/+19 | ||
| | * | | | | | | Core: Eliminate core/memory dependancies. | 2024-01-18 | 21 | -54/+46 | ||
| | * | | | | | | SMMU: Fix Right Shift UB. | 2024-01-18 | 2 | -4/+4 | ||
| | * | | | | | | SMMU: Fix 8Gb layout. | 2024-01-18 | 2 | -5/+8 | ||
| | * | | | | | | Core: Clang format and other small issues. | 2024-01-18 | 40 | -106/+152 | ||
| | * | | | | | | SMMU: Fix software rendering and cleanup | 2024-01-18 | 7 | -30/+24 | ||
| | * | | | | | | SMMU: Add continuity tracking optimization. | 2024-01-18 | 4 | -13/+63 | ||
| | * | | | | | | SMMU: Simplify and remove old code. | 2024-01-18 | 3 | -71/+13 | ||
| | * | | | | | | SMMU: Add Android compatibility | 2024-01-18 | 9 | -50/+42 | ||
| | * | | | | | | GPU-SMMU: Estimate game leak and preallocate device region. | 2024-01-18 | 9 | -27/+329 | ||
| | * | | | | | | GPU SMMU: Expand to 34 bits | 2024-01-18 | 12 | -29/+86 | ||
| | * | | | | | | SMMU: Fix Unregister on MultiAddress | 2024-01-18 | 1 | -1/+1 | ||
| | * | | | | | | SMMU: Implement physical memory mirroring | 2024-01-18 | 8 | -40/+226 | ||
| | * | | | | | | SMMU: Initial adaptation to video_core. | 2024-01-18 | 79 | -1263/+1262 | ||
| | * | | | | | | SMMU: Implement backing CPU page protect/unprotect | 2024-01-18 | 4 | -6/+141 | ||
| | * | | | | | | NVDRV: Implement sessions and initial implementation of SMMU | 2024-01-18 | 37 | -100/+260 | ||
| | * | | | | | | Core: Initial implementation of device memory mapping | 2024-01-18 | 6 | -0/+459 | ||
| * | | | | | | | android: Add to launcher button | 2024-01-22 | 7 | -52/+116 | ||
| | |_|/ / / / |/| | | | | | ||||||
| * | | | | | | Merge pull request #12739 from t895/debug-keystore | 2024-01-22 | 2 | -4/+11 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | android: Provide debug.keystore for debug and relWithDebInfo builds | 2024-01-21 | 2 | -4/+11 | ||
| * | | | | | | | Merge pull request #12738 from t895/lock-drawer | 2024-01-22 | 6 | -4/+70 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | android: Port "Lock drawer" feature from Citra | 2024-01-21 | 6 | -4/+70 | ||
| | |/ / / / / / | ||||||