| Age | Commit message (Expand) | Author |
| 2001-12-27 | fix single stepping and continuing from breakpoints in ddb | dbj |
| 2001-12-10 | Provide basic bus_space_mmap(). Noted by self and in PR port-powerpc/14873. | briggs |
| 2001-12-09 | Add support for dumping ELF-cormat core files. | thorpej |
| 2001-12-05 | fix macppc MULTIPROCESSOR compilation. | chs |
| 2001-12-02 | Add PVR processor type fields for IBM 405GP and IBM 405L. | thorpej |
| 2001-10-29 | Include bit definitions for the Debug Status Register; from Artem Belevich | simonb |
| 2001-10-21 | Fix typo, noted by Artem Belevich. | simonb |
| 2001-09-23 | implement pmap_wired_count(). | chs |
| 2001-09-16 | Spell 'occurred' with two 'r's. | wiz |
| 2001-09-11 | Implement pmap_growkernel(). | eeh |
| 2001-09-10 | Update pmap_update to now take the updated pmap as an argument. | chris |
| 2001-08-30 | Add new 7450 SPRs | matt |
| 2001-08-30 | defines for OPENPIC_ICR / serial mode. | briggs |
| 2001-08-29 | Gah, fix a number of channel status/select bitfields. | simonb |
| 2001-08-28 | __syncicache needs to be exports to userspace as well as the kernel. | matt |
| 2001-08-26 | Make all powerpc ports use a common Makefile.powerpc (except walnut) | matt |
| 2001-08-22 | Include the 7410/7450 hid definitions | matt |
| 2001-08-14 | Fix typo, noted by UCHIYAMA Yasushi in private mail. | simonb |
| 2001-07-19 | Add BUS_DMA_READ and BUS_DMA_WRITE flags, that hint the back-end | thorpej |
| 2001-06-28 | Turn on PMAP_MAP_POOLPAGE | matt |
| 2001-06-25 | Fix typo in emac0 base address. | simonb |
| 2001-06-24 | Move 405GP registers, addresses and other info to ibm405gp.h. Leave only | simonb |
| 2001-06-23 | Use __asm __volatile. Use _POWERPC_SPR_H_ | matt |
| 2001-06-22 | DMISS/DCMP/HASH1/HASH2/IMISS/ICMP/RPA are also valid on the MPC6XX | matt |
| 2001-06-21 | Rename/enumerate the PTE protection bits to their real purposes. | matt |
| 2001-06-20 | Build for kgdb as well as for ddb (mutually exclusive). | briggs |
| 2001-06-19 | Move the DSISR SPR bit definitions from <powerpc/mpc6xx/pte.h> to | simonb |
| 2001-06-15 | Stop overloading unused bits in the pte. Use the low 12bits of the vaddr | matt |
| 2001-06-13 | Add a port to IBM's PPC405GP Reference Board (the "walnut") | simonb |
| 2001-06-12 | Include powerpc/mpc6xx/{bat.h,pte.h} if PPC_MPC6XX is defined. | tsubai |
| 2001-06-10 | Make the new pmap optional. Use the old (stable!) pmap by default. | tsubai |
| 2001-06-10 | Up the default # of NMBCLUSTERS to 2048 (GATEWAY) & 1024 (non-GATEWAY) | briggs |
| 2001-06-08 | Rename pte_spill to pmap_pte_spill. Fix pmap_clear_{referenced,modify} | matt |
| 2001-06-06 | Include a common bus.h and bus_dma.c that powerpc ports can use | matt |
| 2001-06-06 | Introduce a new & faster pmap for the MPC6xx (60x, 7xx, 7xxx) PPC CPUs. | matt |
| 2001-05-31 | One more gcc-2.95 issue. | tsubai |
| 2001-05-30 | Add gcc-2.95 version. | tsubai |
| 2001-05-30 | Inline bswap{16,32} when the argument is constant. | tsubai |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-05-27 | Change _MACHINE_PIO_H to _POWERPC_PIO_H | matt |
| 2001-05-16 | If _SOFT_FLOAT is defined, pull floating point va_args from the GPR | simonb |
| 2001-05-04 | Be consistent with limit constants: | simonb |
| 2001-05-03 | PPC machine type tags haven't been used for a while. | soren |
| 2001-04-30 | Avoid nesting structure declarations, where the nested structur is used at | martin |
| 2001-04-28 | * Move definitions of exact-width integer types from <machine/types.h> | kleink |
| 2001-04-26 | Add definitions for C99 fastest minimum-width integer types. | kleink |
| 2001-04-22 | Undo a misguided previous change to the pmap_update() API. | thorpej |
| 2001-04-22 | Give pmap_update() an argument (a pmap_t) so that it knows which | thorpej |
| 2001-04-21 | #define away pmap_update() in <machine/pmap.h> so that no function | thorpej |
| 2001-04-15 | Add definitions of C99 integer format conversion macros. | kleink |