aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/include
Commit message (Expand)AuthorAgeFilesLines
* MFC 340164,340168,340170: Add custom cpu_lock_delay() for x86.John Baldwin2018-11-081-0/+1
* Make cache coherency attributes definitions available in machine/vm.h on MIPS.Konstantin Belousov2018-08-013-90/+158
* Back pcpu zone with domain correct pagesMatt Macy2018-07-061-2/+2
* Fix PT_STEP single-stepping for mips.John Baldwin2018-04-241-1/+1
* Expose breakpoint() to userland from <machine/cpufunc.h> on MIPS.John Baldwin2018-04-241-6/+6
* No need to force md code to define a macro that's the same asWarner Losh2018-04-161-5/+0
* Add SMP support for BERI CPU.Ruslan Bukin2018-04-122-0/+9
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-064-16/+0
* Move remaining EF_MIPS_* flags to <sys/elf_common.h>.John Baldwin2018-03-231-20/+0
* MIPS: Implement fue*word* and casueword* in assembly.Brooks Davis2018-03-121-4/+0
* amd64: Protect the kernel text, data, and BSS by setting the RW/NX bitsJonathan T. Looney2018-03-061-0/+13
* Do not include float interfaces when using libsa.Warner Losh2018-02-231-0/+2
* Move __va_list and related defines to sys/sys/_types.hWarner Losh2018-02-121-14/+0
* We don't support gcc < 4.2.1, so varargs.h now is just #errorWarner Losh2018-02-121-61/+0
* Use standard pattern for stdargs.hWarner Losh2018-02-121-135/+30
* Consistently use 16-byte alignment for MIPS N32 and N64.John Baldwin2018-01-312-28/+96
* Remove SFBUF_OPTIONAL_DIRECT_MAP and such hacks, replacing them across theNathan Whitehorn2018-01-191-0/+6
* Remove mips MD atomic_load_64 and atomic_store_64.Konstantin Belousov2017-12-221-18/+0
* Fix mips build after introduction of MD definitions of atomic_load_64Konstantin Belousov2017-12-211-8/+9
* Add atomic_load(9) and atomic_store(9) operations.Konstantin Belousov2017-12-191-0/+2
* SPDX: Consider code from Carnegie-Mellon University.Pedro F. Giffuni2017-11-302-1/+5
* sys/mips: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2735-5/+75
* bhnd(4): implement MIPS and PCI(e) interrupt supportLandon J. Fuller2017-11-211-0/+4
* Preemptively map MIPS INTRNG interrupts on non-FDT MIPS targetsLandon J. Fuller2017-11-211-2/+9
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2029-0/+59
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-184-0/+8
* Add AT_HWCAP2 ELF auxiliary vector.Michal Meloun2017-10-211-1/+2
* Add MIPS32/64 Rev2 CP0 intctl register definitions.Landon J. Fuller2017-09-152-0/+21
* Add AT_HWCAP and AT_EHDRFLAGS on all platforms.John Baldwin2017-09-141-1/+3
* Fix limits.h constants to have correct type on MIPSConrad Meyer2017-08-261-9/+15
* 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