| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-02-11 | Leave out gp initialization from kernel entry on mips64 |  visa | 2 | -6/+2 |
| 2021-01-23 | introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. |  thfr | 1 | -1/+3 |
| 2020-08-26 | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. |  visa | 6 | -15/+6 |
| 2020-07-06 | Add support for timeconting in userland. |  pirofti | 1 | -2/+4 |
| 2020-07-06 | wire up kstat(4) |  dlg | 1 | -2/+3 |
| 2020-06-05 | cpu_rnd_messybits() for mips64 |  visa | 1 | -10/+1 |
| 2020-05-31 | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. |  dlg | 1 | -1/+10 |
| 2020-01-23 | wire up pppac(4) to some majors on each arch. |  dlg | 1 | -1/+2 |
| 2020-01-21 | Import dt(4) a driver and framework for Dynamic Profiling. |  mpi | 1 | -2/+3 |
| 2019-12-20 | Convert various boolean_t/TRUE/FALSE to int/1/0 in mips64 memory code. |  visa | 2 | -8/+8 |
| 2019-12-20 | Replace a lonely TRUE. |  visa | 1 | -2/+2 |
| 2019-12-17 | Add fido(4), a HID driver for FIDO/U2F security keys |  reyk | 1 | -1/+3 |
| 2019-06-30 | Compute address for ll/sc only once. |  visa | 1 | -3/+4 |
| 2019-04-01 | fast track ddb> reboot command to skip anything which might panic again. |  tedu | 1 | -2/+7 |
| 2019-03-17 | Move intr_barrier(9) to the platform level so that it can be customized. |  visa | 1 | -1/+7 |
| 2018-12-13 | Use a faster, more reliable way to figure out how many TLB entries are |  visa | 1 | -26/+21 |
| 2018-02-24 | Declare ci_ipl volatile to prevent the compiler from optimizing |  visa | 2 | -11/+2 |
| 2018-01-29 | Let the interrupt subsystem allocate memory for the IPI handle, |  visa | 2 | -5/+5 |
| 2018-01-27 | Sync the nam2blk entries with the bdevsw table, which is the |  naddy | 1 | -2/+3 |
| 2018-01-11 | Add size for free. |  visa | 1 | -2/+6 |
| 2017-12-30 | Delete unnecessary <sys/file.h> includes |  guenther | 1 | -2/+1 |
| 2017-12-11 | In uvm Chuck decided backing store would not be allocated proactively |  deraadt | 1 | -2/+2 |
| 2017-06-08 | Move loongson/octeon/sgi unmap_startup() under arch/mips64. |  visa | 1 | -12/+1 |
| 2017-06-08 | Split early startup code out of locore.S into locore0.S. Adjust link |  visa | 3 | -17/+73 |
| 2017-05-11 | The device_to_pa routine really isn't needed. We always have physical |  visa | 1 | -20/+21 |
| 2017-04-30 | Rename Debugger() into db_enter(). |  mpi | 1 | -2/+2 |
| 2017-04-02 | printf format strings should be literals. Reminded by clang. |  visa | 1 | -2/+2 |
| 2017-02-28 | Switch geteblks()'s size argument from int to size_t. It's called with |  natano | 1 | -3/+3 |
| 2017-02-11 | Let MP-safe interrupt handlers run without the kernel lock on sgi. |  visa | 2 | -12/+20 |
| 2017-01-06 | Ansify cpu_sysctl() on mips64 platforms. |  fcambus | 1 | -9/+3 |
| 2016-10-27 | Revert previous `ncpus' change because the percpu code now works |  visa | 2 | -2/+4 |
| 2016-10-26 | Increment `ncpus' to its final value already during autoconfiguration so |  visa | 2 | -4/+2 |
| 2016-10-09 | Apply consistency to forever loops with continue and NOTREACHED |  tom | 4 | -10/+21 |
| 2016-09-04 | Remove support for tape block devices. Nobody mount(8)s tapes any longer. |  naddy | 1 | -3/+3 |
| 2016-09-02 | Add switch(4) cdev entry |  goda | 1 | -1/+3 |
| 2016-08-16 | Remove RM7000/RM9000-specific performance counter code. It originates |  visa | 1 | -81/+1 |
| 2016-04-25 | remove systrace |  tedu | 1 | -3/+2 |
| 2016-03-06 | Rename mips64's trap_frame into trapframe. |  mpi | 4 | -20/+20 |
| 2016-02-27 | Rename kdb_trap() into db_ktrap(). |  mpi | 2 | -6/+6 |
| 2016-02-24 | Restore validity checks for the disklabels read from disk. They |  krw | 1 | -10/+3 |
| 2016-01-02 | Take the PHY of iec(4) out of reset before attaching the interface. |  visa | 1 | -2/+15 |
| 2015-12-25 | Add IPI logic. Assign two additional interrupts for inter-processor |  visa | 2 | -2/+58 |
| 2015-12-25 | Add launch logic for secondary CPUs. The PROM's launch entry point address |  visa | 3 | -3/+216 |
| 2015-12-25 | Make interrupt masking MP-aware. Linux IP27 and IP35 ports served as a |  visa | 2 | -28/+68 |
| 2015-12-25 | Add timecounter for MP. |  visa | 1 | -2/+32 |
| 2015-12-25 | Use the ErrorEPC register for curcpu() on Origin, for now. |  visa | 1 | -3/+19 |
| 2015-12-22 | commited -> committed |  mmcc | 1 | -2/+2 |
| 2015-12-03 | Let the IP27 kernel build with DEBUG. |  visa | 1 | -11/+11 |
| 2015-10-23 | Allocate a new major for tap(4) also note that pseudo-device tun is for tap |  claudio | 1 | -1/+2 |
| 2015-09-28 | Mechanical changes from manual buf set up to readdisksector(). |  krw | 1 | -26/+13 |