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