| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r256935 | brooks | 2013-11-01 | 1 | -1/+6 |
* | MFC r256934, r256963, r256972, r257017 | brooks | 2013-11-01 | 1 | -9/+23 |
* | Add "better" MIPS24k and MIPS74k barriers. | adrian | 2013-10-09 | 2 | -3/+13 |
* | Fix build with gcc. Move sf_buf_alloc()/sf_buf_free() declarations | glebius | 2013-09-06 | 1 | -0/+3 |
* | On those machines, where sf_bufs do not represent any real object, make | glebius | 2013-09-06 | 1 | -0/+12 |
* | Newer versions of gcc define __INT64_C and __UINT64_C, so avoid | imp | 2013-09-03 | 1 | -0/+2 |
* | Revert r253748,253749 | avg | 2013-07-28 | 1 | -3/+2 |
* | put contents of cpu.h under _KERNEL | avg | 2013-07-28 | 1 | -2/+3 |
* | Nearly a complete rewrite of elf.h. | imp | 2013-07-09 | 1 | -187/+182 |
* | Remove all the NOPs after SYNC. They aren't needed. | imp | 2013-07-07 | 1 | -10/+6 |
* | Fix issues with zeroing and fetching the counters, on x86 and ppc64. | kib | 2013-07-01 | 1 | -0/+40 |
* | Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h in | attilio | 2013-05-07 | 2 | -7/+4 |
* | Don't include asm.h in non-asm files. | imp | 2013-05-01 | 2 | -115/+0 |
* | Import NetBSD's version, which is perfectly fine. | imp | 2013-05-01 | 1 | -38/+76 |
* | Add the standard #ifdef header protection. | imp | 2013-05-01 | 1 | -0/+5 |
* | Import virgin regdef.h from 4.4 Lite 2's sys/pmax/include/regdef.h, | imp | 2013-05-01 | 1 | -81/+62 |
* | Use the offsets from pcb.h rather than regnum.h to store the registers | imp | 2013-04-25 | 1 | -18/+0 |
* | Make it possible to include this file in assembler .S sources. | imp | 2013-04-25 | 1 | -13/+14 |
* | Update trapframe to be consistent with the changes made to regnum.h. This | imp | 2013-04-23 | 2 | -4/+17 |
* | MFP4 223084, 227821: | brooks | 2013-04-22 | 1 | -0/+6 |
* | Point to regdef.h. May need to dig up references to the N32 standard | imp | 2013-04-16 | 1 | -1/+1 |
* | Fix N32/N64 register saving by ensuring that all registers resolve | imp | 2013-04-15 | 1 | -3/+31 |
* | Move MIPS_MAX_TLB_ENTRIES definition from cpuregs.h to tlb.c | jchandra | 2013-04-12 | 1 | -1/+0 |
* | Merge from projects/counters: counter(9). | glebius | 2013-04-08 | 1 | -0/+54 |
* | Merge from projects/counters: | glebius | 2013-04-08 | 1 | -1/+17 |
* | Define VM_KMEM_SIZE_MAX as a fraction of the kernel address space size | alc | 2013-01-12 | 1 | -2/+3 |
* | Merge Perforce changeset 219925 to head: | rwatson | 2013-01-12 | 2 | -1/+3 |
* | Merge Perforce change @219948 to head: | rwatson | 2013-01-12 | 1 | -0/+1 |
* | Eliminate some definitions that haven't been used in a decade or more. | alc | 2012-12-19 | 1 | -14/+0 |
* | The function pmap_alloc_direct_page() unconditionally zeroes the returned | alc | 2012-11-14 | 1 | -1/+0 |
* | Add an unified macro to deny ability from the compiler to reorder | attilio | 2012-10-09 | 1 | -1/+1 |
* | Introduce a new TLB invalidation function for efficiently invalidating | alc | 2012-10-02 | 1 | -0/+1 |
* | Introduce a new software PTE flag that indicates whether the mapping is | alc | 2012-09-01 | 2 | -7/+8 |
* | Add MD syscons header file for MIPS. | rwatson | 2012-08-25 | 1 | -0/+71 |
* | Retire PV_TABLE_MOD. When we destroy or write protect a dirty mapping, | alc | 2012-08-25 | 1 | -1/+0 |
* | Port the new PV entry allocator from amd64/i386. This allocator has two | alc | 2012-08-13 | 1 | -5/+21 |
* | Merge r132141 and r111272 from amd64/i386: | alc | 2012-08-09 | 1 | -2/+0 |
* | Make the wchar_t type machine dependent. | andrew | 2012-06-24 | 2 | -6/+4 |
* | Implement mechanism to export some kernel timekeeping data to | kib | 2012-06-22 | 1 | -0/+41 |
* | Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer to | kib | 2012-06-22 | 1 | -0/+1 |
* | The page flag PGA_WRITEABLE is set and cleared exclusively by the pmap | alc | 2012-06-16 | 1 | -0/+1 |
* | MFp4 bz_ipv6_fast: | bz | 2012-05-24 | 1 | -0/+4 |
* | Add a convenience macro for the returns_twice attribute, and apply it to | dim | 2012-04-29 | 1 | -1/+1 |
* | Use VM_MEMATTR_UNCACHEABLE for the constant for UC memory rather than | jhb | 2012-03-29 | 1 | -1/+1 |
* | Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH. | jmallett | 2012-03-29 | 1 | -4/+4 |
* | Add software PMC support. | fabient | 2012-03-28 | 1 | -1/+1 |
* | Fix pmap_kextract prototype to align it with pmap.c change | gonzo | 2012-03-23 | 1 | -1/+1 |
* | Rework MIPS PMC code: | gonzo | 2012-03-22 | 1 | -7/+49 |
* | o) Use ABI, not ISA_* options, to determine whether to compile bits if libkern | jmallett | 2012-03-12 | 1 | -1/+1 |
* | Use 64-bit bus space constants on 64-bit kernels. | jmallett | 2012-03-12 | 1 | -3/+11 |