Age | Commit message (Expand) | Author |
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 |
2024-02-29 | kernel/amd64: pmap: Fix calculation of indices | Ian Moffett |
2024-02-29 | kernel/amd64: pmap: Allocate new pmap if needed | Ian Moffett |
2024-02-29 | kernel/amd64: tss: Allocate stack for RSP0 | Ian Moffett |
2024-02-26 | kernel: pmap: Use PROT_ instead of PMAP_ prefix | Ian Moffett |
2024-02-26 | kernel/amd64: pmap: Add support for creating VAS | Ian Moffett |
2024-02-26 | kernel/amd64: Drop 'asm' directory | Ian Moffett |
2024-02-26 | kernel/amd64: sched: Send EOI after context switch | Ian Moffett |
2024-02-26 | kernel/amd64: cpu_mp: Allow single core processing | Ian Moffett |
2024-02-26 | kernel/amd64: lapic: Add support for sending EOIs | Ian Moffett |
2024-02-25 | kernel/amd64: spectre: Refactor | Ian Moffett |
2024-02-25 | kernel/amd64: machdep: Refactor | Ian Moffett |
2024-02-23 | kernel: Add initial scheduler implementation | Ian Moffett |
2024-02-23 | kernel/amd64: spectre: Remove useless whitespace | Ian Moffett |
2024-02-23 | kernel/amd64: lapic_timer.S -> local_intr.S | Ian Moffett |
2024-02-23 | kernel/amd64: machdep: Remove useless decl | Ian Moffett |
2024-02-22 | kernel/amd64: lapic: Set timer routine | Ian Moffett |
2024-02-22 | kernel/amd64: lapic: uint32_t -> size_t | Ian Moffett |
2024-02-22 | kernel/amd64: Create per-processor context storage | Ian Moffett |
2024-02-22 | kernel/amd64: machdep: Unmask interrupts | Ian Moffett |
2024-02-22 | kernel/amd64: machdep: Isolate BSP-only calls | Ian Moffett |
2024-02-20 | kernel/amd64: trap: Dump regs upon exception | Ian Moffett |
2024-02-18 | kernel/amd64: trap: Remove useless function | Ian Moffett |
2024-02-18 | kernel/amd64: hpet: Remove extra whitespace | Ian Moffett |
2024-02-18 | kernel/amd64: hpet: Use hint_spinwait() | Ian Moffett |
2024-02-18 | kernel/amd64: machdep: Init HPET only once | Ian Moffett |