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
/
bcm64
/
mmu.c
Age
Commit message (
Expand
)
Author
2022-01-16
kernel: make Page.txtflush into an array
cinap_lenrek
2021-11-26
kernel: support large 64-bit pci membars, increase pc64 VMAPSIZE to 1TB
cinap_lenrek
2020-12-22
kernel: avoid palloc lock during mmurelease()
cinap_lenrek
2020-07-02
bcm64: handle 8GB of physical memory for raspberry pi4
cinap_lenrek
2020-06-06
bcm64: use 64-bit uvlong physical address in vmap()
cinap_lenrek
2019-09-14
bcm64: enter page tables in mmutop *AFTER* switching asid in mmuswitch()
cinap_lenrek
2019-08-26
kernel: expose no execute bit to portable mmu code as SG_NOEXEC / PTENOEXEC, ...
cinap_lenrek
2019-08-23
bcm64: deal with discontinuous memory regions, avoid virtual memory aliasing,...
cinap_lenrek
2019-08-18
bcm64: add support for more than 1GB of ram (untested)
cinap_lenrek
2019-08-16
bcm64: set XN bits for kernel device mappings
cinap_lenrek
2019-07-25
bcm64: add pci express driver for raspberry pi 4
cinap_lenrek
2019-05-17
bcm64: remove unneccesary tlb flush on mmuidmap()
cinap_lenrek
2019-05-17
bcm64: switch to 64k page size
cinap_lenrek
2019-05-15
bcm64: generalize mmu code
cinap_lenrek
2019-05-15
bcm64: fix mmu0clear() mistake from previous commit
cinap_lenrek
2019-05-13
bcm64: implement reboot support
cinap_lenrek
2019-05-09
bcm64: map framebuffer write-through to allow unaligned access
cinap_lenrek
2019-05-03
bcm64: add experimental work in progress arm64 kernel for raspberry pi 3
cinap_lenrek