aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Use vm_page_unwire_noq() instead of directly modifying page wire counts.Mark Johnston2018-02-082-6/+3
* Fix compilation of mips_postboot_fixup() with a C11 compilerAlex Richardson2018-02-071-1/+1
* [ar71xx] Fix the TL-wdr3600/tl-wdr4300 hints in the new world order.Adrian Chadd2018-02-071-3/+9
* Use per-domain locks for vm page queue free. Move paging control fromJeff Roberson2018-02-061-2/+2
* Make mips_postboot_fixup work when building the kernel with clang+lldAlex Richardson2018-02-061-1/+5
* Garbage collect trailing whitespace.Brooks Davis2018-02-051-6/+6
* [ar71xx] Fix DB120 AHB device hints in the new world order.Adrian Chadd2018-02-051-12/+19
* [ar71xx] AR934x is a MIPS74k board - use the right hwpmc moduleAdrian Chadd2018-02-051-1/+1
* [ar71xx] New world order - don't reference ath_pci here, it's a module nowAdrian Chadd2018-02-051-1/+0
* [atheros] Update QCA953x support to use the new hints.Adrian Chadd2018-02-012-4/+20
* [atheros] Fix DIR-825C1 to use the new hints.Adrian Chadd2018-02-011-3/+6