summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2025-08-07kernel: descrip: Fix byte count on read()Ian Moffett
2025-08-07kernel: sysctl: Report 'hw.*' variablesIan Moffett
2025-08-06kernel: sysctl: Set 'oldlenp' to NULL if neededIan Moffett
2025-08-06kernel: sysctl: Add 'kern.hostname' varIan Moffett
2025-08-06kernel: Do not blacklist AHCIIan Moffett
2025-08-06kernel: sysctl: Allow 'old*' fields to be NULLIan Moffett
2025-08-06kernel: sysctl: Be sure to set 'newlen' in argsIan Moffett
2025-08-06kernel: sysctl: Add sysctl_clearstr()Ian Moffett
2025-08-06kernel: vcache: Include '\0' in sysctl stringIan Moffett
2025-08-06kernel: sysctl: Use user headers ifndef _KERNELIan Moffett
2025-08-06Merge branch 'expt' of github.com:sigsegv7/Hyra into exptIan Moffett
2025-08-06kernel/amd64: Limit frame depth in backtraceIan Moffett
2025-08-06kernel/amd64: Add better checks on 'rbp' and 'rip'Ian Moffett