| Commit message (Expand) | Author | Age | Files | Lines |
| * | Print the dump progress indicator after calling dump_start(). | Mark Johnston | 2018-05-01 | 1 | -3/+3 |
| * | Use %p to print uintptr_t values rather than %z in MIPS single-step code. | John Baldwin | 2018-04-27 | 1 | -4/+5 |
| * | Fix mips32 build after r332951. | Li-Wen Hsu | 2018-04-25 | 1 | -2/+2 |
| * | Fix PT_STEP single-stepping for mips. | John Baldwin | 2018-04-24 | 3 | -50/+63 |
| * | Don't fetch the current instruction for faults on user "trap" instructions. | John Baldwin | 2018-04-24 | 1 | -3/+0 |
| * | Use a cleaner test for the branch delay (BD) bit in DELAYBRANCH. | John Baldwin | 2018-04-24 | 1 | -1/+1 |
| * | Relock PROC_LOCK before one failure case in ptrace_single_step(). | John Baldwin | 2018-04-24 | 1 | -0/+1 |
| * | Report proper signal codes for SIGTRAP traps on MIPS. | John Baldwin | 2018-04-24 | 1 | -0/+3 |
| * | Expose breakpoint() to userland from <machine/cpufunc.h> on MIPS. | John Baldwin | 2018-04-24 | 1 | -6/+6 |
| * | Remove the unused fuwintr() and suiwintr() functions. | Brooks Davis | 2018-04-17 | 2 | -43/+0 |
| * | Remove unused implementations of copyoutstr(). | Brooks Davis | 2018-04-17 | 1 | -28/+0 |
| * | Remove unused badaddr() function. | Brooks Davis | 2018-04-16 | 1 | -32/+0 |
| * | No need to force md code to define a macro that's the same as | Warner Losh | 2018-04-16 | 1 | -5/+0 |
| * | Convert atse(4) driver for Altera Triple-Speed Ethernet MegaCore to use | Ruslan Bukin | 2018-04-13 | 1 | -0/+7 |
| * | Add SMP support for BERI CPU. | Ruslan Bukin | 2018-04-12 | 7 | -0/+413 |
| * | Tune xDMA interface slightly: | Ruslan Bukin | 2018-04-12 | 3 | -110/+159 |
| * | Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_alloc | Oleksandr Tymoshenko | 2018-04-09 | 2 | -3/+3 |
| * | Clean up OF_getprop_alloc API | Oleksandr Tymoshenko | 2018-04-08 | 1 | -1/+1 |
| * | Move most of the contents of opt_compat.h to opt_global.h. | Brooks Davis | 2018-04-06 | 9 | -23/+0 |
| * | bhnd(4): Use the new BHND_CAP_BP64 capability flag to exclude DMA | Landon J. Fuller | 2018-03-29 | 1 | -2/+3 |
| * | Move remaining EF_MIPS_* flags to <sys/elf_common.h>. | John Baldwin | 2018-03-23 | 1 | -20/+0 |
| * | In __sync_bool_compare_and_swap(), return true if the returned value is the | Olivier Houchard | 2018-03-23 | 1 | -1/+1 |
| * | Rename assym.s to assym.inc | Ed Maste | 2018-03-20 | 10 | -10/+10 |
| * | MIPS: Implement fue*word* and casueword* in assembly. | Brooks Davis | 2018-03-12 | 2 | -36/+39 |
| * | Remove reference to unimplemented fuiword, etc. | Brooks Davis | 2018-03-06 | 1 | -3/+1 |
| * | amd64: Protect the kernel text, data, and BSS by setting the RW/NX bits | Jonathan T. Looney | 2018-03-06 | 1 | -0/+13 |
| * | Do not include float interfaces when using libsa. | Warner Losh | 2018-02-23 | 1 | -0/+2 |
| * | vm_wait() rework. | Konstantin Belousov | 2018-02-20 | 2 | -8/+6 |
| * | Make v_wire_count a per-cpu counter(9) counter. This eliminates a | Jeff Roberson | 2018-02-12 | 1 | -1/+1 |
| * | Move __va_list and related defines to sys/sys/_types.h | Warner Losh | 2018-02-12 | 1 | -14/+0 |
| * | We don't support gcc < 4.2.1, so varargs.h now is just #error | Warner Losh | 2018-02-12 | 1 | -61/+0 |
| * | Use standard pattern for stdargs.h | Warner Losh | 2018-02-12 | 1 | -135/+30 |
| * | Use vm_page_unwire_noq() instead of directly modifying page wire counts. | Mark Johnston | 2018-02-08 | 2 | -6/+3 |
| * | Fix compilation of mips_postboot_fixup() with a C11 compiler | Alex Richardson | 2018-02-07 | 1 | -1/+1 |
| * | [ar71xx] Fix the TL-wdr3600/tl-wdr4300 hints in the new world order. | Adrian Chadd | 2018-02-07 | 1 | -3/+9 |
| * | Use per-domain locks for vm page queue free. Move paging control from | Jeff Roberson | 2018-02-06 | 1 | -2/+2 |
| * | Make mips_postboot_fixup work when building the kernel with clang+lld | Alex Richardson | 2018-02-06 | 1 | -1/+5 |
| * | Garbage collect trailing whitespace. | Brooks Davis | 2018-02-05 | 1 | -6/+6 |
| * | [ar71xx] Fix DB120 AHB device hints in the new world order. | Adrian Chadd | 2018-02-05 | 1 | -12/+19 |
| * | [ar71xx] AR934x is a MIPS74k board - use the right hwpmc module | Adrian Chadd | 2018-02-05 | 1 | -1/+1 |
| * | [ar71xx] New world order - don't reference ath_pci here, it's a module now | Adrian Chadd | 2018-02-05 | 1 | -1/+0 |
| * | [atheros] Update QCA953x support to use the new hints. | Adrian Chadd | 2018-02-01 | 2 | -4/+20 |
| * | [atheros] Fix DIR-825C1 to use the new hints. | Adrian Chadd | 2018-02-01 | 1 | -3/+6 |
| * | [atheros] teach these two boards about the new hints location as well. | Adrian Chadd | 2018-02-01 | 2 | -18/+11 |
| * | [atheros] Teach the QCA955x SoC code about the new hints stuff. | Adrian Chadd | 2018-02-01 | 2 | -3/+21 |
| * | [atheros] Fix-up the base address stuff after I did a drive-by with the calib... | Adrian Chadd | 2018-02-01 | 2 | -3/+14 |
| * | Consistently use 16-byte alignment for MIPS N32 and N64. | John Baldwin | 2018-01-31 | 4 | -55/+102 |
| * | Revert r327828, r327949, r327953, r328016-r328026, r328041: | Pedro F. Giffuni | 2018-01-21 | 2 | -12/+10 |
| * | Remove SFBUF_OPTIONAL_DIRECT_MAP and such hacks, replacing them across the | Nathan Whitehorn | 2018-01-19 | 1 | -0/+6 |
| * | Fix build after r328020. | Pedro F. Giffuni | 2018-01-16 | 1 | -2/+4 |