aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* MFC r215973Jayachandran C.2010-11-281-1/+1
* Remove options that are not available in 8Oleksandr Tymoshenko2010-11-281-8/+2
* init_static_kenv is available only in 9-CURRENT, replace itsOleksandr Tymoshenko2010-11-281-5/+24
* MFC r211509:Oleksandr Tymoshenko2010-11-282-6/+16
* Merge MIPS platform support to 8-STABLE.Jayachandran C.2010-11-27321-10086/+74172
* MFC r215034:Rebecca Cran2010-11-201-4/+4
* MFC r207554:Maxim Sobolev2010-11-151-2/+2
* MFC 211149,211151,211197,211518,215128:John Baldwin2010-11-111-1/+1
* MFC: r213894, r213896, r214913Marius Strobl2010-11-071-4/+4
* MFC r208453:Konstantin Belousov2010-11-033-3/+10
* MFC: r204646Marius Strobl2010-10-172-14/+0
* MFC r212413: bus_add_child: change type of order parameter to u_intAndriy Gapon2010-09-204-8/+8
* MFC 208392:John Baldwin2010-06-241-2/+2
* MFC r204051 (by imp):Konstantin Belousov2010-05-081-0/+6
* MFC r207077Andrew Thompson2010-04-291-0/+1
* MFC rev 198341 and 198342:Marcel Moolenaar2010-03-311-0/+5
* MFC a number of changes from head for ISP (203478,203463,203444,202418,201758,Matt Jacob2010-02-112-2/+2
* Revert 201158. DEFAULTS isn't for this kind of thing.aWarner Losh2010-01-041-7/+0
* MFC r200594:Doug Barton2009-12-291-0/+7
* MFC r198507:Konstantin Belousov2009-12-191-9/+4
* MFC r199135:Konstantin Belousov2009-12-123-40/+60
* MFC r197729:Bjoern A. Zeeb2009-12-052-2/+2
* MFC r197316Alan Cox2009-10-311-0/+2
* MFC r197933:Konstantin Belousov2009-10-201-0/+2
* MFC r196196:Attilio Rao2009-08-132-1/+7
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar toJohn Baldwin2009-07-241-1/+1
* Add support to the virtual memory system for configuring machine-Alan Cox2009-07-122-4/+6
* Cleanup ALIGNED_POINTER:Sam Leffler2009-07-051-1/+7
* Fix copyrights to reflect the origin of these files.Warner Losh2009-06-294-4/+4
* Correct the #endif comment.Alan Cox2009-06-261-1/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* This change is the next step in implementing the cache control functionalityAlan Cox2009-06-261-0/+40
* Implement a facility for dynamic per-cpu variables.Jeff Roberson2009-06-233-1/+7
* Add a .cvsignore file and along with that put an svn:ignore proprtyBjoern A. Zeeb2009-06-171-0/+1
* Make compile again using proper protoypes forBjoern A. Zeeb2009-06-171-2/+2
* Make compile again using the correct prototype for theBjoern A. Zeeb2009-06-172-7/+11
* Fix typo... bad imp.Warner Losh2009-06-141-1/+1
* After Marcel's change to DEFAULTS, we were bringing in a bogus copy ofWarner Losh2009-06-141-1/+1
* Formatting nit.Warner Losh2009-06-141-1/+1
* Fix MALTA build; some prototypes were wrong and blew up when kobj methodJuli Mallett2009-06-122-4/+5
* pmap_enter() *must* set PG_WRITEABLE on the given page if it creates aAlan Cox2009-05-231-0/+1
* Give pmap_enter()'s third parameter the same name that it has on amd64 andAlan Cox2009-05-231-2/+2
* When a page is mapped for write access on a read fault, the PTE should beAlan Cox2009-05-231-1/+2
* Preset the modified bit in the PTE when pmap_enter() is called during aAlan Cox2009-05-231-0/+2
* Add cpu_flush_dcache() for use after non-DMA based I/O so that aMarcel Moolenaar2009-05-181-0/+10
* - Fix spelling.Ulf Lilleengen2009-05-161-1/+1
* - Use "device\t" and "options \t" for consistency.Jun Kuriyama2009-05-105-91/+91
* A variety of changes:Alan Cox2009-05-022-59/+18
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingRobert Watson2009-04-201-2/+0
* MFamd64/i386Alan Cox2009-04-201-39/+70