| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #6170 from Morph1984/more-time-fixes | 2021-04-11 | 6 | -21/+38 | |
| |\ | | | | | service: time: Setup the network clock with the local clock context | ||||
| | * | service: time: Setup the network clock with the local clock context | 2021-04-08 | 6 | -21/+38 | |
| | | | | | | | | | Setting the network time allows some time based events using the network clock to not reset. | ||||
| * | | Merge pull request #6167 from Morph1984/time-fix | 2021-04-10 | 1 | -3/+8 | |
| |\ \ | | | | | | | service: time: Fix CalculateStandardUserSystemClockDifferenceByUser | ||||
| | * | | service: time: Fix CalculateStandardUserSystemClockDifferenceByUser | 2021-04-07 | 1 | -3/+8 | |
| | | | | | | | | | | | | | CalculateStandardUserSystemClockDifferenceByUser passes in the ClockSnapshots through 2 input buffers and not as raw arguments. Fix this by reading the 2 input buffers instead of popping raw arguments. | ||||
| * | | | Merge pull request #6112 from ogniK5377/pctl | 2021-04-10 | 6 | -31/+254 | |
| |\ \ \ | | | | | | | | | pctl: Rework how pctl works to be more accurate | ||||
| | * | | | Addressed issues | 2021-03-30 | 2 | -21/+22 | |
| | | | | | |||||
| | * | | | pctl: Rework how pctl works to be more accurate | 2021-03-27 | 6 | -31/+253 | |
| | | | | | | | | | | | | | | | | | Introduces the usage of compatibilities to allow it the module to be closer to how it works on hardware. | ||||
| * | | | | Merge pull request #6172 from degasus/cmake_opus | 2021-04-10 | 1 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | externals: Search for shared opus installation. | ||||
| | * | | | | externals: Search for shared opus installation. | 2021-04-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We had used conan for opus before, but there was a bug in the AVX detection. However we still had the Findopus.cmake file within the repository, but not used. This patch reenables the Findopus helper and prefer the system wide installation of opus. | ||||
| * | | | | | Merge pull request #6099 from bunnei/derive-mem | 2021-04-10 | 24 | -173/+2095 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Kernel Rework: Derive memory regions from board layout. | ||||
| | * | | | | | hle: kernel: Breakup InitializeMemoryLayout. | 2021-03-23 | 1 | -3/+7 | |
| | | | | | | | |||||
| | * | | | | | hle: kernel: k_memory_region_type: Minor code cleanup. | 2021-03-23 | 1 | -13/+12 | |
| | | | | | | | |||||
| | * | | | | | hle: kernel: k_memory_region: Minor code cleanup. | 2021-03-23 | 1 | -7/+5 | |
| | | | | | | | |||||
| | * | | | | | hle: kernel: k_memory_layout: Use pair instead of tuple. | 2021-03-23 | 1 | -2/+4 | |
| | | | | | | | |||||
| | * | | | | | hle: kernel: k_system_control: Remove unnecessary inline. | 2021-03-23 | 1 | -4/+4 | |
| | | | | | | | |||||
| | * | | | | | common: common_sizes: Move sizes to the Common namespace. | 2021-03-23 | 4 | -45/+46 | |
| | | | | | | | |||||
| | * | | | | | hle: kernel: Merge KMemoryRegionAttr and KMemoryRegionType. | 2021-03-21 | 2 | -11/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Fixes clang errors with mixed enum arithmetic. | ||||
| | * | | | | | hle: kernel: Remove unused variable. | 2021-03-21 | 1 | -1/+0 | |
| | | | | | | | |||||
| | * | | | | | hle: kernel: k_memory_region_type: Remove extra ". | 2021-03-21 | 1 | -1/+1 | |
| | | | | | | | |||||
| | * | | | | | hle: kernel: k_memory_layout: Move KMemoryRegionAllocator out of global. | 2021-03-21 | 3 | -35/+47 | |
| | | | | | | | |||||
| | * | | | | | hle: kernel: k_memory_layout: Derive memory regions based on board layout. | 2021-03-21 | 6 | -56/+1033 | |
| | | | | | | | |||||
| | * | | | | | common: common_sizes: Move Invalid to Size_* prefix and add missing values. | 2021-03-21 | 1 | -14/+14 | |
| | | | | | | | |||||
| | * | | | | | hle: kernel: k_memory_region: Refactor to simplify code. | 2021-03-21 | 2 | -83/+89 | |
| | | | | | | | |||||
| | * | | | | | hle: kernel: board: k_system_control: Extend to include memory region sizes. | 2021-03-21 | 2 | -1/+125 | |
| | | | | | | | |||||
| | * | | | | | hle: kernel: board: Add secure_monitor module. | 2021-03-21 | 2 | -0/+27 | |
| | | | | | | | |||||
| | * | | | | | common: Move common sizes to their own header for code reuse. | 2021-03-21 | 1 | -13/+1 | |
| | | | | | | | |||||
| | * | | | | | hle: kernel: k_address_space_info: Cleanup. | 2021-03-21 | 1 | -9/+9 | |
| | | | | | | | |||||
| | * | | | | | hle: kernel: Add k_trace module. | 2021-03-21 | 2 | -0/+13 | |
| | | | | | | | |||||
| | * | | | | | hle: kernel: KSystemControl: Update to reflect board-specific behavior. | 2021-03-21 | 4 | -10/+41 | |
| | | | | | | | |||||
| | * | | | | | hle: kernel: KMemoryManager: Add CalculateManagementOverheadSize. | 2021-03-21 | 2 | -0/+26 | |
| | | | | | | | |||||
| | * | | | | | hle: kernel: KMemoryManager: Add aliases. | 2021-03-21 | 1 | -0/+4 | |
| | | | | | | | |||||
| | * | | | | | hle: kernel: Add architecture and board specific memory regions. | 2021-03-21 | 2 | -0/+72 | |
| | | | | | | | |||||
| | * | | | | | hle: kernel: KMemoryRegion: Derive region values. | 2021-03-21 | 1 | -0/+327 | |
| | | | | | | | |||||
| | * | | | | | hle: kernel: Migrate some code from Common::SpinLock to KSpinLock. | 2021-03-21 | 5 | -25/+25 | |
| | | | | | | | |||||
| | * | | | | | hle: kernel: Add initial KMemoryRegionType module. | 2021-03-21 | 3 | -18/+41 | |
| | | | | | | | |||||
| | * | | | | | hle: kernel: Move KMemoryRegion to its own module and update. | 2021-03-21 | 4 | -31/+322 | |
| | | | | | | | |||||
| * | | | | | | Merge pull request #6171 from german77/services | 2021-04-09 | 30 | -97/+137 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | service: Update service function tables and use proper names | ||||
| | * | | | | | | wlan: Update to 12.x | 2021-04-08 | 1 | -0/+7 | |
| | | | | | | | | |||||
| | * | | | | | | usb: Use proper names | 2021-04-08 | 1 | -21/+21 | |
| | | | | | | | | |||||
| | * | | | | | | ITimeZoneService: Update to 12.x | 2021-04-08 | 1 | -0/+1 | |
| | | | | | | | | |||||
| | * | | | | | | spl: Update to 12.x | 2021-04-08 | 1 | -0/+3 | |
| | | | | | | | | |||||
| | * | | | | | | sfdnsres: Use proper names | 2021-04-08 | 1 | -2/+2 | |
| | | | | | | | | |||||
| | * | | | | | | nsd: Update to 12.x | 2021-04-08 | 1 | -0/+1 | |
| | | | | | | | | |||||
| | * | | | | | | ethc: Update to 12.x | 2021-04-08 | 1 | -0/+1 | |
| | | | | | | | | |||||
| | * | | | | | | sm: Use proper names, update to 12.x | 2021-04-08 | 1 | -4/+5 | |
| | | | | | | | | |||||
| | * | | | | | | set_sys: Update to 12.x | 2021-04-08 | 1 | -0/+6 | |
| | | | | | | | | |||||
| | * | | | | | | pctl_module: Update to 12.x | 2021-04-08 | 1 | -0/+3 | |
| | | | | | | | | |||||
| | * | | | | | | pcie: Use proper names | 2021-04-08 | 1 | -1/+1 | |
| | | | | | | | | |||||
| | * | | | | | | olsc: Update to 12.x | 2021-04-08 | 1 | -0/+1 | |
| | | | | | | | | |||||
| | * | | | | | | pl_u: Update to 12.x | 2021-04-08 | 1 | -0/+4 | |
| | | | | | | | | |||||