summaryrefslogtreecommitdiff
path: root/sys/mips/include
AgeCommit message (Expand)Author
2017-03-26Fix printing of negative offsets (typically from frame pointers) again.Bruce Evans
2017-03-01Revert prior commit to restore the files mangled by my "fixing" mergeWarner Losh
2017-02-28Renumber copyright clause 4Warner Losh
2017-02-19Bring back r313037, with fixes for mips:Jason A. Harmening
2017-02-06Use 64bit store instruction in atomic_fcmpset_64.Alexander Kabaev
2017-02-04Define the vm_ooffset_t and vm_pindex_t types as machine-independend.Konstantin Belousov
2017-02-04Revert r313037Jason A. Harmening
2017-02-01Add atomic_fcmpset_*() inlines for MIPSAlexander Kabaev
2017-02-01Implement get_pcpu() for the remaining architectures and use it toJason A. Harmening
2017-01-05Only call stacktrace_subr() from DDB.John Baldwin
2016-12-28Be more conservative when enabling write-combining on MIPSAlexander Kabaev
2016-12-28Implement pmap_change_attr and related APIs on MIPSAlexander Kabaev
2016-12-23Teach DDB how to unwind across a kernel stack overflow.John Baldwin
2016-11-23Increase pcpu size to 512 so it become both denominatorRuslan Bukin
2016-11-19Account for bigger secondary data cache line size.Ruslan Bukin
2016-11-19Add Ingenic XBurst coprocessor 0 extra bits.Ruslan Bukin
2016-11-19Identify Ingenic CPUs.Ruslan Bukin
2016-11-18Subject: [PATCH] Pass MACHINE_ARCH on command line for MIPS kernels.Alexander Kabaev
2016-11-14[MIPS] Print Config7 on boot for several MIPS architecturesMichael Zhilin
2016-10-31Add full softfloat and hardfloat support for MIPS.Ruslan Bukin
2016-10-26Correct definition of 'struct sigcontext' on MIPS.John Baldwin
2016-10-13Fix building on i386 and arm. But 'public domain' headers on the filesWarner Losh
2016-10-11Include stubs even on the platforms we don't support so libsysdecodeWarner Losh
2016-09-15The TLS offset is a property of the process ABI.Brooks Davis
2016-09-08Allow the use of soft-interrupts for sending IPIs.Ruslan Bukin
2016-09-07Fix MIPS INTRNG (both FDT and non-FDT) behaviour broken by r304459Stanislav Galabov
2016-08-07[mips] add support for using the MIPS user register for TLS data.Adrian Chadd
2016-05-20Garbage collect unused prototype for clockintr().Robert Watson
2016-04-30When attempting to satisfy mmap() requests for superpage alignment onRobert Watson
2016-04-15Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner
2016-04-15Make NIRQ configurable for MIPSStanislav Galabov
2016-04-12Define PCI_RES_BUS for MIPS.Stanislav Galabov
2016-02-12POSIX states that #include <signal.h> shall make both mcontext_t andKonstantin Belousov
2016-02-11Missing commit - remove MIPS fdt bus space.Adrian Chadd
2016-02-11Remove bus space fdt for MIPS.Adrian Chadd
2016-02-11Begin the MIPS_INTRNG support.Adrian Chadd
2016-02-02Move MIPS32 Release 2 and Release 3 CPUs to use the EHB instruction forAdrian Chadd
2016-02-02Rename some CPU_MIPSxxx options and add new CPU_MIPSxxx optionsAdrian Chadd
2016-01-20Shift saved floating point registers up in jmp_buf.Brooks Davis
2015-12-24Begin the initial support for the mips1004kc core.Adrian Chadd
2015-12-22[mips] Add TLB pagemask probing code, and print out the allowable page sizes.Adrian Chadd
2015-12-20Tidy up mips ofw_machdep.h. Don't include openfirm.h because openfirm.hIan Lepore
2015-12-19Introduce a new mechanism for relocating virtual pages to a new physicalAlan Cox
2015-12-11Correct the CONFIG0_VI value. According toWarner Losh
2015-10-31mips74k: use cache-writeback for memory, not writethrough.Adrian Chadd
2015-10-21Switch from a stub to a real implementation of pmap_page_set_attr() for mips,Ian Lepore
2015-08-05Rationalize BSD license on sys/*/include/in_cksum.hEd Maste
2015-08-05Rationalize BSD license on sys/*/include/float.hEd Maste
2015-07-08Add the atomic_thread_fence() family of functions with intent toKonstantin Belousov
2015-06-08Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.Alan Cox