index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
Age
Commit message (
Expand
)
Author
2018-06-01
Service/time: implement posix time to calendar conversion
mailwl
2018-05-31
Merge pull request #488 from Subv/thread_masks
bunnei
2018-05-30
Kernel/Thread: Corrected a typo that caused the affinity mask to never be cha...
Subv
2018-05-30
Kernel/SVC: Support special core values -2 and -3 in svcSetThreadCoreMask.
Subv
2018-05-30
add IPC CommandType & Some HID FunctionInfo (#487)
greggameplayer
2018-05-30
Kernel/Thread: Corrected a typo in an assert about the processor id.
Subv
2018-05-29
nvhost_ctrl: Stub out IocCtrlEventRegister.
bunnei
2018-05-29
nvhost_ctrl: Stub out IocCtrlEventWaitAsyncCommand.
bunnei
2018-05-28
Service/BCAT: add module and services
mailwl
2018-05-27
Merge pull request #475 from ogniK5377/nvos-getconfig
bunnei
2018-05-26
NvOsGetConfigU32 should return null instead of 0 for default output
David Marcec
2018-05-26
am: Stub IApplicationFunctions GetDisplayVersion.
bunnei
2018-05-25
Add & correct miscellaneous things (#470)
greggameplayer
2018-05-25
Merge pull request #466 from mailwl/nv-timeout
bunnei
2018-05-25
GetAudioRendererWorkBufferSize impl (#465)
David
2018-05-24
Stubbed NVGPU_GPU_IOCTL_ZBC_SET_TABLE (#463)
David
2018-05-24
Stub NVGPU_IOCTL_CHANNEL_SET_TIMEOUT
mailwl
2018-05-23
Fix deadlocks caused from HID having too many layouts
David Marcec
2018-05-23
Merge pull request #460 from greggameplayer/patch-6
bunnei
2018-05-23
Merge pull request #459 from greggameplayer/patch-5
bunnei
2018-05-23
Merge pull request #454 from Subv/signal_processwide
bunnei
2018-05-23
Add & correct some error modules
greggameplayer
2018-05-23
change some functions
greggameplayer
2018-05-23
correct placement and add size check
greggameplayer
2018-05-23
Add ioctl commands with their params and size check
greggameplayer
2018-05-22
Implemented NVHOST_IOCTL_CHANNEL_GET_WAITBASE (#440)
David
2018-05-20
Merge pull request #456 from Subv/unmap_buffer
bunnei
2018-05-20
Correct audio command numbers & add or rename some functions (#455)
greggameplayer
2018-05-20
Merge pull request #457 from Subv/mutex_waiters
bunnei
2018-05-20
Merge pull request #445 from greggameplayer/patch-2
bunnei
2018-05-20
Mutex: Do not assert when the mutex waiting threads list isn't empty on mutex...
Subv
2018-05-20
GPU: Implemented the nvmap Free ioctl.
Subv
2018-05-20
GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl.
Subv
2018-05-19
Merge pull request #443 from ogniK5377/ipc-500
Sebastian Valle
2018-05-19
Add and correct some Error Modules (#444)
greggameplayer
2018-05-19
Kernel/SVC: Signal the highest priority threads first in svcSignalProcessWide...
Subv
2018-05-19
Kernel/Threads: Reschedule the proper core when operating on that core's thre...
Subv
2018-05-19
SVC: Removed unused WaitSynchronization1 function
Subv
2018-05-18
rename fatal:u functions & add ThrowFatal
greggameplayer
2018-05-18
Properly update fatal.h void name
greggameplayer
2018-05-18
Properly rename fatal module functions
greggameplayer
2018-05-17
Added RequestWithContext & ControlWithContext
David Marcec
2018-05-13
Updated nfp with more service names
Hexagon12
2018-05-11
Merge pull request #436 from bunnei/multi-core
bunnei
2018-05-10
More accurate GetTPCMasks impl
David Marcec
2018-05-10
thread: Rename mask to affinity_masks.
bunnei
2018-05-10
thread: Support core change on ResumeFromWait and improve ChangeCore.
bunnei
2018-05-10
scheduler: Protect scheduling functions with a global mutex.
bunnei
2018-05-10
thread: Initialize ideal_core and mask members.
bunnei
2018-05-10
threading: Reschedule only on cores that are necessary.
bunnei
[next]