summaryrefslogtreecommitdiff
path: root/sys/mips/include
AgeCommit message (Expand)Author
2013-04-12Move MIPS_MAX_TLB_ENTRIES definition from cpuregs.h to tlb.cJayachandran C.
2013-04-08Merge from projects/counters: counter(9).Gleb Smirnoff
2013-04-08Merge from projects/counters:Gleb Smirnoff
2013-01-12Define VM_KMEM_SIZE_MAX as a fraction of the kernel address space sizeAlan Cox
2013-01-12Merge Perforce changeset 219925 to head:Robert Watson
2013-01-12Merge Perforce change @219948 to head:Robert Watson
2012-12-19Eliminate some definitions that haven't been used in a decade or more.Alan Cox
2012-11-14The function pmap_alloc_direct_page() unconditionally zeroes the returnedAlan Cox
2012-10-09Add an unified macro to deny ability from the compiler to reorderAttilio Rao
2012-10-02Introduce a new TLB invalidation function for efficiently invalidatingAlan Cox
2012-09-01Introduce a new software PTE flag that indicates whether the mapping isAlan Cox
2012-08-25Add MD syscons header file for MIPS.Robert Watson
2012-08-25Retire PV_TABLE_MOD. When we destroy or write protect a dirty mapping,Alan Cox
2012-08-13Port the new PV entry allocator from amd64/i386. This allocator has twoAlan Cox
2012-08-09Merge r132141 and r111272 from amd64/i386:Alan Cox
2012-06-24Make the wchar_t type machine dependent.Andrew Turner
2012-06-22Implement mechanism to export some kernel timekeeping data toKonstantin Belousov
2012-06-22Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer toKonstantin Belousov
2012-06-16The page flag PGA_WRITEABLE is set and cleared exclusively by the pmapAlan Cox
2012-05-24MFp4 bz_ipv6_fast:Bjoern A. Zeeb
2012-04-29Add a convenience macro for the returns_twice attribute, and apply it toDimitry Andric
2012-03-29Use VM_MEMATTR_UNCACHEABLE for the constant for UC memory rather thanJohn Baldwin
2012-03-29Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.Juli Mallett
2012-03-28Add software PMC support.Fabien Thomas
2012-03-23Fix pmap_kextract prototype to align it with pmap.c changeOleksandr Tymoshenko
2012-03-22Rework MIPS PMC code:Oleksandr Tymoshenko
2012-03-12o) Use ABI, not ISA_* options, to determine whether to compile bits if libkernJuli Mallett
2012-03-12Use 64-bit bus space constants on 64-bit kernels.Juli Mallett
2012-03-12Remove more unused stuff, primarily a set of (unused, thankfully) PIOJuli Mallett
2012-03-12Remove more unused code and declarations, and add dire warnings to the 64-bitJuli Mallett
2012-03-12Remove platform APIs which are not used by any code and which had only stubJuli Mallett
2012-03-10Remove some headers not used by kernel or world and which are not present inJuli Mallett
2012-03-10Fix reversed logic in previous commit that broke build and earned me quite theJuli Mallett
2012-03-10Use ABI to determine bus_addr_t for cnMIPS.Juli Mallett
2012-03-06Get rid of duplicated versions of the KSU bits.Juli Mallett
2012-03-06At the risk of reducing source compatibility with old NetBSD and Sprite:Juli Mallett
2012-03-06Fix two and a half oversights in COMPAT_FREEBSD32 related to contexts andJuli Mallett
2012-03-06When emulating rdhwr for TLS, use the 32-bit offset under COMPAT_FREEBSD32.Juli Mallett
2012-03-06Prepare for large TLS redo. Save pointer to the beginning of TLS area,Oleksandr Tymoshenko
2012-03-03o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...Juli Mallett
2012-02-10- Fix spelling of R_MIPS_RELGOTOleksandr Tymoshenko
2012-02-09- Emulate RDHWR instruction for TLS supportOleksandr Tymoshenko
2012-01-23Add C11 macros describing subnormal numbers to float.h.David Schultz
2012-01-20Add parentheses where required. Without them, `sizeof LDBL_MAX'David Schultz
2012-01-16Fix the value of float_t to match what is implied by FLT_EVAL_METHOD.David Schultz
2012-01-16Remove a confused comment and fix some minor bugs.David Schultz
2012-01-13Fix backtrace for MIPS64:Oleksandr Tymoshenko
2012-01-06- Add better COP2 (crypto coprocessor) context handler for Octeon. KeepOleksandr Tymoshenko
2012-01-04Apply the same change as in r229494.Andreas Tobler
2011-12-30Remove trailing white-space.Marcel Moolenaar