| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Add atomic_fetchadd(9) operation for types int and 32. | John Baldwin | 2005-10-06 | 1 | -0/+38 |
| * | MFC: Add extra constraints to inform the compiler that the memory being | John Baldwin | 2005-08-05 | 1 | -2/+4 |
| * | MFC: Convert the atomic pointer operations to operate on uintptr_t rather | John Baldwin | 2005-08-05 | 1 | -8/+4 |
| * | Fix a typo. | John Baldwin | 2005-06-23 | 1 | -1/+1 |
| * | MFP4: | Joseph Koshy | 2005-06-09 | 1 | -0/+14 |
| * | - MFp4: modify slightly the arm intr API, there's arm CPUs with more than 32 | Olivier Houchard | 2005-06-09 | 1 | -4/+4 |
| * | Add a new arm-specific option, ARM_USE_SMALL_ALLOC. If defined, it provides | Olivier Houchard | 2005-06-07 | 2 | -0/+16 |
| * | Bring in bits I forgot while importing write back support for arm9. | Olivier Houchard | 2005-06-03 | 1 | -11/+13 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 2 | -66/+0 |
| * | s/_KLD_MODULE/KLD_MODULE/ | Olivier Houchard | 2005-05-26 | 1 | -1/+1 |
| * | Remove bits specific to CPUs we won't support (< armv4). | Olivier Houchard | 2005-05-25 | 1 | -36/+4 |
| * | Use asm versions of in_cksum() and friends. | Olivier Houchard | 2005-05-24 | 1 | -1/+11 |
| * | Asm version of bswap16(). | Olivier Houchard | 2005-05-24 | 1 | -5/+6 |
| * | Make sure we clean the RAS start address once we're done. | Olivier Houchard | 2005-05-24 | 1 | -0/+12 |
| * | 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 | -11/+47 |
| * | Import a basic implementation of the restartable atomic sequences to provide | Olivier Houchard | 2005-04-07 | 2 | -38/+148 |
| * | - Try harder to report dirty page. | Olivier Houchard | 2005-04-07 | 1 | -0/+2 |
| * | Divorce critical sections from spinlocks. Critical sections as denoted by | John Baldwin | 2005-04-04 | 2 | -55/+2 |
| * | Bring in a version of float.h more correct for softfloat. | Olivier Houchard | 2005-03-20 | 1 | -12/+17 |
| * | Refactor the bus_dma header files so that the interface is described in | Scott Long | 2005-03-14 | 2 | -152/+108 |
| * | netchild's mega-patch to isolate compiler dependencies into a central | Joerg Wunsch | 2005-03-02 | 3 | -11/+18 |
| * | Instead of using sysarch() to store-retrieve the tp, add a magic address, | Olivier Houchard | 2005-02-26 | 3 | -0/+5 |
| * | Add the field in the md part of the struct thread required by ARM_[GET|SET]_TP. | Olivier Houchard | 2005-02-26 | 1 | -0/+1 |
| * | Implement two new sysarch for arm, ARM_GET_TP and ARM_SET_TP, to work around | Olivier Houchard | 2005-02-25 | 1 | -0/+3 |
| * | Use a common multi-inclusion protection, and add such a | Ruslan Ermilov | 2005-02-19 | 1 | -4/+4 |
| * | Define NIRQ to 64 for CPU_ARM9, because Cirrus Logic EP93XX cores provides | Olivier Houchard | 2005-02-13 | 1 | -0/+4 |
| * | Sort functions. | Nate Lawson | 2005-02-01 | 1 | -4/+4 |
| * | Start to support the big endian case as well. | Olivier Houchard | 2005-01-18 | 1 | -0/+13 |
| * | Add the prototype for bus_dmamap_load_mbuf_sg(). | Olivier Houchard | 2005-01-15 | 1 | -0/+3 |
| * | Add support for ptrace() and gdb breakpoints. | Olivier Houchard | 2005-01-10 | 2 | -0/+8 |
| * | Start all license statements with /*- | Warner Losh | 2005-01-05 | 40 | -43/+39 |
| * | Make sure gcc doesn't generate something such as swp r3, r4, [r3] for __swp, | Olivier Houchard | 2004-12-18 | 1 | -1/+1 |
| * | Remove an unused field from the struct pv_entry. | Olivier Houchard | 2004-12-05 | 1 | -4/+3 |
| * | Implement breakpoints and single stepping on arm. | Olivier Houchard | 2004-11-21 | 2 | -6/+13 |
| * | Implement enough to be able to enter and leave DDB. | Olivier Houchard | 2004-11-20 | 2 | -3/+20 |
| * | Get the kernel stack right now that the u-area is gone. | Olivier Houchard | 2004-11-20 | 1 | -1/+1 |
| * | Remove UAREA_PAGES and USPACE definitions. The definitions of | David Schultz | 2004-11-20 | 1 | -9/+1 |
| * | Import a RET macro, that will use bx if the arch supports it. | Olivier Houchard | 2004-11-09 | 1 | -0/+36 |
| * | Import md bits for mem(4) on arm. | Olivier Houchard | 2004-11-07 | 2 | -45/+44 |
| * | Disable interrupts for atomic_cmpset_32, this one is just not atomic. | Olivier Houchard | 2004-11-05 | 1 | -10/+13 |
| * | Protect the function declarations with #ifdef _KERNEL. | Olivier Houchard | 2004-11-04 | 1 | -0/+2 |
| * | Directly use __pcpu for PCPU_* instead of pcpup. | Olivier Houchard | 2004-11-04 | 1 | -3/+4 |
| * | Decrease KSTACK_PAGES and UAREA_PAGES. | Olivier Houchard | 2004-11-04 | 1 | -2/+2 |
| * | Use interrupts_disable() and interrupts_restore() as intr_disable() and | Olivier Houchard | 2004-11-04 | 1 | -24/+6 |
| * | Don't barf if no CPU type is defined while compiling kernel modules. | Olivier Houchard | 2004-11-04 | 1 | -2/+2 |
| * | Implement get_cyclecount(). | Olivier Houchard | 2004-11-04 | 1 | -1/+7 |
| * | Try to implement atomic operations using swp, instead of disabling interrupts. | Olivier Houchard | 2004-11-04 | 1 | -76/+65 |
| * | Use casts to enforce the return type of bswap16() and bswap32(). | Olivier Houchard | 2004-11-04 | 1 | -6/+6 |
| * | Add optimized version of the bswap macroes for constants if __OPTIMIZED__ is | Olivier Houchard | 2004-10-01 | 1 | -2/+30 |