summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Add a missing break.adrian2013-08-121-0/+1
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-091-12/+10
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-074-20/+6
* Back out r253779 & r253786.obrien2013-07-3114-18/+6
* Adjust magic numbers to allow attachment of ath(4) modules.sbruno2013-07-311-2/+2
* device if_bridge gets me a bridge devicesbruno2013-07-311-1/+1
* Decouple yarrow from random(4) device.obrien2013-07-2914-6/+18
* Revert r253748,253749avg2013-07-281-3/+2
* put contents of cpu.h under _KERNELavg2013-07-281-2/+3
* This file isn't derived from anything delivered by Berkeley, so removeimp2013-07-221-4/+0
* Add some initial board support for the AR934x and the Qualcomm Atherosadrian2013-07-214-0/+234
* Implement some initial AR934x support routines.adrian2013-07-214-0/+394
* Teach the GPIO code about the AR934x GPIO register and pin counts.adrian2013-07-211-2/+17
* Use the UART frequency when programming the UART clock.adrian2013-07-214-4/+4
* Initialise the watchdog and UART frequencies.adrian2013-07-214-0/+12
* Add two new CPU specific definitions - the watchdog clock frequency andadrian2013-07-211-1/+5
* Include sys/systm.h after sys/param.h.ae2013-07-151-1/+1
* Introduce new structure sfstat for collecting sendfile's statisticsae2013-07-151-1/+1
* Nearly a complete rewrite of elf.h.imp2013-07-091-187/+182
* Import the initial SoC register definitions for the AR934x MIPS74k SoC.adrian2013-07-081-0/+156
* Add AR9341, AR9342, AR9344 SoC types.adrian2013-07-081-0/+3
* Remove all the NOPs after SYNC. They aren't needed.imp2013-07-071-10/+6
* Oops - fix bad hint numbering for the ART section.adrian2013-07-041-5/+5
* Add in a configuration file and hints for the Engenius ENH-200.adrian2013-07-042-0/+168
* Add the missing link back to the EEPROM firmware name.adrian2013-07-041-0/+3
* Fix issues with zeroing and fetching the counters, on x86 and ppc64.kib2013-07-011-0/+40
* Add the EEPROM start offset and size in so ath_ahb will use theadrian2013-06-261-0/+5
* Add in the vendor / device id so the ath_ahb glue works.adrian2013-06-261-0/+2
* Add the wireless support to the AR933x base kernel, as the supportadrian2013-06-261-13/+14
* Make support for atomics on ARM complete.ed2013-06-151-9/+9
* - Add a BIT_FFS() macro and use it to replace cpusetffs_obj()jeff2013-06-131-2/+2
* Bring the stdatomic for MIPS code slightly more in sync with the ARM version.ed2013-06-131-13/+18
* Merge the 1 and 2 byte versions of the atomic functions into one.ed2013-06-081-207/+108
* Add 8devices CARAMBOLA2 support.adrian2013-06-082-0/+162
* Actually make the 2-byte atomics work.ed2013-06-081-33/+87
* Add proper __sync_*() intrinsics for MIPS.ed2013-06-081-0/+436
* Don't assign the copyright to the FreeBSD foundation for the yearsmarcel2013-05-291-1/+0
* Change the copyright notice to a standard BSD 2-clause license and assignmarcel2013-05-231-0/+22
* o Relax locking assertions for vm_page_find_least()attilio2013-05-211-1/+2
* Fix several typoseadler2013-05-121-1/+1
* Tidy up some CVS workarounds.peter2013-05-122-2/+0
* Add commented out OCTEON_VENDOR_GEFESimp2013-05-101-0/+1
* MFp4 CH=227440:bz2013-05-092-134/+134
* Add some missing arge MDIO hints.adrian2013-05-091-0/+6
* Modify the routerstation config to use ukswitch for now.adrian2013-05-082-2/+13
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inattilio2013-05-072-7/+4
* Use cvmx_mgmt_port_num_ports() instead of the inlined copy of aimp2013-05-022-16/+2
* Add the AR933x SoC GPIO pin count limitation.adrian2013-05-021-0/+5
* Don't include asm.h in non-asm files.imp2013-05-014-119/+55
* Remove asm.h dependency in a hackish way.imp2013-05-011-5/+17
OpenPOWER on IntegriCloud