summaryrefslogtreecommitdiff
path: root/sys/src/9/pc64/mmu.c
AgeCommit message (Expand)Author
2016-12-17pat write combinding support for 386 kernel, honor cpuid bitscinap_lenrek
2016-12-15pc64: implement simple write combining for framebuffers with the PATcinap_lenrek
2016-11-17pc64: check if vmap() range fits in VMAPLEN window, remove unneeded vmapsync(...cinap_lenrek
2015-07-07pc64: use unsigned long for kmapindex and mmu counts avoiding signed integer ...cinap_lenrek
2014-10-18pc, pc64: allow passing RSDT pointer in *acpi= boot parameter, early bootscre...cinap_lenrek
2014-08-07pc, pc64: make pc kaddr() check reject -KZERO address (thanks aiju)cinap_lenrek
2014-06-07pc64: remove unneeded parens in pmap()cinap_lenrek
2014-06-07pc64: implement checkmmu() debug functioncinap_lenrek
2014-06-01pc64: allocate palloc.pages from upagescinap_lenrek
2014-05-25pc64: cleanup mmuzapcinap_lenrek
2014-05-06pc64: fix embrassing typo in mmuzap()cinap_lenrek
2014-02-23pc64: fix mmu leakcinap_lenrek
2014-02-15pc64: fix mistakecinap_lenrek
2014-02-15pc64: simplify mmuwalk by factoring out mmu page table creation into separate...cinap_lenrek
2014-02-15pc64: move VMAP into its own PDP (for vmware)cinap_lenrek
2014-02-10pc64: limit memory of per processor mmu freelist to 1MBcinap_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-02pc64: no need to flush tlb in kunmap(), was experimentcinap_lenrek
2014-02-02pc64: fix mmu structure leakage, implement global poolcinap_lenrek
2014-02-02pc64: fix vmapcinap_lenrek
2014-02-01add experimental pc64 kernelcinap_lenrek