summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
13 hourskernel: style: Clean up and remove extra newlinesexptIan Moffett
13 hourskernel/amd64: trap: Don't ignore unknown user trapIan Moffett
4 dayskernel/amd64: trap: Print trap type on panicmainIan Moffett
4 dayskernel/amd64: ipi: Make halt IPI more directIan Moffett
5 dayskernel/amd64: ipi: Greatly simplify IPI frameworkIan Moffett
5 dayskernel/amd64: intr: Add IST_DBFLT defineIan Moffett
6 dayskernel/amd64: Use seperate stack for double faultsIan Moffett
6 dayskernel/amd64: trap: Remove erroneous spl callsIan Moffett
6 dayskernel/amd64: Do not run off callstack in traceIan Moffett
6 dayskernel/amd64: Do not hit self in cpu_halt_others()Ian Moffett
6 dayskernel: physmem: Panic when out of memoryIan Moffett
6 dayskernel: physmem: Update page counts on alloc/freeIan Moffett
7 dayskernel/amd64: reboot: Add reboot fallback methodsIan Moffett
7 dayskernel: synch: Deprecate global __syslockIan Moffett
7 dayskernel: exit: Panic if core is not preemptableIan Moffett
7 dayskernel: Disable preemption on spinlock_acquire()Ian Moffett
7 dayskernel: Allow preemption to be enabled/disabledIan Moffett
7 dayskernel/amd64: Add preemptable flag to cpu_infoIan Moffett
7 dayskernel/amd64: i8042: Remove unused global variableIan Moffett
7 dayskernel: Do not spin in spinlock_try_acquire()Ian Moffett
7 dayskernel/amd64: Add initial ext scancode supportIan Moffett
7 dayskernel/amd64: isa: Seperate i8042 capslock logicIan Moffett
9 dayskernel/amd64: cpu: Fix uninitialized variableIan Moffett
9 dayskernel: disk: Add DISK_IO_QUERY op to disk engineIan Moffett
9 dayskernel: disk: Implement disk_query()Ian Moffett
9 dayskernel: disk: Improve tracking of disk informationIan Moffett
9 dayskernel: disk: Use 'void *' in disk_param_init()Ian Moffett
9 dayskernel: disk: Remove redundant decl clutterIan Moffett
9 dayskernel: disk: Document disk READ/WRITE opcodesIan Moffett
9 dayskernel: disk: Use DISK_NAME_MAX for disk name lenIan Moffett
10 dayskernel: disk: Add comment of V_BSIZE requirementsIan Moffett
10 dayskernel: disk: Describe 'bsize' as HW specificIan Moffett
10 dayskernel: disk: Introduce virtual blocksIan Moffett
10 dayskernel: ahci: Register drives with disk frameworkIan Moffett
10 dayskernel: ahci: Improve identify interfaceIan Moffett
12 dayskernel: disk: Add disk limit enforcementsIan Moffett
12 dayskernel: disk: Add initial disk engine sourcesIan Moffett
12 dayskernel: conf: Add 'DISK_MAX' config optionIan Moffett
12 dayskernel: Introduce disk management frameworkIan Moffett
12 dayskernel: ahci: Add separate ahci_register() routineIan Moffett
13 dayskernel: Initialize UACPI right before driversIan Moffett
2025-08-13kernel/amd64: cpu: Add detection of invariant TSCIan Moffett
2025-08-12kernel/amd64: conf: Add CPU_UMIP config optionIan Moffett
2025-08-12kernel/amd64: Ensure CR4.UMIP is set by defaultIan Moffett
2025-08-12kernel/amd64: tsc: Bail if the TSC isn't supportedIan Moffett
2025-08-12kernel/amd64: conf: Add boolean USER_TSC optionIan Moffett
2025-08-12kernel/amd64: Add CR4 bit definitionsIan Moffett
2025-08-12kernel/amd64: cpu: Report CPU vendor typeIan Moffett
2025-08-12kernel: proc: Improve handling of 'nswitch'Ian Moffett
2025-08-12kernel: vm: Add total system memory in vmstatIan Moffett