summaryrefslogtreecommitdiffstats
path: root/sys/arch/powerpc/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use the debugger mutex for `ddb_mp_mutex'. This should prevent a racevisa2019-03-231-3/+1
* Add intr_{disable,restore}() for powerpc.visa2019-03-231-1/+13
* Include srp.h where struct cpu_info uses srp to avoid erroring out whenjsg2018-12-051-1/+2
* Unify and bump some of the NMBCLUSTERS defines. Some archs had it set toclaudio2018-09-141-2/+2
* Remove unused spllock().visa2018-08-201-2/+1
* #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an archderaadt2018-03-051-1/+2
* Move common mutex implementations to a MI place.mpi2018-01-251-84/+2
* Include <sys/mutex.h> rather than <machine/mutex.h>mpi2018-01-221-2/+2
* Define and use IPL_MPFLOOR in our common mutex implementation.mpi2018-01-132-3/+4
* Unify <machine/mutex.h> a bit further.mpi2018-01-121-7/+8
* Change __mp_lock_held() to work with an arbitrary CPU info structure andmpi2017-12-041-2/+2
* Move mutex, condvar, and thread-specific data routes, pthread_once, andguenther2017-09-051-5/+1
* Remove leftovers of a past softintr mechanism.visa2017-07-251-5/+1
* kill RCSID macros; discussed with millertderaadt2017-06-291-5/+1
* Unbreak profiling assembly functions in userland by defining thempi2017-06-231-2/+2
* Kill SPINLOCK_SPIN_HOOK, use CPU_BUSY_CYCLE() instead.mpi2017-05-291-3/+1
* Make atomic.h ready to be included in userland.mpi2017-05-121-3/+4
* Hook up mutex(9) to witness(4).visa2017-04-201-3/+15
* Provide mips64 with kernel-facing TCB_{GET,SET} macros that store itguenther2017-04-131-3/+1
* In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() exceptguenther2017-02-081-4/+2
* Telling gcc the TCB pointer is in %r2 via the 'register asm' extensionguenther2016-09-041-35/+2
* Increase the number of mbufs on most architectures. This is basedbluhm2016-09-031-2/+2
* SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookiederaadt2016-05-101-2/+2
* Flush page (through the direct map) before mapping it into AGP. Fixeskettenis2016-05-071-1/+17
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-071-1/+4
* G/C DDB_REGS.mpi2016-04-271-2/+1
* One ddb interface is enough for ppc.mpi2016-03-051-1/+6
* Define db_reg_t like the other archs by typedef'ing "struct trapframe".mpi2016-03-051-9/+6
* The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi2015-11-241-2/+1
* Add a per-page flag to indicate that all mappings of that page should bekettenis2015-10-081-4/+5
* lint is dead and C99 may be old enough to drive a car: delete LONGLONGguenther2015-09-261-3/+1
* intr_barrier(9) for macppc and socppc.kettenis2015-09-131-2/+3
* Make the powerpc pmap (more) mpsafe by protecting both the pmap itself and thekettenis2015-09-111-1/+5
* Provide remaining arch with END() macro for setting calculated size onguenther2015-08-301-1/+2
* _NLIST_DO_ELF is no longer needed: it's the only optionguenther2015-08-291-4/+2
* Add support for the Secure-PLT ABI variant. This will give us better W^Xkettenis2015-08-231-2/+7
* replace the asm mutexes with a c implementation.dlg2015-08-142-6/+8
* 17 years ago, setfault() was modified to save the status register in themiod2015-07-291-2/+1
* introduce srp, which according to the manpage i wrote is short fordlg2015-07-021-1/+5
* remove __cpu_cas and use atomic_cas_ulong instead.dlg2015-06-261-21/+1
* rename the guard #define from _MACHINE_MPLOCK_H_ to _POWERPC_MPLOCK_H_dlg2015-06-261-4/+4
* move the ppc mplock implementation from macppc to powerpc.dlg2015-06-261-0/+52
* IPL_MPSAFE bits for macppc with openpic(4).mpi2015-06-241-9/+8
* Add bits missed in previous... I suck at cvs.mpi2015-06-051-10/+9
* put mpi's atomics back in, but with the return value of add (and therefore sub, inc, and dec) fixed.dlg2015-05-061-2/+240
* emul_native is only used for kernel threads which can't dump core, soguenther2015-05-051-5/+1
* Remove SIZE_MAX from limits.h. It was added years ago before wemillert2015-04-301-4/+1
* Revert back to using GCC builtins. This code triggers an off by one inmpi2015-04-241-168/+2
* Implement the MI atomic API for PowerPC to avoid using gcc builtins thatmpi2015-04-221-2/+168
* The ELF psABI for PPC specifies that the stack shall always be 16-byte aligned.guenther2015-04-211-2/+2