summaryrefslogtreecommitdiffstats
path: root/sys/mips/include
Commit message (Expand)AuthorAgeFilesLines
* Eliminate some definitions that haven't been used in a decade or more.alc2012-12-191-14/+0
* The function pmap_alloc_direct_page() unconditionally zeroes the returnedalc2012-11-141-1/+0
* Add an unified macro to deny ability from the compiler to reorderattilio2012-10-091-1/+1
* Introduce a new TLB invalidation function for efficiently invalidatingalc2012-10-021-0/+1
* Introduce a new software PTE flag that indicates whether the mapping isalc2012-09-012-7/+8
* Add MD syscons header file for MIPS.rwatson2012-08-251-0/+71
* Retire PV_TABLE_MOD. When we destroy or write protect a dirty mapping,alc2012-08-251-1/+0
* Port the new PV entry allocator from amd64/i386. This allocator has twoalc2012-08-131-5/+21
* Merge r132141 and r111272 from amd64/i386:alc2012-08-091-2/+0
* Make the wchar_t type machine dependent.andrew2012-06-242-6/+4
* Implement mechanism to export some kernel timekeeping data tokib2012-06-221-0/+41
* Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer tokib2012-06-221-0/+1
* The page flag PGA_WRITEABLE is set and cleared exclusively by the pmapalc2012-06-161-0/+1
* MFp4 bz_ipv6_fast:bz2012-05-241-0/+4
* Add a convenience macro for the returns_twice attribute, and apply it todim2012-04-291-1/+1
* Use VM_MEMATTR_UNCACHEABLE for the constant for UC memory rather thanjhb2012-03-291-1/+1
* Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.jmallett2012-03-291-4/+4
* Add software PMC support.fabient2012-03-281-1/+1
* Fix pmap_kextract prototype to align it with pmap.c changegonzo2012-03-231-1/+1
* Rework MIPS PMC code:gonzo2012-03-221-7/+49
* o) Use ABI, not ISA_* options, to determine whether to compile bits if libkernjmallett2012-03-121-1/+1
* Use 64-bit bus space constants on 64-bit kernels.jmallett2012-03-121-3/+11
* Remove more unused stuff, primarily a set of (unused, thankfully) PIOjmallett2012-03-121-112/+2
* Remove more unused code and declarations, and add dire warnings to the 64-bitjmallett2012-03-126-17/+0
* Remove platform APIs which are not used by any code and which had only stubjmallett2012-03-123-16/+3
* Remove some headers not used by kernel or world and which are not present injmallett2012-03-108-329/+0
* Fix reversed logic in previous commit that broke build and earned me quite thejmallett2012-03-101-2/+2
* Use ABI to determine bus_addr_t for cnMIPS.jmallett2012-03-101-1/+1
* Get rid of duplicated versions of the KSU bits.jmallett2012-03-061-6/+1
* At the risk of reducing source compatibility with old NetBSD and Sprite:jmallett2012-03-063-459/+61
* Fix two and a half oversights in COMPAT_FREEBSD32 related to contexts andjmallett2012-03-061-1/+1
* When emulating rdhwr for TLS, use the 32-bit offset under COMPAT_FREEBSD32.jmallett2012-03-061-0/+7
* Prepare for large TLS redo. Save pointer to the beginning of TLS area,gonzo2012-03-061-0/+48
* o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...jmallett2012-03-038-2/+98
* - Fix spelling of R_MIPS_RELGOTgonzo2012-02-101-2/+20
* - Emulate RDHWR instruction for TLS supportgonzo2012-02-091-0/+10
* Add C11 macros describing subnormal numbers to float.h.das2012-01-231-0/+15
* Add parentheses where required. Without them, `sizeof LDBL_MAX'das2012-01-201-4/+4
* Fix the value of float_t to match what is implied by FLT_EVAL_METHOD.das2012-01-161-1/+1
* Remove a confused comment and fix some minor bugs.das2012-01-161-7/+6
* Fix backtrace for MIPS64:gonzo2012-01-131-1/+2
* - Add better COP2 (crypto coprocessor) context handler for Octeon. Keepgonzo2012-01-064-5/+228
* Apply the same change as in r229494.andreast2012-01-041-3/+11
* Remove trailing white-space.marcel2011-12-301-4/+4
* Replace __signed by signed.ed2011-12-131-1/+1
* XLP processors have the release 2 pagegrain registerjchandra2011-11-211-0/+3
* Fix COP0 hazards for XLR and XLPjchandra2011-11-183-1/+12
* People porting FreeBSD to new architectures ought not have todas2011-10-211-0/+2
* Fix wakeup latency when sleeping with 'wait'jchandra2011-10-181-0/+1
* Support for booting XLP using FDT.jchandra2011-10-182-0/+5
OpenPOWER on IntegriCloud