Age | Commit message (Expand) | Author |
2018-03-22 | In vldcp(4), initialize lc_rx_state to a magic value which is not | Stefan Sperling |
2018-03-05 | #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch | Theo de Raadt |
2018-02-19 | Convert sparc64 to MI mutex. | Martin Pieuchot |
2018-01-13 | Define and use IPL_MPFLOOR in our common mutex implementation. | Martin Pieuchot |
2018-01-12 | Unify <machine/mutex.h> a bit further. | Martin Pieuchot |
2017-12-06 | Implement support for using interrupt cookies in vbus(4) and vpci(4) as | Mark Kettenis |
2017-12-03 | Rename ci_number to ci_cpuid to match other archs. | Martin Pieuchot |
2017-10-24 | Use "static inline" instead of "extern inline" for compatibility with | Mark Kettenis |
2017-10-17 | Add a machine-independent implementation for the mplock. | Visa Hankala |
2017-09-05 | Move mutex, condvar, and thread-specific data routes, pthread_once, and | Philip Guenther |
2017-07-04 | Export our atomic definitions to userland instead of gcc builtins. | Martin Pieuchot |
2017-06-29 | kill RCSID macros; discussed with millert | Theo de Raadt |
2017-06-23 | Unbreak profiling assembly functions in userland by defining the | Martin Pieuchot |
2017-05-29 | Kill SPINLOCK_SPIN_HOOK, use CPU_BUSY_CYCLE() instead. | Martin Pieuchot |
2017-05-27 | Move SPINLOCK_SPIN_HOOK to the header used by other archs in order to | Martin Pieuchot |
2017-05-25 | tweak sparc64 membars as a step toward making them usable in userland. | David Gwynne |
2017-05-08 | add a BUS_DMA_64BIT flag to bus_dma on all our archs. | David Gwynne |
2017-04-20 | Hook up mutex(9) to witness(4). | Visa Hankala |
2017-04-20 | Use register names without the % prefix in the global register variable | Mark Kettenis |
2017-04-16 | Remove some defines marked #ifdef notyet, which really is #ifdef notever. | Mark Kettenis |
2017-04-13 | Provide mips64 with kernel-facing TCB_{GET,SET} macros that store it | Philip Guenther |
2017-02-13 | whitespace tweak. no functional change. | David Gwynne |
2017-02-08 | In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() except | Philip Guenther |
2016-09-25 | Remove more duplicated includes | Frederic Cambus |
2016-09-17 | Use the asm global register extension for the TCB pointer in userspace | Philip Guenther |
2016-09-04 | TCB_GET_MEMBER() is no longer used after the TIB changes | Philip Guenther |
2016-09-03 | Increase the number of mbufs on most architectures. This is based | Alexander Bluhm |
2016-08-17 | use a register variable to get at the curcpu pointer in %g7 | David Gwynne |
2016-08-17 | we have some spare interrupt levels, so move softnet above softclock. | David Gwynne |
2016-06-13 | rework sparc64 splfoo functions to be more consistent with other archs | David Gwynne |
2016-06-07 | remove splsoftfd and splausoft | David Gwynne |
2016-05-27 | Remove the non ELF macros | Theo de Raadt |
2016-05-10 | SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookie | Theo de Raadt |
2016-05-04 | Some hardware (such as the onboard dc(4) of the Netra X1) has a broken DMA | Mark Kettenis |
2016-05-04 | Initial support for MSI-X. Only supported on amd64 for now. I have diffs to | Mark Kettenis |
2016-04-27 | G/C DDB_REGS. | Martin Pieuchot |
2016-03-07 | Sync no-argument function declaration and definition by adding (void). | Christian Weisgerber |
2016-02-27 | Rename kdb_trap() into db_ktrap(). | Martin Pieuchot |
2015-11-01 | Remove the definition of USRTEXT. It has no relevance outside of the non-PIE | Miod Vallat |
2015-09-30 | Use consistant whitespace/comments for #define'ing LABELSECTOR, | Kenneth R Westerback |
2015-09-27 | Store the target CPU in "struct intrhand" and use it in intr_barrier(). | Mark Kettenis |
2015-09-26 | lint is dead and C99 may be old enough to drive a car: delete LONGLONG | Philip Guenther |
2015-09-13 | Introduce intr_barrier(4), an interface that guarantees that an interrupt | Mark Kettenis |
2015-08-30 | Provide remaining arch with END() macro for setting calculated size on | Philip Guenther |
2015-08-29 | _NLIST_DO_ELF is no longer needed: it's the only option | Philip Guenther |
2015-08-28 | Add support for switching CPUs in ddb on sparc64. | Mark Kettenis |
2015-07-02 | introduce srp, which according to the manpage i wrote is short for | David Gwynne |
2015-05-05 | emul_native is only used for kernel threads which can't dump core, so | Philip Guenther |
2015-04-30 | Remove SIZE_MAX from limits.h. It was added years ago before we | Todd C. Miller |
2015-04-09 | Make the sparc64 pmap (more) mpsafe by protecting both the pmap itself and the | Mark Kettenis |