| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Sort enum values of ctrl.h | Sunguk Lee | 2017-06-23 | 1 | -21/+21 |
| * | ksceDebugPrintf2 (unknow name) and definition | cpasjuste | 2017-06-22 | 1 | -0/+2 |
| * | change SceDebugForDriver printf naming and add definition | cpasjuste | 2017-06-22 | 1 | -0/+2 |
| * | Added two more enums buttons in kernel! (#195) | David Nuñez | 2017-06-22 | 1 | -1/+3 |
| * | Manually revert #179 changes | Sunguk Lee | 2017-06-21 | 1 | -4/+4 |
| * | Added new NIDs | TheOfficialFloW | 2017-06-15 | 1 | -0/+3 |
| * | Merge pull request #185 from joel16/master | Sergi Granell | 2017-06-15 | 1 | -0/+84 |
| |\ | |||||
| | * | Add SceRegMgrForDriver functions | Joel16 | 2017-06-14 | 1 | -0/+84 |
| * | | Add UART, syscon, I2C nids. Add I2C header. | Sergi Granell | 2017-06-15 | 1 | -0/+39 |
| |/ | |||||
| * | Removed next entry | TheOfficialFloW | 2017-06-14 | 1 | -2/+1 |
| * | Add ksceCtrlRegisterVirtualControllerDriver related things | Sunguk Lee | 2017-06-12 | 1 | -0/+28 |
| * | Fix ksceNetSend() and ksceNetRecv() (#177) | devnoname120 | 2017-06-02 | 1 | -2/+4 |
| * | Added dmac functions (#173) | TheOfficialFloW | 2017-05-14 | 1 | -0/+34 |
| * | Added new function: ksceKernelStartModuleForPid | Yifan Lu | 2017-05-13 | 1 | -0/+1 |
| * | Added sysmem uid object reference counting functions | Yifan Lu | 2017-05-13 | 1 | -0/+38 |
| * | Update usbd.h | Yifan Lu | 2017-05-04 | 1 | -1/+1 |
| * | Added missing typedef breaking vitasdkkern.h | Rinnegatamante | 2017-04-26 | 1 | -1/+1 |
| * | Added missing kernel IO headers. (#160) | Rinnegatamante | 2017-04-11 | 1 | -0/+33 |
| * | Typedef udcd structures | Sergi Granell | 2017-04-10 | 1 | -55/+69 |
| * | Fix UDCD error code | Sergi Granell | 2017-04-10 | 1 | -1/+1 |
| * | Add GPIO header and more NIDs (#158) | Sergi Granell | 2017-04-10 | 2 | -0/+62 |
| * | Revert "Update ctrl.h (#155)" | Sunguk Lee | 2017-04-10 | 1 | -26/+0 |
| * | Update ctrl.h (#155) | rereprep | 2017-04-09 | 1 | -0/+26 |
| * | Add ksceUsbdInterruptTransfer NID | Sergi Granell | 2017-04-02 | 1 | -0/+6 |
| * | Add ksceUsbdCloseEndpoint | Sergi Granell | 2017-04-02 | 1 | -1/+6 |
| * | Add ksceUsbdGetEndpointId and ksceUsbdControlTransfer NIDs | Sergi Granell | 2017-04-02 | 1 | -0/+26 |
| * | Typo fixing, and misnamed struct (#151) | Hexxellor | 2017-03-28 | 5 | -17/+17 |
| * | Added ksceKernelRemapBlock to headers | Yifan Lu | 2017-02-24 | 1 | -0/+10 |
| * | Added some sblauthmgr functions (#141) | Yifan Lu | 2017-02-24 | 2 | -0/+20 |
| * | Merge pull request #127 from TheOfficialFloW/master | Sunguk Lee | 2017-02-18 | 1 | -6/+6 |
| |\ | |||||
| | * | Rename ksceKernelMemPool* functions | TheOfficialFloW | 2017-02-07 | 1 | -6/+6 |
| * | | Add ksceUsbdGetDescriptor | Sergi Granell | 2017-02-16 | 1 | -6/+17 |
| * | | Update psp2kern/usbd.h | Sergi Granell | 2017-02-16 | 1 | -5/+7 |
| * | | Even more cache NIDs | Sergi Granell | 2017-02-16 | 1 | -0/+21 |
| * | | Add more cache NIDs | Sergi Granell | 2017-02-16 | 1 | -5/+32 |
| * | | Add ksceKernelDisableSubIntr NID | Sergi Granell | 2017-02-13 | 1 | -0/+1 |
| * | | Add ksceKernelEnableSubIntr NID | Sergi Granell | 2017-02-13 | 1 | -2/+3 |
| * | | Add some intrmgr subintr NIDs | Sergi Granell | 2017-02-13 | 1 | -3/+5 |
| * | | psp2kern/kernel/intrmgr.h definitions renaming | Sergi Granell | 2017-02-13 | 1 | -11/+11 |
| * | | Add psp2kern/kernel/intrmgr.h | Sergi Granell | 2017-02-13 | 1 | -0/+56 |
| * | | Merge pull request #135 from xerpi/cpu_nids | Sergi Granell | 2017-02-13 | 1 | -11/+19 |
| |\ \ | |||||
| | * | | Add more/fix SceCpuForKernel and SceCpuForDriver NIDs | Sergi Granell | 2017-02-10 | 1 | -11/+19 |
| * | | | Merge pull request #133 from vitasdk/mit | Sunguk Lee | 2017-02-11 | 2 | -3/+0 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Switch license to MIT | devnoname120 | 2017-02-10 | 2 | -3/+0 |
| * | | | Updated SceUsbdDriver struct | TheOfficialFloW | 2017-02-10 | 1 | -3/+3 |
| |/ / | |||||
| * | | Add some SceDisplayForDriver NIDs | Sergi Granell | 2017-02-09 | 1 | -0/+87 |
| * | | Update psp2/usbd.h (#128) | Sergi Granell | 2017-02-08 | 1 | -0/+50 |
| |/ | |||||
| * | Add psp2kern/kernel/suspend.h | Sergi Granell | 2017-02-02 | 1 | -0/+35 |
| * | Update udcd.h | Sergi Granell | 2017-01-06 | 1 | -1/+1 |
| * | Update udcd.h | Sergi Granell | 2017-01-06 | 1 | -27/+86 |
