summaryrefslogtreecommitdiff
path: root/include/kernel (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-07Add clockgen functionsGrapheneCt1-0/+30
Not sure about sceClockgenSetSpectrumSpreading.
2021-03-05Rename sceKernelCpuGetCpuId -> sceKernelCpuIdReiko Asakura1-7/+0
This name is from SDK 0.945.040, and also confirmed by SHA1 digest in SceKblForKernel.
2021-02-23Add prototype for sceKernelSysrootGetShellPidReiko Asakura1-0/+7
2021-02-16Add sceKernelCreateHeap flags and optsrelease/0.1.0Reiko Asakura1-4/+14
2021-02-16Add sceSysconCtrlDolceLEDReiko Asakura1-0/+9
2021-02-16Add prototype for sceKernelSwitchPidContextReiko Asakura1-0/+1
2021-02-16Remove inline asm in cpu.hReiko Asakura1-81/+1
2021-02-11Add package workflowReiko Asakura36-0/+144
2021-02-11Fix includes: variousReiko Asakura27-52/+25
2021-02-11SceIntrmgrForDriver: fix function namesReiko Asakura1-9/+8
Confirmed by 0.990 intrmgr.skprx deci4p_sdbgp.skprx
2021-01-20Merge common: ctrl.hReiko Asakura1-59/+0
2021-01-20Merge common: dmacmgrReiko Asakura1-36/+0
2021-01-20Merge common: iofilemgrReiko Asakura4-391/+0
2021-01-20Remove dupe: iofilemgrReiko Asakura4-301/+10
2021-01-20Rename iofilemgr headersReiko Asakura3-0/+0
2021-01-20Add scejpegenc.h for kernelReiko Asakura1-0/+1
2021-01-19Remove dupe: ctrl.hReiko Asakura1-161/+8
2021-01-19Remove dupe: processmgr.hReiko Asakura1-1/+1
2021-01-19Remove dupe: modulemgr.hReiko Asakura1-109/+11
2021-01-19Remove dupe: kernel/threadmgr.hReiko Asakura1-858/+1
2021-01-19Remove dupe: sysmem relatedReiko Asakura1-57/+9
2021-01-19Remove dupe: kernel/cpu.hReiko Asakura1-2/+3
2021-01-15Remove kscePowerSetGpuClockFrequencyReiko Asakura1-10/+0
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
https://github.com/DolceSDK/headers/pull/11
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
* Fix ksceKernelCpuUnrestrictedMemcpy alignment mistake. * Remove unnecessary if branches
2020-09-05Add thread related function and typesGrapheneCt1-8/+0
Credits: Graphene
2020-09-03Add SceProcEvent (#466)Princess of Sleeping1-0/+73
* add SceProcEvent * Create proc_event.h * Fix args name
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
apply memcpy and volatile
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
Because warnings in system headers will not appear except when -Wsystem-headers is given to gcc.
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
* Update modulemgr structs * Update modulemgr structs * Added SceKernelModuleState enum * Added SceKernelModuleState enum