summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2025-08-22kernel/amd64: ipi: Make halt IPI more directIan Moffett
2025-08-21kernel/amd64: ipi: Greatly simplify IPI frameworkIan Moffett
2025-08-21kernel/amd64: intr: Add IST_DBFLT defineIan Moffett
2025-08-21kernel/amd64: Use seperate stack for double faultsIan Moffett
2025-08-21kernel/amd64: trap: Remove erroneous spl callsIan Moffett
2025-08-20kernel/amd64: Do not run off callstack in traceIan Moffett
2025-08-20kernel/amd64: Do not hit self in cpu_halt_others()Ian Moffett
2025-08-20kernel: physmem: Panic when out of memoryIan Moffett
2025-08-20kernel: physmem: Update page counts on alloc/freeIan Moffett
2025-08-20kernel/amd64: reboot: Add reboot fallback methodsIan Moffett
2025-08-20kernel: synch: Deprecate global __syslockIan Moffett
2025-08-20kernel: exit: Panic if core is not preemptableIan Moffett
2025-08-20kernel: Disable preemption on spinlock_acquire()Ian Moffett
2025-08-20kernel: Allow preemption to be enabled/disabledIan Moffett
2025-08-20kernel/amd64: Add preemptable flag to cpu_infoIan Moffett
2025-08-20kernel/amd64: i8042: Remove unused global variableIan Moffett
2025-08-20kernel: Do not spin in spinlock_try_acquire()Ian Moffett
2025-08-20kernel/amd64: Add initial ext scancode supportIan Moffett
2025-08-19kernel/amd64: isa: Seperate i8042 capslock logicIan Moffett
2025-08-18kernel/amd64: cpu: Fix uninitialized variableIan Moffett
2025-08-18kernel: disk: Add DISK_IO_QUERY op to disk engineIan Moffett
2025-08-18kernel: disk: Implement disk_query()Ian Moffett
2025-08-18kernel: disk: Improve tracking of disk informationIan Moffett
2025-08-18kernel: disk: Use 'void *' in disk_param_init()Ian Moffett
2025-08-18kernel: disk: Remove redundant decl clutterIan Moffett
2025-08-18kernel: disk: Document disk READ/WRITE opcodesIan Moffett
2025-08-18kernel: disk: Use DISK_NAME_MAX for disk name lenIan Moffett
2025-08-17kernel: disk: Add comment of V_BSIZE requirementsIan Moffett
2025-08-17kernel: disk: Describe 'bsize' as HW specificIan Moffett
2025-08-16kernel: disk: Introduce virtual blocksIan Moffett
2025-08-16kernel: ahci: Register drives with disk frameworkIan Moffett
2025-08-16kernel: ahci: Improve identify interfaceIan Moffett
2025-08-15kernel: disk: Add disk limit enforcementsIan Moffett
2025-08-15kernel: disk: Add initial disk engine sourcesIan Moffett
2025-08-14kernel: conf: Add 'DISK_MAX' config optionIan Moffett
2025-08-14kernel: Introduce disk management frameworkIan Moffett
2025-08-14kernel: ahci: Add separate ahci_register() routineIan Moffett
2025-08-14kernel: 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
2025-08-12kernel: vm: Add virtual memory statisticsIan Moffett
2025-08-12kernel/amd64: Add basic timestamp counter supportIan Moffett
2025-08-11kernel: timer: Add flags field + TIMER_MONOTONICIan Moffett