summaryrefslogtreecommitdiff
path: root/include/kernel (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-04Fix ScePower NIDs and prototypePrincess of Sleeping1-3/+3
2020-11-01SceDisplay: use real names for iUpdateTimingModeReiko Asakura1-4/+6
2020-09-23Add SceFios2KernelPrincess of Sleeping1-0/+88
2020-09-21Remove functions for old firmware versionsReiko Asakura1-2/+0
2020-09-22Remove deprecated headersReiko Asakura1-8/+0
2020-09-19Make errors signedReiko Asakura10-407/+407
2020-09-16Fix ksceKernelCpuUnrestrictedMemcpy alignment mistake. (#468)Princess of Sleeping1-1/+7
2020-09-05Add thread related function and typesGrapheneCt1-8/+0
2020-09-03Add SceProcEvent (#466)Princess of Sleeping1-0/+73
2020-09-02Add const qualifier and attributeReiko Asakura1-1/+6
2020-08-20SceSysclib, SceRtabi: fix and add all NIDsReiko Asakura1-16/+0
2020-08-20Add sceAppMgrDrmOpen/CloseReiko Asakura1-3/+7
2020-08-12Refactor ksceKernelCpuUnrestrictedMemcpyPrincess of Sleeping1-6/+5
2020-08-12Fix return type of SceCpuPrincess of Sleeping1-31/+11
2020-07-25Add all remaining NIDs in SceSysclibForDriverReiko Asakura1-0/+41
2020-07-23Add SceIofilemgr function prototypesReiko Asakura1-0/+19
2020-07-23Put common IO definitions into psp2commonReiko Asakura4-103/+4
2020-07-23Change `pragma GCC warning` to `pragma message`Reiko Asakura1-1/+1
2020-07-23Add async IO functions for kernelReiko Asakura4-0/+353
2020-07-23Add thread event functions for kernelReiko Asakura1-0/+23
2020-07-23Add {,k}sceIo{Io,Dev}ctlAsync prototypesReiko Asakura2-16/+42
2020-07-23Refactor kernel IO functionsReiko Asakura4-20/+435
2020-07-05Add threadmgr constants and prototypesReiko Asakura1-9/+1
2020-07-05Add CPU constantsReiko Asakura1-0/+1
2020-07-05Add kernel constants headerReiko Asakura2-3/+1
2020-07-05Add types headersReiko Asakura2-7/+4
2020-06-29Update modulemgr structs (#453)Princess of Sleeping1-7/+12
2020-06-26Fix many args (#451)Princess of Sleeping13-117/+116
2020-06-26Fix modulemgr two function arg name and documentPrincess of Sleeping1-5/+5
2020-06-26Fix one function name and argsPrincess of Sleeping1-1/+1
2020-06-26Fix two function name and argsPrincess of Sleeping1-2/+23
2020-06-18Update modulemgr (#434)Princess of Sleeping1-44/+61
2020-05-23kernel fast mutex: add and fix all relatedReiko Asakura1-10/+53
2020-04-09Corrections to SceIftuPlaneStateReiko Asakura1-13/+13
2020-04-03Add prototype ksceDisplaySetScaleConfReiko Asakura1-0/+12
2020-04-01Add prototype kscePowerSetPsButtonPushTimeReiko Asakura1-0/+9
2020-03-24Add ksceDebugVprintfReiko Asakura1-1/+4
2020-03-18Add prototype ksceSblACMgrIsPspEmuReiko Asakura1-0/+1
2020-03-18Add psp2kern/audioout.hReiko Asakura1-0/+21
2020-03-18Add process UID macrosReiko Asakura1-0/+6
2020-03-17Add macro SCE_KERNEL_THREAD_ID_SELFReiko Asakura1-0/+3
2020-03-17Add prototype kscePowerSetIdleTimerReiko Asakura1-0/+10
2020-03-01Added ksceKernelRegisterSysEventHandler to headerTheOfficialFloW1-0/+13
2020-02-11Transition to DolceSDKReiko Asakura1-1/+1
2020-02-01Added kscePowerRequestSoftReset to headerTheOfficialFloW1-0/+7
2020-01-09Compiler-independent struct align macroNick Renieris1-6/+7
2019-12-09modulemgr.h: correct module_start/stop/exit offsets in SceKernelModuleInfoYumiko1-1/+1
2019-10-06psp2kern: Added some function and description of the modulemgr (#427)Princess of Sleeping1-34/+320
2019-09-28fixed ksceKernelGetModuleInfo2 and SceKernelModuleInfo2Princess of Sleeping1-15/+15
2019-09-27fixed wrong structure and function types of modulemgr.h (#425)Princess of Sleeping1-11/+12