| Commit message (Expand) | Author | Age | Files | Lines |
| * | Userland timecounter implementation for octeon |  visa | 2020-07-18 | 1 | -2/+2 |
| * | Add support for timeconting in userland. |  pirofti | 2020-07-06 | 1 | -0/+23 |
| * | Remove obsolete <machine/stdarg.h> header. Nowadays the vararg |  visa | 2020-06-30 | 1 | -5/+0 |
| * | Retire <machine/varargs.h>. |  visa | 2020-05-27 | 1 | -5/+0 |
| * | Fix some of the more esoteric bus_space functions. The |  kettenis | 2020-04-14 | 1 | -7/+8 |
| * | Implement splassert() on mips64. |  visa | 2019-09-05 | 1 | -1/+17 |
| * | Adjust interrupt priority levels on mips64 so that priorities |  visa | 2019-09-05 | 1 | -23/+20 |
| * | Remove unused spllock(). |  visa | 2018-08-20 | 1 | -2/+1 |
| * | Include <sys/mutex.h> instead of <machine/mutex.h> |  mpi | 2018-01-22 | 1 | -2/+2 |
| * | Add a dummy (for now) <machine/reloc.h> for mips64 to fix build. |  visa | 2017-08-12 | 1 | -0/+5 |
| * | Define MAXCPUS per mips64 port. |  visa | 2017-07-30 | 1 | -1/+2 |
| * | Define register_splx_handler() in one place. |  visa | 2017-06-11 | 1 | -13/+2 |
| * | The device_to_pa routine really isn't needed. We always have physical |  visa | 2017-05-11 | 1 | -4/+4 |
| * | add a BUS_DMA_64BIT flag to bus_dma on all our archs. |  dlg | 2017-05-08 | 1 | -1/+2 |
| * | Let MP-safe interrupt handlers run without the kernel lock on sgi. |  visa | 2017-02-11 | 1 | -2/+3 |
| * | Rename mips64's trap_frame into trapframe. |  mpi | 2016-03-06 | 1 | -3/+3 |
| * | Add IPI logic. Assign two additional interrupts for inter-processor |  visa | 2015-12-25 | 1 | -1/+3 |
| * | Make interrupt masking MP-aware. Linux IP27 and IP35 ports served as a |  visa | 2015-12-25 | 1 | -1/+2 |
| * | Use the ErrorEPC register for curcpu() on Origin, for now. |  visa | 2015-12-25 | 1 | -4/+11 |
| * | Use consistant whitespace/comments for #define'ing LABELSECTOR, |  krw | 2015-09-30 | 1 | -4/+4 |
| * | intr_barrier(9) for loongson, octeon and sgi. |  kettenis | 2015-09-13 | 1 | -1/+3 |
| * | The mplock implementations on MP-enabled mips64 platforms, octeon and |  visa | 2015-09-09 | 1 | -51/+2 |
| * | Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.out |  miod | 2015-07-17 | 1 | -3/+3 |
| * | unify the mutex implementations on all the mips64 platforms. |  dlg | 2015-07-08 | 2 | -73/+5 |
| * | rework sgi mutexes to use the owner pointer as the lock. |  dlg | 2015-04-21 | 1 | -6/+5 |
| * | Remove stale comment which used to explain why we had a special 31-bit freelist |  miod | 2014-07-13 | 1 | -12/+1 |
| * | Support BUS_DMA_NOCACHE in bus_dma(9). Memory allocations done with |  miod | 2014-03-10 | 1 | -15/+16 |
| * | Rework the per-cpu cache information. Use a common struct to store the line |  miod | 2014-03-09 | 1 | -2/+1 |
| * | To prevent lock ordering problems with the kernel lock, we need to make sure |  kettenis | 2014-02-10 | 1 | -3/+18 |
| * | Remove support for a.out and ecoff. We only do elf now. |  deraadt | 2013-10-17 | 1 | -5/+0 |
| * | add missing license (PD) block |  jasper | 2013-06-01 | 2 | -4/+4 |
| * | Add a dummy IPL_MPSAFE definition. |  kettenis | 2013-05-17 | 1 | -1/+4 |
| * | Unify the zs tty driver. |  sebastia | 2013-04-21 | 1 | -2/+2 |
| * | Add __strong_alias macros for all architectures to be able to alias |  martynas | 2013-03-28 | 1 | -6/+1 |
| * | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added |  deraadt | 2013-03-23 | 1 | -11/+6 |
| * | create new machine/_float.h which is namespace clean. create a new |  deraadt | 2012-06-26 | 3 | -8/+3 |
| * | Add cache operation functions pointers to struct cpu_info; the various |  miod | 2012-06-24 | 2 | -26/+3 |
| * | Using the LLAddr register to store our curcpu() pointer on R10k SMP kernels |  miod | 2012-06-17 | 1 | -6/+28 |
| * | Make it possible to disable the Sync-on-Green signal by setting the |  mikeb | 2012-05-29 | 1 | -1/+2 |
| * | Proper support for the so-called `fast mode' of the Indigo2 ECC memory |  miod | 2012-05-27 | 1 | -1/+4 |
| * | It turns out that, when the IRIX header files mention CTR/DCD/DTR/RTS wiring |  miod | 2012-05-12 | 1 | -2/+2 |
| * | I am not sure what the mess with the wiring of carrier lines on Indigo resolves |  miod | 2012-04-29 | 1 | -1/+3 |
| * | Rework the signature of the cache handling routines again. It makes more sense |  miod | 2012-04-21 | 2 | -11/+11 |
| * | Default DMA-reachable address constraints to the whole address space, and |  miod | 2012-04-03 | 1 | -1/+2 |
| * | Work in progress support for the SGI Indigo, Indigo 2 and Indy systems |  miod | 2012-03-28 | 3 | -1/+191 |
| * | Move cache handling routines related definitions to a dedicated header file, |  miod | 2012-03-25 | 1 | -6/+6 |
| * | Change the page size computation logic to default to 16KB pages, and only |  miod | 2012-03-19 | 1 | -4/+6 |
| * | No longer allow bus_space_barrier() to be a NULL pointer on a given |  miod | 2012-03-15 | 1 | -5/+2 |
| * | Specify the TLS variant for each platform. |  guenther | 2011-10-27 | 1 | -0/+3 |
| * | Remove the freelist member from vm_physseg |  oga | 2011-05-30 | 1 | -4/+1 |