aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/include
Commit message (Expand)AuthorAgeFilesLines
* Clean up MD pollution of bus_dma.h:Jason A. Harmening2017-07-011-0/+1
* Make struct syscall_args visible to userspace compilation environmentKonstantin Belousov2017-06-121-2/+0
* Add initial support for the floating point implementation register.John Baldwin2017-05-094-2/+5
* - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeterGleb Smirnoff2017-04-173-3/+5
* All these files need sys/vmmeter.h, but now they got it implicitlyGleb Smirnoff2017-04-171-0/+1
* Corrected misspelled versions of rendezvous.Patrick Kelsey2017-04-091-2/+2
* Fix printing of negative offsets (typically from frame pointers) again.Bruce Evans2017-03-261-3/+0
* Revert prior commit to restore the files mangled by my "fixing" mergeWarner Losh2017-03-011-41/+50
* Renumber copyright clause 4Warner Losh2017-02-2823-72/+63
* Bring back r313037, with fixes for mips:Jason A. Harmening2017-02-191-3/+11
* Use 64bit store instruction in atomic_fcmpset_64.Alexander Kabaev2017-02-061-1/+1
* Define the vm_ooffset_t and vm_pindex_t types as machine-independend.Konstantin Belousov2017-02-041-2/+0
* Revert r313037Jason A. Harmening2017-02-041-1/+0
* Add atomic_fcmpset_*() inlines for MIPSAlexander Kabaev2017-02-011-2/+101
* Implement get_pcpu() for the remaining architectures and use it toJason A. Harmening2017-02-011-0/+1
* Only call stacktrace_subr() from DDB.John Baldwin2017-01-051-1/+0
* Be more conservative when enabling write-combining on MIPSAlexander Kabaev2016-12-281-10/+1
* Implement pmap_change_attr and related APIs on MIPSAlexander Kabaev2016-12-284-5/+29
* Teach DDB how to unwind across a kernel stack overflow.John Baldwin2016-12-231-0/+1
* Increase pcpu size to 512 so it become both denominatorRuslan Bukin2016-11-231-1/+1
* Account for bigger secondary data cache line size.Ruslan Bukin2016-11-191-0/+2
* Add Ingenic XBurst coprocessor 0 extra bits.Ruslan Bukin2016-11-192-1/+14
* Identify Ingenic CPUs.Ruslan Bukin2016-11-191-0/+3
* Subject: [PATCH] Pass MACHINE_ARCH on command line for MIPS kernels.Alexander Kabaev2016-11-181-18/+21
* [MIPS] Print Config7 on boot for several MIPS architecturesMichael Zhilin2016-11-141-1/+2
* Add full softfloat and hardfloat support for MIPS.Ruslan Bukin2016-10-311-4/+0
* Correct definition of 'struct sigcontext' on MIPS.John Baldwin2016-10-261-1/+3
* Fix building on i386 and arm. But 'public domain' headers on the filesWarner Losh2016-10-131-26/+1
* Include stubs even on the platforms we don't support so libsysdecodeWarner Losh2016-10-111-0/+39
* The TLS offset is a property of the process ABI.Brooks Davis2016-09-151-0/+1
* Allow the use of soft-interrupts for sending IPIs.Ruslan Bukin2016-09-081-1/+2
* Fix MIPS INTRNG (both FDT and non-FDT) behaviour broken by r304459Stanislav Galabov2016-09-071-0/+2
* [mips] add support for using the MIPS user register for TLS data.Adrian Chadd2016-08-073-7/+47
* Garbage collect unused prototype for clockintr().Robert Watson2016-05-201-2/+0
* When attempting to satisfy mmap() requests for superpage alignment onRobert Watson2016-04-301-0/+2
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner2016-04-152-3/+3
* Make NIRQ configurable for MIPSStanislav Galabov2016-04-151-2/+6
* Define PCI_RES_BUS for MIPS.Stanislav Galabov2016-04-121-0/+3
* POSIX states that #include <signal.h> shall make both mcontext_t andKonstantin Belousov2016-02-121-5/+5
* Missing commit - remove MIPS fdt bus space.Adrian Chadd2016-02-111-1/+0
* Remove bus space fdt for MIPS.Adrian Chadd2016-02-111-1/+1
* Begin the MIPS_INTRNG support.Adrian Chadd2016-02-112-0/+72
* Move MIPS32 Release 2 and Release 3 CPUs to use the EHB instruction forAdrian Chadd2016-02-021-5/+27
* Rename some CPU_MIPSxxx options and add new CPU_MIPSxxx optionsAdrian Chadd2016-02-023-5/+5
* Shift saved floating point registers up in jmp_buf.Brooks Davis2016-01-201-13/+14
* Begin the initial support for the mips1004kc core.Adrian Chadd2015-12-242-2/+14
* [mips] Add TLB pagemask probing code, and print out the allowable page sizes.Adrian Chadd2015-12-222-0/+14
* Tidy up mips ofw_machdep.h. Don't include openfirm.h because openfirm.hIan Lepore2015-12-201-3/+0
* Introduce a new mechanism for relocating virtual pages to a new physicalAlan Cox2015-12-191-1/+0
* Correct the CONFIG0_VI value. According toWarner Losh2015-12-111-1/+1