summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* Import NetBSD's version, which is perfectly fine.imp2013-05-011-38/+76
* Add the standard #ifdef header protection.imp2013-05-011-0/+5
* Import virgin regdef.h from 4.4 Lite 2's sys/pmax/include/regdef.h,imp2013-05-011-81/+62
* Octeon 2 (6xxx) and newer CPUs don't use the clock CPU speed for itsimp2013-04-261-1/+1
* Minor whitespace nitimp2013-04-251-1/+1
* Use the offsets from pcb.h rather than regnum.h to store the registersimp2013-04-253-84/+68
* Make it possible to include this file in assembler .S sources.imp2013-04-251-13/+14
* Use the defines from pcb.h over the ones from regnum.h for this 'C'imp2013-04-251-3/+3
* Fix N32/N64 ABIs to use proper registers after recent changes.imp2013-04-241-8/+8
* Update trapframe to be consistent with the changes made to regnum.h. Thisimp2013-04-235-14/+62
* MFP4 223084, 227821:brooks2013-04-222-0/+77
* Add the static kernel boot environment, needed to actually boot this thing.adrian2013-04-171-0/+6
* Point to regdef.h. May need to dig up references to the N32 standardimp2013-04-161-1/+1
* Fix N32/N64 register saving by ensuring that all registers resolveimp2013-04-151-3/+31
* Fix undefined behaviour in several gpio_pin_setflags() routines (underdim2013-04-133-6/+6
* Move MIPS_MAX_TLB_ENTRIES definition from cpuregs.h to tlb.cjchandra2013-04-122-6/+22
* Fix incorrect KASSERTs in xlpgejchandra2013-04-121-2/+2
* Merge from projects/counters: counter(9).glebius2013-04-081-0/+54
* Merge from projects/counters:glebius2013-04-081-1/+17
OpenPOWER on IntegriCloud