summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
7 hourskernel/amd64: isa: Seperate i8042 capslock logicIan Moffett
47 hourskernel/amd64: cpu: Fix uninitialized variableIan 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 dayskernel: disk: Add comment of V_BSIZE requirementsIan Moffett
3 dayskernel: disk: Describe 'bsize' as HW specificIan Moffett
3 dayskernel: disk: Introduce virtual blocksIan Moffett
3 dayskernel: ahci: Register drives with disk frameworkIan Moffett
3 dayskernel: ahci: Improve identify interfaceIan Moffett
5 dayskernel: disk: Add disk limit enforcementsIan 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
5 dayskernel: Initialize UACPI right before driversIan 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 dayskernel: vm: Add total system memory in vmstatIan Moffett
7 dayskernel: vm: Add virtual memory statisticsIan Moffett
7 dayskernel/amd64: Add basic timestamp counter supportIan Moffett
8 dayskernel: timer: Add flags field + TIMER_MONOTONICIan Moffett
9 dayskernel: sysctl: Add 'proc.count' entryIan Moffett
9 dayskernel: Increment g_nthreads in proc_init() onlyIan Moffett
9 dayskernel: proc: Remove extra newlineIan Moffett
9 dayskernel: workqueue: Fixup passing of 'func' in wqIan Moffett
9 dayskernel: acpi: Use pr_trace/pr_error in uacpi.cIan Moffett
9 dayskernel: proc: Add proc_init() routineIan Moffett
9 dayskernel: Add initial workqueue frameworkIan Moffett
10 dayskernel/amd64: Introduce flexible IPI managementIan Moffett
10 dayskernel: xhci: Add USBSTS_CNR definitionIan Moffett
11 dayskernel: xhci: Wait until xHC is ready in resetIan Moffett
11 dayskernel: xhci: Ensure portno is valid for portscIan Moffett
11 dayskernel: xhci: Add xhci_stop_hc() to stop the xHCIan Moffett
11 dayskernel: xhci: Fake success if already runningIan Moffett
11 dayskernel: xhci: Log reset timeoutsIan Moffett
11 dayskernel: xhci: Fix zeroing of NULL pageIan Moffett
11 dayskernel: xhci: Do not offset segment table baseIan Moffett
11 dayskernel: xhci: Fix off-by-one bugIan Moffett
11 dayskernel: acpi: Add GAS I/O access definitionsIan Moffett