summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
...
* MFC r256934, r256963, r256972, r257017brooks2013-11-011-9/+23
* MFC r256911, r256936brooks2013-11-012-0/+701
* MFC r256865brooks2013-10-313-38/+0
* MFC r256752, r256946brooks2013-10-311-0/+3
* Merge from project branch via main. Uninteresting commits are trimmed.markm2013-10-121-6/+1
* Add read/write bus barriers for MIPS.adrian2013-10-091-0/+4
* Add some missing AR934x register definitions.adrian2013-10-092-0/+45
* Fix interrupt handling from the APB periperals (ie, UART) - itadrian2013-10-091-0/+3
* Mark AR934x based boards to be mips74k.adrian2013-10-091-1/+1
* Add "better" MIPS24k and MIPS74k barriers.adrian2013-10-092-3/+13
* Shuffle the includes around so they occur after opt_global.h is included;adrian2013-10-091-4/+5
* Fixes for the Netlogic XLP on-chip RSA block driverjchandra2013-10-041-79/+77
* Style fixes for the Netlogic XLP RSA driverjchandra2013-10-042-72/+75
* set ROOTDEVNAME to ada0 with no paritions. This makes it much more functionalsbruno2013-10-021-1/+1
* Add pagemask debugging output in "show tlb" in the debugger.adrian2013-09-291-2/+5
* - Create kern.ipc.sendfile namespace, and put the new "readhead" OIDglebius2013-09-221-5/+17
* Fix the AR933x CPU UART support by using the correct clock when calculatingadrian2013-09-211-2/+8
* The pmap function pmap_clear_reference() is no longer used. Remove it.alc2013-09-201-18/+0
* Bring in configuration for Buffalo Airstation WZR-300HP, Atheros basedsbruno2013-09-172-0/+244
* We have grown a bit too big lately. Shrinking the kernel for TP-Linkhiren2013-09-171-4/+18
* Netlogic XLP network driver updatejchandra2013-09-0710-301/+222
* Use a better version of memcpy/bcopy for mips kernel.jchandra2013-09-072-92/+286
* MFCmarkm2013-09-073-3/+14
|\
| * Remove the hardcoded limit for the number of gpio_pins that can be used.loos2013-09-062-2/+10
| * Fix an off-by-one bug in ar71xx_gpio and bcm2835_gpio which makes the lastloos2013-09-061-1/+1
| * Fix build with gcc. Move sf_buf_alloc()/sf_buf_free() declarationsglebius2013-09-061-0/+3
* | Yarrow wants entropy estimations to be conservative; the usual ideamarkm2013-09-061-1/+1
|/
* Fix the leakage of dma tags on if_arge. The leak occur when arge_start()loos2013-09-061-0/+26
* On those machines, where sf_bufs do not represent any real object, makeglebius2013-09-062-7/+15
* Add 32-bit support for Gxemul's oldtestmips machine emulationgonzo2013-09-042-0/+68
* Add options GEOM_PART_GPT and options MSDOSFS to the DIR-825sbruno2013-09-031-0/+3
* Newer versions of gcc define __INT64_C and __UINT64_C, so avoidimp2013-09-031-0/+2
* pmap_protect() on MIPS does not need to acquire the pvh global lock.alc2013-09-011-2/+0
* Implement pmap_advise().alc2013-08-311-1/+82
* - Set proper KERNLOADADDRgonzo2013-08-311-0/+3
* YAMON is 32-bit application and uses 32-bit pointers to pass kernelgonzo2013-08-311-4/+9
* Add device PicoStation M2HP support.hiren2013-08-302-0/+171
* Add bpf(4) to config file to get dhclient workinggonzo2013-08-301-0/+1
* Add PCI bus space implementation that converts all 2 and 4 bytesgonzo2013-08-304-4/+448
* Significantly reduce the cost, i.e., run time, of calls to madvise(...,alc2013-08-291-0/+8
* Prevent the full restart cycle every time arge_start() is called. Onlyloos2013-08-291-1/+2
* Make ar71xx_spi attach the next free unit of spibus and not only spibus0.loos2013-08-281-1/+1
* Add the default hints to make the GPIO pins, rf led and reset switch workloos2013-08-281-0/+18
* Fix GT PCI controller driver on big-endian hardwaregonzo2013-08-281-18/+35
* Fixes for compatibility with QEMU:gonzo2013-08-271-2/+8
* - Initialize freq variable so we will not end up with random valuegonzo2013-08-271-0/+1
* Some vendors store the mac addresses of arge(4) as a literal sring in thesbruno2013-08-232-7/+21
* Revert r254501. Instead, reuse the type stability of the struct pmapkib2013-08-221-3/+0
* 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
OpenPOWER on IntegriCloud