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