index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
9
/
pc64
/
mmu.c
Age
Commit message (
Expand
)
Author
2016-12-17
pat write combinding support for 386 kernel, honor cpuid bits
cinap_lenrek
2016-12-15
pc64: implement simple write combining for framebuffers with the PAT
cinap_lenrek
2016-11-17
pc64: check if vmap() range fits in VMAPLEN window, remove unneeded vmapsync(...
cinap_lenrek
2015-07-07
pc64: use unsigned long for kmapindex and mmu counts avoiding signed integer ...
cinap_lenrek
2014-10-18
pc, pc64: allow passing RSDT pointer in *acpi= boot parameter, early bootscre...
cinap_lenrek
2014-08-07
pc, pc64: make pc kaddr() check reject -KZERO address (thanks aiju)
cinap_lenrek
2014-06-07
pc64: remove unneeded parens in pmap()
cinap_lenrek
2014-06-07
pc64: implement checkmmu() debug function
cinap_lenrek
2014-06-01
pc64: allocate palloc.pages from upages
cinap_lenrek
2014-05-25
pc64: cleanup mmuzap
cinap_lenrek
2014-05-06
pc64: fix embrassing typo in mmuzap()
cinap_lenrek
2014-02-23
pc64: fix mmu leak
cinap_lenrek
2014-02-15
pc64: fix mistake
cinap_lenrek
2014-02-15
pc64: simplify mmuwalk by factoring out mmu page table creation into separate...
cinap_lenrek
2014-02-15
pc64: move VMAP into its own PDP (for vmware)
cinap_lenrek
2014-02-10
pc64: limit memory of per processor mmu freelist to 1MB
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-02
pc64: no need to flush tlb in kunmap(), was experiment
cinap_lenrek
2014-02-02
pc64: fix mmu structure leakage, implement global pool
cinap_lenrek
2014-02-02
pc64: fix vmap
cinap_lenrek
2014-02-01
add experimental pc64 kernel
cinap_lenrek