summaryrefslogtreecommitdiffstats
path: root/sys/arch/powerpc/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.Sgkoehler2020-11-281-11/+20
* Retguard asm macros for powerpc libc, ld.sogkoehler2020-10-261-1/+42
* do not need this one eitherderaadt2020-07-091-23/+0
* Add support for timeconting in userland.pirofti2020-07-061-0/+23
* Remove obsolete <machine/stdarg.h> header. Nowadays the varargvisa2020-06-301-51/+0
* Implement cpu_rnd_messybits() as a read of the cycle counter register.naddy2020-06-051-2/+10
* introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.dlg2020-05-311-1/+3
* Retire <machine/varargs.h>.visa2020-05-271-57/+0
* Switch powerpc to MI mplock implementation.mpi2020-04-151-9/+11
* Fix inline assembly in ppc_mftb(); using %L0 instead of %0+1 makes this workkettenis2020-03-171-2/+2
* Use "i" constrain instead of "n" constrain in inline assembly. Makes clangkettenis2019-07-111-3/+3
* Drop % from register name used for register variable since it makes clangkettenis2019-07-021-2/+2
* 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