]> git.lizzy.rs Git - plan9front.git/history - sys/src/9/pc64/mmu.c
pc, pc64: new memory map code
[plan9front.git] / sys / src / 9 / pc64 / mmu.c
2020-04-04 cinap_lenrekpc, pc64: new memory map code
2019-08-29 cinap_lenrekpc64: map kernel text readonly and everything else...
2019-08-27 cinap_lenrekpc64: implement NX bit discovery, map kernel mappings...
2019-06-28 cinap_lenrekpc64: preallocate mmupool page tables
2019-05-01 cinap_lenrekkernel: get rid of checkpagerefs() debugging
2019-04-04 cinap_lenrekpc64: get rid of TSTKTOP, USTKTOP is the end of user...
2018-01-29 cinap_lenrekpc64: fix kmap() and invlpg()
2017-06-13 aijupc/pc64: keep shadow copy of DR7 in Mach and use that...
2017-06-12 aijupc/pc64: reset DR7 in mmurelease
2016-12-17 cinap_lenrekpat write combinding support for 386 kernel, honor...
2016-12-15 cinap_lenrekpc64: implement simple write combining for framebuffers...
2016-11-17 cinap_lenrekpc64: check if vmap() range fits in VMAPLEN window...
2015-07-07 cinap_lenrekpc64: use unsigned long for kmapindex and mmu counts...
2014-10-18 cinap_lenrekpc, pc64: allow passing RSDT pointer in *acpi= boot...
2014-09-27 aijumerge
2014-08-07 cinap_lenrekpc, pc64: make pc kaddr() check reject -KZERO address...
2014-06-07 cinap_lenrekpc64: remove unneeded parens in pmap()
2014-06-07 cinap_lenrekmerge
2014-06-07 cinap_lenrekpc64: implement checkmmu() debug function
2014-06-01 cinap_lenrekpc64: allocate palloc.pages from upages
2014-05-25 cinap_lenrekpc64: cleanup mmuzap
2014-05-06 cinap_lenrekpc64: fix embrassing typo in mmuzap()
2014-02-23 cinap_lenrekmerge
2014-02-23 cinap_lenrekpc64: fix mmu leak
2014-02-15 cinap_lenrekpc64: fix mistake
2014-02-15 cinap_lenrekpc64: simplify mmuwalk by factoring out mmu page table...
2014-02-15 cinap_lenrekmerge
2014-02-15 cinap_lenrekpc64: move VMAP into its own PDP (for vmware)
2014-02-10 cinap_lenrekpc64: limit memory of per processor mmu freelist to 1MB
2014-02-06 cinap_lenrekpc64: fix kmap()
2014-02-02 cinap_lenrekpc64: track per process kmap page tables in separate...
2014-02-02 cinap_lenrekpc64: no need to flush tlb in kunmap(), was experiment
2014-02-02 cinap_lenrekpc64: fix mmu structure leakage, implement global pool
2014-02-02 cinap_lenrekpc64: fix vmap
2014-02-01 cinap_lenrekadd experimental pc64 kernel