aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* MFC: Split struct ithd into struct intr_thread and intr_event andJohn Baldwin2006-03-101-3/+3
* MFC: Add atomic_fetchadd(9) operation for types int and 32.John Baldwin2005-10-061-0/+13
* MFC: Stop using the '+' constraint modifier with memory operands inJohn Baldwin2005-09-261-12/+12
* MFC: Convert the atomic pointer operations to operate on uintptr_t ratherJohn Baldwin2005-08-051-63/+20
* Unbreak the PowerPC GENERIC build.Joseph Koshy2005-06-111-2/+6
* MFP4:Joseph Koshy2005-06-091-0/+15
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-292-66/+0
* Add empty header (except of the multiple-inclusion protection) toMarcel Moolenaar2005-04-201-0/+10
* Break out the definition of bus_space_{tag,handle}_t and a few other typesWarner Losh2005-04-182-12/+47
* Divorce critical sections from spinlocks. Critical sections as denoted byJohn Baldwin2005-04-042-91/+2
* Refactor the bus_dma header files so that the interface is described inScott Long2005-03-142-182/+34
* netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch2005-03-028-24/+43
* Use a common multi-inclusion protection, and add such aRuslan Ermilov2005-02-191-4/+4
* Convert bus_space_barrier() into a null inline function rather than anPeter Grehan2005-02-041-2/+9
* - add definitions for MPC7447A/7448 (i.e. miniMac)Peter Grehan2005-02-041-1/+3
* HID0 updates:Peter Grehan2005-02-041-3/+6
* - change all u_int_XX to uint_XXPeter Grehan2005-02-011-39/+39
* Add bus_dmamap_load_mbuf_sg() to powerpc.Scott Long2005-01-151-0/+3
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-0735-35/+35
* Create a new definition, PSL_KERNSET, which is used for setting thePeter Grehan2004-11-301-1/+2
* Remove UAREA_PAGES.David Schultz2004-11-201-1/+0
* Implement TLS relocations for powerpc.Suleiman Souhlal2004-11-021-0/+28
* Move the kernel-specific logic to adjust frompc from MI to MD. ForMarcel Moolenaar2004-08-271-0/+14
* Add pmap locking to many of the functions.Alan Cox2004-08-261-0/+15
* Add /dev/mem and /dev/kmem to powerpc.Suleiman Souhlal2004-08-163-0/+43
* Always isync after a mtmsr. While perhaps not strictly necessary for PSL_EEPeter Grehan2004-08-071-1/+1
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__Maxime Henrion2004-08-031-0/+1
* Remove race condition between reading of MSR, setting md_savecrit,Peter Grehan2004-08-031-6/+2
* Add comment explaining struct reg and struct fpreg must match the trapframe.Suleiman Souhlal2004-07-291-0/+2
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanRobert Watson2004-07-271-6/+4
* Properly implement kdb_cpu_{set|clear}_singlestep to allow DDB toPeter Grehan2004-07-271-0/+4
* Let ddb know powerpc is big endian so as to make ddb outputAndrew Gallatin2004-07-231-0/+2
* Update the callframe structure to leave space for the frame pointerPeter Grehan2004-07-221-0/+2
* Fix printing of long doubles to match the size thatAndrew Gallatin2004-07-191-9/+9
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.David Schultz2004-07-191-1/+5
* Use the version field to identify the partial context used byPeter Grehan2004-07-191-0/+1
* Gratuitous namechange to avoid low-level association with ddb.Peter Grehan2004-07-121-1/+1
* Add prototype for KDB's makectx routinePeter Grehan2004-07-121-0/+2
* Remove old NetBSD-derived unused code and stuff that is now obsoletePeter Grehan2004-07-121-33/+12
* DDB -> KDB, and rename low-level trap handler to avoid name conflict.Peter Grehan2004-07-121-4/+4
* kdb.h for PowerPC. Stubs for now.Peter Grehan2004-07-121-0/+49
* In the spirit of amd64/include/stdarg.h rev 1.6; add __va_copyDavid E. O'Brien2004-07-061-0/+3
* Moved most of the "MI" definitions and declarations from <machine/profile.h>Bruce Evans2004-05-191-11/+0
* <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN isStefan Farfeleder2004-05-181-1/+1
* Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilationDavid Schultz2004-04-251-0/+4
* Include <machine/pte.h> since it has been removed from <machine/param.h>.Peter Grehan2004-04-211-0/+1
* <machine/pte.h> has no business being here. Finally exposed by F77 buildPeter Grehan2004-04-211-2/+0
* MFamd64Alan Cox2004-04-181-12/+14
* Remove avail_end. It is not used.Alan Cox2004-04-111-1/+0
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-077-28/+0