aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* bhnd(4): Add a basic ChipCommon GPIO driver sufficient to support bwn(4)Landon J. Fuller2017-11-222-0/+2
* bhnd(4): extend the PMU APIs to support bwn(4)Landon J. Fuller2017-11-221-2/+2
* bhnd(4): Add support for querying DMA address translation parametersLandon J. Fuller2017-11-211-0/+41
* bhnd(4): implement MIPS and PCI(e) interrupt supportLandon J. Fuller2017-11-2113-55/+1492
* Preemptively map MIPS INTRNG interrupts on non-FDT MIPS targetsLandon J. Fuller2017-11-213-98/+332
* Remove a couple variables that are unused after r325790.Brooks Davis2017-11-201-2/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2089-2/+185
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-187-0/+14
* Convert BERI to use ofw_parse_bootargs()Justin Hibbits2017-11-141-43/+2
* Replace manyinstances of VM_WAIT with blocking page allocation flagsJeff Roberson2017-11-081-0/+4
* Remove badsect(8).Konstantin Belousov2017-11-051-1/+0
* [mips] Pin control configuration for MediaTek RT2880Michael Zhilin2017-10-312-0/+23
* Update several more URLsEitan Adler2017-10-2914-28/+28
* Add AT_HWCAP2 ELF auxiliary vector.Michal Meloun2017-10-211-1/+2
* With r181803 on 2008-08-17 23:27:27Z the first VIMAGE commit went intoBjoern A. Zeeb2017-10-203-0/+8
* Remove CPU_HAVEFPU.John Baldwin2017-10-181-7/+8
* Move kernel dump offset tracking into MI code.Mark Johnston2017-10-181-5/+3
* bhnd: Add support for supplying bus I/O callbacks when initializing an EROMLandon J. Fuller2017-09-272-16/+50
* bhnd: Implement bhnd(4) platform device registration.Landon J. Fuller2017-09-274-15/+69
* 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
* Deorbit catman. The tradeoff of disk for performance has long since tippedGordon Tetlow2017-09-131-1/+0
* Enable dtrace support for mips64 and the ERL kernel configKurt Lidl2017-09-061-4/+5
* Fix whitespace on "options" to be <space><tab>, no functional changeKurt Lidl2017-09-041-2/+2
* xls_ehci: eliminate 'format string is not a string literal' warningEd Maste2017-08-301-1/+1
* octeon_ebt3000_cf: eliminate 'format string is not a string literal' warningEd Maste2017-08-301-1/+2
* Apply 64k padding to stack pointer for 32-bit processes.John Baldwin2017-08-301-8/+5
* arge: correct bzero sizeof (pointed-to object, not pointer)Ed Maste2017-08-301-2/+2
* Allow execution of FreeBSD/mips shared objects.John Baldwin2017-08-302-3/+3
* Fix limits.h constants to have correct type on MIPSConrad Meyer2017-08-261-9/+15
* Enable hardfloat CPU instructions in the FP exception handler.John Baldwin2017-08-211-0/+3
* Use better hard-coded defaults for the cursor shape, and remove nearbyBruce Evans2017-08-191-3/+0
* Rename mkdumpheader() and group EKCD functions in kern_shutdown.c.Mark Johnston2017-08-181-2/+2
* Factor out duplicated kernel dump code into dump_{start,finish}().Mark Johnston2017-08-181-43/+6
* Plug memory leak in arge_encap().Xin LI2017-08-151-0/+1
* Remove the old ds1374 driver and use the ds13rtc driver instead. AdjustIan Lepore2017-08-136-7/+18
* [ar71xx] get rid of ath_pci - it's built as a module now.Adrian Chadd2017-07-281-2/+1
* [ar933x] make carambola2 work again!Adrian Chadd2017-07-232-4/+13
* [ar933x] re-add the ar71xx_apb device for AR933x.Adrian Chadd2017-07-231-1/+7
* Make ddb(4) disassembler (x/i) use n32 register names.Edward Tomasz Napierala2017-07-061-0/+4
* [ar724x] put in explicit memory barriers now that read/write register no longerAdrian Chadd2017-07-061-1/+8
* [ar71xx] Start migrating the AR934x based boards over to the new world order.Adrian Chadd2017-07-062-0/+20
* Clean up MD pollution of bus_dma.h:Jason A. Harmening2017-07-012-5/+6
* [mips] [ar71xx] Since the wlan/ath drivers use ALQ, ensure we build the moduleAdrian Chadd2017-06-291-0/+1
* [mips] make this compile again after all of the config changes.Adrian Chadd2017-06-291-7/+0
* Add IPSEC support to mips ERL kernel config fileKurt Lidl2017-06-261-1/+2
* [ar71xx] migrate all of the duplicate configuration out into a shared config ...Adrian Chadd2017-06-169-509/+136
* Move struct syscall_args syscall arguments parameters container intoKonstantin Belousov2017-06-121-9/+12
* Make struct syscall_args visible to userspace compilation environmentKonstantin Belousov2017-06-121-2/+0
* Remove unused tlb_write_random().Edward Tomasz Napierala2017-06-051-7/+0