Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-10-03 | psp2kern: Change args types of ksceGzipDecompress (#354) | Sunguk Lee | 1 | -1/+1 | |
these value should be uint32_t instead signed int related: #353 comments | |||||
2018-09-25 | Add ksceGzipDecompress (#353) | Princess of Sleeping | 1 | -0/+10 | |
Add ksceGzipDecompress | |||||
2018-09-03 | Add ksceKernelEnqueueWorkQueue | Sergi Granell | 1 | -0/+16 | |
2018-09-01 | Add some functions of SceKernelUtilsForDriver (#350) | Princess of Sleeping | 1 | -0/+4 | |
* Add some functions of SceKernelUtilsForDriver * Add some nid of SceKernelUtilsForDriver | |||||
2018-08-29 | Add psp2kern/kernel/utils.h (#349) | Princess of Sleeping | 1 | -0/+67 | |
2018-08-27 | Update UDCD | Sergi Granell | 1 | -0/+19 | |
2018-08-27 | Update UDCD | Sergi Granell | 1 | -1/+94 | |
2018-08-27 | ci: better check headers (#342) | devnoname120 | 1 | -0/+2 | |
* ci: Make sure every header compiles separately * ci: don't build .gch files when checking headers * Improve header-checking command Thanks to @d3m3vilurr * Fix missing header includes * ci: faster header checking | |||||
2018-08-21 | Add ScePower configuration modes (#345) | CelesteBlue-dev | 1 | -2/+4 | |
2018-08-21 | Add ksceKernelSearchModuleByName | Princess of Sleeping | 1 | -0/+2 | |
2018-08-18 | Add ksceSblAimgrGetTargetId | Princess of Sleeping | 1 | -0/+1 | |
2018-08-17 | Fix broken headers | devnoname120 | 2 | -13/+17 | |
2018-08-16 | fixed forgotten datatype declaration + creation | Philipp Seiler | 1 | -2/+2 | |
2018-08-11 | Fix incorrect doxygen comments | devnoname120 | 4 | -10/+10 | |
2018-08-11 | Add kscePowerSetDisplayBrightness | devnoname120 | 1 | -0/+10 | |
2018-08-11 | Update SceDebug (#338) | CelesteBlue-dev | 1 | -2/+23 | |
Update SceDebug | |||||
2018-08-09 | Update UDCD | Sergi Granell | 2 | -4/+30 | |
2018-08-02 | Update SceSysmem | Sergi Granell | 1 | -0/+12 | |
2018-07-29 | ksceKernelGetPaddr: const pointer | Sergi Granell | 1 | -1/+1 | |
2018-07-29 | UDCD: Add USB_CLASS_VIDEO | Sergi Granell | 1 | -0/+1 | |
2018-07-27 | Add IFTU header and NID | Sergi Granell | 1 | -0/+94 | |
2018-07-16 | Add ksceDisplaySetOwner | Sergi Granell | 1 | -0/+11 | |
2018-07-01 | sysmem: Recover ksceSysrootIsManufacturingMode | Sunguk Lee | 1 | -0/+2 | |
temporarly. just avoid sdk breaking. | |||||
2018-06-30 | Add ksceSysrootUseExternalStorage and ksceSysrootUseInternalStorage | CelesteBlue-dev | 1 | -1/+3 | |
2018-06-21 | Add SBL NIDs (#328) | Sergi Granell | 1 | -0/+14 | |
2018-03-14 | Added some ScePowerCallbackTypes, fix some typos. (#299) | Sree | 2 | -5/+15 | |
* fix: add createCallback param in example, typo for sys_exit * fix: adding more power callback types | |||||
2018-03-10 | Add ksceSysconSetAlarmCallback to syscon.h | CelesteBlue-dev | 1 | -0/+10 | |
2018-03-05 | Writeback cache in ksceKernelCpuUnrestrictedMemcpy | TheOfficialFloW | 1 | -0/+1 | |
2018-02-17 | Added inline ksceKernelCpuUnrestrictedMemcpy because this doesn't exist in ↵ | TheOfficialFloW | 1 | -13/+24 | |
newer FWs | |||||
2018-02-14 | DSI case fixes | Sergi Granell | 2 | -3/+3 | |
2018-02-14 | Add DSI | Sergi Granell | 2 | -0/+40 | |
2018-02-14 | Add Cpu and Sysmem NIDs (#293) | Sergi Granell | 2 | -1/+128 | |
* Add Cpu and Sysmem NIDs | |||||
2018-02-12 | Fix wrong type name | devnoname120 | 1 | -1/+1 | |
2018-02-10 | Update kernel/intrmgr.h | Sergi Granell | 1 | -16/+21 | |
2018-02-05 | Update kernel cond | Sergi Granell | 1 | -0/+83 | |
2018-01-15 | Added missing SceUdcdWaitParam | TheOfficialFloW | 1 | -0/+9 | |
2018-01-15 | UDCD improvements, add NIDS | Sergi Granell | 1 | -45/+77 | |
2018-01-15 | Remove all NID mismatched definitions | Sunguk Lee | 3 | -345/+0 | |
anyway, we can't use these functions before finding right NID value. but if we provide these & doc contains these info, end-programmers can have confusion Resolve #201 | |||||
2017-12-17 | Added excpmgr for handling aborts | Yifan Lu | 2 | -0/+60 | |
2017-12-05 | Fix use before definition in #258 | devnoname120 | 1 | -2/+2 | |
2017-12-03 | Add ksceKernelFindClassByName, update SceClass | Sergi Granell | 1 | -3/+16 | |
2017-11-30 | Add ksceKernelCpuGetCpuId NID | Sergi Granell | 1 | -30/+38 | |
2017-11-29 | Add ksceDisplaySetFrameBufInternal | Rinnegatamante | 1 | -0/+13 | |
2017-11-29 | Add psp2kern/{lowio/pervasive.h, power.h, syscon.h, uart.h}, minor nits (#255) | Sergi Granell | 8 | -11/+527 | |
* Add psp2kern/{lowio/pervasive.h, power.h, syscon.h, uart.h}, minor nits * Fix psp2kern/power.h kernelgroup * Remove stray kscePervasiveUartSetBaudrate from psp2kern/uart.h * Add missing docs * Documentation improvements | |||||
2017-11-13 | Add more kernel threadmgr NIDs, psp2kern/kernel/threadmgr.h cleanups | Sergi Granell | 1 | -193/+196 | |
2017-11-13 | Fix psp2kern/types.h include in psp2kern headers | Sergi Granell | 9 | -10/+10 | |
2017-11-08 | Add ksceKernelGetMemBlockType | Sergi Granell | 1 | -4/+14 | |
2017-10-30 | Update SceKernelAllocMemBlockAttr | Sergi Granell | 1 | -1/+3 | |
2017-10-27 | Add more SceKernelAllocMemBlockAttr info | Sergi Granell | 1 | -21/+24 | |
2017-10-27 | Add more docs to psp2kern/kernel/sysmem.h | Sergi Granell | 1 | -4/+21 | |