| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-25 | Merge pull request #9119 from liamwhite/shutdown-barrier | liamwhite | |
| core: barrier service thread shutdown | |||
| 2022-10-23 | core: barrier service thread shutdown | Liam | |
| 2022-10-22 | general: Enforce C4800 everywhere except in video_core | Morph | |
| 2022-10-21 | k_session_request: Add missing override specifier | Lioncash | |
| 2022-10-21 | k_session_request: Turn C-style array into std::array | Lioncash | |
| Makes for stronger typing and allows tooling bounds checks provided by the standard library for debugging purposes. | |||
| 2022-10-21 | k_session_request: Simplify constructor initialization | Lioncash | |
| 2022-10-19 | kernel: remove most SessionRequestManager handling from KServerSession | Liam | |
| 2022-10-19 | kernel: add KSessionRequest | Liam | |
| 2022-10-19 | Merge pull request #9083 from liamwhite/take-a-chance-on-me | liamwhite | |
| kernel: fix slab heap ABA | |||
| 2022-10-19 | core: hle: kernel: Migrate ProcessState to enum class. | bunnei | |
| 2022-10-18 | core: hle: kernel: Use result macros for new/changed code. | bunnei | |
| 2022-10-18 | core: hle: kernel: Fix InitializePreemption order. | bunnei | |
| 2022-10-18 | core: hle: kernel: k_process: Improve management of page table & cleanup. | bunnei | |
| 2022-10-18 | core: hle: kernel: k_interrupt_manager: HandleInterrupt should not depend on ↵ | bunnei | |
| current process. | |||
| 2022-10-18 | core: hle: kernel: Remove junk. | bunnei | |
| 2022-10-18 | core: hle: kernel: k_page_table: Impl. LockForUn/MapDeviceAddressSpace, cleanup. | bunnei | |
| 2022-10-18 | core: hle: kernel: Integration application memory block slab manager. | bunnei | |
| 2022-10-18 | core: hle: kernel: k_page_table: Update, and integrate with new ↵ | bunnei | |
| KMemoryBlockManager/SlabManager. | |||
| 2022-10-18 | core: hle: kernel: k_memory_block: Update. | bunnei | |
| 2022-10-18 | core: hle: kernel: k_memory_block_manager: Update. | bunnei | |
| 2022-10-18 | core: hle: kernel: k_thread: Implement thread termination DPC. | bunnei | |
| 2022-10-18 | core: hle: kernel: Add KDynamicResourceManager. | bunnei | |
| 2022-10-18 | core: hle: kernel: Add KDynamicSlabHeap. | bunnei | |
| 2022-10-18 | core: hle: kernel: Add KDynamicPageManager. | bunnei | |
| 2022-10-18 | core: hle: kernel: k_process: Change Status -> State. | bunnei | |
| 2022-10-18 | core: hle: kernel: svc_types: Add SystemThreadPriorityHighest and ProcessState. | bunnei | |
| 2022-10-18 | core: device_memory: Templatize GetPointer(..). | bunnei | |
| 2022-10-18 | core: hle: kernel: svc_common: Add WaitInfinite & cleanup. | bunnei | |
| 2022-10-17 | kernel: fix slab heap ABA | Liam | |
| 2022-10-14 | Merge pull request #9061 from liamwhite/writable-event | liamwhite | |
| kernel: remove KWritableEvent | |||
| 2022-10-12 | kernel: remove KWritableEvent | Liam | |
| 2022-10-11 | k_server_session: preliminary support for userspace server sessions | Liam | |
| 2022-10-11 | Add implementation of svcCreateSession | Liam | |
| 2022-10-03 | common: remove "yuzu:" prefix from thread names | Liam | |
| 2022-08-07 | Merge pull request #8637 from liamwhite/bad-interrupts | bunnei | |
| kernel: unlayer CPU interrupt handling | |||
| 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-25 | kernel: unlayer CPU interrupt handling | Liam | |
| 2022-07-25 | Merge pull request #8549 from liamwhite/kscheduler-sc | Morph | |
| kernel: use KScheduler from Mesosphere | |||
| 2022-07-22 | Project Andio | Kelebek1 | |
| 2022-07-15 | KCodeMemory: Mark virtual methods as override | Merry | |
| 2022-07-14 | kernel: Ensure all uses of disable_count are balanced | Liam | |
| 2022-07-14 | kernel: be more careful about initialization path for HLE threads | Liam | |
| 2022-07-14 | kernel: fix single-core preemption points | Liam | |
| 2022-07-14 | kernel: fix issues with single core mode | Liam | |
| 2022-07-14 | kernel: use KScheduler from mesosphere | Liam | |
| 2022-07-11 | Merge pull request #8559 from liamwhite/waiter-list | bunnei | |
| kernel: fix usage of waiter_list in Finalize | |||
| 2022-07-10 | PR | Kelebek1 | |
| 2022-07-10 | Rework CoreTiming | Kelebek1 | |
| 2022-07-09 | kernel: fix usage of waiter_list in Finalize | Liam | |
| 2022-07-07 | Merge pull request #8502 from liamwhite/end-wait | liamwhite | |
| kernel: clean up waiting implementation | |||
