Age | Commit message (Expand) | Author |
2024-05-21 | kernel: Initial sched rewrite | Ian Moffett |
2024-05-19 | kernel: Add reboot() and reboot syscall | Ian Moffett |
2024-05-18 | kernel: tty: Handle input processing better | Ian Moffett |
2024-05-18 | kernel: tty: Handle ICANON | Ian Moffett |
2024-05-17 | kernel/amd64: machdep: Beep based on kernel config | Ian Moffett |
2024-05-17 | build: Introduce kconf for kernel configuration | Ian Moffett |
2024-05-15 | kernel/amd64: machdep: Cleanup processor_init() | Ian Moffett |
2024-05-14 | kernel/amd64: Fix early panic triple fault | Ian Moffett |
2024-05-14 | kernel/amd64: machdep: Reorganize functions | Ian Moffett |
2024-05-14 | kernel: machdep: Add machine_panic() + panic beep | Ian Moffett |
2024-05-14 | kernel: isa: Add pcspkr support | Ian Moffett |
2024-05-12 | kernel/amd64: i8042: Prevent blinking capslock LED | Ian Moffett |
2024-05-12 | kernel/amd64: isa: Add i8042 driver | Ian Moffett |
2024-05-07 | kernel/amd64: trap: Remove unnecessary whitespace | Ian Moffett |
2024-05-07 | kernel/amd64: tss: Ensure stacks are aligned | Ian Moffett |
2024-05-07 | kernel/amd64: trap: Temporarily disable interrupts | Ian Moffett |
2024-04-30 | kernel/amd64: machdep: Add cpu_halt_others() | Ian Moffett |
2024-04-28 | kernel/amd64: ioapic: Add ioapic_set_vec() | Ian Moffett |
2024-04-26 | kernel/amd64: syscall: Allow RIP/RSP to be reset | Ian Moffett |
2024-04-20 | kernel: vm: Add initial demand paging support | Ian Moffett |
2024-04-10 | kernel/amd64: trap: Send signals to thread | Ian Moffett |
2024-04-09 | kernel/amd64: tss: Remove useless whitespace | Ian Moffett |
2024-04-09 | kernel/amd64: Add backtrace support for panic() | Ian Moffett |
2024-04-07 | kernel/amd64: syscall: Set IP in syscall_args | Ian Moffett |
2024-04-06 | kernel/amd64: lapic: Remove unused includes | Ian Moffett |
2024-03-26 | kernel/amd64: tss: Do not allow userspace port I/O | Ian Moffett |
2024-03-25 | kernel/amd64: Remove "AP bootstrap done" message | Ian Moffett |
2024-03-24 | kernel/amd64: machdep: Init PCI driver | Ian Moffett |
2024-03-19 | kernel: syscall: Fix syscall order | Ian Moffett |
2024-03-16 | kernel,libc: syscall: Improve syscall code | Ian Moffett |
2024-03-16 | kernel: syscall: Remove syscall_args.ret | Ian Moffett |
2024-03-14 | kernel: Add support for syscalls | Ian Moffett |
2024-03-14 | kernel/amd64: pmap: Add pmap_free_vas() | Ian Moffett |
2024-03-13 | kernel/amd64: machdep: Add processor_free_pcb() | Ian Moffett |
2024-03-13 | kernel/amd64: machdep: Check for NULL instead of 0 | Ian Moffett |
2024-03-13 | kernel/amd64: machdep: Add context switch helper | Ian Moffett |
2024-03-13 | kernel/amd64: machdep: Add pcb init code | Ian Moffett |
2024-03-13 | kernel/amd64: machdep: Remove extra whitespace | Ian Moffett |
2024-03-13 | kernel/amd64: trap: Update panic message | Ian Moffett |
2024-03-13 | kernel/amd64: spectre: Log only once | Ian Moffett |
2024-03-13 | kernel/amd64: machdep: Fix typo | Ian Moffett |
2024-03-11 | kernel/amd64: machdep: Enable SSE/SSE2 per core | Ian Moffett |
2024-03-10 | kernel/amd64: trap: Add stack-segment fault ISR | Ian Moffett |
2024-03-07 | kernel/amd64: trap: Parse TRAP_PAGEFLT error code | Ian Moffett |
2024-03-07 | kernel: Require VAS arg in vm + loader refactor | Ian Moffett |
2024-03-06 | kernel/amd64: Remove switch.S | Ian Moffett |
2024-02-29 | kernel/amd64: trap: Simplify trap_print() logic | Ian Moffett |
2024-02-29 | kernel/amd64: machdep: Add wrappers over CLI/STI | Ian Moffett |
2024-02-29 | kernel/amd64: pmap: Add user pte flag | Ian Moffett |
2024-02-29 | kernel/amd64: pmap: Add routine to switch vas | Ian Moffett |