yuzu/src/core/hle/kernel
Subv b178089251 Kernel/Threads: Don't clear the CPU instruction cache when performing a context switch from an idle thread into a thread in the same process.
We were unnecessarily clearing the cache when going from Process A -> Idle -> Process A, this caused extreme performance regressions.
2017-09-15 14:26:15 -05:00
..
address_arbiter.cpp
address_arbiter.h
client_port.cpp
client_port.h
client_session.cpp Kernel/SVC: Pass the current thread as a parameter to ClientSession::SendSyncRequest. 2017-06-29 12:30:34 -05:00
client_session.h Kernel/SVC: Pass the current thread as a parameter to ClientSession::SendSyncRequest. 2017-06-29 12:30:34 -05:00
errors.h Kernel: Implement AcceptSession SVC 2017-06-23 11:26:37 -07:00
event.cpp
event.h
handle_table.cpp
handle_table.h
hle_ipc.cpp Kernel/IPC: Support translation of null handles 2017-06-21 14:27:03 -07:00
hle_ipc.h Kernel/IPC: Make HLERequestContext usable from outside kernel 2017-06-18 16:05:12 -07:00
kernel.cpp
kernel.h
memory.cpp Kernel/Memory: Changed GetPhysicalPointer so that it doesn't go through the current process' page table to obtain a pointer. 2017-09-15 14:26:13 -05:00
memory.h Kernel/Memory: Changed GetPhysicalPointer so that it doesn't go through the current process' page table to obtain a pointer. 2017-09-15 14:26:13 -05:00
mutex.cpp
mutex.h
process.cpp Kernel: Add comment about the extended linear heap area 2017-06-18 18:38:40 -07:00
process.h
resource_limit.cpp
resource_limit.h
semaphore.cpp
semaphore.h
server_port.cpp Kernel: Implement AcceptSession SVC 2017-06-23 11:26:37 -07:00
server_port.h Kernel: Implement AcceptSession SVC 2017-06-23 11:26:37 -07:00
server_session.cpp Merge pull request #2793 from Subv/replyandreceive 2017-06-29 17:05:22 -05:00
server_session.h Kernel/ServerSession: Keep track of which threads have issued sync requests. 2017-06-25 14:47:25 -05:00
session.cpp
session.h
shared_memory.cpp Memory: Make PhysicalToVirtualAddress return a boost::optional 2017-06-21 22:55:17 -07:00
shared_memory.h
thread.cpp Kernel/Threads: Don't clear the CPU instruction cache when performing a context switch from an idle thread into a thread in the same process. 2017-09-15 14:26:15 -05:00
thread.h
timer.cpp ResultVal: Remove MoveFrom() 2017-06-18 19:03:15 -07:00
timer.h
vm_manager.cpp Kernel/Memory: Give each Process its own page table. 2017-09-10 15:13:41 -05:00
vm_manager.h Kernel/Memory: Give each Process its own page table. 2017-09-10 15:13:41 -05:00
wait_object.cpp
wait_object.h