Historial de Commits

Autor SHA1 Mensaje Fecha
  bunnei 10d6e9f32b hle: kernel: Breakup InitializeMemoryLayout. hace 5 años
  bunnei ab5995c7ae common: common_sizes: Move sizes to the Common namespace. hace 5 años
  bunnei 3ffbe50e7d hle: kernel: Remove unused variable. hace 5 años
  bunnei 343eaecd38 hle: kernel: k_memory_layout: Derive memory regions based on board layout. hace 5 años
  bunnei 778e0f8ec1 hle: kernel: Move KMemoryRegion to its own module and update. hace 5 años
  bunnei 47af34003b hle: kernel: KThread: Rework dummy threads & fix memory leak. hace 5 años
  bunnei 09f7c355c6 Merge pull request #5953 from bunnei/memory-refactor-1 hace 5 años
  ameerj 8e4c9c9852 kernel: Fix resource release exception on exit hace 5 años
  bunnei b1e27890e8 hle: kernel: Migrate MemoryManager to KMemoryManager. hace 5 años
  bunnei 65e0178cc0 hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others. hace 5 años
  bunnei 9e520e8f12 hle: kernel: Migrate SlabHeap to KSlabHeap. hace 5 años
  bunnei 1d162f28d1 hle: kernel: Migrate MemoryLayout to KMemoryLayout. hace 5 años
  bunnei 0d62f30b00 hle: kernel: Rename SharedMemory to KSharedMemory. hace 5 años
  ameerj ec9b6641b1 kernel: More accurately reserve and release resources hace 5 años
  Chloe 37939482fb kernel: Unify result codes (#5890) hace 5 años
  Chloe Marcec 2c6e940493 Simplify limitableresource names hace 5 años
  Chloe Marcec 3be1a565f8 kernel: Rewrite resource limit to be more accurate hace 5 años
  bunnei ff46ef7ea3 hle: kernel: threading: Fix bug with host thread naming. hace 5 años
  bunnei 6e953f7f02 hle: kernel: Allocate a dummy KThread for each host thread, and use it for scheduling. hace 5 años
  bunnei 0a1449e04b kernel: Fix build errors. hace 5 años
  bunnei cdd14b03e5 hle: kernel: Recode implementation of KThread to be more accurate. hace 5 años
  bunnei 1f99f5473c kernel: k_light_lock: Simplify EmuThreadHandle implementation. hace 5 años
  bunnei 0530292b97 hle: kernel: KThread: Fix ThreadType definition. hace 5 años
  bunnei 4782985013 hle: kernel: Move single core "phantom mode" out of KThread. hace 5 años
  bunnei eea346ba8e hle: kernel: KThread: Remove thread types that do not exist. hace 5 años
  bunnei c0d3aef28c core: hle: kernel: Rename Thread to KThread. hace 5 años
  bunnei 03dfc8d8e7 hle: kernel: thread: Preserve thread wait reason for debugging only. hace 5 años
  bunnei d1309fb275 hle: kernel: Rename thread "status" to "state". hace 5 años
  bunnei c3c43e32fc hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single ThreadState. hace 5 años
  bunnei 35c3c078e3 core: hle: kernel: Update KSynchronizationObject. hace 5 años