summaryrefslogtreecommitdiff
path: root/sys/arch/mips64
AgeCommit message (Expand)Author
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
2019-11-20Ensure that the kernel stack is properly aligned on mips64. This fixesVisa Hankala
2019-11-07Convert db_addr_t -> vaddr_t but leave the typedef for now.Martin Pieuchot
2019-11-07Substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-10-28Fix atomic_sub_long_nv() on mips64. The negation should useVisa Hankala
2019-09-06Do not stop prologue scan at branch instructions. This lets stack traceVisa Hankala
2019-09-06Stop stack trace saving if the current subroutine is u_general or u_intrVisa Hankala
2019-09-06If uvm_map_inentry returns false then a signal has been delivered, andTheo de Raadt
2019-09-05Implement splassert() on mips64.Visa Hankala
2019-09-05Adjust interrupt priority levels on mips64 so that prioritiesVisa Hankala
2019-09-02cpu number is unsigned (does not really matter)Theo de Raadt
2019-09-02in non-MP, cpu_number() the #define should be 0UL; ok visaTheo de Raadt
2019-08-21Fix a race in invalidation of remote TLB entries.Visa Hankala
2019-08-02Avoid repeated invocation of curcpu().Visa Hankala
2019-08-02Call refreshcreds() from ast() on mips64. This ensures that credentialsVisa Hankala
2019-07-09I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, andTheo de Raadt
2019-06-30Ansify function definitions.Visa Hankala
2019-06-23Invalidate icache when changing mappingVisa Hankala
2019-06-01Refactor the MAP_STACK feature, and introduce another similar variation:Theo de Raadt
2019-05-15Reduce branch emulation page access protection during setup. The setupVisa Hankala
2019-05-15Drop redundant pmap_proc_iflush() call. The needed instruction cacheVisa Hankala
2019-05-08Print the current ASID in hex instead of decimal, to match the formatVisa Hankala
2019-05-06Enforce store/load order when setting or clearing AST flag on mips64Visa Hankala
2019-05-06Issue write-write barrier before sending IPI on mips64Visa Hankala
2019-05-06Fix unintentional delay of ASTs on MP mips64Visa Hankala
2019-05-05Call cpu_unidle() from need_resched() on mips64 like mostVisa Hankala
2019-05-05Turn need_resched() and signotify() into proper functions on mips64.Visa Hankala