| Commit message (Expand) | Author | Age | Files | Lines |
* | pmap_enter() *must* set PG_WRITEABLE on the given page if it creates a | alc | 2009-05-23 | 1 | -0/+1 |
* | Give pmap_enter()'s third parameter the same name that it has on amd64 and | alc | 2009-05-23 | 1 | -2/+2 |
* | When a page is mapped for write access on a read fault, the PTE should be | alc | 2009-05-23 | 1 | -1/+2 |
* | Preset the modified bit in the PTE when pmap_enter() is called during a | alc | 2009-05-23 | 1 | -0/+2 |
* | Add cpu_flush_dcache() for use after non-DMA based I/O so that a | marcel | 2009-05-18 | 1 | -0/+10 |
* | - Fix spelling. | lulf | 2009-05-16 | 1 | -1/+1 |
* | - Use "device\t" and "options \t" for consistency. | kuriyama | 2009-05-10 | 5 | -91/+91 |
* | A variety of changes: | alc | 2009-05-02 | 2 | -59/+18 |
* | Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizing | rwatson | 2009-04-20 | 1 | -2/+0 |
* | MFamd64/i386 | alc | 2009-04-20 | 1 | -39/+70 |
* | Add description and cautionary note regarding CACHE_LINE_SIZE. | rwatson | 2009-04-19 | 1 | -0/+4 |
* | For each architecture, define CACHE_LINE_SHIFT and a derived | rwatson | 2009-04-19 | 1 | -0/+5 |
* | Fix KBI breakage by r190520 which affects older linux.ko binaries: | dchagin | 2009-04-05 | 2 | -3/+3 |
* | Mark the declaration of bus_space_map 'static' as the implementation is. | bz | 2009-03-28 | 1 | -2/+3 |
* | Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointer | kib | 2009-03-17 | 1 | -4/+2 |
* | Implement new way of branding ELF binaries by looking to a | dchagin | 2009-03-13 | 2 | -0/+3 |
* | make loop clearer that it isn't a mistake... | imp | 2009-03-03 | 1 | -1/+2 |
* | It appears that none of the contents of this file are necessary, so | imp | 2009-02-15 | 1 | -101/+1 |
* | Remove stray __P() | imp | 2009-02-15 | 1 | -1/+1 |
* | Rewrite get_pv_entry() to match expectations of the rest of the | imp | 2009-02-12 | 1 | -11/+78 |
* | pmap_kenrel() was recently deleted from pmap.h. It was still used | imp | 2009-02-12 | 1 | -2/+2 |
* | Eliminate an unused definition. | alc | 2009-02-10 | 1 | -1/+0 |
* | - Fix in_cksum for big-endian MIPS: use correct compile-time check. | gonzo | 2009-02-08 | 1 | -1/+1 |
* | Retire NO_DMA completely. | imp | 2009-02-08 | 1 | -7/+0 |
* | Eliminate the PMAP_INLINE macro. It isn't really used here. If we | imp | 2009-01-16 | 1 | -8/+2 |
* | Remove unused variable. | imp | 2009-01-16 | 1 | -14/+4 |
* | - pmap_track_modified was retired in r178606. Reintroducing it was a mistake. | gonzo | 2009-01-15 | 1 | -21/+1 |
* | Reduce diffs to p4 that were the result of a mismerge on my part. | imp | 2009-01-15 | 1 | -2/+5 |
* | MFp4: | gonzo | 2009-01-15 | 2 | -19/+37 |
* | MFp4: | imp | 2009-01-15 | 1 | -7/+2 |
* | Call platform_reset() instead of looping forever on reboot. | imp | 2009-01-15 | 1 | -3/+3 |
* | Reverse order of dumpsys and cpu_idle_wakeup to reduce diffs to p4. | imp | 2009-01-15 | 1 | -6/+6 |
* | MFp4: | imp | 2009-01-15 | 1 | -117/+0 |
* | o Code cleanup, remove unused fields of idtpci_softc | gonzo | 2009-01-14 | 1 | -7/+0 |
* | o Simplify code: trade 15 lines of case for one multiplication | gonzo | 2009-01-14 | 1 | -15/+1 |
* | o Make debug output conditional | gonzo | 2009-01-14 | 1 | -6/+12 |
* | o NO_DMA is no longer required as bug with PIIX4 emulation has been fixed in ... | gonzo | 2009-01-14 | 1 | -2/+0 |
* | o Move $FreeBSD$ from comment to __FBSDID macro | gonzo | 2009-01-14 | 1 | -1/+5 |
* | First pass at 64-bit elf support | imp | 2008-12-31 | 1 | -0/+117 |
* | Make gpart the default partitioning class on all platforms. | marcel | 2008-12-17 | 1 | -2/+2 |
* | AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them. | imp | 2008-12-17 | 1 | -12/+0 |
* | Start to clean up the MIPS elf machine dependent file. | imp | 2008-12-16 | 1 | -6/+58 |
* | Mips never had /usr/libexec/ld-elf.so.1, so remove it. We don't have | imp | 2008-12-16 | 1 | -16/+0 |
* | Remove redundant assignment. | imp | 2008-12-11 | 1 | -3/+0 |
* | Switch to ath hal source code. Note this removes the ath_hal | sam | 2008-12-01 | 2 | -2/+4 |
* | On FreeBSD, printing the version is centralized, so no need to repeat | imp | 2008-11-30 | 1 | -2/+0 |
* | Unbreak mips build by taking first WAG at mb(), wmb() and rmb(). The | imp | 2008-11-29 | 1 | -0/+4 |
* | Add sv_flags field to struct sysentvec with intention to provide description | kib | 2008-11-22 | 1 | -1/+2 |
* | Remove cardbus attachment. It likely was a cut-n-paste left over from | imp | 2008-11-02 | 1 | -1/+0 |
* | Add mips/conf/DEFAULTS and populate it with: | marcel | 2008-10-23 | 6 | -13/+13 |