summaryrefslogtreecommitdiff
path: root/sys/arch/mips64
AgeCommit message (Expand)Author
2021-07-24Replace cpus_running with CPU_IS_RUNNING().Visa Hankala
2021-07-20Remove bogus use of CPU_MAXID and get cpu_info only once.Visa Hankala
2021-07-20Remove unneeded __sync_* library functions from the kernel.Visa Hankala
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-30Include <sys/mutex.h> to avoid a hidden header dependency.Visa Hankala
2021-05-28Remove CPU and node id fields that were used with SGI Origin.Visa Hankala
2021-05-05Remove unneeded tlb_set_gbase() that was used with R8000.Visa Hankala
2021-05-01Retire OpenBSD/sgi.Visa Hankala
2021-04-29Remove unused RM7000 ICR handling.Visa Hankala
2021-03-11spellingJonathan Gray
2021-03-04Update clock interrupt count atomically.Visa Hankala
2021-02-23timecounting: use C99-style initialization for all timecounter structscheloha
2021-02-11Leave out gp initialization from kernel entry on mips64Visa Hankala
2021-01-13kernel, sysctl(8): remove dead variable: tickadjcheloha
2020-12-24Initialize mips64 pmap pool using IPL_VM.Visa Hankala
2020-11-08In case of failure, call sigexit() from trapsignal instead of sensig().Martin Pieuchot
2020-10-22uvm_grow() doesn't need KERNEL_LOCK anymore, and onfault never did.Theo de Raadt
2020-10-21uvm_grow() now does the vm_maxsaddr check (before locking), so callers don'tTheo de Raadt
2020-10-21mips64 has same bug as arm64: copyout(9), copyinstr(9) andTheo de Raadt
2020-10-20Use a trap instruction that unconditionally terminates the process.Visa Hankala
2020-10-20Add handling for a trap instruction that terminates the process.Visa Hankala
2020-10-08use access_type as the PROT_* variable for uvm_fault() consistantlyTheo de Raadt
2020-10-07Include <sys/systm.h> directly instead of relying on hidden UVM includes.Martin Pieuchot
2020-09-24mi_ast() needs curcpu()->ci_want_resched rather than ci->ci_want_resched,Theo de Raadt
2020-09-24Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults.Theo de Raadt
2020-08-19Push KERNEL_LOCK/UNLOCK() dance inside trapsignal().Martin Pieuchot
2020-08-10Do not block IPIs when acquiring the rendezvous mutex. Otherwise theVisa Hankala
2020-07-22Use CPU_IS_PRIMARY macro in cpuattach() on mips64.Frederic Cambus
2020-07-18Userland timecounter implementation for octeonVisa Hankala
2020-07-15Use CPU_IS_PRIMARY macro on alpha and mips64.Frederic Cambus
2020-07-11Synchronize each core's CP0 cycle counter using the IO clock counter.Visa Hankala
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-06-30Retire unused <mips64/dev/clockvar.h> interface.Visa Hankala
2020-06-05cpu_rnd_messybits() for mips64Visa Hankala
2020-05-31introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.David Gwynne
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousTheo de Raadt
2020-05-27Retire <machine/varargs.h>.Visa Hankala
2020-05-23Use a distinct trap code with retguard on mips64.Visa Hankala
2020-05-16Make inittodr() and resettodr() MI.Mark Kettenis
2020-05-16Use todr_gettime() in cp0_calibrate() on mips64.Visa Hankala
2020-05-11Initialize the timeval passed to todr_gettime() with the base time fromMark Kettenis
2020-05-09Use the same inittodr()/resettodr() implementation as onMark Kettenis
2020-04-18Sync existing stacktrace_save() implementationsVisa Hankala
2020-01-20Separate the stack trace saving interface from ddb. The saving does notVisa Hankala
2020-01-02Use newabi register names in disassembly.Visa Hankala
2019-12-20Convert various boolean_t/TRUE/FALSE to int/1/0 in mips64 memory code.Visa Hankala
2019-12-20Convert boolean_t/TRUE/FALSE to int/1/0 in mips64 pmap.Visa Hankala