summaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Add pmap_is_valid_memattr(9).Konstantin Belousov2018-08-011-0/+16
* Make cache coherency attributes definitions available in machine/vm.h on MIPS.Konstantin Belousov2018-08-013-90/+158
* Make timespecadd(3) and friends publicAlan Somers2018-07-301-2/+2
* follow-up to r336635, update TAILQ to CK_SLIST for ie_handlersAndriy Gapon2018-07-238-8/+8
* OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer2018-07-185-300/+85
* Fix compile error introduced in r336245.Warner Losh2018-07-171-0/+1
* Invalidate the mapping before updating its physical address.Alan Cox2018-07-131-26/+30
* Use boot_parse_* to parse command line args and retire cut-n-pasteWarner Losh2018-07-136-218/+13
* Remove duplicate configuration values as they are already defined inSean Bruno2018-07-061-7/+0
* Back pcpu zone with domain correct pagesMatt Macy2018-07-061-2/+2
* Create a new macro for static DPCPU data.Andrew Turner2018-07-052-10/+10
* Remove redundant device ar71xx_wdog which is now included fromSean Bruno2018-07-051-1/+0
* Remove redundant AH_DEBUG_ALQ.Sean Bruno2018-07-051-1/+0
* Make ZSTD a real option via ZSTDIO.Sean Bruno2018-07-051-0/+3
* Support 2GB of memory on Malta systems with FreeBSD/mips.John Baldwin2018-06-281-0/+9
* hwpmc: yet another missed fixupMatt Macy2018-06-081-1/+1
* hwpmc: simplify calling convention for hwpmc interrupt handlingMatt Macy2018-06-082-2/+2
* MALTA64EL: disable modules until objcopy is fixedMatt Macy2018-05-241-1/+1
* Make memmove an alias for memcpyWarner Losh2018-05-241-0/+1
* Include kernel modules for MALTA kernels.John Baldwin2018-05-161-3/+0
* followup to r332730/r332752: set kdb_why to "trap" for fatal trapsAndriy Gapon2018-05-161-2/+9
* Print the dump progress indicator after calling dump_start().Mark Johnston2018-05-011-3/+3
* Use %p to print uintptr_t values rather than %z in MIPS single-step code.John Baldwin2018-04-271-4/+5
* Fix mips32 build after r332951.Li-Wen Hsu2018-04-251-2/+2
* Fix PT_STEP single-stepping for mips.John Baldwin2018-04-243-50/+63
* Don't fetch the current instruction for faults on user "trap" instructions.John Baldwin2018-04-241-3/+0
* Use a cleaner test for the branch delay (BD) bit in DELAYBRANCH.John Baldwin2018-04-241-1/+1
* Relock PROC_LOCK before one failure case in ptrace_single_step().John Baldwin2018-04-241-0/+1
* Report proper signal codes for SIGTRAP traps on MIPS.John Baldwin2018-04-241-0/+3
* Expose breakpoint() to userland from <machine/cpufunc.h> on MIPS.John Baldwin2018-04-241-6/+6
* Remove the unused fuwintr() and suiwintr() functions.Brooks Davis2018-04-172-43/+0
* Remove unused implementations of copyoutstr().Brooks Davis2018-04-171-28/+0
* Remove unused badaddr() function.Brooks Davis2018-04-161-32/+0
* No need to force md code to define a macro that's the same asWarner Losh2018-04-161-5/+0
* Convert atse(4) driver for Altera Triple-Speed Ethernet MegaCore to useRuslan Bukin2018-04-131-0/+7
* Add SMP support for BERI CPU.Ruslan Bukin2018-04-127-0/+413
* Tune xDMA interface slightly:Ruslan Bukin2018-04-123-111/+160
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-092-3/+3
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-081-1/+1
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-069-23/+0
* bhnd(4): Use the new BHND_CAP_BP64 capability flag to exclude DMALandon J. Fuller2018-03-291-2/+3
* Move remaining EF_MIPS_* flags to <sys/elf_common.h>.John Baldwin2018-03-231-20/+0
* In __sync_bool_compare_and_swap(), return true if the returned value is theOlivier Houchard2018-03-231-1/+1
* Rename assym.s to assym.incEd Maste2018-03-2010-10/+10
* MIPS: Implement fue*word* and casueword* in assembly.Brooks Davis2018-03-122-36/+39
* Remove reference to unimplemented fuiword, etc.Brooks Davis2018-03-061-3/+1
* 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
* vm_wait() rework.Konstantin Belousov2018-02-202-8/+6
* Make v_wire_count a per-cpu counter(9) counter. This eliminates aJeff Roberson2018-02-121-1/+1