summaryrefslogtreecommitdiffstats
path: root/sys/mips/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* FDT support for MIPS.jchandra2011-10-183-0/+103
* Remove unused define.kib2011-10-071-1/+0
* Convert MIPS to the syscallenter/syscallret system call sequence handlers.kib2011-10-061-0/+11
* Remove bogus and wrong definition of BLKDEV_IOSIZE.marcel2011-10-041-1/+0
* Add the possibility to specify from kernel configs MAXCPU value.attilio2011-07-191-0/+2
* MIPS changes for Netlogic XLP support.jchandra2011-07-163-2/+6
* MFCattilio2011-05-131-0/+2
* Fix a brain-o in platform_cpu_mask() by just specifying a possibleattilio2011-05-131-1/+1
* Add the cpuset_t conversion for mips.attilio2011-05-134-4/+8
* Fix the _long() rappresentation on mips by casting the long argumentsattilio2011-05-131-23/+38
* o) Properly size caches and TLB on Octeon.jmallett2011-03-161-5/+8
* Increase NKPT in case of n32 and n64 to support more physical memory.jchandra2011-03-011-0/+4
* Remove pmap fields that are either unused or not fully implemented.alc2011-02-171-2/+0
* Allow the platform code to return a bitmask of running cores rather than justjmallett2011-02-121-2/+2
* o) Cavium Octeon doesn't need nop barriers.jmallett2011-02-061-0/+42
OpenPOWER on IntegriCloud