summaryrefslogtreecommitdiff
path: root/sys/arch/evbppc/pmppc
AgeCommit message (Expand)Author
2022-02-16powerpc: Sprinkle "memory" clobbers on eieio and nearby asm blocks.riastradh
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-02-26Declare oeacpufeat once, in powerpc/oea/cpu_subr.c, rather than inthorpej
2020-11-21malloc(9) -> kmem(9)thorpej
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2018-07-15Retire ipkdb entirely. The option was removed from the config filesmaxv
2016-12-22switch all ports to use uvm_init.c:uvm_md_init()cherry
2016-10-19Added MSI/MSI-X and interrupt_distribute(9) support for powerpc.nonaka
2015-04-13MD rnd.h cleanups. Please let me know if I broke anything!riastradh
2013-03-01Retire OSI network stack. OK core@joerg
2012-07-29Do not call setroot() from MD code and from MI code, which hasmlelstv
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-06-30Modify mapiodev to take a third argument indicating whether the spacematt
2011-06-22Add support pci_intr_setattr.matt
2011-06-22Make pmppc use stock <powerpc/pci_machdep.h>matt
2011-06-20Don't include *pmap.h in assembly files. Get the needed definitionsmatt
2011-06-20Cleanup includes. (<net/netisr.h> is handled by softints, not MD anymore,matt
2011-06-20Cleanup includes.matt
2011-06-18Make a common genassym.cf (powerpc/genassym.cf) and thenmatt
2011-06-18struct device * -> device_tmatt
2011-06-18split device/softc (CFATTACH_DECL_NEW)matt
2011-06-06More device_t, cfdata, CFATTACH_DECL_NEW cleanup.matt
2011-06-05struct device * -> device_t, struct cfdata * -> cfdata_tmatt
2011-04-04Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9),dyoung
2011-01-17Kill _NOREGNAMES. Everything should be using %rX now. If it doesn't itmatt
2010-12-20Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtchmatt
2010-12-11Don't use r0 in INIT_CPUINFO since it has special meaning to add instructions.matt
2010-12-11Don't init cpu_initclocks too early since that results in decrementermatt
2010-12-09Fix DEBUG build.uebayasi
2010-03-03Fix some historical powerpc curiocity which had kernfs depend onpooka
2010-02-27Spell "exception" properly.snj
2010-02-25Adapt to <spr.h> breakup.matt
2009-11-26Kill proc0paddr. Use lwp0.l_addr instead.matt
2009-11-21Use lwp_getpcb() on mips, powerpc and sh3, clean from struct user usage.rmind
2009-09-22Split device_t/softc. Tested only on cs at ofisa on shark.tsutsui
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2008-11-30As discussed on tech-kern: mutex_init is too heavyweight for early bootstrapmartin
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-11-11It is not appropriate to call pmf_system_shutdown(9) fromdyoung
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-24add a dummy argument to cpc700_get_irq() to match the function pointer'salc
2008-03-29Don't forget to initialize sc_dev.tsutsui
2008-03-28Split device_t and softc for MI mc146818 clock,tsutsui
2008-02-12Introduce device_find_by_xname and device_find_by_driver_unit to replacejoerg
2008-02-05Ifdef out all the MPC601 code with PPC_OEA601. Now only arches that have thegarbled
2008-01-10Move todr_attach(9) calls from each MD attachment to MI mc146818_attach().tsutsui
2007-12-05Use TAILQ_FIRST(3) and TAILQ_NEXT(3) macro.tsutsui
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled