summaryrefslogtreecommitdiff
path: root/include/kernel (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2020-06-26Fix many args (#451)Princess of Sleeping13-117/+116
Changes document and variable types
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
* update SceKernelModuleInfo and SceKernelSegmentInfo * update SceKernelModuleInfo and SceKernelSegmentInfo * fix wrong name of modulemgr nid * fix SceKernelModuleName * fix wrong function and wrong struct * fix sort * update SceKernelModuleInfo * update SceKernelModuleInfo
2020-05-23kernel fast mutex: add and fix all relatedReiko Asakura1-10/+53
1. Renamed sceKernelDeleteFastMutex to sceKernelFinalizeFastMutex. This matches the name found in 0.940 prototype firmware and the NID has not changed since then. 2. Unlike lightweight mutex, the work area is not required to be 8 byte aligned, but I have done so anyway. 3. The work area's size is 0x40, but only 0x28 is used. However it is not safe to use a smaller work area because sceKernelFinalizeFastMutex memsets 0x40 bytes to 0. 4. The last field of the work area, 4 bytes long at offset 0x24, contains the dummy value 0xA35DB473 when the fast mutex is initialised. Functions in SceKernelThreadmgr related to fast mutex will check this value and this allows us to find all functions related to fast mutex.
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