summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2025-08-18kernel: disk: Add DISK_IO_QUERY op to disk engineIan Moffett
2025-08-18kernel: disk: Implement disk_query()Ian Moffett
2025-08-18kernel: disk: Improve tracking of disk informationIan Moffett
2025-08-18kernel: disk: Use 'void *' in disk_param_init()Ian Moffett
2025-08-18kernel: disk: Remove redundant decl clutterIan Moffett
2025-08-18kernel: disk: Document disk READ/WRITE opcodesIan Moffett
2025-08-18kernel: disk: Use DISK_NAME_MAX for disk name lenIan Moffett
2025-08-17kernel: disk: Add comment of V_BSIZE requirementsIan Moffett
2025-08-17kernel: disk: Describe 'bsize' as HW specificIan Moffett
2025-08-16kernel: disk: Introduce virtual blocksIan Moffett
2025-08-16kernel: ahci: Register drives with disk frameworkIan Moffett
2025-08-16kernel: ahci: Improve identify interfaceIan Moffett
2025-08-15kernel: disk: Add disk limit enforcementsIan Moffett
2025-08-15kernel: disk: Add initial disk engine sourcesIan Moffett
2025-08-14kernel: conf: Add 'DISK_MAX' config optionIan Moffett
2025-08-14kernel: Introduce disk management frameworkIan Moffett
2025-08-14kernel: ahci: Add separate ahci_register() routineIan Moffett
2025-08-14kernel: Initialize UACPI right before driversIan Moffett
2025-08-13kernel/amd64: cpu: Add detection of invariant TSCIan Moffett
2025-08-12kernel/amd64: conf: Add CPU_UMIP config optionIan Moffett
2025-08-12kernel/amd64: Ensure CR4.UMIP is set by defaultIan Moffett
2025-08-12kernel/amd64: tsc: Bail if the TSC isn't supportedIan Moffett
2025-08-12kernel/amd64: conf: Add boolean USER_TSC optionIan Moffett
2025-08-12kernel/amd64: Add CR4 bit definitionsIan Moffett
2025-08-12kernel/amd64: cpu: Report CPU vendor typeIan Moffett
2025-08-12kernel: proc: Improve handling of 'nswitch'Ian Moffett
2025-08-12kernel: vm: Add total system memory in vmstatIan Moffett
2025-08-12kernel: vm: Add virtual memory statisticsIan Moffett
2025-08-12kernel/amd64: Add basic timestamp counter supportIan Moffett
2025-08-11kernel: timer: Add flags field + TIMER_MONOTONICIan Moffett
2025-08-11kernel: sysctl: Add 'proc.count' entryIan Moffett
2025-08-11kernel: Increment g_nthreads in proc_init() onlyIan Moffett
2025-08-11kernel: proc: Remove extra newlineIan Moffett
2025-08-11kernel: workqueue: Fixup passing of 'func' in wqIan Moffett
2025-08-11kernel: acpi: Use pr_trace/pr_error in uacpi.cIan Moffett
2025-08-11kernel: proc: Add proc_init() routineIan Moffett
2025-08-11kernel: Add initial workqueue frameworkIan Moffett
2025-08-10kernel/amd64: Introduce flexible IPI managementIan Moffett
2025-08-09kernel: xhci: Add USBSTS_CNR definitionIan Moffett
2025-08-09kernel: xhci: Wait until xHC is ready in resetIan Moffett
2025-08-09kernel: xhci: Ensure portno is valid for portscIan Moffett
2025-08-08kernel: xhci: Add xhci_stop_hc() to stop the xHCIan Moffett
2025-08-08kernel: xhci: Fake success if already runningIan Moffett
2025-08-08kernel: xhci: Log reset timeoutsIan Moffett
2025-08-08kernel: xhci: Fix zeroing of NULL pageIan Moffett
2025-08-08kernel: xhci: Do not offset segment table baseIan Moffett
2025-08-08kernel: xhci: Fix off-by-one bugIan Moffett
2025-08-08kernel: acpi: Add GAS I/O access definitionsIan Moffett
2025-08-08kernel: acpi: Add handling of GPEs and notifyIan Moffett
2025-08-07kernel: sysctl: Add 'hw.machine' variableIan Moffett