summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Simplify pmap_unmapdev(). Since kmem_free() eventually calls pmap_remove(),alc2012-09-101-4/+2
* userret() already checks for td_locks when INVARIANTS is enabled, soattilio2012-09-081-1/+0
* pmap_remove:alc2012-09-081-30/+18
* Eliminate unnecessary NULL checks.alc2012-09-071-2/+2
* Dynamically allocate the S/G lists passed to callback routines rather thanjhb2012-09-061-25/+36
* Don't hardcode paths to MFS_IMAGE in the kernel config. When they don'tbrooks2012-09-052-2/+0
* Rename {_,}pmap_unwire_pte_hold() to {_,}pmap_unwire_ptp() and update thealc2012-09-051-22/+18
* Calculate the new PTE value in pmap_enter() before acquiring any locks.alc2012-09-021-24/+17
* Introduce a new software PTE flag that indicates whether the mapping isalc2012-09-013-41/+29
* The DIR-825 cal data is in an odd spot. I don't know why it's here.adrian2012-08-301-3/+6
* More attempts at space saving.adrian2012-08-291-2/+4
* Bring over a configuration for the Atheros AP91 reference board.adrian2012-08-292-0/+167
* * Don't compile in sysctl descriptionsadrian2012-08-281-1/+4
* oops, make cfg read-write.adrian2012-08-281-1/+1
* This is an initial board configuration for the D-Link DIR-825 dual-bandadrian2012-08-282-0/+135
* Convert AP93 to use the new AR724X_BASE configuration file.adrian2012-08-272-166/+24
* Slim down the default AR724X build.adrian2012-08-271-28/+30
* Convert to using ulzma.adrian2012-08-271-5/+3
* Expose DE4 buttons and switches via a de4bsw device, implemented usingrwatson2012-08-261-1/+11
* Add terasic_de4led, a led(4) driver for the on-board 8-element LED on therwatson2012-08-264-0/+12
* Ensure that BAR(0) is set for the PCI slot before the ath(4) PCI registersadrian2012-08-261-0/+4
* Create a skeleton AR724x SoC board configuration for use by AR724x devices.adrian2012-08-262-0/+191
* Add terasic_mtl(4), a device driver for the Terasic Multi-Touch LCD,rwatson2012-08-254-2/+21
* Add isf(4), a driver for the Intel StrataFlash family of NOR flash parts.brooks2012-08-253-0/+12
* Add MD syscons header file for MIPS.rwatson2012-08-251-0/+71
* Don't include syscons in the config just yet. We haven't imported thebrooks2012-08-252-2/+2
* Retire PV_TABLE_MOD. When we destroy or write protect a dirty mapping,alc2012-08-252-22/+12
* Add reference kernel configurations for FreeBSD/beri in simulation, on therwatson2012-08-257-0/+281
* Add altera_jtag_uart(4), a device driver for Altera's JTAG UART soft core,rwatson2012-08-251-0/+3
* Add preliminary support for the SRI International / University of Cambridgerwatson2012-08-254-1/+179
* Provide basic glue to allow syscons to be used on MIPS, modelledrwatson2012-08-251-0/+90
* On MIPS, when printing page fault information for an unexpected exceptionrwatson2012-08-251-2/+4
* Remove duplicated GEOM_PART_* options.ray2012-08-238-16/+0
* Add correct range parameter in XLP DTSjchandra2012-08-211-1/+1
* Define and exclude DRAM regions used by hardware/bootloder on XLPjchandra2012-08-201-65/+73
* Eliminate another vestige of page coloring.alc2012-08-171-2/+1
* Fix two problems with pmap_clear_modify().alc2012-08-171-51/+13
* The GPIO drivers were initialising their mutexes with type ofrpaulo2012-08-173-6/+3
* Eliminate an unused parameter from init_pte_prot().alc2012-08-161-7/+7
* Replace all uses of the vm page queues lock by a r/w lock that is privatealc2012-08-151-72/+70
* 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
OpenPOWER on IntegriCloud