| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Merge pull request #6172 from degasus/cmake_opus | 2021-04-10 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | externals: Search for shared opus installation. | 2021-04-08 | 1 | -1/+1 | ||
| * | | | | | | | Merge pull request #6099 from bunnei/derive-mem | 2021-04-10 | 24 | -173/+2095 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | 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 | ||
| | * | | | | | | | 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 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | 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 | ||
| | * | | | | | | | | ldr: Use proper names | 2021-04-08 | 1 | -16/+16 | ||
| | * | | | | | | | | arp: Use proper names, update to 12.x | 2021-04-08 | 2 | -3/+10 | ||
| | * | | | | | | | | caps_u: Update to 12.x | 2021-04-08 | 1 | -0/+1 | ||
| | * | | | | | | | | caps_a: Update to 12.x | 2021-04-08 | 1 | -0/+1 | ||
| | * | | | | | | | | bpc: Use proper names | 2021-04-08 | 1 | -2/+2 | ||
| | * | | | | | | | | bcat_module: Update to 12.x | 2021-04-08 | 1 | -0/+2 | ||
| | * | | | | | | | | codecctl: Use proper names | 2021-04-08 | 1 | -13/+13 | ||