summaryrefslogtreecommitdiff
path: root/sys/src/9/bcm64/mem.h
AgeCommit message (Expand)Author
2020-07-03bcm64: increase maximum segment size to 8GBcinap_lenrek
2020-07-02bcm64: handle 8GB of physical memory for raspberry pi4cinap_lenrek
2019-08-26kernel: expose no execute bit to portable mmu code as SG_NOEXEC / PTENOEXEC, ...cinap_lenrek
2019-08-23bcm64: deal with discontinuous memory regions, avoid virtual memory aliasing,...cinap_lenrek
2019-08-18bcm64: add support for more than 1GB of ram (untested)cinap_lenrek
2019-08-16bcm64: set XN bits for kernel device mappingscinap_lenrek
2019-07-25bcm64: reorganize virtual memory map for rapberry pi4cinap_lenrek
2019-05-17bcm64: switch to 64k page sizecinap_lenrek
2019-05-09bcm64: map framebuffer write-through to allow unaligned accesscinap_lenrek
2019-05-03bcm64: add experimental work in progress arm64 kernel for raspberry pi 3cinap_lenrek