summaryrefslogtreecommitdiff
path: root/kernel/trap.c
AgeCommit message (Expand)Author
2019-07-24display assembly instructions, to help with first.tex exerciseRobert Morris
2019-07-23simplify kernel mapping callsRobert Morris
2019-07-23one more TRAMPOLINEFrans Kaashoek
2019-07-11cosmetic changesRobert Morris
2019-07-10have kill() lock before looking at p->pidRobert Morris
2019-07-10tweak some comments.Robert Morris
2019-07-02Merge branch 'riscv' into riscv-procFrans Kaashoek
2019-07-02Checkpoint switching to per-process locks, in attempt clarify xv6'sFrans Kaashoek
2019-07-02don't enable interrupts until done with sstatus, scause, &cRobert Morris
2019-07-01timer interrupt in the kernel -> yieldRobert Morris
2019-06-13clean up virtio codeRobert Morris
2019-06-13virtio disk driverRobert Morris
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris