Age | Commit message (Expand) | Author |
2020-09-14 | perform the uvm_map_inentry() after the data_aborts handlers are executed | Theo de Raadt |
2020-09-11 | Include <sys/systm.h> directly instead of relying on hidden UVM includes. | Martin Pieuchot |
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-14 | Remove "for all XXX platforms" from comment. Fixes the issue pointed out | Mark Kettenis |
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-12 | Use the full 32 bits for the miscellaneous armv7 timecounters. | Christian Weisgerber |
2020-07-08 | do not need these versions of timetc.h | Theo de Raadt |
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-06-30 | Remove obsolete <machine/stdarg.h> header. Nowadays the vararg | Visa Hankala |
2020-05-31 | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. | David Gwynne |
2020-05-18 | Oops, DDB wrapper around setjmp/longjmp was misplaced | Theo de Raadt |
2020-05-17 | Add machdep.compatible. | Mark Kettenis |
2020-05-17 | Put setjmp+longjmp inside #ifdef DDB the only kernel-side user. | Theo de Raadt |
2020-05-17 | Fix WITNESS build | kn |
2020-05-16 | Make inittodr() and resettodr() MI. | Mark Kettenis |
2020-05-11 | Initialize the timeval passed to todr_gettime() with the base time from | Mark Kettenis |
2020-04-29 | Let the armv7 bus_dma layer and simplebus(4) implementation deal with | Mark Kettenis |
2020-04-27 | Bring inittodr()/resettodr() in line with arm64 and move it to | Mark Kettenis |
2020-03-19 | Remove an unnecessary type cast. | Visa Hankala |
2020-03-13 | Anthony Steinhauser reports that 32-bit arm cpus have the same speculation | Theo de Raadt |
2020-03-11 | Anthony Steinhauser reports that 32-bit arm cpus have the same speculation | Theo de Raadt |
2020-03-11 | In the sigtramp the fallback SYS_exit always works, there is no reason | Theo de Raadt |
2020-03-11 | Anthony Steinhauser reports that 32-bit arm cpus have the same speculation | Theo de Raadt |
2020-02-28 | correct data 16-bit aligned block of in4_cksum() | Jonathan Gray |
2020-01-23 | wire up pppac(4) to some majors on each arch. | David Gwynne |
2020-01-21 | Import dt(4) a driver and framework for Dynamic Profiling. | Martin Pieuchot |
2020-01-12 | Implement cpu_kick() and cpu_unidle(). | Mark Kettenis |
2020-01-06 | Remove redundant BPIALL instructions (since ICIALLU already invalidates the | Mark Kettenis |
2020-01-06 | Rewrite the armv7 context switch code. The new code is much closer to the | Mark Kettenis |
2019-12-19 | Convert boolean_t/TRUE/FALSE to int/1/0 for coherency with the rest of | Martin Pieuchot |
2019-12-18 | typo | Theo de Raadt |
2019-12-17 | Add fido(4), a HID driver for FIDO/U2F security keys | Reyk Floeter |
2019-11-09 | Retguard will start using sections named ".openbsd.randomdata.retguard.*" | Philip Guenther |
2019-11-07 | Remove get_pc_str_offset(), which has been unused since we switched | Patrick Wildt |
2019-11-07 | Convert db_addr_t -> vaddr_t but leave the typedef for now. | Martin Pieuchot |
2019-11-07 | Substitute boolean_t/TRUE/FALSE by int/1/0. | Martin Pieuchot |
2019-10-31 | In 2013, when OpenBSD/armv7 was still rather early, improvements for | Patrick Wildt |
2019-10-28 | Add missing KERNEL_UNLOCK. | Mark Kettenis |
2019-10-27 | Add code to spin up secondary CPUs. | Mark Kettenis |
2019-10-25 | Split out the code that brings us out of HYP mode and the code that | Mark Kettenis |
2019-10-23 | Provide hw.serialno using the root node's serial-number property. | Patrick Wildt |
2019-09-30 | Synch the cpu match/attach/identify code with arm64. This drops some | Mark Kettenis |
2019-09-30 | Enable CPU voltage regulators. The firmware I built for my odroid-n2 | Mark Kettenis |
2019-09-29 | Add IPI support. Taken ftrom arm64. | Mark Kettenis |
2019-09-25 | Enable interrupts while running interrupt handlers like we do on arm64. | Mark Kettenis |
2019-09-23 | Implement DVFS support. | Mark Kettenis |