summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2018-10-12Merge pull request #1409 from DarkLordZach/key-derivationbunnei
2018-10-12Merge pull request #1483 from lioncash/codesetbunnei
2018-10-12Merge pull request #1481 from lioncash/typobunnei
2018-10-12Merge pull request #1467 from ogniK5377/svcbreak-type-fixbunnei
2018-10-12kernel/process: Make CodeSet a regular non-inherited objectLioncash
2018-10-12Merge pull request #1478 from ogniK5377/remap-invalidhandle-remapbunnei
2018-10-12Merge pull request #1482 from lioncash/initbunnei
2018-10-12Merge pull request #1479 from ogniK5377/nmap-revampedbunnei
2018-10-12thread: Remove unnecessary memset from ResetThreadContext()Lioncash
2018-10-12Returned an error before processing other remapsDavid Marcec
2018-10-12Made the minimum alignment more clearDavid Marcec
2018-10-12svc: Fix typos in sanitizing checks for MapMemory/UnmapMemoryLioncash
2018-10-11Merge pull request #1474 from ogniK5377/hwopus-decodeinterleavedwithperformancebunnei
2018-10-11Merge pull request #1472 from lioncash/sanbunnei
2018-10-11Added error codes for nvmapDavid Marcec
2018-10-11Passing an invalid nmap handle to Remap should throw an errorDavid Marcec
2018-10-11nvhost_as_gpu: Flush CPU VAddr on UnmapBuffer.bunnei
2018-10-11HwOpus, Implemented DecodeInterleavedWithPerformanceDavid Marcec
2018-10-10svc: Add missing address range sanitizing checks to MapMemory/UnmapMemoryLioncash
2018-10-10kernel/thread: Use a regular pointer for the owner/current processLioncash
2018-10-09Merge pull request #1461 from lioncash/warnbunnei
2018-10-09Merge pull request #1464 from lioncash/uniquebunnei
2018-10-10Changed all casts in svc_wrap.h to be static_cast insteadDavid Marcec
2018-10-10Use a better name than "dont_kill_application"David Marcec
2018-10-10Fixed incorrect types for svcBreakDavid Marcec
2018-10-09Merge pull request #1459 from ogniK5377/breakbunnei
2018-10-09Merge pull request #1465 from lioncash/telemetrybunnei
2018-10-09telemetry_session: Remove doxygen comment for a non-existent parameterLioncash
2018-10-09telemetry_session: Add missing includesLioncash
2018-10-09telemetry_session: Remove unimplemented FinalizeAsyncJob prototypeLioncash
2018-10-09telemetry_session: Use a std::array in GenerateTelemetryId()Lioncash
2018-10-09patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControl...Lioncash
2018-10-09ips_layer: Avoid constructing std::vector instances where not necessaryLioncash
2018-10-09ips_layer: Remove unnecessary explicit std::pair constructor in std::arrayLioncash
2018-10-09ips_layer: Add missing includesLioncash
2018-10-09ips_layer: std::move data within PatchIPS() and Apply()Lioncash
2018-10-09ips_layer: Silence truncation and conversion warningsLioncash
2018-10-09Added bitfield instead of manually checking if the bit is setDavid Marcec
2018-10-09Actual kill execution when the bit isn't set, not the other way aroundDavid Marcec
2018-10-09svcBreak, Signalling to the debugger should not kill executionDavid Marcec
2018-10-08Merge pull request #1423 from DarkLordZach/romfs-file-extsbunnei
2018-10-08Merge pull request #1424 from DarkLordZach/ips-witchbunnei
2018-10-08Merge pull request #1456 from ogniK5377/aoc-u-fixupsbunnei
2018-10-08Merge pull request #1457 from ogniK5377/unmap-bufferbunnei
2018-10-08Unmapping an unmapped buffer should succeedDavid Marcec
2018-10-07nso/nro: Use default allocation size for arg_dataZach Hilman
2018-10-07cmd: Support passing game arguments from command lineZach Hilman
2018-10-07settings: Add program_args string settingZach Hilman
2018-10-07nso/nro: Add NSO arguments structure to data sectionZach Hilman
2018-10-07partition_data_manager: Rename system files for hekateZach Hilman