| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-19 | scope_exit: Make constexpr | FearlessTobi | |
| Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it. | |||
| 2024-02-09 | core: fix multiprocess with nce | Liam | |
| 2024-01-18 | Core: Make sure GPU Dirty Managers ae shared by all processes. | Fernando Sahmkow | |
| 2024-01-15 | Merge pull request #12677 from GPUCode/whyy-modders | liamwhite | |
| core: Support multiple modules per patcher | |||
| 2024-01-15 | core: Support multiple modules per patcher | GPUCode | |
| 2024-01-12 | kernel: fix page leak on process termination | Liam | |
| 2023-12-25 | core: track separate heap allocation for linux | Liam | |
| 2023-12-22 | kernel: restrict nce to applications | Liam | |
| 2023-12-22 | general: properly support multiple memory instances | Liam | |
| 2023-12-22 | kernel: instantiate memory separately for each guest process | Liam | |
| 2023-12-04 | core: refactor emulated cpu core activation | Liam | |
| 2023-11-26 | general: fix mac compile | Liam | |
| 2023-11-25 | arm: Implement native code execution backend | Liam | |
| 2023-11-25 | kernel: Manually specify aslr region start | Liam | |
| 2023-11-10 | kernel: add KPageTableBase | Liam | |
| Co-authored-by: Kelebek1 <eeeedddccc@hotmail.co.uk> | |||
| 2023-10-21 | kernel: update KProcess | Liam | |
| 2023-10-20 | kernel: fix incorrect calculation of used non system memory value | Liam | |
| 2023-09-14 | core: improve debug workflow | Liam | |
| 2023-08-25 | kernel: offset code entry point for 39-bit address space type (#11326) | liamwhite | |
| 2023-08-02 | Merge pull request #10839 from lat9nq/pgc-plus | liamwhite | |
| general: Reimplement per-game configurations | |||
| 2023-07-21 | settings,core,config_sys: Remove optional type from custom_rtc, rng_seed | lat9nq | |
| core: Fix MSVC errors | |||
| 2023-07-14 | k_process: PageTable -> GetPageTable | Liam | |
| 2023-03-23 | memory: rename global memory references to application memory | Liam | |
| 2023-03-22 | kernel: use KTypedAddress for addresses | Liam | |
| 2023-03-12 | kernel: additional style fixes to KThread, KProcess | Liam | |
| 2023-03-12 | kernel: convert KProcess to new style | Liam | |
| 2023-03-12 | kernel: convert KThread to new style | Liam | |
| 2023-03-12 | kernel: prefer std::addressof | Liam | |
| 2023-03-12 | kernel: remove kernel_ | Liam | |
| 2023-03-12 | general: fix spelling mistakes | Liam | |
| 2023-03-01 | kernel: be more careful about kernel address keys | Liam | |
| 2023-03-01 | kernel: refactor priority inheritance to represent locks as C++ objects | Liam | |
| 2023-02-21 | service: refactor server architecture | Liam | |
| Converts services to have their own processes | |||
| 2023-02-10 | core: kernel: k_process: Use application system resource. | bunnei | |
| 2023-01-22 | kernel: KPageTable: update | Liam | |
| 2022-12-15 | kernel: process: Implement GetFreeThreadCount | Narr the Reg | |
| Used by Just DanceĀ® 2023 Edition | |||
| 2022-11-13 | Add break for default cases | Kyle Kienapfel | |
| Visual Studio has an option to search all files in a solution, so I did a search in there for "default:" looking for any missing break statements. I've left out default statements that return something, and that throw something, even if via ThrowInvalidType. UNREACHABLE leads towards throw R_THROW macro leads towards a return | |||
| 2022-11-09 | kernel/svc_types: refresh | Liam | |
| 2022-11-03 | core: hle: kernel: Integrate system KSystemResource. | bunnei | |
| 2022-10-18 | core: hle: kernel: Use result macros for new/changed code. | bunnei | |
| 2022-10-18 | core: hle: kernel: k_process: Improve management of page table & cleanup. | bunnei | |
| 2022-10-18 | core: hle: kernel: Integration application memory block slab manager. | bunnei | |
| 2022-10-18 | core: hle: kernel: k_process: Change Status -> State. | bunnei | |
| 2022-07-27 | chore: make yuzu REUSE compliant | Andrea Pappacoda | |
| [REUSE] is a specification that aims at making file copyright information consistent, so that it can be both human and machine readable. It basically requires that all files have a header containing copyright and licensing information. When this isn't possible, like when dealing with binary assets, generated files or embedded third-party dependencies, it is permitted to insert copyright information in the `.reuse/dep5` file. Oh, and it also requires that all the licenses used in the project are present in the `LICENSES` folder, that's why the diff is so huge. This can be done automatically with `reuse download --all`. The `reuse` tool also contains a handy subcommand that analyzes the project and tells whether or not the project is (still) compliant, `reuse lint`. Following REUSE has a few advantages over the current approach: - Copyright information is easy to access for users / downstream - Files like `dist/license.md` do not need to exist anymore, as `.reuse/dep5` is used instead - `reuse lint` makes it easy to ensure that copyright information of files like binary assets / images is always accurate and up to date To add copyright information of files that didn't have it I looked up who committed what and when, for each file. As yuzu contributors do not have to sign a CLA or similar I couldn't assume that copyright ownership was of the "yuzu Emulator Project", so I used the name and/or email of the commit author instead. [REUSE]: https://reuse.software Follow-up to 01cf05bc75b1e47beb08937439f3ed9339e7b254 | |||
| 2022-07-07 | Merge pull request #8502 from liamwhite/end-wait | liamwhite | |
| kernel: clean up waiting implementation | |||
| 2022-06-26 | core: Replace all instances of ResultCode with Result | german77 | |
| 2022-06-25 | kernel: clean up waiting implementation | Liam | |
| 2022-06-23 | kernel: make current thread pointer thread local | Liam | |
| 2022-06-21 | Merge pull request #8432 from liamwhite/watchpoint | bunnei | |
| core/debugger: memory breakpoint support | |||
| 2022-06-16 | core/debugger: memory breakpoint support | Liam | |
