| Age | Commit message (Expand) | Author |
| 2002-01-02 | pmap_page_protect(VM_PROT_NONE) must remove all mappings in the PV list, | chs |
| 2001-12-31 | handle have_address=TRUE | dbj |
| 2001-12-30 | allow ddb access to lr, ctr, cr and xer registers when not on PPC_IBM4XX | dbj |
| 2001-12-30 | remove unused variable in kgdb_acc | dbj |
| 2001-12-27 | fix single stepping and continuing from breakpoints in ddb | dbj |
| 2001-12-27 | sync the instruction cache even when only writing 2 or 4 bytes | dbj |
| 2001-12-24 | revert revision 1.13 | dbj |
| 2001-12-23 | add declaration of ipkdb_trap_glue | dbj |
| 2001-12-23 | restore msr on return from ddb, this allows single stepping | dbj |
| 2001-12-12 | MKfoo=no -> NOfoo | tv |
| 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-09 | Roll the rest of the ports over to the new MI kernel build machinery. | atatat |
| 2001-12-07 | Change L2CR_CONFIG from defflag to defparam, since it takes an argument. | bjh21 |
| 2001-12-05 | fix the sense of a MULTIPROCESSOR conditional, cpus after the first are | chs |
| 2001-12-05 | fix macppc MULTIPROCESSOR compilation. | chs |
| 2001-12-02 | Add PVR processor type fields for IBM 405GP and IBM 405L. | thorpej |
| 2001-12-01 | Implement pmap_kenter_pa() and pmap_kremove() properly. | tsutsui |
| 2001-11-30 | don't depend on other headers to include sys/proc.h for us. | chs |
| 2001-11-29 | Need CACHELINESIZE for libkern memset. | mjl |
| 2001-11-28 | - convert usage of "defopt" to "defflag" where the relevant option does | lukem |
| 2001-11-26 | Rename NOCACHE -> PPC_4XX_NOCACHE to avoid conflict with the namei | thorpej |
| 2001-11-26 | Reset the unused RPN bits in a TLBLO to 0, as specified by the PPC401B3 | thorpej |
| 2001-11-20 | - replace "defopt" with "defparam" for options which must take a value, | lukem |
| 2001-11-20 | cleanup: | lukem |
| 2001-11-19 | Enable DOZE mode for the 604ev. | matt |
| 2001-11-14 | Some #ifdef cleanup for DIAGNOSTIC/DEBUG/PMAPCHECK so that that many of | matt |
| 2001-11-11 | Fix pte_clear to TLB flush the va, not the tlb adress (which is only valid | matt |
| 2001-11-06 | Fix a small buglet in syncicache (if the area to sync crosses the | matt |
| 2001-11-06 | In pmap_enter(), sync the instruction cache if VM_PROT_EXECUTE. Fixes | simonb |
| 2001-11-05 | Fix bug in pte_spill (wasn't searching the right pvo_table list for the | matt |
| 2001-11-05 | Test the right bit for wired in the PVO. | matt |
| 2001-11-05 | Don't try to pool_putting a PVO when re-entering a mapping. Since the | matt |
| 2001-11-04 | Need to use a separate variable for return value of pmap_pte_inset in | matt |
| 2001-11-04 | Add few a more PMAP_PVO_CHECKs in pte_spill; print pte addr of unmatched | matt |
| 2001-10-29 | Include bit definitions for the Debug Status Register; from Artem Belevich | simonb |
| 2001-10-29 | Don't return at the end of a void function. | simonb |
| 2001-10-26 | Change defaults for kernel compiles. Default all to USETOOLS?=no and have | jmc |
| 2001-10-23 | Set MACHINE_ARCH explicitly in Makefiles for which it is constant. | thorpej |
| 2001-10-23 | Use MACHINE, not TARGET_MACHINE. | thorpej |
| 2001-10-23 | ofwr_init(): don't clobber r7 -- early startup code needs it to find | thorpej |
| 2001-10-22 | If we get a secondary CPU on a non-MP kernel, bail out early | thorpej |
| 2001-10-21 | Use <bsd.own.mk> so that the right thing happens when building a | thorpej |
| 2001-10-21 | Fix typo, noted by Artem Belevich. | simonb |
| 2001-10-20 | Get check for CPU type right. | billc |
| 2001-10-18 | Use correct SRR1 bit in EXC_PGM|EXC_USER fault to catch a trap. | matt |
| 2001-10-18 | In pmap_syncicache, preserve the page offset contained in the supplied | matt |
| 2001-10-13 | fix pmap_changebit() to look for the bit in the page attrs | chs |
| 2001-09-30 | Unlike most other platforms, PowerPC uses a 1:1 mapping for d_mmap and | mycroft |
| 2001-09-29 | /dev/mem was severely broken. If you tried to access outside managed memory, | mycroft |