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