index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tests
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ring_buffer: Remove granularity template argument
MerryMage
2021-02-06
1
-5
/
+5
*
Merge pull request #5262 from ReinUsesLisp/buffer-base
Rodrigo Locatti
2021-01-16
2
-0
/
+474
|
\
|
*
tests: Add unit tests for the GPU range tracking buffer container
ReinUsesLisp
2021-01-13
2
-0
/
+474
*
|
common/bit_util: Replace CLZ/CTZ operations with standardized ones
Lioncash
2021-01-15
2
-24
/
+0
|
/
*
tests/ring_buffer: Silence signed/unsigned mismatch warnings
ReinUsesLisp
2021-01-08
1
-15
/
+15
*
general: Fix various spelling errors
Morph
2021-01-02
1
-2
/
+2
*
memory: Remove MemoryHook
MerryMage
2021-01-01
3
-240
/
+0
*
hle: kernel: Separate KScheduler from GlobalSchedulerContext class.
bunnei
2020-12-06
2
-56
/
+0
*
tests: Fix warning about comparison between signed and unsigned
comex
2020-11-27
1
-2
/
+2
*
tests: Fix data race in fibers test
ReinUsesLisp
2020-10-28
1
-31
/
+40
*
tests/core_timing: Remove pragma optimize(off)
Lioncash
2020-08-03
1
-9
/
+5
*
core_timing: Make use of uintptr_t to represent user_data
Lioncash
2020-07-27
1
-2
/
+2
*
core_timing: Make TimedCallback take std::chrono::nanoseconds
Lioncash
2020-07-15
1
-6
/
+8
*
core_timing: Make use of std::chrono with ScheduleEvent
Lioncash
2020-07-15
1
-5
/
+8
*
Core/Common: Address Feedback.
Fernando Sahmkow
2020-06-27
1
-1
/
+1
*
Tests/CoreTiming: Correct host timing tests.
Fernando Sahmkow
2020-06-27
2
-157
/
+14
*
CoreTiming: Correct rebase bugs and other miscellaneous things.
Fernando Sahmkow
2020-06-27
1
-4
/
+6
*
General: Cleanup legacy code.
Fernando Sahmkow
2020-06-27
1
-0
/
+1
*
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-06-27
2
-100
/
+85
*
Tests/HostTiming: Correct GCC Compile error.
Fernando Sahmkow
2020-06-18
1
-15
/
+14
*
Common/Fiber: Implement Rewinding.
Fernando Sahmkow
2020-06-18
1
-0
/
+46
*
Common/Tests: Address Feedback
Fernando Sahmkow
2020-06-18
2
-24
/
+24
*
Common/Tests: Clang Format.
Fernando Sahmkow
2020-06-18
1
-9
/
+14
*
Common: Implement WallClock Interface and implement a native clock for x64
Fernando Sahmkow
2020-06-18
1
-26
/
+19
*
Tests: Add base tests to host timing
Fernando Sahmkow
2020-06-18
2
-0
/
+151
*
Common: Polish Fiber class, add comments, asserts and more tests.
Fernando Sahmkow
2020-06-18
1
-1
/
+94
*
Tests: Add tests for fibers and refactor/fix Fiber class
Fernando Sahmkow
2020-06-18
2
-0
/
+215
*
Merge pull request #3697 from lioncash/declarations
bunnei
2020-04-23
1
-8
/
+10
|
\
|
*
General: Resolve warnings related to missing declarations
Lioncash
2020-04-16
1
-8
/
+10
*
|
arm_test_common: Updates for new VMM.
bunnei
2020-04-17
1
-6
/
+2
|
/
*
core/memory: Migrate over memory mapping functions to the new Memory class
Lioncash
2019-11-26
1
-7
/
+8
*
core_timing: Use better reference tracking for EventType. (#3159)
bunnei
2019-11-26
1
-66
/
+18
*
Core_Timing: Fix tests.
Fernando Sahmkow
2019-10-12
1
-2
/
+2
*
Core Timing: General corrections and added tests.
Fernando Sahmkow
2019-10-09
1
-3
/
+153
*
Tests: Eliminate old Core Timing Tests
Fernando Sahmkow
2019-10-09
1
-193
/
+0
*
Merge pull request #2583 from FernandoS27/core-timing-safe
bunnei
2019-06-30
1
-10
/
+10
|
\
|
*
Core_Timing: Make core_timing threadsafe by default.
Fernando Sahmkow
2019-06-16
1
-10
/
+10
*
|
kernel: Differentiate kernel and user processes when picking ID
Zach Hilman
2019-06-10
1
-1
/
+2
|
/
*
kernel: Handle page table switching within MakeCurrentProcess()
Lioncash
2019-04-07
1
-2
/
+1
*
Fixes and corrections on formatting.
Fernando Sahmkow
2019-03-27
2
-30
/
+11
*
Add MultiLevelQueue Tests
Fernando Sahmkow
2019-03-27
2
-0
/
+56
*
Implement intrinsics CountTrailingZeroes and test it.
Fernando Sahmkow
2019-03-27
2
-0
/
+43
*
Merge pull request #2090 from FearlessTobi/port-4599
bunnei
2019-03-20
2
-0
/
+91
|
\
|
*
common/bitfield: make it endianness-aware
Weiyi Wang
2019-02-06
2
-0
/
+91
*
|
core: Move PageTable struct into Common.
bunnei
2019-03-16
2
-5
/
+6
*
|
kernel: Make the address arbiter instance per-process
Lioncash
2019-03-07
1
-1
/
+1
*
|
kernel/address_arbiter: Pass in system instance to constructor
Lioncash
2019-03-05
1
-3
/
+3
*
|
core_timing: Convert core timing into a class
Lioncash
2019-02-15
1
-103
/
+112
*
|
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2019-02-12
1
-84
/
+85
|
/
*
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-30
2
-10
/
+10
[prev]
[next]