summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: implement GetGaiStringErrorRequest, IContextRegistrarGravatar Liam2023-07-2210-5/+115
* Merge pull request #11094 from liamwhite/getGravatar liamwhite2023-07-2220-158/+85
|\
| * kernel: reduce page table region checkingGravatar Liam2023-07-147-85/+21
| * k_process: PageTable -> GetPageTableGravatar Liam2023-07-1419-75/+66
* | Merge pull request #11113 from liamwhite/nsd1Gravatar bunnei2023-07-212-1/+17
|\ \
| * | nsd: add GetApplicationServerEnvironmentTypeGravatar Liam2023-07-172-1/+17
* | | core: remove remaining uses of dynamic_castGravatar Liam2023-07-211-2/+6
* | | Merge pull request #11096 from german77/amiiboooGravatar liamwhite2023-07-217-54/+143
|\ \ \
| * | | service: nfc: Update Implementation to match with latest REGravatar Narr the Reg2023-07-177-54/+143
| | |/ | |/|
* | | Merge pull request #11116 from lat9nq/clang-shadowingGravatar liamwhite2023-07-192-5/+5
|\ \ \
| * | | general: Silence -Wshadow{,-uncaptured-local} warningsGravatar lat9nq2023-07-182-5/+5
* | | | Merge pull request #11114 from Kelebek1/warningsGravatar liamwhite2023-07-191-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Debug SetIdleTimeDetectionExtensionGravatar Kelebek12023-07-181-2/+2
| |/ /
* | | ssl: Link with crypt32 for secure channel backendGravatar Morph2023-07-171-0/+1
* | | ssl: Reorder inclusionsGravatar Morph2023-07-175-24/+27
* | | network: Forward declarationsGravatar Morph2023-07-172-3/+5
| |/ |/|
* | Merge pull request #10912 from comex/sslGravatar liamwhite2023-07-1615-205/+2072
|\ \ | |/ |/|
| * Rename variables to avoid -Wshadow warnings under GCCGravatar comex2023-07-011-5/+5
| * ...actually add the SecureTransport backend to Git.Gravatar comex2023-07-011-0/+219
| * Updates:Gravatar comex2023-07-015-207/+268
| * Merge remote-tracking branch 'origin/master' into sslGravatar comex2023-07-0158-436/+417
| |\
| * | PR feedback + constificationGravatar comex2023-06-258-60/+62
| * | re-formatGravatar comex2023-06-251-4/+5
| * | Fix more Windows build errorsGravatar comex2023-06-252-23/+30
| * | ssl: fix compatibility with OpenSSL 1.1.1Gravatar comex2023-06-251-1/+10
| * | Fixes:Gravatar comex2023-06-252-1/+2
| * | ssl: rename argument to avoid false positive codespell warningGravatar comex2023-06-251-2/+2
| * | Implement SSL serviceGravatar comex2023-06-2514-203/+1770
* | | Merge pull request #10985 from liamwhite/handle-translateGravatar bunnei2023-07-112-7/+770
|\ \ \
| * | | k_server_session: translate special header for non-HLE requestsGravatar Liam2023-07-082-7/+770
* | | | Merge pull request #10996 from Kelebek1/readblock_optimisationGravatar bunnei2023-07-101-10/+22
|\ \ \ \ | |/ / / |/| | |
| * | | Use spans over guest memory where possible instead of copying data.Gravatar Kelebek12023-07-021-10/+22
* | | | service: nfc: Ensure controller is in the correct modeGravatar german772023-07-021-11/+21
|/ / /
* | | Merge pull request #10969 from Morph1984/k-synchronizeGravatar liamwhite2023-07-023-36/+52
|\ \ \
| * | | kernel: SynchronizeGravatar Morph2023-07-013-36/+52
| | |/ | |/|
* | | parcel: Optimize small_vector sizesGravatar Morph2023-06-301-11/+13
* | | general: Use ScratchBuffer where possibleGravatar Morph2023-06-306-45/+53
|/ /
* | Merge pull request #10859 from liamwhite/no-more-atomic-waitGravatar liamwhite2023-06-234-18/+10
|\ \
| * | general: remove atomic signal and waitGravatar Liam2023-06-224-18/+10
* | | Merge pull request #10842 from german77/native_mifareGravatar liamwhite2023-06-237-116/+109
|\ \ \
| * | | input_common: Implement native mifare supportGravatar Narr the Reg2023-06-217-116/+109
* | | | Remove memory allocations in some hot pathsGravatar Kelebek12023-06-2237-275/+270
| |/ / |/| |
* | | Merge pull request #10086 from Morph1984/coretiming-ng-1Gravatar bunnei2023-06-2111-27/+24
|\ \ \
| * | | nvdisp: Fix SingleCore frametime reportingGravatar Morph2023-06-071-1/+1
| * | | core_timing: Fix SingleCore cycle timerGravatar Morph2023-06-071-9/+1
| * | | time: Use compile time division for TimeSpanType conversionGravatar Morph2023-06-075-11/+15
| * | | core_timing: Use CNTPCT as the guest CPU tickGravatar Morph2023-06-073-5/+5
| * | | nvnflinger: Acquire lock prior to signaling the vsync variableGravatar Morph2023-06-071-1/+2
* | | | time_zone_manager: Add null terminatorGravatar lat9nq2023-06-201-2/+4
* | | | time_zone_manager: Stop on commaGravatar lat9nq2023-06-201-1/+3
| |_|/ |/| |