summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
3 dayskernel: Disable preemption on spinlock_acquire()Ian Moffett
3 dayskernel: Allow preemption to be enabled/disabledIan Moffett
3 dayskernel/amd64: Add preemptable flag to cpu_infoIan Moffett
3 dayskernel/amd64: i8042: Remove unused global variableIan Moffett
3 dayskernel: Do not spin in spinlock_try_acquire()Ian Moffett
3 dayskernel/amd64: Add initial ext scancode supportIan Moffett
3 dayskernel/amd64: isa: Seperate i8042 capslock logicIan Moffett
5 dayskernel/amd64: cpu: Fix uninitialized variableIan Moffett
5 dayskernel: disk: Add DISK_IO_QUERY op to disk engineIan Moffett
5 dayskernel: disk: Implement disk_query()Ian Moffett
5 dayskernel: disk: Improve tracking of disk informationIan Moffett
5 dayskernel: disk: Use 'void *' in disk_param_init()Ian Moffett
5 dayskernel: disk: Remove redundant decl clutterIan Moffett
5 dayskernel: disk: Document disk READ/WRITE opcodesIan Moffett
5 dayskernel: disk: Use DISK_NAME_MAX for disk name lenIan Moffett
5 dayskernel: disk: Add comment of V_BSIZE requirementsIan Moffett
6 dayskernel: disk: Describe 'bsize' as HW specificIan Moffett
6 dayskernel: disk: Introduce virtual blocksIan Moffett
6 dayskernel: ahci: Register drives with disk frameworkIan Moffett
6 dayskernel: ahci: Improve identify interfaceIan Moffett
8 dayskernel: disk: Add disk limit enforcementsIan Moffett
8 dayskernel: disk: Add initial disk engine sourcesIan Moffett
8 dayskernel: conf: Add 'DISK_MAX' config optionIan Moffett
8 dayskernel: Introduce disk management frameworkIan Moffett
8 dayskernel: ahci: Add separate ahci_register() routineIan Moffett
8 dayskernel: Initialize UACPI right before driversIan Moffett
10 dayskernel/amd64: cpu: Add detection of invariant TSCIan Moffett
10 dayskernel/amd64: conf: Add CPU_UMIP config optionIan Moffett
10 dayskernel/amd64: Ensure CR4.UMIP is set by defaultIan Moffett
10 dayskernel/amd64: tsc: Bail if the TSC isn't supportedIan Moffett
10 dayskernel/amd64: conf: Add boolean USER_TSC optionIan Moffett
10 dayskernel/amd64: Add CR4 bit definitionsIan Moffett
10 dayskernel/amd64: cpu: Report CPU vendor typeIan Moffett
10 dayskernel: proc: Improve handling of 'nswitch'Ian Moffett
10 dayskernel: vm: Add total system memory in vmstatIan Moffett
10 dayskernel: vm: Add virtual memory statisticsIan Moffett
10 dayskernel/amd64: Add basic timestamp counter supportIan Moffett
11 dayskernel: timer: Add flags field + TIMER_MONOTONICIan Moffett
11 dayskernel: sysctl: Add 'proc.count' entryIan Moffett
11 dayskernel: Increment g_nthreads in proc_init() onlyIan Moffett
11 dayskernel: proc: Remove extra newlineIan Moffett
11 dayskernel: workqueue: Fixup passing of 'func' in wqIan Moffett
11 dayskernel: acpi: Use pr_trace/pr_error in uacpi.cIan Moffett
12 dayskernel: proc: Add proc_init() routineIan Moffett
12 dayskernel: Add initial workqueue frameworkIan Moffett
13 dayskernel/amd64: Introduce flexible IPI managementIan Moffett
13 dayskernel: xhci: Add USBSTS_CNR definitionIan Moffett
14 dayskernel: xhci: Wait until xHC is ready in resetIan Moffett
14 dayskernel: xhci: Ensure portno is valid for portscIan Moffett
14 dayskernel: xhci: Add xhci_stop_hc() to stop the xHCIan Moffett