summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
18 hourskernel/amd64: cpu: Add detection of invariant TSCIan Moffett
19 hourskernel/amd64: conf: Add CPU_UMIP config optionIan Moffett
19 hourskernel/amd64: Ensure CR4.UMIP is set by defaultIan Moffett
19 hourskernel/amd64: tsc: Bail if the TSC isn't supportedIan Moffett
19 hourskernel/amd64: conf: Add boolean USER_TSC optionIan Moffett
20 hourskernel/amd64: Add CR4 bit definitionsIan Moffett
20 hourskernel/amd64: cpu: Report CPU vendor typeIan Moffett
21 hourskernel: proc: Improve handling of 'nswitch'Ian Moffett
21 hourskernel: vm: Add total system memory in vmstatIan Moffett
21 hourskernel: vm: Add virtual memory statisticsIan Moffett
22 hourskernel/amd64: Add basic timestamp counter supportIan Moffett
2 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
4 dayskernel/amd64: Introduce flexible IPI managementIan Moffett
4 dayskernel: xhci: Add USBSTS_CNR definitionIan Moffett
5 dayskernel: xhci: Wait until xHC is ready in resetIan Moffett
5 dayskernel: xhci: Ensure portno is valid for portscIan Moffett
5 dayskernel: xhci: Add xhci_stop_hc() to stop the xHCIan Moffett
5 dayskernel: xhci: Fake success if already runningIan Moffett
5 dayskernel: xhci: Log reset timeoutsIan Moffett
5 dayskernel: xhci: Fix zeroing of NULL pageIan Moffett
5 dayskernel: xhci: Do not offset segment table baseIan Moffett
5 dayskernel: xhci: Fix off-by-one bugIan Moffett
5 dayskernel: acpi: Add GAS I/O access definitionsIan Moffett
5 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
7 dayskernel: sysctl: Set 'oldlenp' to NULL if neededIan Moffett
7 dayskernel: sysctl: Add 'kern.hostname' varIan Moffett
7 dayskernel: Do not blacklist AHCIIan Moffett
7 dayskernel: sysctl: Allow 'old*' fields to be NULLIan Moffett
7 dayskernel: sysctl: Be sure to set 'newlen' in argsIan Moffett
7 dayskernel: sysctl: Add sysctl_clearstr()Ian Moffett
7 dayskernel: vcache: Include '\0' in sysctl stringIan Moffett
8 dayskernel: sysctl: Use user headers ifndef _KERNELIan Moffett
8 daysMerge branch 'expt' of github.com:sigsegv7/Hyra into exptIan Moffett
8 dayskernel/amd64: Limit frame depth in backtraceIan Moffett
8 dayskernel/amd64: Add better checks on 'rbp' and 'rip'Ian Moffett
8 dayskernel/amd64: Add better checks on 'rbp' and 'rip'Ian Moffett
9 dayskernel: socket: Fake success on missing optIan Moffett
9 dayskernel: socket: Fix typo in commentIan Moffett
9 dayskernel & libc: Add POSIX setsockopt syscallIan Moffett
9 dayskernel: socket: Implement recv() timeoutIan Moffett