summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
9 hourskernel: disk: Add initial disk engine sourcesIan Moffett
12 hourskernel: conf: Add 'DISK_MAX' config optionIan Moffett
12 hourskernel: Introduce disk management frameworkIan Moffett
14 hourskernel: ahci: Add separate ahci_register() routineIan Moffett
21 hourskernel: Initialize UACPI right before driversIan Moffett
2 dayskernel/amd64: cpu: Add detection of invariant TSCIan Moffett
2 dayskernel/amd64: conf: Add CPU_UMIP config optionIan Moffett
2 dayskernel/amd64: Ensure CR4.UMIP is set by defaultIan Moffett
2 dayskernel/amd64: tsc: Bail if the TSC isn't supportedIan Moffett
2 dayskernel/amd64: conf: Add boolean USER_TSC optionIan Moffett
3 dayskernel/amd64: Add CR4 bit definitionsIan Moffett
3 dayskernel/amd64: cpu: Report CPU vendor typeIan Moffett
3 dayskernel: proc: Improve handling of 'nswitch'Ian Moffett
3 dayskernel: vm: Add total system memory in vmstatIan Moffett
3 dayskernel: vm: Add virtual memory statisticsIan Moffett
3 dayskernel/amd64: Add basic timestamp counter supportIan Moffett
4 dayskernel: timer: Add flags field + TIMER_MONOTONICIan Moffett
4 dayskernel: sysctl: Add 'proc.count' entryIan Moffett
4 dayskernel: Increment g_nthreads in proc_init() onlyIan Moffett
4 dayskernel: proc: Remove extra newlineIan Moffett
4 dayskernel: workqueue: Fixup passing of 'func' in wqIan Moffett
4 dayskernel: acpi: Use pr_trace/pr_error in uacpi.cIan Moffett
4 dayskernel: proc: Add proc_init() routineIan Moffett
4 dayskernel: Add initial workqueue frameworkIan Moffett
5 dayskernel/amd64: Introduce flexible IPI managementIan Moffett
6 dayskernel: xhci: Add USBSTS_CNR definitionIan Moffett
6 dayskernel: xhci: Wait until xHC is ready in resetIan Moffett
6 dayskernel: xhci: Ensure portno is valid for portscIan Moffett
7 dayskernel: xhci: Add xhci_stop_hc() to stop the xHCIan Moffett
7 dayskernel: xhci: Fake success if already runningIan Moffett
7 dayskernel: xhci: Log reset timeoutsIan Moffett
7 dayskernel: xhci: Fix zeroing of NULL pageIan Moffett
7 dayskernel: xhci: Do not offset segment table baseIan Moffett
7 dayskernel: xhci: Fix off-by-one bugIan Moffett
7 dayskernel: acpi: Add GAS I/O access definitionsIan Moffett
7 dayskernel: acpi: Add handling of GPEs and notifyIan Moffett
8 dayskernel: sysctl: Add 'hw.machine' variableIan Moffett
8 dayskernel: descrip: Fix byte count on read()Ian Moffett
8 dayskernel: sysctl: Report 'hw.*' variablesIan Moffett
9 dayskernel: sysctl: Set 'oldlenp' to NULL if neededIan Moffett
9 dayskernel: sysctl: Add 'kern.hostname' varIan Moffett
9 dayskernel: Do not blacklist AHCIIan Moffett
9 dayskernel: sysctl: Allow 'old*' fields to be NULLIan Moffett
9 dayskernel: sysctl: Be sure to set 'newlen' in argsIan Moffett
9 dayskernel: sysctl: Add sysctl_clearstr()Ian Moffett
9 dayskernel: vcache: Include '\0' in sysctl stringIan Moffett
9 dayskernel: sysctl: Use user headers ifndef _KERNELIan Moffett
9 daysMerge branch 'expt' of github.com:sigsegv7/Hyra into exptIan Moffett
9 dayskernel/amd64: Limit frame depth in backtraceIan Moffett
9 dayskernel/amd64: Add better checks on 'rbp' and 'rip'Ian Moffett