summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
38 hourskernel/amd64: Ensure CR4.UMIP is set by defaultIan Moffett
38 hourskernel/amd64: tsc: Bail if the TSC isn't supportedIan Moffett
38 hourskernel/amd64: conf: Add boolean USER_TSC optionIan Moffett
38 hourskernel/amd64: Add CR4 bit definitionsIan Moffett
39 hourskernel/amd64: cpu: Report CPU vendor typeIan Moffett
40 hourskernel: proc: Improve handling of 'nswitch'Ian Moffett
40 hourskernel: vm: Add total system memory in vmstatIan Moffett
40 hourskernel: vm: Add virtual memory statisticsIan Moffett
41 hourskernel/amd64: Add basic timestamp counter supportIan Moffett
3 dayskernel: timer: Add flags field + TIMER_MONOTONICIan Moffett
3 dayskernel: sysctl: Add 'proc.count' entryIan Moffett
3 dayskernel: Increment g_nthreads in proc_init() onlyIan Moffett
3 dayskernel: proc: Remove extra newlineIan Moffett
3 dayskernel: workqueue: Fixup passing of 'func' in wqIan Moffett
3 dayskernel: acpi: Use pr_trace/pr_error in uacpi.cIan Moffett
3 dayskernel: proc: Add proc_init() routineIan Moffett
3 dayskernel: Add initial workqueue frameworkIan Moffett
5 dayskernel/amd64: Introduce flexible IPI managementIan Moffett
5 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
6 dayskernel: xhci: Add xhci_stop_hc() to stop the xHCIan Moffett
6 dayskernel: xhci: Fake success if already runningIan Moffett
6 dayskernel: xhci: Log reset timeoutsIan Moffett
6 dayskernel: xhci: Fix zeroing of NULL pageIan Moffett
6 dayskernel: xhci: Do not offset segment table baseIan Moffett
6 dayskernel: xhci: Fix off-by-one bugIan Moffett
6 dayskernel: acpi: Add GAS I/O access definitionsIan Moffett
6 dayskernel: acpi: Add handling of GPEs and notifyIan Moffett
7 dayskernel: sysctl: Add 'hw.machine' variableIan Moffett
7 dayskernel: descrip: Fix byte count on read()Ian Moffett
7 dayskernel: sysctl: Report 'hw.*' variablesIan Moffett
8 dayskernel: sysctl: Set 'oldlenp' to NULL if neededIan Moffett
8 dayskernel: sysctl: Add 'kern.hostname' varIan Moffett
8 dayskernel: Do not blacklist AHCIIan Moffett
8 dayskernel: sysctl: Allow 'old*' fields to be NULLIan Moffett
8 dayskernel: sysctl: Be sure to set 'newlen' in argsIan Moffett
8 dayskernel: sysctl: Add sysctl_clearstr()Ian Moffett
8 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
9 dayskernel/amd64: Add better checks on 'rbp' and 'rip'Ian Moffett
10 dayskernel: socket: Fake success on missing optIan Moffett
10 dayskernel: socket: Fix typo in commentIan Moffett
10 dayskernel & libc: Add POSIX setsockopt syscallIan Moffett
10 dayskernel: socket: Implement recv() timeoutIan Moffett
10 dayskernel: socket: Add POSIX setsockopt()Ian Moffett
10 dayskernel: socket: Fix typo in code commentIan Moffett