Age | Commit message (Expand) | Author |
2024-04-08 | kernel: nvme: Add more comments | Ian Moffett |
2024-04-08 | kernel: nvme: Move defines to nvmevar.h | Ian Moffett |
2024-04-08 | kernel: nvme: Add drive read/write support | Ian Moffett |
2024-04-08 | kernel: nvme: Return status of call | Ian Moffett |
2024-04-08 | kernel: Add device descriptors | Ian Moffett |
2024-04-07 | kernel/amd64: syscall: Set IP in syscall_args | Ian Moffett |
2024-04-06 | kernel: Check copyin() status | Ian Moffett |
2024-04-06 | kernel: mmio: Make 'addr' volatile | Ian Moffett |
2024-04-06 | kernel: sched: Load init by itself | Ian Moffett |
2024-04-06 | kernel/amd64: lapic: Remove unused includes | Ian Moffett |
2024-04-05 | kernel: xhci: Remove unused functions | Ian Moffett |
2024-04-05 | kernel: xhci: Add xhci_init_evring() | Ian Moffett |
2024-04-05 | kernel: xhci: Fix xhci_evring_segment structure | Ian Moffett |
2024-04-05 | kernel: xhci: Add TRB types | Ian Moffett |
2024-04-05 | kernel: xhci: Set XHCI_TRB_SIZE to 16 | Ian Moffett |
2024-04-04 | kernel: xhci: Fix scratchpad buffer code | Ian Moffett |
2024-04-04 | kernel: xhci: Improve documentation | Ian Moffett |
2024-04-04 | kernel: xhci: Add link TRB at end of cmd ring | Ian Moffett |
2024-04-04 | kernel: sched: Pass init auxv to dynld | Ian Moffett |
2024-04-03 | kernel: usb: Fix command ring TRB handling | Ian Moffett |
2024-04-03 | kernel: xhci: Fix cycle bit handling | Ian Moffett |
2024-04-03 | kernel: xhci: Remove redundant comment | Ian Moffett |
2024-04-03 | kernel: usb: Refactor xhci_init_hc() | Ian Moffett |
2024-04-03 | kernel: usb: Add initial xHCI driver code | Ian Moffett |
2024-04-01 | kernel: cdefs: Fix __COMBINE macros | Ian Moffett |
2024-04-01 | kernel: nvme: Update nvmevar.h | Ian Moffett |
2024-03-31 | kernel: mount: Make MNT_RDONLY zero | Ian Moffett |
2024-03-31 | kernel: syslog: Cleanup logging routines | Ian Moffett |
2024-03-31 | kernel: lib: Add snprintf() and vsnprintf() | Ian Moffett |
2024-03-31 | kernel: nvme: Update comment | Ian Moffett |
2024-03-30 | kernel: nvme: Add I/O queue support | Ian Moffett |
2024-03-30 | kernel: nvme: Ignore CAP.CSS | Ian Moffett |
2024-03-30 | kernel: nvme: Cleanup whitespace | Ian Moffett |
2024-03-30 | kernel: nvme: Keep track of namespaces | Ian Moffett |
2024-03-30 | kernel: nvme: Fix and rename nvme_create_adminq() | Ian Moffett |
2024-03-30 | kernel: nvme: Init CC.IOSQES and CC.IOCQES | Ian Moffett |
2024-03-30 | kernel: nvme: Return on controller enable failure | Ian Moffett |
2024-03-29 | kernel: nvme: Fix return value | Ian Moffett |
2024-03-28 | kernel: nvme: Fix typo in comment | Ian Moffett |
2024-03-28 | kernel: nvme: Add initial NVMe driver code | Ian Moffett |
2024-03-28 | kernel: Add driver subsystem | Ian Moffett |
2024-03-28 | kernel: pci: Add command register helpers | Ian Moffett |
2024-03-28 | kernel: pci: Add pci_writel() | Ian Moffett |
2024-03-28 | kernel: vm_dynalloc: Add dynalloc_memalign() | Ian Moffett |
2024-03-28 | kernel: vm_dynalloc: Remove TODOs | Ian Moffett |
2024-03-27 | kernel: Implement lseek() | Ian Moffett |
2024-03-27 | kernel: vfs: Add getattr vop | Ian Moffett |
2024-03-27 | kernel: initramfs: Fix indexing/buffer overflow bug | Ian Moffett |
2024-03-26 | kernel: Use 'sio_txn' for file I/O | Ian Moffett |
2024-03-26 | kernel: Add system I/O descriptor | Ian Moffett |