Age | Commit message (Expand) | Author |
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 |
2024-02-15 | kernel/amd64: cpu: Prefix machdeps with cpu_ | Ian Moffett |
2024-02-14 | kernel/amd64: hpet: HPET is architecture specific | Ian Moffett |
2024-02-11 | kernel/amd64: acpi: Fetch LAPIC base separate | Ian Moffett |
2024-02-11 | kernel: sched: Add initial sched related code | Ian Moffett |
2024-02-05 | kernel/amd64: lapic: Fix icr_lo overflow bug | Ian Moffett |
2024-02-05 | kernel/amd64: lapic: Conform to style | Ian Moffett |
2024-02-04 | kernel/amd64: lapic: Add support for sending IPIs | Ian Moffett |
2024-02-04 | kernel/amd64: lapic: Remove redundant whitespace | Ian Moffett |
2024-02-04 | kernel/amd64: lapic: Extend r/w width to 64 bits | Ian Moffett |
2024-01-17 | kernel: vm: Init virtual memory in pre_init() | Ian Moffett |