summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
8 hourskernel: exit: Panic if core is not preemptableIan Moffett
8 hourskernel: Disable preemption on spinlock_acquire()Ian Moffett
8 hourskernel: Allow preemption to be enabled/disabledIan Moffett
9 hourskernel/amd64: Add preemptable flag to cpu_infoIan Moffett
9 hourskernel/amd64: i8042: Remove unused global variableIan Moffett
9 hourskernel: Do not spin in spinlock_try_acquire()Ian Moffett
9 hourskernel/amd64: Add initial ext scancode supportIan Moffett
16 hourskernel/amd64: isa: Seperate i8042 capslock logicIan Moffett
18 hoursusr: Add glitch-art 'screensave' programIan Moffett
19 hoursusr: reboot: Fix typoIan Moffett
19 hoursosh: Seperate 'shutdown' command from builtinsIan Moffett
19 hoursusr: reboot: Add default case for bad flagsIan Moffett
19 hoursusr: reboot: Add method flagsIan Moffett
20 hoursusr: osh: Seperate 'reboot' command from builtinsmainIan Moffett
2 dayskernel/amd64: cpu: Fix uninitialized variableIan Moffett
2 dayslibc: disk: Implement disk_query() interfaceIan Moffett
2 dayskernel: disk: Add DISK_IO_QUERY op to disk engineIan Moffett
2 dayskernel: disk: Implement disk_query()Ian Moffett
2 dayskernel: disk: Improve tracking of disk informationIan Moffett
2 dayskernel: disk: Use 'void *' in disk_param_init()Ian Moffett
2 dayskernel: disk: Remove redundant decl clutterIan Moffett
2 dayskernel: disk: Document disk READ/WRITE opcodesIan Moffett
2 dayskernel: disk: Use DISK_NAME_MAX for disk name lenIan Moffett
3 daysusr: libc: Silence type mismatch warningsIan Moffett
3 daysdocs: kernel: Add disk framework docsIan Moffett
3 dayskernel: disk: Add comment of V_BSIZE requirementsIan Moffett
3 dayskernel: disk: Describe 'bsize' as HW specificIan Moffett
4 dayskernel: disk: Introduce virtual blocksIan Moffett
4 dayskernel: ahci: Register drives with disk frameworkIan Moffett
4 dayskernel: ahci: Improve identify interfaceIan Moffett
5 dayskernel: disk: Add disk limit enforcementsIan Moffett
5 daysusr: libc: Add initial disk engine interfaceIan Moffett
5 dayskernel: disk: Add initial disk engine sourcesIan Moffett
5 dayskernel: conf: Add 'DISK_MAX' config optionIan Moffett
5 dayskernel: Introduce disk management frameworkIan Moffett
5 dayskernel: ahci: Add separate ahci_register() routineIan Moffett
6 dayskernel: Initialize UACPI right before driversIan Moffett
6 daysbuild: Speed up build with -j$(nproc)Ian Moffett
7 dayskernel/amd64: cpu: Add detection of invariant TSCIan Moffett
7 dayskernel/amd64: conf: Add CPU_UMIP config optionIan Moffett
7 dayskernel/amd64: Ensure CR4.UMIP is set by defaultIan Moffett
7 dayskernel/amd64: tsc: Bail if the TSC isn't supportedIan Moffett
7 dayskernel/amd64: conf: Add boolean USER_TSC optionIan Moffett
7 dayskernel/amd64: Add CR4 bit definitionsIan Moffett
7 dayskernel/amd64: cpu: Report CPU vendor typeIan Moffett
7 dayskernel: proc: Improve handling of 'nswitch'Ian Moffett
7 daysusr: kstat: Improve log formattingIan Moffett
7 dayskstat: vm: Log total system memory supportedIan Moffett
7 dayskernel: vm: Add total system memory in vmstatIan Moffett
7 dayskstat: vm: Add virtual memory stat loggingIan Moffett