| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Split struct ithd into struct intr_thread and intr_event and | John Baldwin | 2006-03-10 | 1 | -3/+3 |
| * | MFC: Add atomic_fetchadd(9) operation for types int and 32. | John Baldwin | 2005-10-06 | 1 | -0/+13 |
| * | MFC: Stop using the '+' constraint modifier with memory operands in | John Baldwin | 2005-09-26 | 1 | -12/+12 |
| * | MFC: Convert the atomic pointer operations to operate on uintptr_t rather | John Baldwin | 2005-08-05 | 1 | -63/+20 |
| * | Unbreak the PowerPC GENERIC build. | Joseph Koshy | 2005-06-11 | 1 | -2/+6 |
| * | MFP4: | Joseph Koshy | 2005-06-09 | 1 | -0/+15 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 2 | -66/+0 |
| * | Add empty header (except of the multiple-inclusion protection) to | Marcel Moolenaar | 2005-04-20 | 1 | -0/+10 |
| * | Break out the definition of bus_space_{tag,handle}_t and a few other types | Warner Losh | 2005-04-18 | 2 | -12/+47 |
| * | Divorce critical sections from spinlocks. Critical sections as denoted by | John Baldwin | 2005-04-04 | 2 | -91/+2 |
| * | Refactor the bus_dma header files so that the interface is described in | Scott Long | 2005-03-14 | 2 | -182/+34 |
| * | netchild's mega-patch to isolate compiler dependencies into a central | Joerg Wunsch | 2005-03-02 | 8 | -24/+43 |
| * | Use a common multi-inclusion protection, and add such a | Ruslan Ermilov | 2005-02-19 | 1 | -4/+4 |
| * | Convert bus_space_barrier() into a null inline function rather than an | Peter Grehan | 2005-02-04 | 1 | -2/+9 |
| * | - add definitions for MPC7447A/7448 (i.e. miniMac) | Peter Grehan | 2005-02-04 | 1 | -1/+3 |
| * | HID0 updates: | Peter Grehan | 2005-02-04 | 1 | -3/+6 |
| * | - change all u_int_XX to uint_XX | Peter Grehan | 2005-02-01 | 1 | -39/+39 |
| * | Add bus_dmamap_load_mbuf_sg() to powerpc. | Scott Long | 2005-01-15 | 1 | -0/+3 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 35 | -35/+35 |
| * | Create a new definition, PSL_KERNSET, which is used for setting the | Peter Grehan | 2004-11-30 | 1 | -1/+2 |
| * | Remove UAREA_PAGES. | David Schultz | 2004-11-20 | 1 | -1/+0 |
| * | Implement TLS relocations for powerpc. | Suleiman Souhlal | 2004-11-02 | 1 | -0/+28 |
| * | Move the kernel-specific logic to adjust frompc from MI to MD. For | Marcel Moolenaar | 2004-08-27 | 1 | -0/+14 |
| * | Add pmap locking to many of the functions. | Alan Cox | 2004-08-26 | 1 | -0/+15 |
| * | Add /dev/mem and /dev/kmem to powerpc. | Suleiman Souhlal | 2004-08-16 | 3 | -0/+43 |
| * | Always isync after a mtmsr. While perhaps not strictly necessary for PSL_EE | Peter Grehan | 2004-08-07 | 1 | -1/+1 |
| * | Instead of calling ia32_pause() conditionally on __i386__ or __amd64__ | Maxime Henrion | 2004-08-03 | 1 | -0/+1 |
| * | Remove race condition between reading of MSR, setting md_savecrit, | Peter Grehan | 2004-08-03 | 1 | -6/+2 |
| * | Add comment explaining struct reg and struct fpreg must match the trapframe. | Suleiman Souhlal | 2004-07-29 | 1 | -0/+2 |
| * | Pass a thread argument into cpu_critical_{enter,exit}() rather than | Robert Watson | 2004-07-27 | 1 | -6/+4 |
| * | Properly implement kdb_cpu_{set|clear}_singlestep to allow DDB to | Peter Grehan | 2004-07-27 | 1 | -0/+4 |
| * | Let ddb know powerpc is big endian so as to make ddb output | Andrew Gallatin | 2004-07-23 | 1 | -0/+2 |
| * | Update the callframe structure to leave space for the frame pointer | Peter Grehan | 2004-07-22 | 1 | -0/+2 |
| * | Fix printing of long doubles to match the size that | Andrew Gallatin | 2004-07-19 | 1 | -9/+9 |
| * | Make FLT_ROUNDS correctly reflect the dynamic rounding mode. | David Schultz | 2004-07-19 | 1 | -1/+5 |
| * | Use the version field to identify the partial context used by | Peter Grehan | 2004-07-19 | 1 | -0/+1 |
| * | Gratuitous namechange to avoid low-level association with ddb. | Peter Grehan | 2004-07-12 | 1 | -1/+1 |
| * | Add prototype for KDB's makectx routine | Peter Grehan | 2004-07-12 | 1 | -0/+2 |
| * | Remove old NetBSD-derived unused code and stuff that is now obsolete | Peter Grehan | 2004-07-12 | 1 | -33/+12 |
| * | DDB -> KDB, and rename low-level trap handler to avoid name conflict. | Peter Grehan | 2004-07-12 | 1 | -4/+4 |
| * | kdb.h for PowerPC. Stubs for now. | Peter Grehan | 2004-07-12 | 1 | -0/+49 |
| * | In the spirit of amd64/include/stdarg.h rev 1.6; add __va_copy | David E. O'Brien | 2004-07-06 | 1 | -0/+3 |
| * | Moved most of the "MI" definitions and declarations from <machine/profile.h> | Bruce Evans | 2004-05-19 | 1 | -11/+0 |
| * | <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN is | Stefan Farfeleder | 2004-05-18 | 1 | -1/+1 |
| * | Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilation | David Schultz | 2004-04-25 | 1 | -0/+4 |
| * | Include <machine/pte.h> since it has been removed from <machine/param.h>. | Peter Grehan | 2004-04-21 | 1 | -0/+1 |
| * | <machine/pte.h> has no business being here. Finally exposed by F77 build | Peter Grehan | 2004-04-21 | 1 | -2/+0 |
| * | MFamd64 | Alan Cox | 2004-04-18 | 1 | -12/+14 |
| * | Remove avail_end. It is not used. | Alan Cox | 2004-04-11 | 1 | -1/+0 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 7 | -28/+0 |