aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* [atheros] teach these two boards about the new hints location as well.Adrian Chadd2018-02-012-19/+12
* [atheros] Teach the QCA955x SoC code about the new hints stuff.Adrian Chadd2018-02-012-3/+21
* [atheros] Fix-up the base address stuff after I did a drive-by with the calib...Adrian Chadd2018-02-012-3/+14
* Consistently use 16-byte alignment for MIPS N32 and N64.John Baldwin2018-01-314-55/+102
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-212-12/+10
* Remove SFBUF_OPTIONAL_DIRECT_MAP and such hacks, replacing them across theNathan Whitehorn2018-01-191-0/+6
* Fix build after r328020.Pedro F. Giffuni2018-01-161-2/+4
* mips: make some use of mallocarray(9).Pedro F. Giffuni2018-01-152-10/+10
* Add support for NUMA domains to bus dma tags. This causes all memoryJeff Roberson2018-01-121-0/+7
* Implement NUMA support in uma(9) and malloc(9). Allocations from specificJeff Roberson2018-01-121-2/+4
* Set the 'FR' bit in the status register for N32 kernels.John Baldwin2018-01-104-6/+9
* Remove sys/mips/rmi. It's been unmaintained since 2011. This hardwareWarner Losh2018-01-0146-23229/+0
* Remove support for IDT. Only the RouterBoard RB533 used this chip, andWarner Losh2018-01-0112-3606/+0
* Retire old ADM 5120 port. It never grew much beyond the original port.Warner Losh2018-01-0117-4805/+0
* Remove sys/mips/alchemy. It was still-born when I committed it and itWarner Losh2018-01-018-1313/+0
* Remove sys/mips/rt305x. It's been replaced by sys/mips/mediatek.Warner Losh2018-01-0127-6250/+0
* Use the TSLOG framework to record entry/exit timestamps for DELAY andColin Percival2017-12-314-0/+8
* kernel: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* [mips] fix compilation of TP-WN1043ND kernel configurationMichael Zhilin2017-12-261-0/+2
* Remove mips MD atomic_load_64 and atomic_store_64.Konstantin Belousov2017-12-223-89/+4
* Fix mips build after introduction of MD definitions of atomic_load_64Konstantin Belousov2017-12-212-14/+15
* Add atomic_load(9) and atomic_store(9) operations.Konstantin Belousov2017-12-191-0/+2
* bhnd(4): Include board_devid in the bhnd_board_info structure, and populateLandon J. Fuller2017-12-141-0/+22
* Move instantiation of msgbufp from 9 MD files to subr_prf.c.Bruce Evans2017-12-071-2/+0
* SPDX: Consider code from Carnegie-Mellon University.Pedro F. Giffuni2017-11-302-1/+5
* It's time to retire AHC_REG_PRETTY_PRINT and AHD_REG_PRETTY_PRINT fromScott Long2017-11-291-4/+0
* sys/mips: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-27270-8/+554