| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-15 | Don't put an extern variable (ppc_kvm_stolen) into vmparam.h, other instances |  deraadt | 1 | -1/+2 |
| 2021-03-11 | spelling |  jsg | 5 | -12/+12 |
| 2021-03-10 | pmap_avail_setup() is the only place physmem is calculated, delete a bunch |  deraadt | 1 | -9/+2 |
| 2020-11-28 | Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.S |  gkoehler | 2 | -17/+31 |
| 2020-10-27 | uvm_grow() no longer needs the KERNEL_LOCK, bring it back to just |  deraadt | 1 | -20/+27 |
| 2020-10-26 | Retguard asm macros for powerpc libc, ld.so |  gkoehler | 1 | -1/+42 |
| 2020-09-24 | mi_ast() should not use the old cpu, but the cpu (after potential sleep |  deraadt | 1 | -2/+2 |
| 2020-09-24 | Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults. |  deraadt | 1 | -5/+6 |
| 2020-09-11 | Include <sys/systm.h> directly instead of relying on hidden UVM includes. |  mpi | 3 | -3/+6 |
| 2020-08-19 | Push KERNEL_LOCK/UNLOCK() dance inside trapsignal(). |  mpi | 1 | -15/+1 |
| 2020-07-09 | do not need this one either |  deraadt | 1 | -23/+0 |
| 2020-07-06 | Add support for timeconting in userland. |  pirofti | 1 | -0/+23 |
| 2020-06-30 | Remove obsolete <machine/stdarg.h> header. Nowadays the vararg |  visa | 1 | -51/+0 |
| 2020-06-06 | Fix and harmonize some of the code dealing with address offsets encoded in |  kettenis | 1 | -6/+6 |
| 2020-06-05 | Implement cpu_rnd_messybits() as a read of the cycle counter register. |  naddy | 1 | -2/+10 |
| 2020-05-31 | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. |  dlg | 1 | -1/+3 |
| 2020-05-27 | Retire <machine/varargs.h>. |  visa | 1 | -57/+0 |
| 2020-05-22 | Decode the %{ds}(%{A}) operand of ld, std instructions. |  gkoehler | 1 | -7/+20 |
| 2020-05-14 | Use '/t' on all architectures to get a trace via TID. |  mpi | 1 | -2/+2 |
| 2020-04-18 | Sync existing stacktrace_save() implementations |  visa | 1 | -7/+1 |
| 2020-04-15 | Switch powerpc to MI mplock implementation. |  mpi | 3 | -29/+31 |
| 2020-04-10 | Implement stacktrace_save_at() required for upcoming WITNESS. |  mpi | 1 | -1/+38 |
| 2020-03-17 | Fix inline assembly in ppc_mftb(); using %L0 instead of %0+1 makes this work |  kettenis | 1 | -2/+2 |
| 2020-03-05 | The 'lock spun out' db_printf needs a newline. All other MP_LOCKDEBUG |  claudio | 1 | -2/+2 |
| 2019-11-07 | db_addr_t -> vaddr_t |  mpi | 2 | -12/+12 |
| 2019-11-07 | Substitute boolean_t/TRUE/FALSE by int/1/0. |  mpi | 2 | -6/+6 |
| 2019-09-06 | delete two decades of debugging code and further simplify the main |  deraadt | 1 | -260/+186 |
| 2019-09-06 | oops the label is actually out: |  deraadt | 1 | -2/+2 |
| 2019-09-06 | oops incorrect goto label |  deraadt | 1 | -2/+2 |
| 2019-09-06 | If uvm_map_inentry returns false then a signal has been delivered, and |  deraadt | 1 | -2/+3 |
| 2019-09-05 | Prepare the bat for kernels greater > 8MB of code, why because clang. |  deraadt | 1 | -2/+7 |
| 2019-09-03 | some cleanup for clang; ok kettenis |  deraadt | 1 | -8/+2 |
| 2019-07-20 | Increment `db_active' before entering db_trap() like other archs do. |  mpi | 1 | -1/+3 |
| 2019-07-11 | Use "i" constrain instead of "n" constrain in inline assembly. Makes clang |  kettenis | 1 | -3/+3 |
| 2019-07-09 | I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, and |  deraadt | 1 | -2/+3 |
| 2019-07-02 | Drop % from register name used for register variable since it makes clang |  kettenis | 1 | -2/+2 |
| 2019-06-01 | Refactor the MAP_STACK feature, and introduce another similar variation: |  deraadt | 1 | -19/+4 |
| 2019-03-23 | Use the debugger mutex for `ddb_mp_mutex'. This should prevent a race |  visa | 2 | -19/+17 |
| 2019-03-23 | Add intr_{disable,restore}() for powerpc. |  visa | 1 | -1/+13 |
| 2019-01-02 | In pmap_page_protect(), zap the PTE before unlinking. At that point the |  kettenis | 1 | -1/+8 |
| 2018-12-05 | Include srp.h where struct cpu_info uses srp to avoid erroring out when |  jsg | 1 | -1/+2 |
| 2018-10-22 | More "explicitely" -> "explicitly" in various comments. |  krw | 1 | -2/+2 |
| 2018-09-14 | Unify and bump some of the NMBCLUSTERS defines. Some archs had it set to |  claudio | 1 | -2/+2 |
| 2018-08-20 | Remove unused spllock(). |  visa | 1 | -2/+1 |
| 2018-04-12 | Implement MAP_STACK option for mmap(). Synchronous faults (pagefault and |  deraadt | 1 | -1/+19 |
| 2018-03-20 | Do not panic from ddb(4) when a lock requirement isn't fulfilled. |  mpi | 1 | -4/+1 |
| 2018-03-05 | #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch |  deraadt | 1 | -1/+2 |
| 2018-01-25 | Remove mutex implementations that now live in MI code. |  mpi | 1 | -151/+0 |
| 2018-01-25 | Move common mutex implementations to a MI place. |  mpi | 2 | -86/+3 |
| 2018-01-22 | Include <sys/mutex.h> rather than <machine/mutex.h> |  mpi | 1 | -2/+2 |