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