summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include
AgeCommit message (Expand)Author
2010-03-18Support PowerPC 405EX/EXr.kiyohara
2010-03-09Add BookE modifications to cpu_infomatt
2010-03-09Include BookE version of pmap.hmatt
2010-03-09Add initial versions of these for BookE.matt
2010-03-09Add BookE variation of MSR.matt
2010-03-09Put ASM RCSIDs into .identmatt
2010-03-02Add missing <powerpc/FOO/spr.h> to a few files missed on the first pass.matt
2010-02-25Adapt to spr.h breakup.matt
2010-02-25Split <powerpc/spr.h> into a common <powerpc/spr.h> and <powerpc/XXX/spr.h>matt
2010-02-08Remove separate mb_map. The nmbclusters is computed at boot time basedjoerg
2010-01-28New machine commands for PPC OEA:phx
2009-12-11Add PRIx{P,V}{ADDR,SIZE}, PRIu{P,V}SIZE, and PRIxREGISTER{,32,64} for allmatt
2009-12-10Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostlymatt
2009-12-10Rename L_ADDR to L_PCB and amend some comments accordingly.rmind
2009-11-27- Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr.rmind
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-11-07Add a flags argument to pmap_kenter_pa(9).cegger
2009-10-24Provide cpu_lwp_free* stubs in vax and powerpc.rmind
2009-10-21Remove uarea swap-out functionality:rmind
2009-08-20Declare genppc_isa_detach_hook().dyoung
2009-08-19Define genppc_isa_detach_hook() and isa_dmadestroy().dyoung
2009-07-21protect C constructs from assembler source inclusion.nisimura
2009-05-30Add TLS relocation definitions.skrll
2009-04-21change pmap flags argument from int to u_int.cegger
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2009-03-06Remove SHMMAXPGS from all kernel configs. Dynamically compute thejoerg
2009-01-11merge christos-time_tchristos
2008-12-28Wrap #include "opt_ppcarch.h" in #ifdef _KERNEL_OPT, to allowhe
2008-12-09Make pmap_kernel() a MI macro for struct pmap *kernel_pmap_ptr,pooka
2008-11-19remove duplicate prototype which now conflicts with the prototype in <sys/sig...cegger
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2008-10-16Bring back saframe. Noted by Robert Swindells.wrstuden
2008-08-05Update <machine/ieeefp.h> to use the C99 FE_* definitions instead of thematt
2008-06-21Add stdargs support for pcc.gmcgarry
2008-05-29remove clause #3 from my license where there are no othermrg
2008-05-25Better call it HID0_BTCD, as in prep, mvmeppc and rs6000 locore.phx
2008-05-25Added HID0[BTAC] bit for the 604.phx
2008-05-24Make oea_init() support systems with high-vector configurations (i.e exceptionphx
2008-04-30add dummy argument to cpu_did_resched() so kern_synch.c is happy againmacallan
2008-04-29Convert to new 2 clause licensemartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-08SMP support for ofppc. (finally) Much thanks to Matt Thomas for help ingarbled
2008-02-27Remove CTL_MACHDEP_NAMES, it's not used anywhere.xtraeme
2008-02-23Add some 440 definitionsmatt
2008-02-23Add BAT_VA2IDX to abstract out the va to index calculation.matt
2008-02-23Add clrr{ptr,long,reg}i, l{ptr,long,reg}arx, st{ptr,long,reg}cx macrosmatt
2008-02-23Add BAT_WIMG and some XBL aware BAT_BL_{512,1G,2G,4G} macros.matt
2008-02-23Add a XBSEN flag for large BATsmatt
2008-02-14Add multiple inclusion protection.matt