summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
39 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
4 dayskernel/amd64: Introduce flexible IPI managementIan Moffett
5 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
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
7 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
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
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
10 dayskernel: sched: Add sched_suspend()Ian Moffett
10 dayskernel: socket: Refactor recv() implIan Moffett
10 dayskernel: socket: Zero newly allocated 'ksock'Ian Moffett
12 dayskernel: ctlfs: Keep comment up to dateIan Moffett
12 dayskernel: dmi: Add '/ctl/dmi/board' ctl entryIan Moffett
12 dayskernel: dmi: Add dmi_prodfam()Ian Moffett
12 dayskernel: dmi: Add dmi_cpu_version()Ian Moffett
14 dayskernel: Add SYS_connect syscallIan Moffett