Age | Commit message (Expand) | Author |
2018-12-05 | Include srp.h where struct cpu_info uses srp to avoid erroring out when | Jonathan Gray |
2018-09-14 | Unify and bump some of the NMBCLUSTERS defines. Some archs had it set to | Claudio Jeker |
2018-08-20 | Remove unused spllock(). | Visa Hankala |
2018-03-05 | #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch | Theo de Raadt |
2018-01-25 | Move common mutex implementations to a MI place. | Martin Pieuchot |
2018-01-22 | Include <sys/mutex.h> rather than <machine/mutex.h> | 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-04 | Change __mp_lock_held() to work with an arbitrary CPU info structure and | Martin Pieuchot |
2017-09-05 | Move mutex, condvar, and thread-specific data routes, pthread_once, and | Philip Guenther |
2017-07-25 | Remove leftovers of a past softintr mechanism. | Visa Hankala |
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-12 | Make atomic.h ready to be included in userland. | Martin Pieuchot |
2017-04-20 | Hook up mutex(9) to witness(4). | Visa Hankala |
2017-04-13 | Provide mips64 with kernel-facing TCB_{GET,SET} macros that store it | Philip Guenther |
2017-02-08 | In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() except | Philip Guenther |
2016-09-04 | Telling gcc the TCB pointer is in %r2 via the 'register asm' extension | Philip Guenther |
2016-09-03 | Increase the number of mbufs on most architectures. This is based | Alexander Bluhm |
2016-05-10 | SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookie | Theo de Raadt |
2016-05-07 | Flush page (through the direct map) before mapping it into AGP. Fixes | Mark Kettenis |
2016-05-07 | Use a Thread Information Block in both single and multi-threaded programs. | Philip Guenther |
2016-04-27 | G/C DDB_REGS. | Martin Pieuchot |
2016-03-05 | One ddb interface is enough for ppc. | Martin Pieuchot |
2016-03-05 | Define db_reg_t like the other archs by typedef'ing "struct trapframe". | Martin Pieuchot |
2015-11-24 | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. | Martin Pieuchot |
2015-10-08 | Add a per-page flag to indicate that all mappings of that page should be | 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 | intr_barrier(9) for macppc and socppc. | Mark Kettenis |
2015-09-11 | Make the powerpc pmap (more) mpsafe by protecting both the pmap itself and the | 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-23 | Add support for the Secure-PLT ABI variant. This will give us better W^X | Mark Kettenis |
2015-08-14 | replace the asm mutexes with a c implementation. | David Gwynne |
2015-07-29 | 17 years ago, setfault() was modified to save the status register in the | Miod Vallat |
2015-07-02 | introduce srp, which according to the manpage i wrote is short for | David Gwynne |
2015-06-26 | remove __cpu_cas and use atomic_cas_ulong instead. | David Gwynne |
2015-06-26 | rename the guard #define from _MACHINE_MPLOCK_H_ to _POWERPC_MPLOCK_H_ | David Gwynne |
2015-06-26 | move the ppc mplock implementation from macppc to powerpc. | David Gwynne |
2015-06-24 | IPL_MPSAFE bits for macppc with openpic(4). | Martin Pieuchot |
2015-06-05 | Add bits missed in previous... I suck at cvs. | Martin Pieuchot |
2015-05-06 | put mpi's atomics back in, but with the return value of add (and therefore su... | 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-24 | Revert back to using GCC builtins. This code triggers an off by one in | Martin Pieuchot |
2015-04-22 | Implement the MI atomic API for PowerPC to avoid using gcc builtins that | Martin Pieuchot |
2015-04-21 | The ELF psABI for PPC specifies that the stack shall always be 16-byte aligned. | Philip Guenther |
2015-03-31 | Make it possisble to disable block address translation mechanism on | Martin Pieuchot |
2015-02-15 | Change pmap_remove_holes() to take a vmspace instead of a map as its argument. | Miod Vallat |