summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Add user-space profiling support. Kernel profiling still todo.grehan2005-12-291-8/+82
* Forward-declare struct trapframe to allow the aic module to compile.grehan2005-12-241-0/+2
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-223-13/+1
* GC some unused frame types.jhb2005-12-161-55/+0
* - Cleanup whitespace and extra ()s in vtophys() macros.jhb2005-12-061-1/+1
* Drop _MACHINE_ARCH and _MACHINE defines (not to be confused withru2005-12-061-7/+0
* Add definitions for 64-bit PTEsgrehan2005-11-111-10/+47
* Insert a layer of indirection to the pmap code, using a kobj forgrehan2005-11-082-4/+102
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-251-3/+3
* Add a new atomic_fetchadd() primitive that atomically adds a value to ajhb2005-09-271-0/+13
* Stop using the '+' constraint modifier with inline assembly. The '+'jhb2005-09-151-12/+12
* Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and renamestefanf2005-08-202-4/+3
* Convert the atomic_ptr() operations over to operating on uintptr_tjhb2005-07-151-63/+20
* Unbreak the PowerPC GENERIC build.jkoshy2005-06-111-2/+6
* MFP4:jkoshy2005-06-091-0/+15
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-292-66/+0
* Add empty header (except of the multiple-inclusion protection) tomarcel2005-04-201-0/+10
* Break out the definition of bus_space_{tag,handle}_t and a few other typesimp2005-04-182-12/+47
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-042-91/+2
* Refactor the bus_dma header files so that the interface is described inscottl2005-03-142-182/+34
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-028-24/+43
* Use a common multi-inclusion protection, and add such aru2005-02-191-4/+4
* Convert bus_space_barrier() into a null inline function rather than angrehan2005-02-041-2/+9
* - add definitions for MPC7447A/7448 (i.e. miniMac)grehan2005-02-041-1/+3
* HID0 updates:grehan2005-02-041-3/+6
* - change all u_int_XX to uint_XXgrehan2005-02-011-39/+39
* Add bus_dmamap_load_mbuf_sg() to powerpc.scottl2005-01-151-0/+3
* /* -> /*- for license, minor formatting changesimp2005-01-0735-35/+35
* Create a new definition, PSL_KERNSET, which is used for setting thegrehan2004-11-301-1/+2
* Remove UAREA_PAGES.das2004-11-201-1/+0
* Implement TLS relocations for powerpc.ssouhlal2004-11-021-0/+28
* Move the kernel-specific logic to adjust frompc from MI to MD. Formarcel2004-08-271-0/+14
* Add pmap locking to many of the functions.alc2004-08-261-0/+15
* Add /dev/mem and /dev/kmem to powerpc.ssouhlal2004-08-163-0/+43
* Always isync after a mtmsr. While perhaps not strictly necessary for PSL_EEgrehan2004-08-071-1/+1
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__mux2004-08-031-0/+1
* Remove race condition between reading of MSR, setting md_savecrit,grehan2004-08-031-6/+2
* Add comment explaining struct reg and struct fpreg must match the trapframe.ssouhlal2004-07-291-0/+2
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanrwatson2004-07-271-6/+4
* Properly implement kdb_cpu_{set|clear}_singlestep to allow DDB togrehan2004-07-271-0/+4
* Let ddb know powerpc is big endian so as to make ddb outputgallatin2004-07-231-0/+2
* Update the callframe structure to leave space for the frame pointergrehan2004-07-221-0/+2
* Fix printing of long doubles to match the size thatgallatin2004-07-191-9/+9
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.das2004-07-191-1/+5
* Use the version field to identify the partial context used bygrehan2004-07-191-0/+1
* Gratuitous namechange to avoid low-level association with ddb.grehan2004-07-121-1/+1
* Add prototype for KDB's makectx routinegrehan2004-07-121-0/+2
* Remove old NetBSD-derived unused code and stuff that is now obsoletegrehan2004-07-121-33/+12
* DDB -> KDB, and rename low-level trap handler to avoid name conflict.grehan2004-07-121-4/+4
* kdb.h for PowerPC. Stubs for now.grehan2004-07-121-0/+49
OpenPOWER on IntegriCloud