Age | Commit message (Expand) | Author |
2020-11-08 | In case of failure, call sigexit() from trapsignal instead of sensig(). | Martin Pieuchot |
2020-11-06 | Clean up arm64's autoconf code. There have been quite a few unused | Patrick Wildt |
2020-11-04 | Recognise Cortex-A78AE, Cortex-X1 and Neoverse V1. | Jonathan Gray |
2020-10-23 | Refactor page fault/error functions, normalizing their operation relative | Theo de Raadt |
2020-10-21 | last argument to pmap_fault_fixup() is unused, delete it | Theo de Raadt |
2020-10-20 | copyout(9), copyinstr(9) and copyoutstr(9) should bail out | Patrick Wildt |
2020-10-19 | Decode the UDF ("permanently undefined") instruction in ddb(4)'s arm64 | Christian Weisgerber |
2020-10-19 | replace ad-hoc illegal instruction with the architecturally defined one | Christian Weisgerber |
2020-10-18 | Fix typo. Spotted by patrick@ | Mark Kettenis |
2020-10-18 | Add code to print CPU features. | Mark Kettenis |
2020-10-16 | Architecture guarantees that the fields in ID register have the property | Mark Kettenis |
2020-10-09 | Optimize copyin(9), copyout(9) and kcopy(9) by doing 16-byte copies if | Mark Kettenis |
2020-10-08 | use access_type as the PROT_* variable for uvm_fault() consistantly | Theo de Raadt |
2020-10-07 | Remove dead marko cdev_joy_init. | jan |
2020-10-04 | Change kcopy(9) such that it does 64-bit and 32-bit copies whenever possible. | Mark Kettenis |
2020-09-30 | Move mfokclock(4) from loongson to sys/dev/i2c so that it be used by more | Patrick Wildt |
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 |