Commit Graph

8817 Commits (adc617ccc4ccb3d116822f1a8cb559581f25827a)

Author SHA1 Message Date
bunnei 802bbb2263
Merge pull request #8559 from liamwhite/waiter-list
kernel: fix usage of waiter_list in Finalize
3 years ago
Kelebek1 b23c6b456c PR 3 years ago
Kelebek1 240650f6a6 Rework CoreTiming 3 years ago
liamwhite c765d5be0b
Merge pull request #8531 from FernandoS27/core-timing-fix-reg
Core timing: use only one thread.
3 years ago
Liam 1611c53c12 kernel: fix usage of waiter_list in Finalize 3 years ago
Mai 313f047f97
Merge pull request #8501 from liamwhite/backtrace-again
core/arm: better support for backtrace generation
3 years ago
liamwhite 7e75593c20
Merge pull request #8502 from liamwhite/end-wait
kernel: clean up waiting implementation
3 years ago
Fernando S d244677df9
Merge pull request #8492 from german77/no_more_errors
service: hid: Correct some mistakes and add more validations
3 years ago
liamwhite 07e3c56f0d
Merge pull request #8532 from liamwhite/fiber-supplements
common/fiber: make fibers easier to use
3 years ago
Morph 908c79881b
Merge pull request #8521 from lat9nq/gdbstub-in-bounds
gdbstub_arch: Directly access SP register
3 years ago
Fernando Sahmkow d3cb9201f1 Core timing: use only one thread. 3 years ago
Liam ed0319cfed common/fiber: make fibers easier to use 3 years ago
Fernando S 3f3c2dc20f
Merge pull request #8523 from liamwhite/sc-oopsie
cpu_manager: properly check idle on return from preemption
3 years ago
Morph 78ce053b4d
Merge pull request #8490 from liamwhite/read-code-stop
dynarmic: Stop ReadCode callbacks to unmapped addresses
3 years ago
Liam 2c1e2c63c3 cpu_manager: properly check idle on return from preemption 3 years ago
lat9nq 7b0affb6e0 gdbstub_arch: Directly access SP register
Currently to access the SP register, RegRead and RegWrite rely on a
out-of-bounds array access to reach the next element in a struct. As
of writing only git versions of GCC catch this error.

Specify the SP register when we want to access it in these functions.
3 years ago
Fernando S 603952bc27
Merge pull request #7454 from FernandoS27/new-core-timing
Core: Remake Core Timing
3 years ago
Fernando Sahmkow 3196d957b0 Adress Feedback. 3 years ago
Narr the Reg 36148fe7f6 service: hid: Correct some mistakes and add more validations 3 years ago
Morph 01bc0c84f0
Merge pull request #8512 from german77/nnResult
Replace multiple names with a better name
3 years ago
Fernando Sahmkow 86ccce3721 Address feedback. 3 years ago
Fernando Sahmkow 38e4a144a1 Core: Protect each event from race conditions within it. 3 years ago
Fernando Sahmkow 00b09de3d9 Core: add missing include. 3 years ago
Fernando Sahmkow a2d29412cb Core/Common: Corrections to core timing and add critical priority. 3 years ago
Fernando Sahmkow 846c994cc9 Core: Reimplement Core Timing. 3 years ago
bunnei c78f6d4f20
Merge pull request #8504 from comex/mesosphere-current-process
Support `InfoType_MesosphereCurrentProcess`
3 years ago
german77 7b48e7b363 core: kernel: Replace instances of KPageLinkedList with KPageGroup 3 years ago
german77 a7d9be1384 core: Replace all instances of ResultCode with Result 3 years ago
bunnei abfd690601
Merge pull request #8475 from liamwhite/x18
kernel: make current thread pointer thread local
3 years ago
comex bf7e78795f Re-add missing `case` and braces, and trim whitespace 3 years ago
comex a14438d013
Update src/core/hle/kernel/svc.cpp
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
3 years ago
comex 48737a4bb2 Support InfoType_MesosphereCurrentProcess 3 years ago
Liam 075155022e kernel: clean up waiting implementation 3 years ago
Liam 8f8c0b69dc core/arm: better support for backtrace generation 3 years ago
Liam 19f475fd70 gdbstub: fix register pokes 3 years ago
Liam 2c56e94702 kernel: make current thread pointer thread local 3 years ago
bunnei 95b844dbae
Merge pull request #8491 from Morph1984/extra-assert
KPageTable: Remove extraneous assert
3 years ago
bunnei 9da4e62573
Merge pull request #8483 from liamwhite/fire-emblem-three-semaphores
kernel: wait for threads to stop on pause
3 years ago
Morph 1c8f6ba18f KPageTable: Remove extraneous assert
Since start is always 0 and VAddr is unsigned, we can safely remove this assert.
3 years ago
Liam 1fd194141a dynarmic: Stop ReadCode callbacks to unmapped addresses 3 years ago
bunnei 737c446fc1
Merge pull request #8432 from liamwhite/watchpoint
core/debugger: memory breakpoint support
3 years ago
bunnei 73e13aa090
Merge pull request #8468 from liamwhite/dispatch-tracking
kernel: fix some uses of disable_count
3 years ago
Narr the Reg f37b2e6f10 service: am: Stub PerformSystemButtonPressingIfInFocus
Used by Ring Fit Adventure
3 years ago
Liam 24d7aaf43c kernel: wait for threads to stop on pause 3 years ago
Liam a6371fb69d core: fix initialization in single core, sync GPU mode 3 years ago
Nikita Strygin cf7e4bda92 Implement ExitProcess svc
Currently this just stops all the emulation
This works under assumption that only application will try to use
ExitProcess, with services not touching it
If application exits - it quite makes sense to end the emulation
3 years ago
Liam 208ed712f4 core/debugger: memory breakpoint support 3 years ago
Liam 744a208763 kernel: fix some uses of disable_count 3 years ago
Fernando S f86b770ff7
Merge pull request #8457 from liamwhite/kprocess-suspend
kernel: implement KProcess suspension
3 years ago
bunnei 5ace5c1b7a
Merge pull request #8317 from german77/notifa
service: notifa: Implement most part of this service
3 years ago