summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscalldchagin2016-01-092-0/+3
* Make the 'env' directive described in config(5) work on all architectures,ian2016-01-021-1/+1
* Fix missing path conversion from the previous commit to shuffle mdio around.adrian2015-12-271-1/+1
* Fix typo (s/harware/hardware/)kevlo2015-12-251-1/+1
* Add initial configuration files for the MT7620 and RT5350 SoCs.adrian2015-12-254-0/+452
* Add missing device rename.adrian2015-12-241-1/+1
* [rt305x] Add initial RT5350 and MT7620 glue.adrian2015-12-247-71/+105
* [MT7620] add ehci/ohci USB support.adrian2015-12-242-0/+490
* [MT7620] add SPI device support.adrian2015-12-241-0/+350
* [rt305x] add PCI bus / resource allocation code for the MT7620.adrian2015-12-242-0/+1031
* [rt305x] add register space definitions for later generation chips.adrian2015-12-241-12/+176
* [rt305x] Prepare for the upcoming regime change - add RT305x options.adrian2015-12-241-0/+3
* Begin the initial support for the mips1004kc core.adrian2015-12-242-2/+14
* Add missing \n.adrian2015-12-241-1/+1
* [mips] Add TLB pagemask probing code, and print out the allowable page sizes.adrian2015-12-223-1/+46
* Add a mips implementation of OF_decode_addr().ian2015-12-211-0/+70
* [mips] print out l2 cache configuration if it exists.adrian2015-12-211-0/+13
* Tidy up mips ofw_machdep.h. Don't include openfirm.h because openfirm.hian2015-12-201-3/+0
* Introduce a new mechanism for relocating virtual pages to a new physicalalc2015-12-193-14/+31
* [qca953x] remove unneeded initialisation.adrian2015-12-151-1/+1
* [ar71xx] always count interrupts, spurious or otherwise.adrian2015-12-151-4/+2
* [arge] add a comment about needing mdio busses in order to use the interface.adrian2015-12-151-0/+5
* Correct the CONFIG0_VI value. According toimp2015-12-111-1/+1
* Add helper functions proc_readmem() and proc_writemem().markj2015-12-071-28/+8
* Add support for the integrated wifi for the QCA953x base config andadrian2015-11-293-4/+6
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structkib2015-11-282-9/+0
* Revert r291142.skra2015-11-231-2/+2
* [mips]: Don't hard-code PHYS_AVAIL_ENTRIES.adrian2015-11-221-1/+1
* Fix BUS_DMA_MIN_ALLOC_COMP flag logic. When bus_dmamap_t map is beingskra2015-11-211-2/+2
* mips: teach the malta platform about extended memory.adrian2015-11-211-9/+53
* Mark the mostly redundant kernels that just pullimp2015-11-1934-0/+68
* Add the QCA9533 base configuration file and an example configurationadrian2015-11-184-0/+369
* Add a kernel config for the Onion Omegaallanjude2015-11-172-0/+147
* Add QCA9533 to the list of SoCs that require IRQ's be ACKed.adrian2015-11-161-0/+2
* Add initial support for the QCA953x ("Honeybee") from Qualcomm Atheros.adrian2015-11-169-0/+683
* Remove this; it's also in sys/conf/files.mips.adrian2015-11-031-2/+0
* mips: rate limit the trap handler output; add pid/tid/program name.adrian2015-11-021-3/+27
* mips: do mips_sync() on sync operations to uncachable memory.adrian2015-10-311-4/+5
* mips74k: use cache-writeback for memory, not writethrough.adrian2015-10-311-1/+1
* arge_mdio: fix barriers; correctly check MII indicator register.adrian2015-10-301-21/+29
* arge: fix barrier macro.adrian2015-10-301-1/+1
* arge: attempt to close a transmit race by only enabling the descriptor at the...adrian2015-10-301-1/+22
* arge: just use 1U since it's a 32 bit unsigned destination value.adrian2015-10-301-1/+1
* arge: do an explicit flush between updating the TX ring and starting transmit.adrian2015-10-301-0/+3
* arge_mdio: add explicit read barriers for MDIO_READs.adrian2015-10-301-2/+7
* arge: ensure there's enough space in the TX ring before attempting toadrian2015-10-301-1/+1
* arge: do a read-after-write on all arge register writes, not just MDIO writes.adrian2015-10-301-4/+2
* Oops - use the wrong array offset.adrian2015-10-281-1/+1
* Add some debugging code (under ARGE_DEBUG) that counts each interrupt source.adrian2015-10-282-0/+37
* mips: use the correct va for wbinv flushing.adrian2015-10-271-1/+1
OpenPOWER on IntegriCloud