summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* When initialising the CP0 status register during boot on 64-bit MIPS,rwatson2012-02-141-1/+1
* - Reverse logic so base tls is fixed up with correct numbergonzo2012-02-101-1/+1
* - Fix spelling of R_MIPS_RELGOTgonzo2012-02-101-2/+20
* Fix-up value passed by thr_new syscall to make it compatiblegonzo2012-02-101-1/+12
* Fix n32 build breakagegonzo2012-02-091-2/+2
* - Emulate RDHWR instruction for TLS supportgonzo2012-02-092-3/+34
* Add C11 macros describing subnormal numbers to float.h.das2012-01-231-0/+15
* We use port_index field of struct octusb_qh to reference USB stategonzo2012-01-202-16/+25
* Add parentheses where required. Without them, `sizeof LDBL_MAX'das2012-01-201-4/+4
* Fix the value of float_t to match what is implied by FLT_EVAL_METHOD.das2012-01-161-1/+1
* Remove a confused comment and fix some minor bugs.das2012-01-161-7/+6
* Stop overloading opt_global.h.adrian2012-01-162-0/+3
* Build some more things (random, bridge/gif/gre, gpio, USB) as modules as welladrian2012-01-151-2/+3
* Some of the atheros based embedded devices use one or more PCI NICsadrian2012-01-151-0/+81
* Fix backtrace for MIPS64:gonzo2012-01-133-15/+38
* - Fix .rela case of R_MIPS_26 relocation. Addednds save diferently forgonzo2012-01-131-1/+5
* Fix relocations for MIPS64:gonzo2012-01-081-17/+82
* Fix DDB x/i addr[,count] command for count > 1 casegonzo2012-01-081-0/+1
* Fix the ar724x shift calculation when writing to the PCI config space.adrian2012-01-071-1/+1
* - Add better COP2 (crypto coprocessor) context handler for Octeon. Keepgonzo2012-01-0617-111/+1231
* This isn't required any longer - it turns out the flashadrian2012-01-051-13/+4
* Use geom_uncompress now, rather than geom_uzip.adrian2012-01-051-4/+4
* Apply the same change as in r229494.andreast2012-01-041-3/+11
* - Octeon-SDK strictly requires multi_count to be zero forgonzo2012-01-031-1/+1
* - Properly set IRQ handlers for all USB portsgonzo2012-01-012-37/+47
* This particular work around isn't required any longer, now that theadrian2011-12-311-4/+0
* - struct clocktime sets different ranges for DOW and monthgonzo2011-12-311-10/+17
* Oops - this was referencing a local file, which I've done away with.adrian2011-12-311-1/+1
* - Pass proper endpoint number (without direction flag) togonzo2011-12-311-1/+1
* Add a configuration file for the Atheros PB47 reference board.adrian2011-12-302-0/+130
* Add a couple of missing wlan modules.adrian2011-12-301-1/+1
* Remove trailing white-space.marcel2011-12-301-4/+4
* Use curthread rather than PCPU_GET(curthread). 'curthread' usesjhb2011-12-291-2/+2
* Flesh out the RSPRO GPIO config, including the RF LED.adrian2011-12-292-0/+22
* Break out the AR71XX config file into _BASE and board specificadrian2011-12-2910-123/+291
* - Add generic GPIO driver for Cavium Octeon. At the moment pin definition isgonzo2011-12-283-0/+551
* - Initialize compact_flash_attribute_base_addr from bootinfo structuregonzo2011-12-241-0/+2
* - Set CF physical address base in sysinfo structuregonzo2011-12-231-0/+2
* Remove these locks - they aren't strictly needed and cause measurableadrian2011-12-201-13/+0
* Unbreak the OCTEON1 kernel build after r228483 removing the left overbz2011-12-171-1/+0
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+14
* * Add in the gpio/gpioled drivers into AR91XX_BASE.adrian2011-12-153-0/+49
* Re-jiggle the GPIO code a little to remove the hard-coded AR71xx GPIOadrian2011-12-151-25/+38
* Implement better support for USB controller suspend and resume.hselasky2011-12-147-146/+56
* Replace __signed by signed.ed2011-12-131-1/+1
* Style(9) changes.adrian2011-12-133-126/+133
* Disable KDB/DDB options for XLP N32 compile.jchandra2011-12-051-0/+6
* Fix N32 compilation again for XLP.jchandra2011-12-051-1/+1
* Fix XLP compilation.jchandra2011-12-051-0/+2
* - Fix backtrace for MIPS64 platformgonzo2011-11-281-2/+5
OpenPOWER on IntegriCloud