summaryrefslogtreecommitdiff
path: root/sys/src/9/pc64/dat.h
AgeCommit message (Expand)Author
2022-01-16kernel: make Page.txtflush into an arraycinap_lenrek
2021-07-14pc, pc64: increase confmem slots to 64cinap_lenrek
2021-04-25kernel: clean up Mach structurecinap_lenrek
2021-01-17pc, pc64: add minimal HPET driver to measure LAPIC and TSC frequenciescinap_lenrek
2020-12-06amd64: FP: back to static size for allocation and copyingSigrid
2020-12-06amd64: FP: always use enough to fit AVX state and align to 64 bytesSigrid
2020-12-06amd64, vmx: support avx/avx2 for host/guest; use *noavx= in plan9.ini to disableSigrid
2020-11-29pc, pc64, xen: rewrite interrupt handling codecinap_lenrek
2020-06-06pc, pc64: use 64-bit physical addresses for ISAConf.portcinap_lenrek
2019-08-27pc64: implement NX bit discovery, map kernel mappings no-executecinap_lenrek
2018-07-11pc64: update headers to match pcaiju
2017-11-12pc64: allow using the FPU in syscall and pagefault handlerscinap_lenrek
2017-11-04kernel: introduce per process FPU struct (PFPU) for more flexible machine spe...cinap_lenrek
2017-08-28devvmx, vmx: lilu dallas multivmaiju
2017-06-13pc/pc64: keep shadow copy of DR7 in Mach and use that to check whether we nee...aiju
2017-06-12kernel: add support for hardware watchpointsaiju
2017-03-25pc kernel: handle PCMP and RSD being in low (kaddr) or reserved (vmap) memorycinap_lenrek
2017-03-11kernel: get rid of active.Lock and active.thunderbirdsargocinap_lenrek
2016-12-17pat write combinding support for 386 kernel, honor cpuid bitscinap_lenrek
2016-01-05kernel: change active.machs from bitmap to char array to support up to 64 cpu...cinap_lenrek
2015-11-30kernel: cleanup exit()/shutdown()/reboot() codecinap_lenrek
2015-07-07pc64: use unsigned long for kmapindex and mmu counts avoiding signed integer ...cinap_lenrek
2014-11-01pc64: remove unused pdballoc and pdbfree counters from mach structurecinap_lenrek
2014-10-21pc, pc64: make mtrr() callable from interrupt context and before mpinitcinap_lenrek
2014-07-09pc, pc64: initial machine check architecture supportcinap_lenrek
2014-05-29pc, pc64: simplify reboot codecinap_lenrek
2014-05-01pc64: increase sizes of physical memory bank mapscinap_lenrek
2014-03-16pc64: amd64 kernel reboot supportcinap_lenrek
2014-02-06pc64: fix kmap()cinap_lenrek
2014-02-02pc64: track per process kmap page tables in separate MMU list.cinap_lenrek
2014-02-01add experimental pc64 kernelcinap_lenrek