summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
11 dayskernel: acpi: Use pr_trace/pr_error in uacpi.cIan Moffett
12 dayskernel: proc: Add proc_init() routineIan Moffett
12 dayskernel: Add initial workqueue frameworkIan Moffett
13 dayskernel/amd64: Introduce flexible IPI managementIan Moffett
13 dayskernel: xhci: Add USBSTS_CNR definitionIan Moffett
14 dayskernel: xhci: Wait until xHC is ready in resetIan Moffett
14 dayskernel: xhci: Ensure portno is valid for portscIan Moffett
14 dayskernel: xhci: Add xhci_stop_hc() to stop the xHCIan Moffett
14 dayskernel: xhci: Fake success if already runningIan Moffett
14 dayskernel: xhci: Log reset timeoutsIan Moffett
14 dayskernel: xhci: Fix zeroing of NULL pageIan Moffett
14 dayskernel: xhci: Do not offset segment table baseIan Moffett
14 dayskernel: 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
2025-08-06kernel/amd64: Add better checks on 'rbp' and 'rip'Ian Moffett
2025-08-04kernel: socket: Fake success on missing optIan Moffett
2025-08-04kernel: socket: Fix typo in commentIan Moffett
2025-08-04kernel & libc: Add POSIX setsockopt syscallIan Moffett
2025-08-04kernel: socket: Implement recv() timeoutIan Moffett
2025-08-04kernel: socket: Add POSIX setsockopt()Ian Moffett
2025-08-04kernel: socket: Fix typo in code commentIan Moffett
2025-08-04kernel: sched: Add sched_suspend()Ian Moffett
2025-08-04kernel: socket: Refactor recv() implIan Moffett
2025-08-04kernel: socket: Zero newly allocated 'ksock'Ian Moffett
2025-08-02kernel: ctlfs: Keep comment up to dateIan Moffett
2025-08-02kernel: dmi: Add '/ctl/dmi/board' ctl entryIan Moffett
2025-08-02kernel: dmi: Add dmi_prodfam()Ian Moffett
2025-08-02kernel: dmi: Add dmi_cpu_version()Ian Moffett
2025-07-31kernel: Add SYS_connect syscallIan Moffett
2025-07-31kernel: socket: Implement connect()Ian Moffett
2025-07-31kernel: socket: Improve control message logicIan Moffett
2025-07-31kernel: socket: Block is recv queue is emptyIan Moffett
2025-07-31kernel: socket: Block if cmsg queue is emptyIan Moffett
2025-07-31kernel: socket: Log socket owner PID on SCM_RIGHTSIan Moffett
2025-07-31kernel: socket: Create a socket file in /tmp/Ian Moffett