Historique des commits

Auteur SHA1 Message Date
  bunnei ab704acab8 hle: kernel: Ensure all kernel objects with KAutoObject are properly created. il y a 5 ans
  bunnei 722195cf70 hle: kernel: Use unique_ptr for suspend and dummy threads. il y a 5 ans
  bunnei addc0bf037 hle: kernel: Migrate KEvent to KAutoObject. il y a 5 ans
  bunnei 086db71e94 hle: kernel: Migrate KSharedMemory to KAutoObject. il y a 5 ans
  bunnei 7ccbdd4d8d hle: kernel: Migrate KProcess to KAutoObject. il y a 5 ans
  bunnei 5e5933256b hle: kernel: Refactor IPC interfaces to not use std::shared_ptr. il y a 5 ans
  bunnei da7e9553de hle: kernel: Migrate more of KThread to KAutoObject. il y a 5 ans
  bunnei 6fca1c82fd hle: kernel: svc: Migrate GetThreadPriority, StartThread, and ExitThread. il y a 5 ans
  bunnei de4746ff69 hle: kernel: svc: Migrate CreateThread. il y a 5 ans
  bunnei 0eeecde67c hle: kernel: Migrate idle threads. il y a 5 ans
  bunnei 479bd50b96 hle: kernel: Migrate KThread to KAutoObject. il y a 5 ans
  bunnei d3d0f2f451 hle: kernel: Add initial impl. of slab setup. il y a 5 ans
  bunnei 34bed1ab41 hle: kernel: Refactor out various KThread std::shared_ptr usage. il y a 5 ans
  bunnei d9df63583f core: Defer CoreTiming initialization. il y a 5 ans
  bunnei 3401676768 core: memory: Add a work-around to allocate and access kernel memory regions by vaddr. il y a 5 ans
  bunnei 02c2b28cd0 common: common_funcs: Add Size helper function. il y a 5 ans
  bunnei 66f2ad716b hle: kernel: Add initial impl. of KLinkedList. il y a 5 ans
  bunnei 74120c5e3a common: bit_util: Add BIT macro. il y a 5 ans
  bunnei f93d939426 hle: kernel: Add initial impl. of KSlabAllocated. il y a 5 ans
  bunnei 34ce1dd7c7 hle: kernel: Add initial impl. of KAutoObjectWithListContainer. il y a 5 ans
  bunnei b8751630e2 hle: kernel: Add initial impl. of KAutoObject. il y a 5 ans
  bunnei d9205f82b3 common: intrusive_red_black_tree: Disable static_assert that will not evaluate as constant on MSVC. il y a 5 ans
  bunnei b99fc70191 common: common_funcs: Add helper macros for non-copyable and non-moveable. il y a 5 ans
  bunnei 260b841dc3 Merge pull request #6279 from ogniK5377/nvhost-prof il y a 5 ans
  bunnei 0b7a03bd65 Update src/core/hle/service/nvdrv/interface.cpp il y a 5 ans
  bunnei 860d73637e Merge pull request #6283 from lioncash/unused-fields il y a 5 ans
  Lioncash cc47a6a9c2 service: Remove unused class variables il y a 5 ans
  bunnei 403cf6be69 Merge pull request #6281 from lioncash/shadow-field il y a 5 ans
  Lioncash 9e726a9250 service: Resolve cases of member field shadowing il y a 5 ans
  bunnei df51eb9bde Merge pull request #6278 from lioncash/misc-shadow il y a 5 ans