summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
AgeCommit message (Expand)Author
2006-09-02Add/rename macros (PVO_xxx_P) for testing WIRED, MANAGED, EXECUTABLE nessmatt
2006-08-31* move the "cheating" conditional into unmapiodev() implementationfreza
2006-08-31* ppc4xx_tlb_reserve(): allocate "reserved" TLB entries dynamicallyfreza
2006-08-31* add PVR values for Xilinx 405 coresfreza
2006-08-31Call unmapiodev when unmapping bus_space to possibly reclaim the VA.matt
2006-08-31Add unmapiodev(vaddr_t, vsize_t) (to be used by bus_space_unmap)matt
2006-08-31Add unmapiodev.matt
2006-08-31Make cpu_coredump dependent on COREDUMPmatt
2006-08-28- remove unused bdbtofsb.yamt
2006-08-051st cut of Powermac G5 support (uses bridge mode).sanjayl
2006-07-25fix typoe; thanks oberelad
2006-07-23Use the LWP cached credentials where sane.ad
2006-07-19- Hold a reference to the process credentials in each struct lwp.ad
2006-07-13Add an option COM_REGMAP to allow com(4) to use an array of register indices.gdamore
2006-07-12wrap as(1)-only elements in #ifdef _LOCOREross
2006-07-12Remove unused ppc4xx_tlb_unpin() function.simonb
2006-07-10Put appropriate prefixes on property names to reduce chances of namethorpej
2006-07-10Fix recent ibm4xx/intr.c rework:freza
2006-07-08add new split personality for ELF64ross
2006-07-07Add _LP64 version of _mcount for ppc64ross
2006-07-07Add stmd and lmd macros.ross
2006-07-06more refinements for ppc64 PIC/PLT/TOC issuesross
2006-07-06Fix the entries for SPR_DC_ADR and SPR_DC_DAT.scw
2006-07-04Remove some unused variables.simonb
2006-07-01Add ppc64 ENTRY() macro that defines the descriptor and the dot symbol.ross
2006-06-30Bring ibm4xx interrupt code up to date:freza
2006-06-26use the "i2cbus" interface attribute rather than putting a string namedrochner
2006-06-13Merge multiple definitions of cntlzw() ("count leading zeros")freza
2006-06-04undef memset before calling it with a destination address of 0.mrg
2006-05-30Remove duplicate definitions of mfdcr()/mtdcr() in favor of a single onefreza
2006-05-15Move cpu_configure to evbppc/*.c.shige
2006-05-15include kauth.h for kauth_cred_geteuid.yamt
2006-05-15include kauth.h for kauth_cred_geteuid.yamt
2006-05-14integrate kauth.elad
2006-05-13Fix a problem when an exec page is mapped, modified, and then unmapped.matt
2006-05-12Fix a typo in a comment.nathanw
2006-05-07Unwrap not-too-long long.simonb
2006-05-05Remove the devprop API and switch everthing over to the new proplib. Addthorpej
2006-04-12Add a NetBSD RCS id.simonb
2006-04-01closes kern/32359cherry
2006-03-29Move pci_intr_map and pci_conf_interrupt functions to MD codes.shige
2006-03-28Use opb_instance instead of dv->dv_unit when checking if we should setthorpej
2006-03-26Make cpu_setmcontext() fix up the passed-in MSR value.shige
2006-03-15adapt to uvm_fault() interface cleanup: kill the useless 3rd argumentdrochner
2006-03-13IBM4xx on-chip GPIO controller applying MI GPIO framework.shige
2006-03-13IBM4xx on-chip GPIO controller apllying MI GPIO framework.shige
2006-03-12fix mistakes in yamt-uio_vmspace changes.yamt
2006-03-08Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.lukem
2006-03-07Syscall debug tracing is handled by trace_enter() / trace_exit(). Changethorpej
2006-03-07Clean up fallout proc_is_traced_p() change:thorpej