summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Port the new PV entry allocator from amd64/i386. This allocator has twoalc2012-08-132-223/+432
* Merge r134393 from amd64/i386:alc2012-08-101-12/+0
* Merge r132141 and r111272 from amd64/i386:alc2012-08-092-63/+38
* Fix obvious problem with emulate_fp sysctl.imp2012-08-071-1/+1
* Merge FreeBSD/beri Perforce change @211945 to head:rwatson2012-07-281-4/+4
* Move what remains of vm/vm_contig.c into vm/vm_pageout.c, where similaralc2012-07-181-2/+2
* Support Netlogic XLP 8xx B1 revisions in xlpge.jchandra2012-07-092-20/+36
* Identify Netlogic XLP 8xx B1 chip revisionsjchandra2012-07-092-0/+25
* Fix PCIe hardware swap configuration for Netlogic XLPjchandra2012-07-091-2/+2
* octeon_uart_class was removed some time ago everywhere but here.imp2012-06-281-3/+0
* Handle case when result of pmap_pte is NULL. This issue was uncoveredgonzo2012-06-251-2/+4
* Make the wchar_t type machine dependent.andrew2012-06-242-6/+4
* Implement mechanism to export some kernel timekeeping data tokib2012-06-221-0/+41
* Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer tokib2012-06-221-0/+1
* The page flag PGA_WRITEABLE is set and cleared exclusively by the pmapalc2012-06-161-0/+1
* auth.conf is dead.des2012-06-121-1/+2
* MFp4 bz_ipv6_fast:bz2012-05-241-0/+4
* MFprojects/zfsd:mav2012-05-241-1/+1
* Enable the AR8316 switch on the routerstation pro board.adrian2012-05-192-4/+27
* Remove duplicate config bits.adrian2012-05-121-4/+0
* Revert this - I disabled it whilst hwpmc is/was broken.adrian2012-05-121-1/+1
* Flip on WN1043ND switch PHY support.adrian2012-05-123-5/+35
* Now that there's a hint for it, add a "I'm an AR7240 switch!" hint.adrian2012-05-121-3/+2
* Add in the AP93 configuration file.adrian2012-05-122-0/+335
* Add switch support to AP96.adrian2012-05-112-10/+9
* Add basic SMP support for GXemul. Ideally we would have some way to overridejmallett2012-05-073-0/+74
* Add a trivial driver for the GXemul Ethernet device. Probably quite buggy andjmallett2012-05-072-4/+18
* Add a driver for the GXemul test machine's disk controller and disk devices.jmallett2012-05-061-8/+2
* Get the memory size from the gxemul mp device. Don't dump the environment ifjmallett2012-05-063-7/+66
* Disable setting the MII port speed.adrian2012-05-041-0/+12
* In the new world order, multiphy is now when the phymask is 0x0.adrian2012-05-031-1/+2
* Fix a totally bone-headed, last minute bounds check snafu that somehowadrian2012-05-031-3/+5
* Catch-up with r232853 and remove platform APIs which are not used by anybz2012-05-021-25/+0
* mips/mips64eb became mips/mips64 while I wasn't looking (whoops), so updaterwatson2012-05-021-1/+1
* Clean up various aspects of the MIPS generic busspace implementation:rwatson2012-05-021-25/+110
* Merge a rudimentary gxemul "oldtestmips" port. This consists almostrwatson2012-05-025-0/+253
* Implement PLL configuration override support, similar to what openwrtadrian2012-05-022-3/+57
* Disable the pll_1000 hint for now, the upcoming work enables it and itadrian2012-05-021-1/+1
* * Force the ethernet MII configuration to be RGMIIadrian2012-05-021-3/+3
* Allow the MII mode to be overridden via 'hint.arge.X.miimode'.adrian2012-05-022-0/+25
* Add a missing newline.adrian2012-05-021-0/+1
* Further ar71xx MII support improvements.adrian2012-05-025-52/+61
* MII related infrastructure changes.adrian2012-05-025-0/+70
* Introduce an enum which encapsulates the PHY interface types that can beadrian2012-05-021-1/+7
* Add in the MII configuration parameters for the AR71xx.adrian2012-05-011-4/+15
* Convert AP96 to use the mdioproxy and ARGE_MDIO option.adrian2012-05-012-0/+22
* Break out the arge MDIO bus code into an optional argemdio device.adrian2012-05-013-115/+220
* Migrate ARGE_DEBUG to opt_arge.h.adrian2012-05-011-0/+2
* Add a convenience macro for the returns_twice attribute, and apply it todim2012-04-291-1/+1
* Allow for MIPS devices to have a specific probe/attach order.adrian2012-04-211-1/+4
OpenPOWER on IntegriCloud