Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2021-02-16 | Add prototype for sceKernelSwitchPidContext | Reiko Asakura | 1 | -0/+1 |
2021-02-16 | Remove inline asm in cpu.h | Reiko Asakura | 1 | -81/+1 |
2021-02-11 | Add package workflow | Reiko Asakura | 36 | -0/+144 |
2021-02-11 | Fix includes: various | Reiko Asakura | 27 | -52/+25 |
2021-02-11 | SceIntrmgrForDriver: fix function names | Reiko Asakura | 1 | -9/+8 |
2021-01-20 | Merge common: ctrl.h | Reiko Asakura | 1 | -59/+0 |
2021-01-20 | Merge common: dmacmgr | Reiko Asakura | 1 | -36/+0 |
2021-01-20 | Merge common: iofilemgr | Reiko Asakura | 4 | -391/+0 |
2021-01-20 | Remove dupe: iofilemgr | Reiko Asakura | 4 | -301/+10 |
2021-01-20 | Rename iofilemgr headers | Reiko Asakura | 3 | -0/+0 |
2021-01-20 | Add scejpegenc.h for kernel | Reiko Asakura | 1 | -0/+1 |
2021-01-19 | Remove dupe: ctrl.h | Reiko Asakura | 1 | -161/+8 |
2021-01-19 | Remove dupe: processmgr.h | Reiko Asakura | 1 | -1/+1 |
2021-01-19 | Remove dupe: modulemgr.h | Reiko Asakura | 1 | -109/+11 |
2021-01-19 | Remove dupe: kernel/threadmgr.h | Reiko Asakura | 1 | -858/+1 |
2021-01-19 | Remove dupe: sysmem related | Reiko Asakura | 1 | -57/+9 |
2021-01-19 | Remove dupe: kernel/cpu.h | Reiko Asakura | 1 | -2/+3 |
2021-01-15 | Remove kscePowerSetGpuClockFrequency | Reiko Asakura | 1 | -10/+0 |
2021-01-04 | Fix ScePower NIDs and prototype | Princess of Sleeping | 1 | -3/+3 |
2020-11-01 | SceDisplay: use real names for iUpdateTimingMode | Reiko Asakura | 1 | -4/+6 |
2020-09-23 | Add SceFios2Kernel | Princess of Sleeping | 1 | -0/+88 |
2020-09-21 | Remove functions for old firmware versions | Reiko Asakura | 1 | -2/+0 |
2020-09-22 | Remove deprecated headers | Reiko Asakura | 1 | -8/+0 |
2020-09-19 | Make errors signed | Reiko Asakura | 10 | -407/+407 |
2020-09-16 | Fix ksceKernelCpuUnrestrictedMemcpy alignment mistake. (#468) | Princess of Sleeping | 1 | -1/+7 |
2020-09-05 | Add thread related function and types | GrapheneCt | 1 | -8/+0 |
2020-09-03 | Add SceProcEvent (#466) | Princess of Sleeping | 1 | -0/+73 |
2020-09-02 | Add const qualifier and attribute | Reiko Asakura | 1 | -1/+6 |
2020-08-20 | SceSysclib, SceRtabi: fix and add all NIDs | Reiko Asakura | 1 | -16/+0 |
2020-08-20 | Add sceAppMgrDrmOpen/Close | Reiko Asakura | 1 | -3/+7 |
2020-08-12 | Refactor ksceKernelCpuUnrestrictedMemcpy | Princess of Sleeping | 1 | -6/+5 |
2020-08-12 | Fix return type of SceCpu | Princess of Sleeping | 1 | -31/+11 |
2020-07-25 | Add all remaining NIDs in SceSysclibForDriver | Reiko Asakura | 1 | -0/+41 |
2020-07-23 | Add SceIofilemgr function prototypes | Reiko Asakura | 1 | -0/+19 |
2020-07-23 | Put common IO definitions into psp2common | Reiko Asakura | 4 | -103/+4 |
2020-07-23 | Change `pragma GCC warning` to `pragma message` | Reiko Asakura | 1 | -1/+1 |
2020-07-23 | Add async IO functions for kernel | Reiko Asakura | 4 | -0/+353 |
2020-07-23 | Add thread event functions for kernel | Reiko Asakura | 1 | -0/+23 |
2020-07-23 | Add {,k}sceIo{Io,Dev}ctlAsync prototypes | Reiko Asakura | 2 | -16/+42 |
2020-07-23 | Refactor kernel IO functions | Reiko Asakura | 4 | -20/+435 |
2020-07-05 | Add threadmgr constants and prototypes | Reiko Asakura | 1 | -9/+1 |
2020-07-05 | Add CPU constants | Reiko Asakura | 1 | -0/+1 |
2020-07-05 | Add kernel constants header | Reiko Asakura | 2 | -3/+1 |
2020-07-05 | Add types headers | Reiko Asakura | 2 | -7/+4 |
2020-06-29 | Update modulemgr structs (#453) | Princess of Sleeping | 1 | -7/+12 |
2020-06-26 | Fix many args (#451) | Princess of Sleeping | 13 | -117/+116 |
2020-06-26 | Fix modulemgr two function arg name and document | Princess of Sleeping | 1 | -5/+5 |
2020-06-26 | Fix one function name and args | Princess of Sleeping | 1 | -1/+1 |
2020-06-26 | Fix two function name and args | Princess of Sleeping | 1 | -2/+23 |
2020-06-18 | Update modulemgr (#434) | Princess of Sleeping | 1 | -44/+61 |