aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* MFC r318353:Hans Petter Selasky2017-05-271-3/+7
* MFC efivar(8) (by imp):Konstantin Belousov2017-05-201-0/+14
* MFC r311169,r311898,r312925,r312973,r312975,r313007,r313040,r313080,Mateusz Guzik2017-03-161-2/+101
* MFC r313194:Konstantin Belousov2017-02-111-2/+0
* MFC 307332,312086: Drop support for using mmap() with /dev/kmem.John Baldwin2017-01-181-6/+0
* MFC r309935:Emmanuel Vadot2016-12-164-11/+19
* MFC 308690: Sync instruction cache's after writing user breakpoints on MIPS.John Baldwin2016-12-161-4/+10
* MFC r307518:Hans Petter Selasky2016-11-0711-66/+0
* MFC r306899, r307059, r307151Oleksandr Tymoshenko2016-11-061-1/+5
* MFC r304459,r305527:Michal Meloun2016-11-053-20/+115
* MFC r307152: Add COMPAT_FREEBSD10 to the MIPS ERL kernel configEd Maste2016-10-191-0/+1
* Fixed FreeBSD/mips MALTA support for QEMUOleksandr Tymoshenko2016-06-291-5/+5
* Replace mips/sentry5 with mips/broadcomLandon J. Fuller2016-06-2521-788/+144
* bhnd(4): Perform explicit chipc child enumeration.Landon J. Fuller2016-06-251-61/+6
* Update comments for the MD functions managing contexts for newKonstantin Belousov2016-06-161-11/+10
* [mips] Tidy up setting/clearing the hardfloat flag.Adrian Chadd2016-06-141-1/+6
* [mips] set hardfloat for fpu instruction generation for gcc/binutils 5.xAdrian Chadd2016-06-131-0/+1
* bhnd(4): Fix mips/broadcom core matching and bus pass order.Landon J. Fuller2016-06-081-8/+11
* bhnd(4): Add a vendor parameter to BHND_DEVICE(), replacing vendor-specificLandon J. Fuller2016-06-081-3/+3
* Get rid of struct proc p_sched and struct thread td_sched pointers.Konstantin Belousov2016-06-051-1/+1
* INTRNG - change the way how an interrupt mapping data are providedSvatopluk Kraus2016-06-051-0/+4
* Switch mips/sentry5 to bhnd(4), and unify with mips/broadcomLandon J. Fuller2016-06-045-39/+18
* bhnd(4): Add support for chipc-attached flashLandon J. Fuller2016-06-041-3/+20
* Build etherswitch support for appropriate Ralink/Mediatek SoCsStanislav Galabov2016-05-253-0/+15
* Garbage collect unused prototype for clockintr().Robert Watson2016-05-201-2/+0
* Exclude BCM from universe build until it compiles again.Bjoern A. Zeeb2016-05-191-0/+2
* Ralink: Add more SoC compatible stringsStanislav Galabov2016-05-191-0/+3
* Return the struct intr_pic pointer from intr_pic_register. This will beAndrew Turner2016-05-187-7/+7
* Don't repeat the the word 'the'Eitan Adler2016-05-171-1/+1
* Add proper PCIe init for MT7628/MT7688 SoCsStanislav Galabov2016-05-171-0/+1
* [mips] also add otus/urtwn USB modules.Adrian Chadd2016-05-171-1/+1
* [mips] add urtwn and otus NIC modules.Adrian Chadd2016-05-171-1/+1
* [mips/broadcom] Add initial support for Broadcom MIPS processorAdrian Chadd2016-05-179-0/+724
* [mips/broadcom] Add initial code for interrupts on the Broadcom MIPS processorAdrian Chadd2016-05-162-0/+183
* Introduce MSI and MSI-X support to intrng. This adds a new msi deviceAndrew Turner2016-05-161-0/+1
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-142-3/+3
* Remove NULL checks after M_WAITOK allocations from sys/mips/.Edward Tomasz Napierala2016-05-115-20/+0
* Rename siba -> siba_s5, to specifically reference that it's for theAdrian Chadd2016-05-101-2/+1
* siba depends on bhndbus; add the device to the kernel config.Bjoern A. Zeeb2016-05-101-0/+1
* mtk_spi cleanup commented printfsStanislav Galabov2016-05-062-11/+0
* mtk_gpio fixesStanislav Galabov2016-05-062-38/+16
* Implement FBT provider (MD part) for DTrace on MIPS.Ruslan Bukin2016-05-052-8/+11
* INTRNG - redefine struct intr_map_data to avoid headers pollution. EachSvatopluk Kraus2016-05-056-22/+46
* When attempting to satisfy mmap() requests for superpage alignment onRobert Watson2016-04-302-7/+9
* sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-04-303-3/+3
* Add a bus_null_rescan() method that always fails with an error.John Baldwin2016-04-271-1/+1
* Implement a PCI bus rescan method.John Baldwin2016-04-271-0/+1
* [mips] correctly represent memory region allocations >> 2^^31Adrian Chadd2016-04-261-2/+2
* Remove uart_dev_mtk_ns8250Stanislav Galabov2016-04-232-114/+0
* Use cpu_establish_hardintr in mtk_intr_gicStanislav Galabov2016-04-231-14/+3