| Age | Commit message (Expand) | Author |
| 2022-05-07 | Try to fix PV tracking support. | rin |
| 2022-02-16 | powerpc: Implement pv-tracking for unmanaged pages. | riastradh |
| 2022-02-03 | bump MAXTSIZ | macallan |
| 2021-09-11 | Add missing double p and d for stopped and overriden accordingly. | andvar |
| 2021-04-17 | Adjust TABs. No functional changes. | rin |
| 2021-03-12 | Re-factor the code in pmap_extract() that checks the 601 I/O segment | thorpej |
| 2021-03-02 | Complete the pmap symbol renaming shenanigans for pmap_bootstrap[12](). | thorpej |
| 2021-03-01 | Split pmap_bootstrap() into 2 functions: | thorpej |
| 2021-02-27 | Rather than putting it on the caller, just let oea_iobat_add() decide | thorpej |
| 2021-02-26 | Split cpu_model_init() into cpu_features_probe() and cpu_features_enable() | thorpej |
| 2020-07-06 | Include missing opt_modular.h so that struct vm_page_md is compatible to | rin |
| 2020-07-06 | Include missing opt_ppcarch.h. | rin |
| 2020-07-06 | Style and cosmetic changes. No binary changes intended. | rin |
| 2020-07-06 | LKM was gone. | rin |
| 2020-07-06 | Fix comments. No binary changes. | rin |
| 2020-03-14 | pmap_remove_all(): Return a boolean value to indicate the behaviour. If | ad |
| 2018-06-01 | add functions to access SCOM registers on 970 CPUs | macallan |
| 2018-05-04 | add Hardware Interrupt Offset Register found on 970 | macallan |
| 2018-04-19 | s/static inline/static __inline/g for consistency. | christos |
| 2018-03-22 | provide a wrapper for mapiodev() - if we have BATs just use the paddr, if | macallan |
| 2018-02-16 | add a few pp970-specific bits | macallan |
| 2017-08-17 | Raise the maximum text size value to 128MB, this allows binaries such as clan... | sevan |
| 2017-07-07 | add bits & masks for ppc970 HID0 | macallan |
| 2017-02-13 | G/C VM_MAX_KERNEL_BUF | skrll |
| 2015-07-07 | add instruction cache throttling SPR found on 750 | macallan |
| 2014-07-06 | make sure struct bat is aligned to 8 bytes as we shift them 3 bits. | mrg |
| 2014-02-28 | Make this 64-bit aware. | matt |
| 2014-02-28 | Add pmap_ste_spill | matt |
| 2013-09-22 | Define HID1_{SYNCBE,ABE} for the 7450 | matt |
| 2012-07-28 | Fix -fno-common fallout. | matt |
| 2012-02-15 | make BATs >256MB work, now macppc works again on 745x CPUs as well | macallan |
| 2012-02-15 | When making BATU, use (BAT_XBL|BAT_BL) for the extended bat lengths. | matt |
| 2012-02-01 | Enable XBSEN and HIGHBAT for OEA 7455 and related CPUs. | matt |
| 2011-09-27 | Modify *ASSERTMSG() so they are now used as variadic macros. The main goal | jym |
| 2011-06-30 | Modify mapiodev to take a third argument indicating whether the space | matt |
| 2011-06-20 | PowerPC now exports a common view of cpu.h, vmparam.h and pmap.h | matt |
| 2011-06-20 | Add #error for unknown PPC variant | matt |
| 2011-06-20 | Include <powerpc/psl.h> | matt |
| 2011-02-15 | implement pmap_mmap_flags() and teach PowerPC's bus_space_mmap() to actually | macallan |
| 2011-02-12 | When an OEA kernel is configured for multiple MMU types, use the new | matt |
| 2011-01-18 | Add support for BookE Freescale MPC85xx (e500 core) processors. | matt |
| 2010-11-14 | Move struct vm_page_md definition from vmparam.h to pmap.h, because | uebayasi |
| 2010-11-06 | Remove incomplete, never worked dynamic run-time memory registration | uebayasi |
| 2010-02-25 | Split <powerpc/spr.h> into a common <powerpc/spr.h> and <powerpc/XXX/spr.h> | matt |
| 2009-11-07 | Add a flags argument to pmap_kenter_pa(9). | cegger |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2009-07-21 | protect C constructs from assembler source inclusion. | nisimura |
| 2009-04-21 | change pmap flags argument from int to u_int. | cegger |
| 2009-03-06 | Remove SHMMAXPGS from all kernel configs. Dynamically compute the | joerg |
| 2008-12-28 | Wrap #include "opt_ppcarch.h" in #ifdef _KERNEL_OPT, to allow | he |