summaryrefslogtreecommitdiff
path: root/sys/arch/m88k/include
AgeCommit message (Expand)Author
2024-06-26return type on a dedicated line when declaring functionsJonathan Gray
2024-06-20Enable uvm percpu caches on luna88k.Kenji Aoyama
2024-06-09Add a compiler barrier where missing in CPU_BUSY_CYCLE() implemsJeremie Courreges-Anglas
2024-05-28cpu_emergency_disable() was only used by mvme88k and can be removed now.Claudio Jeker
2024-05-16Stop treating IPL_NONE mutexes special in MULTIPROCESSOR kernels. WhileMark Kettenis
2024-03-31Stop referring to dead-since-30-years gatherstats() in comments.Miod Vallat
2024-02-25clockintr: rename "struct clockintr_queue" to "struct clockqueue"Scott Soule Cheloha
2024-02-14Remove never ever used cpu_exec() macro, apparently already obsolete by theMiod Vallat
2024-02-14Make sure pmap_unmap_direct flushes dirty cache lines.Miod Vallat
2024-01-24clockintr: switch from callee- to caller-allocated clockintr structsScott Soule Cheloha
2023-12-14NKMEMPAGES_MAX_DEFAULT is no longer used. Remove it from param.h.Claudio Jeker
2023-12-11Implement per-CPU caching for the page table page (vp) pool and the PTEMark Kettenis
2023-07-25statclock: move profil(2), GPROF code to profclock(), gmonclock()Scott Soule Cheloha
2023-07-02all platforms, kernel: remove __HAVE_CLOCKINTR symbolScott Soule Cheloha
2023-04-13pmap_copy() has never, ever, been implemented in any of the platforms OpenBSDMiod Vallat
2023-02-12m88k also needs to define PMAP_CHECK_COPYIN as 1.Kenji Aoyama
2023-01-31On systems without xonly mmu hardware-enforcement, we can still mitigateTheo de Raadt
2022-12-06_C_LABEL() and _ASM_LABEL() are no longer useful in the "everythingPhilip Guenther
2022-12-06m88k, luna88k: switch to clockintrScott Soule Cheloha
2022-09-10Remove pmap_collect() when a no-op, define __HAVE_PMAP_COLLECT otherwise.Miod Vallat
2022-08-29use ansi volatile keyword, not __volatileJonathan Gray
2021-08-30Remove typedef of db_addr_t; mpi converted the users of it to vaddr_t alreadyJasper Lievisse Adriaanse
2021-07-06Introduce CPU_IS_RUNNING() and us it in scheduler-related code to preventMark Kettenis
2021-06-02kernel: introduce per-CPU panic(9) message bufferscheloha
2021-05-04Fix 2nd and 3rd arguments' cast in atomic_cas_ptr().Kenji Aoyama
2020-09-25miod notes T_USER needs to be a bit, it was not.Theo de Raadt
2020-07-08do not need these versions of timetc.hTheo de Raadt
2020-07-06Add support for timeconting in userland.Paul Irofti
2020-06-30Remove obsolete <machine/stdarg.h> header. Nowadays the varargVisa Hankala
2020-05-31introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.David Gwynne
2020-05-27Retire <machine/varargs.h>.Visa Hankala
2020-05-26Rewrite m88k mutex code as a slight variation of the MI mutex code.Kenji Aoyama
2019-12-11%r26 hasn't been used by the threads implementation since 2016, so stopPhilip Guenther
2019-08-28sys/arch/luna88k/luna88k/locore0.S:dummy_cpu assumes thatKenji Aoyama
2018-12-05Include srp.h where struct cpu_info uses srp to avoid erroring out whenJonathan Gray
2018-09-14Unify and bump some of the NMBCLUSTERS defines. Some archs had it set toClaudio Jeker
2018-08-22Adding membar_xxx defines to userland.Kenji Aoyama
2018-08-20Remove unused spllock().Visa Hankala
2018-03-12Make luna88k use the MI mplock implementation.Kenji Aoyama
2018-03-05#define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an archTheo de Raadt
2018-01-13Define and use IPL_MPFLOOR in our common mutex implementation.Martin Pieuchot
2018-01-04Unify <machine/mutex.h> a bit further.Martin Pieuchot
2017-12-04Change __mp_lock_held() to work with an arbitrary CPU info structure andMartin Pieuchot
2017-09-05Move mutex, condvar, and thread-specific data routes, pthread_once, andPhilip Guenther
2017-04-20Hook up mutex(9) to witness(4).Visa Hankala
2017-04-13Provide mips64 with kernel-facing TCB_{GET,SET} macros that store itPhilip Guenther
2017-03-19Put the address of the per-cpu clock and interrupt registers into the cpu_infoMiod Vallat
2017-02-15Make this build (and run) with gcc 4.Miod Vallat
2017-02-08In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() exceptPhilip Guenther
2016-09-04TCB_GET_MEMBER() is no longer used after the TIB changesPhilip Guenther