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