aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add description and cautionary note regarding CACHE_LINE_SIZE.Robert Watson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedRobert Watson2009-04-191-0/+5
* Fix KBI breakage by r190520 which affects older linux.ko binaries:Dmitry Chagin2009-04-052-3/+3
* Mark the declaration of bus_space_map 'static' as the implementation is.Bjoern A. Zeeb2009-03-281-2/+3
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerKonstantin Belousov2009-03-171-4/+2
* Implement new way of branding ELF binaries by looking to aDmitry Chagin2009-03-132-0/+3
* make loop clearer that it isn't a mistake...Warner Losh2009-03-031-1/+2
* It appears that none of the contents of this file are necessary, soWarner Losh2009-02-151-101/+1
* Remove stray __P()Warner Losh2009-02-151-1/+1
* Rewrite get_pv_entry() to match expectations of the rest of theWarner Losh2009-02-121-11/+78
* pmap_kenrel() was recently deleted from pmap.h. It was still usedWarner Losh2009-02-121-2/+2
* Eliminate an unused definition.Alan Cox2009-02-101-1/+0
* - Fix in_cksum for big-endian MIPS: use correct compile-time check.Oleksandr Tymoshenko2009-02-081-1/+1
* Retire NO_DMA completely.Warner Losh2009-02-081-7/+0
* Eliminate the PMAP_INLINE macro. It isn't really used here. If weWarner Losh2009-01-161-8/+2
* Remove unused variable.Warner Losh2009-01-161-14/+4
* - pmap_track_modified was retired in r178606. Reintroducing it was a mistake.Oleksandr Tymoshenko2009-01-151-21/+1
* Reduce diffs to p4 that were the result of a mismerge on my part.Warner Losh2009-01-151-2/+5
* MFp4:Oleksandr Tymoshenko2009-01-152-19/+37
* MFp4:Warner Losh2009-01-151-7/+2
* Call platform_reset() instead of looping forever on reboot.Warner Losh2009-01-151-3/+3
* Reverse order of dumpsys and cpu_idle_wakeup to reduce diffs to p4.Warner Losh2009-01-151-6/+6
* MFp4:Warner Losh2009-01-151-117/+0
* o Code cleanup, remove unused fields of idtpci_softcOleksandr Tymoshenko2009-01-141-7/+0
* o Simplify code: trade 15 lines of case for one multiplicationOleksandr Tymoshenko2009-01-141-15/+1
* o Make debug output conditionalOleksandr Tymoshenko2009-01-141-6/+12
* o NO_DMA is no longer required as bug with PIIX4 emulation has been fixed in ...Oleksandr Tymoshenko2009-01-141-2/+0
* o Move $FreeBSD$ from comment to __FBSDID macroOleksandr Tymoshenko2009-01-141-1/+5
* First pass at 64-bit elf supportWarner Losh2008-12-311-0/+117
* Make gpart the default partitioning class on all platforms.Marcel Moolenaar2008-12-171-2/+2
* AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.Warner Losh2008-12-171-12/+0
* Start to clean up the MIPS elf machine dependent file.Warner Losh2008-12-161-6/+58
* Mips never had /usr/libexec/ld-elf.so.1, so remove it. We don't haveWarner Losh2008-12-161-16/+0