summaryrefslogtreecommitdiff
path: root/src/sys/arch/amd64/os
AgeCommit message (Expand)Author
3 dayskern: proc: Implement process sleeping and wakingIan Moffett
3 dayskern/amd64: Try to continue if no proc on switchIan Moffett
3 dayskern/amd64: Set RBP when kicking processesIan Moffett
4 dayskern/amd64: reboot: Add Intel PCH RST_CNT methodIan Moffett
4 dayskern/amd64: reboot: Add I8042_REBOOT optionIan Moffett
4 dayskern/amd64: Add reboot functionIan Moffett
5 dayskern/amd64: bus: Use higher half VA for MMIOIan Moffett
5 dayskern: proc: Remove redundant flag setIan Moffett
5 dayskern/amd64: proc: Mark process as exiting on killIan Moffett
6 dayskern: proc: Add initial penv block supportIan Moffett
6 dayskern/amd64: Attempt to dequeue on a cores first goIan Moffett
2025-09-27kern/amd64: panic: Halt all processors on panicIan Moffett
2025-09-23kern/amd64: proc: Deallocate mapped frames on exitIan Moffett
2025-09-21kern: bus: Simply return bus_space, don't remapIan Moffett
2025-09-20kern: pci: Add bus framework and PCI BAR mapperIan Moffett
2025-09-19kern/amd64: proc: Add proc_self()Ian Moffett
2025-09-17kern/amd64: proc: Add proc_kill() routineIan Moffett
2025-09-17kern/amd64: proc: Add initial context switch logicIan Moffett
2025-09-16kern/amd64: proc: Do not kick proc in md_set_ip()Ian Moffett
2025-09-16kern: proc: Add initialization code for ring 3Ian Moffett
2025-09-16kern: proc: Add initial proc init + PCB codeIan Moffett
2025-09-14kern/amd64: cpu: Add routine to get current coreIan Moffett
2025-09-13os/amd64: Add panic()Ian Moffett