aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling of NFSCL option.Andrew Thompson2012-10-232-2/+2
* Turns out the nvram env was common, so move it back up to get PB92 working.Warner Losh2012-10-231-1/+0
* Add RT305x specific devices here.Warner Losh2012-10-231-0/+2
* Remove ZERO_COPY_SOCKETS from kernel configuration as the currentAndre Oppermann2012-10-221-1/+0
* remove duplicate semicolons where possible.Eitan Adler2012-10-221-1/+1
* Disconnect non-MPSAFE NTFS from the build in preparation for droppingAttilio Rao2012-10-171-1/+0
* Correct an error in pmap_pv_reclaim(). It can legitimately encounterAlan Cox2012-10-141-2/+2
* Add an unified macro to deny ability from the compiler to reorderAttilio Rao2012-10-091-1/+1
* Optimize the TLB invalidations performed by pmap_protect(). Use the newAlan Cox2012-10-071-20/+41
* In general pmap implementations do not set the wired attribute onAlan Cox2012-10-061-7/+5
* Correct two pessimizations in pmap_extract_and_hold(). Test the PTE forAlan Cox2012-10-061-11/+12
* Eliminate a stale and a duplicated comment.Alan Cox2012-10-051-14/+0
* Reimplement pmap_qremove() using the new TLB invalidation function forAlan Cox2012-10-031-7/+11
* Introduce a new TLB invalidation function for efficiently invalidatingAlan Cox2012-10-023-9/+129
* Inherit USB mode from RootHUB port where the USB device is connected.Hans Petter Selasky2012-10-011-4/+0
* Eliminate a stale comment. It describes another use case for the pmap inAlan Cox2012-09-281-7/+0
* Prefer __containerof() above member2struct().Ed Schouten2012-09-151-1/+1
* Simplify pmap_unmapdev(). Since kmem_free() eventually calls pmap_remove(),Alan Cox2012-09-101-4/+2
* userret() already checks for td_locks when INVARIANTS is enabled, soAttilio Rao2012-09-081-1/+0
* pmap_remove:Alan Cox2012-09-081-30/+18
* Eliminate unnecessary NULL checks.Alan Cox2012-09-071-2/+2
* Dynamically allocate the S/G lists passed to callback routines rather thanJohn Baldwin2012-09-061-25/+36
* Don't hardcode paths to MFS_IMAGE in the kernel config. When they don'tBrooks Davis2012-09-052-2/+0
* Rename {_,}pmap_unwire_pte_hold() to {_,}pmap_unwire_ptp() and update theAlan Cox2012-09-051-22/+18
* Calculate the new PTE value in pmap_enter() before acquiring any locks.Alan Cox2012-09-021-24/+17
* Introduce a new software PTE flag that indicates whether the mapping isAlan Cox2012-09-013-41/+29
* The DIR-825 cal data is in an odd spot. I don't know why it's here.Adrian Chadd2012-08-301-3/+6
* More attempts at space saving.Adrian Chadd2012-08-291-2/+4
* Bring over a configuration for the Atheros AP91 reference board.Adrian Chadd2012-08-292-0/+167
* * Don't compile in sysctl descriptionsAdrian Chadd2012-08-281-1/+4
* oops, make cfg read-write.Adrian Chadd2012-08-281-1/+1
* This is an initial board configuration for the D-Link DIR-825 dual-bandAdrian Chadd2012-08-282-0/+135
* Convert AP93 to use the new AR724X_BASE configuration file.Adrian Chadd2012-08-272-166/+24
* Slim down the default AR724X build.Adrian Chadd2012-08-271-28/+30
* Convert to using ulzma.Adrian Chadd2012-08-271-5/+3
* Expose DE4 buttons and switches via a de4bsw device, implemented usingRobert Watson2012-08-261-1/+11
* Add terasic_de4led, a led(4) driver for the on-board 8-element LED on theRobert Watson2012-08-264-0/+12
* Ensure that BAR(0) is set for the PCI slot before the ath(4) PCI registersAdrian Chadd2012-08-261-0/+4
* Create a skeleton AR724x SoC board configuration for use by AR724x devices.Adrian Chadd2012-08-262-0/+191
* Add terasic_mtl(4), a device driver for the Terasic Multi-Touch LCD,Robert Watson2012-08-254-2/+21
* Add isf(4), a driver for the Intel StrataFlash family of NOR flash parts.Brooks Davis2012-08-253-0/+12
* Add MD syscons header file for MIPS.Robert Watson2012-08-251-0/+71
* Don't include syscons in the config just yet. We haven't imported theBrooks Davis2012-08-252-2/+2
* Retire PV_TABLE_MOD. When we destroy or write protect a dirty mapping,Alan Cox2012-08-252-22/+12
* Add reference kernel configurations for FreeBSD/beri in simulation, on theRobert Watson2012-08-257-0/+281
* Add altera_jtag_uart(4), a device driver for Altera's JTAG UART soft core,Robert Watson2012-08-251-0/+3
* Add preliminary support for the SRI International / University of CambridgeRobert Watson2012-08-254-1/+179
* Provide basic glue to allow syscons to be used on MIPS, modelledRobert Watson2012-08-251-0/+90
* On MIPS, when printing page fault information for an unexpected exceptionRobert Watson2012-08-251-2/+4
* Remove duplicated GEOM_PART_* options.Aleksandr Rybalko2012-08-238-16/+0