summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
40 hourskernel/amd64: Add reboot RESET and POWEROFF flagsIan Moffett
40 hourskernel: acpi: Add acpi_sleep()Ian Moffett
40 hourskernel: sched: Rewrite context switch logicIan Moffett
40 hourskernel: acpi: Add stub power button handlerIan Moffett
41 hourskernel/amd64: i8042: Reduce logging verbosityIan Moffett
41 hourskernel/amd64: mp: Improve AP bootstrap logicIan Moffett
41 hourskernel/amd64: Stop sycning per timer interruptIan Moffett
3 dayskernel: acpi: Add uACPI portIan Moffett
3 dayskernel: pci: Add pci_add_device()Ian Moffett
3 dayskernel: pci: Add segment fieldIan Moffett
3 dayskernel: acpi: Add acpi_rsdp()Ian Moffett
3 dayskernel/amd64: ioapic: Do not include acpi/tables.hIan Moffett
3 dayskernel: Add compat headersIan Moffett
3 dayskernel: lib: Add memmove()Ian Moffett
3 dayskernel: exit: Detach proc on exitIan Moffett
3 dayskernel: sched: Add sched_detach()Ian Moffett
3 dayskernel: sched: Switch on sched_yield()Ian Moffett
3 dayskernel: sched: Fix sched dequeue loopIan Moffett
4 dayskernel: spawn: Exit on execve() failureIan Moffett
4 dayskernel: cons: Add lock to console bufferIan Moffett
4 dayskernel/amd64: trap: Remove trap_quirks()Ian Moffett
4 dayskernel/amd64: trap: Clear interrupts on trap entryIan Moffett
4 dayskernel: Add cpu_halt_others() and harden panic()Ian Moffett
4 dayskernel: syslog: Acquire lock before timestampIan Moffett
4 dayskernel: exit: Remove extra newlineIan Moffett
4 daysbuild: Add Makefile for usr.sbin and usr.binIan Moffett
4 dayskernel: vfs: Do sizeof on pathbufIan Moffett
4 dayskernel: spawn: Add proper spawn impl + SYS_spawnIan Moffett
4 dayskernel: proc: Handle parent exitIan Moffett
5 dayskernel: proc: Do not introduce fork()Ian Moffett
6 dayskernel: syscall: Check for _OLIBC or _KERNELIan Moffett
6 dayskernel: mach: Add TF_IP() macroIan Moffett
6 dayskernel: ahci: Add /ctl/sdx/bsize control fileIan Moffett
6 dayskernel: ahci: Include sys/device.hIan Moffett
6 dayskernel: ctlfs: Include sys/sio.hIan Moffett
7 dayskernel: fs: Introduce ctlfsIan Moffett
7 dayskernel: vfs: Allow multi component lookupsIan Moffett
7 dayskernel/amd64: i8042: Flush console for reset logsIan Moffett
10 dayskernel: ahci: Improve COMRESET reset logicIan Moffett
11 dayskernel: ahci: Expose to devfs @ /dev/sd<n>Ian Moffett
11 dayskernel: ahci: Implement disk I/O logicIan Moffett
11 dayskernel: ahci: Store major in HBA descriptorIan Moffett
11 dayskernel: ahci: Keep track of total portsIan Moffett
11 dayskernel: nvme: Return -ENODEV instead of -EIOIan Moffett
11 dayskernel: ahci: Handle AHCI interface/HBA errorsIan Moffett
11 dayskernel: ahci: Ensure bus mastering + MMIO is setIan Moffett
11 dayskernel: ahci: Remove redundant newlineIan Moffett
11 dayskernel: ahci: Perform ATA IDENTIFYIan Moffett
11 dayskernel: ahci: Initialize device link before initIan Moffett
11 dayskernel: ahci: Cleanup identity dump logsIan Moffett