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