index
:
Hyra
dev
expt
main
sched-rewrite
stable
user
The Hyra Operating System
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
Age
Commit message (
Expand
)
Author
2024-06-02
kernel: ahci: Add missing whitespace
dev
Ian Moffett
2024-06-02
kernel: ahci: Add missing close() hook
Ian Moffett
2024-06-02
kernel: ahci: Add SATA read/write support
Ian Moffett
2024-06-02
kernel: pci: Add PCI BAR mapping routine
Ian Moffett
2024-06-02
kernel: ahci: Acquire global "io_lock" during cmd
Ian Moffett
2024-05-31
kernel: ahci: Fix null check
Ian Moffett
2024-05-31
kernel: ahci: Document workaround
Ian Moffett
2024-05-31
kernel: ic: Add initial AHCI driver code
Ian Moffett
2024-05-26
kernel: Fixup logging to work with syslog changes
Ian Moffett
2024-05-19
kernel: dev: Define stub open hooks
Ian Moffett
2024-05-18
kernel: vcons: Move vcons_process_output() call
Ian Moffett
2024-05-12
kernel: vcons: Support ASCII_BS for backspace
Ian Moffett
2024-05-12
kernel: vcons: Don't touch termios
Ian Moffett
2024-05-07
kernel: nvme: Use PCI_BAR_MEMBASE() to fetch base
Ian Moffett
2024-05-05
kernel: pci: Remove unused variable
Ian Moffett
2024-05-02
kernel: pci: Refactor pci_set_device_info()
Ian Moffett
2024-04-24
kernel: fbdev: Add framebuffer ioctl
Ian Moffett
2024-04-24
kernel: device: Replace DEVICE_ALLOC()
Ian Moffett
2024-04-18
kernel: fbdev: Create fbdev device file
Ian Moffett
2024-04-18
kernel: vm: Add device pager
Ian Moffett
2024-04-18
kernel: devfs: Rename devfs_add_blkdev()
Ian Moffett
2024-04-13
kernel: pci: Fix BAR assignment
Ian Moffett
2024-04-10
kernel: nvme: Create device file
Ian Moffett
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-05
kernel: xhci: Remove unused functions
Ian Moffett
2024-04-05
kernel: xhci: Add xhci_init_evring()
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-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-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: pci: Add command register helpers
Ian Moffett
2024-03-28
kernel: pci: Add pci_writel()
Ian Moffett
[next]