Age | Commit message (Expand) | Author |
2018-12-04 | Add processor IDs for several OCTEON II and III SoCs. | Visa Hankala |
2018-10-22 | More "explicitely" -> "explicitly" in various comments. | Kenneth R Westerback |
2018-09-14 | Unify and bump some of the NMBCLUSTERS defines. Some archs had it set to | Claudio Jeker |
2018-07-10 | Move from sendsig() to its callers the initsiginfo() calls and | Philip Guenther |
2018-06-13 | Make octeon kernels compile with DEBUG. | Visa Hankala |
2018-05-22 | Delete antique sigdebug definitions | Philip Guenther |
2018-05-09 | Fix a linking error in the IP26 kernel. This is a regression caused | Visa Hankala |
2018-05-09 | Avoid locking two vm_pages simultaneously in pmap_enter(). To achieve | Visa Hankala |
2018-05-09 | vm_page lookup does not need locking. Hoist it outside the pmap lock. | Visa Hankala |
2018-05-09 | Implement stack trace saving on mips64. | Visa Hankala |
2018-04-12 | Implement MAP_STACK option for mmap(). Synchronous faults (pagefault and | Theo de Raadt |
2018-04-09 | Add a driver for the OCTEON cryptographic unit. It provides | Visa Hankala |
2018-03-20 | Do not panic from ddb(4) when a lock requirement isn't fulfilled. | Martin Pieuchot |
2018-03-05 | #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch | Theo de Raadt |
2018-02-24 | Declare ci_ipl volatile to prevent the compiler from optimizing | Visa Hankala |
2018-02-18 | Replace a full memory barrier with a write-write barrier. The full | Visa Hankala |
2018-01-29 | Drop unused field `ci_ipiih'. | Visa Hankala |
2018-01-25 | Remove mutex implementations that now live in MI code. | Martin Pieuchot |
2018-01-25 | Move common mutex implementations to a MI place. | Martin Pieuchot |
2018-01-12 | Unify <machine/mutex.h> a bit further. | Martin Pieuchot |
2018-01-08 | Move SC_* defines into <machine/setjmp.h>, and rename them, | Visa Hankala |
2018-01-06 | Remove redundant zeroing and dead code. | Visa Hankala |
2018-01-04 | Unify <machine/mutex.h> a bit further. | Martin Pieuchot |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2017-12-20 | Sync C mutex implementations. | Martin Pieuchot |
2017-12-14 | fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls internally, so | Philip Guenther |
2017-11-19 | Remove lock_machdep.c from amd64, i386, mips64 and sparc64. | Visa Hankala |
2017-10-21 | Use MI mplock on mips64. | Visa Hankala |
2017-10-11 | Try to make CPU cache size values more correct, especially on OCTEON II | Visa Hankala |
2017-09-16 | Make sure that `fsr' is always initialized. Non-DEBUG kernels | Visa Hankala |
2017-09-11 | Sync alpha/mips64/powerpc mutex implementations. | Martin Pieuchot |
2017-09-05 | Move mutex, condvar, and thread-specific data routes, pthread_once, and | Philip Guenther |
2017-09-02 | Let the kernel utilize the FPU if one is available, even when the | Visa Hankala |
2017-09-01 | Ansify function definitions. | Visa Hankala |
2017-09-01 | Zap stray prototype. | Visa Hankala |
2017-08-30 | Prefer copyin32() to copyin() when fetching instructions | Visa Hankala |
2017-08-27 | Rely on the hardware to clear hazards on octeon. | Visa Hankala |
2017-08-26 | Use copyin32() instead of a direct memory load when fetching a branch | Visa Hankala |
2017-08-26 | Use macros for Config1 bits. | Visa Hankala |
2017-08-25 | Fix pmap_extract() to return false when there is a page table page | Visa Hankala |
2017-08-13 | Make R_MIPS_* defines available via <machine/reloc.h>. | Visa Hankala |
2017-08-12 | Add a dummy (for now) <machine/reloc.h> for mips64 to fix build. | Visa Hankala |
2017-07-30 | Define MAXCPUS per mips64 port. | Visa Hankala |
2017-07-22 | Rename variables for clarity. | Visa Hankala |
2017-07-22 | Bring SIGBUS and SIGSEGV handling better in line with the other | Visa Hankala |
2017-07-12 | remove CPU_LIDSUSPEND/machdep.lidsuspend | Martin Natano |
2017-07-03 | Use copyin32() instead of copyin() in RDHWR emulation. | Visa Hankala |
2017-06-29 | kill RCSID macros; discussed with millert | Theo de Raadt |
2017-06-22 | Improve the coalescing of instruction cache flushes on R8000 in order | Visa Hankala |
2017-06-17 | Invalidate remote TLB entries by address range. This reduces | Visa Hankala |