Age | Commit message (Expand) | Author |
2025-05-14 | kernel: get rid of Proc.kstack | glenda |
2020-12-06 | amd64, vmx: support avx/avx2 for host/guest; use *noavx= in plan9.ini to disable | Sigrid |
2018-12-11 | kernel: change peek to return number of characters left rather than 0/-1 | aiju |
2018-12-11 | dtracy: catch page faults | aiju |
2018-03-17 | pc64: fix _intrr(), avoid the linker moving _intrr() arround | cinap_lenrek |
2018-03-17 | pc64: add magic _intrr() symbol for ktrace (thanks mischief) | cinap_lenrek |
2018-01-29 | pc64: fix kmap() and invlpg() | cinap_lenrek |
2017-06-25 | pc, pc64: support for multiboot framebuffer, common bootargs and multiboot code | cinap_lenrek |
2017-06-20 | pc, pc64: adapt devvmx to work on pc64 | aiju |
2017-06-12 | kernel: add support for hardware watchpoints | aiju |
2017-06-12 | pc64: set error code and trap fields in Ureg* on syscalls | aiju |
2016-01-14 | pc64: move idle() routine after CALL main(SB) as the comment suggests | cinap_lenrek |
2015-07-07 | all kernels: declare _tas() to prevent pulling in libc version (for libmemdraw) | cinap_lenrek |
2015-04-08 | pc, pc64: extend initial memory map for qemu multiboot data | cinap_lenrek |
2014-11-15 | pc64: get rid of fixed 8MB INIMAP and dynamically map KZERO-end in l.s | cinap_lenrek |
2014-08-18 | pc, pc64: fix off by one error in _multibootentry | cinap_lenrek |
2014-07-21 | pc64: cleanup syscallentry() | cinap_lenrek |
2014-07-20 | pc64: dont save/restore DS/ES/FS/GS segment registers on syscall or interrupt... | cinap_lenrek |
2014-07-20 | pc64: preserve user extern registers R14 and R15 across syscalls, use Ureg.bp... | cinap_lenrek |
2014-06-08 | kernel: remove _xinc()/_xdec() | cinap_lenrek |
2014-06-05 | pc64: dont trap _xinc()/_xdec() overflow/underflow, delete unused atomic func... | cinap_lenrek |
2014-05-11 | pc, pc64: handle sse simd exceptions | cinap_lenrek |
2014-03-01 | pc64: multiboot support | cinap_lenrek |
2014-02-15 | pc64: move VMAP into its own PDP (for vmware) | cinap_lenrek |
2014-02-06 | pc64: fix note handling | cinap_lenrek |
2014-02-03 | pc64: implement shutdown and idlehands | cinap_lenrek |
2014-02-01 | add experimental pc64 kernel | cinap_lenrek |