summaryrefslogtreecommitdiff
path: root/include/kernel (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-06-15Add UART, syscon, I2C nids. Add I2C header.Sergi Granell1-0/+39
2017-06-14Add SceRegMgrForDriver functionsJoel161-0/+84
2017-06-14Removed next entryTheOfficialFloW1-2/+1
2017-06-12Add ksceCtrlRegisterVirtualControllerDriver related thingsSunguk Lee1-0/+28
- add nid - declare function prototype and param structure
2017-06-02Fix ksceNetSend() and ksceNetRecv() (#177)devnoname1201-2/+4
* Fix ksceNetSend() and ksceNetRecv() These functions don't exist in Kernel. A #define have been added to make them work. * Remove non-existing ksceNet functions
2017-05-14Added dmac functions (#173)TheOfficialFloW1-0/+34
Added dmac functions
2017-05-13Added new function: ksceKernelStartModuleForPidYifan Lu1-0/+1
2017-05-13Added sysmem uid object reference counting functionsYifan Lu1-0/+38
Removed duplicate NID ksceSysrootUseExternalStorage == ksceSysrootIsManufacturingMode Added headder for ksceSysrootIsManufacturingMode
2017-05-04Update usbd.hYifan Lu1-1/+1
Argument 1 was wrong
2017-04-26Added missing typedef breaking vitasdkkern.hRinnegatamante1-1/+1
Added missing typedef breaking vitasdkkern.h
2017-04-11Added missing kernel IO headers. (#160)Rinnegatamante1-0/+33
* Added missing kernel IO headers. Added missing kernel IO headers.
2017-04-10Typedef udcd structuresSergi Granell1-55/+69
2017-04-10Fix UDCD error codeSergi Granell1-1/+1
2017-04-10Add GPIO header and more NIDs (#158)Sergi Granell2-0/+62
* Add GPIO header and more NIDs * Add ksceSysconCtrlLED NID * Add ksceKernelCpuSuspendIntr and ksceKernelCpuResumeIntr NIDs * Add GPIO to the docs
2017-04-10Revert "Update ctrl.h (#155)"Sunguk Lee1-26/+0
This reverts commit 553ecf9a6cd6ee373fec6b826213cbb31844bcc9.
2017-04-09Update ctrl.h (#155)rereprep1-0/+26
2017-04-02Add ksceUsbdInterruptTransfer NIDSergi Granell1-0/+6
2017-04-02Add ksceUsbdCloseEndpointSergi Granell1-1/+6
2017-04-02Add ksceUsbdGetEndpointId and ksceUsbdControlTransfer NIDsSergi Granell1-0/+26
2017-03-28Typo fixing, and misnamed struct (#151)Hexxellor5-17/+17
* Fixing Mostly Harmless Typos This fixes a bunch of miscellaneous typos and grammatical mistakes in the source which were mostly harmless with the exception of the ScreenShotParam in psp2/screenshot.h which didn’t match the name of the struct causing it to fail when using that header.
2017-02-24Added ksceKernelRemapBlock to headersYifan Lu1-0/+10
2017-02-24Added some sblauthmgr functions (#141)Yifan Lu2-0/+20
Added some sblauthmgr functions Added ksceKernelGetPaddr to headers
2017-02-16Add ksceUsbdGetDescriptorSergi Granell1-6/+17
2017-02-16Update psp2kern/usbd.hSergi Granell1-5/+7
2017-02-16Even more cache NIDsSergi Granell1-0/+21
2017-02-16Add more cache NIDsSergi Granell1-5/+32
2017-02-13Add ksceKernelDisableSubIntr NIDSergi Granell1-0/+1
2017-02-13Add ksceKernelEnableSubIntr NIDSergi Granell1-2/+3
2017-02-13Add some intrmgr subintr NIDsSergi Granell1-3/+5
2017-02-13psp2kern/kernel/intrmgr.h definitions renamingSergi Granell1-11/+11
2017-02-13Add psp2kern/kernel/intrmgr.hSergi Granell1-0/+56
2017-02-10Add more/fix SceCpuForKernel and SceCpuForDriver NIDsSergi Granell1-11/+19
Update include/psp2kern/kernel/cpu.h
2017-02-10Updated SceUsbdDriver structTheOfficialFloW1-3/+3
2017-02-10Switch license to MITdevnoname1202-3/+0
Close #104
2017-02-09Add some SceDisplayForDriver NIDsSergi Granell1-0/+87
Add psp2kern/display.h
2017-02-08Update psp2/usbd.h (#128)Sergi Granell1-0/+50
Add some SceUsbdForDriver NIDs Add initial psp2kern/usbd.h
2017-02-07Rename ksceKernelMemPool* functionsTheOfficialFloW1-6/+6
2017-02-02Add psp2kern/kernel/suspend.hSergi Granell1-0/+35
2017-01-06Update udcd.hSergi Granell1-1/+1
2017-01-06Update udcd.hSergi Granell1-27/+86
2017-01-05Add more SceUdcd NIDs and defines (thanks to @TheOfficialFloW)Sergi Granell1-7/+11
2017-01-05Add psp2kern/udcd.h, some SceUdcdForDriver NIDs and ksceTouchSetRegion NIDSergi Granell1-0/+522
2017-01-05Add ksceKernelCpuDcacheWritebackRange NIDSergi Granell1-2/+12
2017-01-02Fix ksceCtrlSetAnalogEmulation parametersSergi Granell1-12/+12
2017-01-01Fix ksceCtrlSetAnalogEmulation argsSergi Granell1-3/+4
2016-12-31Add more SceCtrlForDriver NIDs and kernel ctrl.hSergi Granell1-0/+265
2016-12-25Update SceBtSergi Granell1-2/+12
2016-12-22Update SceBtRegisteredInfoSergi Granell1-3/+10
2016-11-27Add kernel bt.h headerSergi Granell1-0/+324
2016-11-17Documentation: Simplify groupingdevnoname1206-6/+0