Age | Commit message (Expand) | Author |
2020-09-25 | Add missing call to uvm_grow(9). | Mark Kettenis |
2020-09-14 | Do the uvm_map_inentry() check in data_abort() after we have done the branch | Mark Kettenis |
2020-09-11 | Include <sys/systm.h> directly instead of relying on hidden UVM includes. | Martin Pieuchot |
2020-09-05 | allow compile of kernels with DDB, in more cases. | Theo de Raadt |
2020-08-26 | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. | Visa Hankala |
2020-08-19 | Push KERNEL_LOCK/UNLOCK() dance inside trapsignal(). | Martin Pieuchot |
2020-08-17 | Enable PAN (Privileged Access Never) on CPUs that support it. This means | Mark Kettenis |
2020-08-17 | Panic on an attempt to access user-space unless it is done using | Mark Kettenis |
2020-08-14 | Remove "for all XXX platforms" from comment. Fixes the issue pointed out | Mark Kettenis |
2020-07-31 | Make sure bcmtmon(4) attaches even if it has a "syscon" compatible. | Mark Kettenis |
2020-07-25 | Port over NetBSD's arm64 disassembler for DDB. | tobhe |
2020-07-17 | Re-work intr_barrier(9) on arm64 to remove layer violation. So far we | Patrick Wildt |
2020-07-16 | Store struct cpu_info * in arm64's interrupt wrap. intr_barrier() can | Patrick Wildt |
2020-07-16 | To be able to have intr_barrier() on arm64, we need to be able to | Patrick Wildt |
2020-07-15 | Userland timecounter implementation for arm64. | Mark Kettenis |
2020-07-15 | Fix agintc(4) for non-MULTIPROCESSOR kernels. Due to the recent changes | Patrick Wildt |
2020-07-14 | Add support for routing interrupts to other CPUs in agintc(4). Most of the | Patrick Wildt |
2020-07-14 | Add support for routing interrupts to other CPUs in ampintc(4). Most of the | Patrick Wildt |
2020-07-14 | Implement pci_intr_establish_cpu() on arm64 and armv7. The function pointer | Patrick Wildt |
2020-07-14 | Extend the interrupt API on arm64 and armv7 to be able to pass around | Patrick Wildt |
2020-07-11 | Some whitespace fixes for the inline assembly. | Mark Kettenis |
2020-07-06 | IEEE1275 (Open Firmware) defines that parameter name strings can have a | Mark Kettenis |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2020-07-06 | wire up kstat(4) | David Gwynne |
2020-07-04 | OF_finddevice() returns -1 upon failure. Fix various checks of the return | Mark Kettenis |
2020-06-30 | Remove obsolete <machine/stdarg.h> header. Nowadays the vararg | Visa Hankala |
2020-06-25 | Add a commented out entry for mvpp(4). | Patrick Wildt |
2020-06-20 | Add bcmtmon(4), a driver for the temperature sensor on the Raspberry Pi 4. | Mark Kettenis |
2020-06-18 | Add pcamux(4), a driver for the PCA8548 I2C switch. | Mark Kettenis |
2020-06-17 | Attach secondary CPUs early. Since on most machine we need psci(4) to | Mark Kettenis |
2020-06-11 | Fix small bug in parsing the IORT tables. Mapping entries specify the number | Mark Kettenis |
2020-06-11 | Enable simpleamp(4), simpleaudio(4), rkiis(4) and escodec(4). | Patrick Wildt |
2020-06-10 | Enable cwfg(4) | Patrick Wildt |
2020-06-08 | update drm to linux 5.7 | Jonathan Gray |
2020-06-05 | Implement cpu_rnd_messybits() as a read of the virtual counter xored | Christian Weisgerber |
2020-06-05 | Allow userland access to the virtual counter. | Mark Kettenis |
2020-06-04 | Recognise Cortex-A78. | Mark Kettenis |
2020-06-04 | Enable bwfm(4). | Patrick Wildt |
2020-05-31 | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. | David Gwynne |
2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various | Theo de Raadt |
2020-05-26 | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes | Theo de Raadt |
2020-05-25 | Adjust fwrandom() to return 0 for sucess, -1 for failure | Theo de Raadt |
2020-05-25 | Kill unused cdev_pc_init(). | Martin Pieuchot |
2020-05-23 | Add a little bit of const-ness. | Mark Kettenis |
2020-05-22 | Enable bwfm(4). | Patrick Wildt |
2020-05-22 | Enable mvkpcie(4). | Patrick Wildt |
2020-05-18 | Our check to see if the EFI services support Mtftp() doesn't work | Patrick Wildt |
2020-05-18 | Enable amlpwrc(4). | Mark Kettenis |
2020-05-17 | Look at the openbsd,boothowto property. | Mark Kettenis |
2020-05-17 | Fix typo in comment. | Mark Kettenis |