Home | History | Annotate | Download | only in booke
History log of /src/sys/arch/powerpc/include/booke/pte.h
RevisionDateAuthorComments
 1.11  22-Aug-2020  skrll Remove pte_zero_p and simply check against 0.
 1.10  19-Apr-2018  christos s/static inline/static __inline/g for consistency.
 1.9  24-Jun-2017  skrll branches: 1.9.4;
Provide a pte_set
 1.8  11-Jul-2016  matt Adapt to common pmap changes.
 1.7  11-Jun-2015  matt Add PRIxPTE and pte_value(pt_entry_t) for printing the value of a PTE.
Add pte_zero_p(pt_entry_t) to check that a PTE has been zeroed.
 1.6  30-Jun-2011  matt branches: 1.6.12; 1.6.30;
Modify mapiodev to take a third argument indicating whether the space
should be prefetchable (true) or not (false).
 1.5  23-Jun-2011  matt Redo how the pte_*wire* inlines work. Now pmap.c makes no assuming about
what type pt_entry_t. It can now be a scalar or a union/struct.
 1.4  23-Jun-2011  matt Switch to using the common <common/pmap/tlb/tlb.h>
 1.3  20-Jun-2011  matt PowerPC now exports a common view of cpu.h, vmparam.h and pmap.h
when building a MODULAR kernel or compiling _MODULE.
It should be noted that MODULAR or _MODULE export a view of the kernel
as being MULTIPROCESSOR (even if isn't).
The shared pmap TLB uses mdpg in places where it used mdpg to avoid
deadly embrance inclusion problems.
 1.2  18-Jan-2011  matt branches: 1.2.4;
Add support for BookE Freescale MPC85xx (e500 core) processors.
Add fast softint support for PowerPC (though only booke uses it).
Redo FPU/VEC support and add e500 SPE support.
Rework trap/intrs to use a common trapframe format.
Support SOFTFLOAT (no hardfloat or fpu emulation) for BookE.
 1.1  09-Mar-2010  matt branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.10;
Add initial versions of these for BookE.
 1.1.10.1  06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.3  14-Oct-2011  matt Sync with current pulling P2020 and other newer processor support.
 1.1.8.2  07-Jan-2011  matt Add mpc85xx support for netbsd-5 (with some incompatible kernel changes).
 1.1.8.1  09-Mar-2010  matt file pte.h was added on branch matt-nb5-pq3 on 2011-01-07 01:26:20 +0000
 1.1.6.2  30-Apr-2010  uebayasi Sync with HEAD.
 1.1.6.1  09-Mar-2010  uebayasi file pte.h was added on branch uebayasi-xip on 2010-04-30 14:39:43 +0000
 1.1.4.1  05-Mar-2011  rmind sync with head
 1.1.2.2  11-Mar-2010  yamt sync with head
 1.1.2.1  09-Mar-2010  yamt file pte.h was added on branch yamt-nfs-mp on 2010-03-11 15:02:50 +0000
 1.2.4.1  23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.6.30.3  28-Aug-2017  skrll Sync with HEAD
 1.6.30.2  05-Oct-2016  skrll Sync with HEAD
 1.6.30.1  22-Sep-2015  skrll Sync with HEAD
 1.6.12.1  03-Dec-2017  jdolecek update from HEAD
 1.9.4.1  22-Apr-2018  pgoyette Sync with HEAD

RSS XML Feed