Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   skrll
Date:           Fri Mar 19 07:51:33 UTC 2021

Modified Files:
        src/sys/arch/mips/mips: pmap_machdep.c
        src/sys/arch/powerpc/booke: booke_pmap.c
        src/sys/uvm/pmap: pmap.c pmap.h

Log Message:
Support pmap_growkernel and KASAN shadow mapping of the new KVA.

Neither mips nor ppc booke actually use pmap_growkernel (at present).

Thanks to rin@ for testing a similar patch on ppc booke.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/mips/mips/pmap_machdep.c
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/powerpc/booke/booke_pmap.c
cvs rdiff -u -r1.60 -r1.61 src/sys/uvm/pmap/pmap.c
cvs rdiff -u -r1.19 -r1.20 src/sys/uvm/pmap/pmap.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index