| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Merge pull request #12869 from FernandoS27/smmu-fixes | 2024-01-31 | 3 | -40/+45 | ||
| |\ \ \ \ | | | | | | | | | | | SMMU: A set of different fixes. | |||||
| | * | | | | Device Memory Manager: ensure raster protection only within mapped device ↵ | 2024-01-31 | 1 | -17/+23 | ||
| | | | | | | | | | | | | | | | | | | | | | addresses. | |||||
| | * | | | | DeviceMemory: Make counter types configurable | 2024-01-31 | 2 | -14/+19 | ||
| | | | | | | ||||||
| | * | | | | NVDRV: Join the heaper optimization blocks | 2024-01-31 | 1 | -1/+3 | ||
| | | | | | | ||||||
| | * | | | | smmu: use new range mutex construction for protecting counters | 2024-01-31 | 2 | -11/+3 | ||
| | | | | | | ||||||
| * | | | | | Merge pull request #12864 from Kelebek1/small_time_fixes | 2024-01-31 | 9 | -84/+66 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Small time fixes | |||||
| | * | | | | | Remove a few hacks for clock setups, which seem to no longer be needed, but ↵ | 2024-01-31 | 9 | -84/+66 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | fix network clock to local clock on every boot. Also fix some logging strings. | |||||
| * | | | | | | aoc: fix DLC listing (#12867) | 2024-01-31 | 1 | -1/+1 | ||
| | |/ / / / |/| | | | | ||||||
| * | | | | | Merge pull request #12860 from liamwhite/serialization2 | 2024-01-30 | 1 | -3/+3 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | cmif_serialization: fix LargeData types | |||||
| | * | | | | | cmif_serialization: fix LargeData types | 2024-01-30 | 1 | -3/+3 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #12859 from german77/led | 2024-01-30 | 2 | -13/+37 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | service: hid: Implement GetPlayerLedPattern accurately | |||||
| | * | | | | service: hid: Implement GetPlayerLedPattern accurately | 2024-01-30 | 2 | -13/+37 | ||
| | | |_|/ | |/| | | ||||||
| * | | | | Merge pull request #12856 from liamwhite/serialization | 2024-01-30 | 1 | -12/+38 | ||
| |\ \ \ \ | | | | | | | | | | | cmif_serialization: fix out layout calculation | |||||
| | * | | | | cmif_serialization: fix out layout calculation | 2024-01-30 | 1 | -12/+38 | ||
| | | |/ / | |/| | | ||||||
| * | | | | Update sockets.h | 2024-01-30 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | forgot to realign the enum | |||||
| * | | | | Update src/core/hle/service/sockets/sockets.h | 2024-01-30 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | Co-authored-by: liamwhite <liamwhite@users.noreply.github.com> | |||||
| * | | | | Update sockets_translate.cpp | 2024-01-30 | 1 | -2/+2 | ||
| | | | | | | | | | | | | | Align the error case with it's index in the Errno enum | |||||
| * | | | | Update sockets.h | 2024-01-30 | 1 | -0/+1 | ||
| | | | | | | | | | | | | | Add the CONNREFUSED error to the Service::Sockets::Errno enum | |||||
| * | | | | Update sockets_translate.cpp | 2024-01-30 | 1 | -0/+2 | ||
| |/ / / | | | | | | | | | | Add support for the CONNREFUSED Errno. Without this Connect() will return SUCCESS when a connection is refused, instead of an error code. This causes code, that relies on the result of Connect() being SUCCESS, to execute when it shouldn't. | |||||
| * / / | service: mii: Set arguments as const | 2024-01-29 | 1 | -7/+8 | ||
| |/ / | ||||||
| * | | Merge pull request #12837 from german77/cat | 2024-01-29 | 1 | -1/+1 | ||
| |\ \ | | | | | | | service: am: Focus state changed goes last | |||||
| | * | | service: am: Focus state changed goes last | 2024-01-28 | 1 | -1/+1 | ||
| | |/ | ||||||
| * | | Merge pull request #12814 from Kelebek1/time_new_ipc | 2024-01-29 | 34 | -2048/+1213 | ||
| |\ \ | | | | | | | Move time services to new IPC and add debug printing | |||||
| | * | | Move time services to new IPC. | 2024-01-27 | 34 | -2048/+1213 | ||
| | | | | | | | | | | | | | Add some fixes/improvements to usage with the new IPC | |||||
| * | | | fix build for gcc 11 | 2024-01-29 | 1 | -1/+1 | ||
| | |/ |/| | ||||||
| * | | Merge pull request #12821 from merryhime/atomic_ops | 2024-01-28 | 1 | -4/+2 | ||
| |\ \ | | | | | | | atomic_ops: Reduce code duplication with templates | |||||
| | * | | atomic_ops: Remove volatile qualifier | 2024-01-27 | 1 | -4/+2 | ||
| | |/ | ||||||
| * | | Merge pull request #12831 from Kelebek1/audren_multi | 2024-01-28 | 1 | -6/+10 | ||
| |\ \ | | | | | | | Use the input process handle to get the correct application's memory | |||||
| | * | | Use the input process handle to get the correct application's memory | 2024-01-28 | 1 | -6/+10 | ||
| | |/ | ||||||
| * | | Merge pull request #12825 from liamwhite/why | 2024-01-28 | 1 | -1/+2 | ||
| |\ \ | | | | | | | kernel: clear pinned waiter list on unpin | |||||
| | * | | kernel: clear pinned waiter list on unpin | 2024-01-27 | 1 | -1/+2 | ||
| | |/ | ||||||
| * | | Merge pull request #12823 from german77/set-audio | 2024-01-28 | 7 | -59/+350 | ||
| |\ \ | | | | | | | service: set: Implement more Qlaunch Settings | |||||
| | * | | service: set: Increase settings version | 2024-01-28 | 1 | -2/+2 | ||
| | | | | ||||||
| | * | | service: set: Implement more Qlaunch Settings | 2024-01-28 | 7 | -57/+348 | ||
| | |/ | ||||||
| * | | Merge pull request #12802 from german77/mii_interface | 2024-01-28 | 4 | -412/+171 | ||
| |\ \ | |/ |/| | service: mii: Migrate service to new interface | |||||
| | * | service: mii: Migrate service to new interface | 2024-01-26 | 4 | -412/+171 | ||
| | | | ||||||
| * | | vfs: Fix getting URI filename | 2024-01-26 | 1 | -0/+9 | ||
| | | | ||||||
| * | | Merge pull request #12765 from german77/sys-hid | 2024-01-26 | 9 | -72/+227 | ||
| |\ \ | | | | | | | service: set: Implement more settings functions for Qlaunch | |||||
| | * | | service: set: Implement more settings functions for Qlaunch | 2024-01-25 | 9 | -72/+227 | ||
| | | | | ||||||
| * | | | Merge pull request #12707 from FearlessTobi/fs-housekeeping | 2024-01-26 | 131 | -936/+3291 | ||
| |\ \ \ | |_|/ |/| | | fs: Various cleanups & add path class for later use | |||||
| | * | | Address review comments and fix compilation problems | 2024-01-25 | 12 | -252/+229 | ||
| | | | | ||||||
| | * | | fs: Add path class | 2024-01-25 | 10 | -30/+2211 | ||
| | | | | ||||||
| | * | | result: Make fully constexpr, add ON_RESULT_INCLUDED | 2024-01-25 | 8 | -23/+51 | ||
| | | | | ||||||
| | * | | fs/errors: Unify naming of result codes | 2024-01-25 | 7 | -42/+37 | ||
| | | | | ||||||
| | * | | fs: Replace Mode enum by OpenMode enum | 2024-01-25 | 18 | -178/+184 | ||
| | | | | ||||||
| | * | | vfs: Move vfs files to their own directory | 2024-01-25 | 96 | -155/+178 | ||
| | | | | ||||||
| | * | | fs: Move fsp_srv subclasses to separate files | 2024-01-25 | 17 | -542/+687 | ||
| | |/ | | | | | | | fs: Move additional files to the fsp directory | |||||
| * | | cmif_serialization: support non-domain sessions on domain servers | 2024-01-25 | 1 | -33/+32 | ||
| | | | ||||||
| * | | cmif_types: improve ergonomics of types | 2024-01-25 | 4 | -38/+97 | ||
| |/ | ||||||
| * | Merge pull request #12759 from liamwhite/mp-misc | 2024-01-25 | 4 | -4/+25 | ||
| |\ | | | | | core: miscellaneous fixes | |||||