summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
36 hourskernel/amd64: Use seperate stack for double faultsIan Moffett
36 hourskernel/amd64: trap: Remove erroneous spl callsIan Moffett
40 hourskernel/amd64: Do not run off callstack in traceIan Moffett
40 hourskernel/amd64: Do not hit self in cpu_halt_others()Ian Moffett
2 dayskernel/amd64: reboot: Add reboot fallback methodsIan Moffett
3 dayskernel: exit: Panic if core is not preemptableIan Moffett
3 dayskernel: Allow preemption to be enabled/disabledIan Moffett
3 dayskernel/amd64: Add preemptable flag to cpu_infoIan Moffett
3 dayskernel/amd64: i8042: Remove unused global variableIan Moffett
3 dayskernel/amd64: Add initial ext scancode supportIan Moffett
3 dayskernel/amd64: isa: Seperate i8042 capslock logicIan Moffett
5 dayskernel/amd64: cpu: Fix uninitialized variableIan Moffett
10 dayskernel/amd64: cpu: Add detection of invariant TSCIan Moffett
10 dayskernel/amd64: conf: Add CPU_UMIP config optionIan Moffett
10 dayskernel/amd64: Ensure CR4.UMIP is set by defaultIan Moffett
10 dayskernel/amd64: tsc: Bail if the TSC isn't supportedIan Moffett
10 dayskernel/amd64: conf: Add boolean USER_TSC optionIan Moffett
10 dayskernel/amd64: cpu: Report CPU vendor typeIan Moffett
10 dayskernel: proc: Improve handling of 'nswitch'Ian Moffett
10 dayskernel/amd64: Add basic timestamp counter supportIan Moffett
11 dayskernel: timer: Add flags field + TIMER_MONOTONICIan Moffett
13 dayskernel/amd64: Introduce flexible IPI managementIan Moffett
2025-08-07kernel: sysctl: Report 'hw.*' variablesIan 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-07-25kernel/amd64: Keep track of which cores are onlineIan Moffett
2025-07-19kernel: kconf: Seperate shared options to sys/confIan Moffett
2025-07-17kernel/amd64: mp: Pin one idle thread to each coreIan Moffett
2025-07-17kernel/amd64: Set up seperate syscall stackIan Moffett
2025-07-16kernel: accnt: Keep track of per-cpu statsIan Moffett
2025-07-16kernel: Sort out switch MI/MD switch logicIan Moffett
2025-07-13kernel/amd64: Track interrupt countIan Moffett
2025-07-13kernel/amd64: Get CPU family + modelIan Moffett
2025-07-13kernel/amd64: cpu_check_feat() -> cpu_get_info()Ian Moffett
2025-07-13kernel/amd64: Add I8042_POLL kconf(9) optionIan Moffett
2025-07-13kernel/amd64: Return NULL if IA32_GS_BASE is unsetIan Moffett
2025-07-13kernel: Avoid using kprintf() during panicIan Moffett
2025-07-13kernel: Make panic screen configurableIan Moffett
2025-07-11kernel/amd64: i8042: Decode ESCAPE keyIan Moffett
2025-07-05kernel/amd64: Add support for coredumpsIan Moffett
2025-07-05kernel/amd64: conf: Add CPU_SMEP optionIan Moffett
2025-07-05kernel/amd64: cpu: Support SMEPIan Moffett
2025-07-05kernel/amd64: Add 'feat' field in cpu_infoIan Moffett
2025-07-03kernel: driver: Assign names to all driversIan Moffett
2025-07-03kernel/aarch64: Add 'board_info' structureIan Moffett
2025-06-29kernel/amd64: trap: Wrap regdump into a panic()Ian Moffett
2025-06-29kernel/amd64: trap: Restore IPL during user trapsIan Moffett
2025-06-27kernel/amd64: mp: Give each core an idle threadIan Moffett
2025-06-25kernel/amd64: Deprecate reboot keyIan Moffett
2025-06-25kernel/amd64: mc1468xx: Implement date settingIan Moffett