| Commit message (Expand) | Author | Age | Files | Lines |
* | remove uneeded includes in md armv7 files |  jsg | 2021-03-25 | 27 | -129/+29 |
* | spelling |  jsg | 2021-03-11 | 3 | -8/+8 |
* | Add some infrastructure in the PCI chipset tag for pci_probe_device_hook() |  patrick | 2021-02-25 | 1 | -2/+4 |
* | remove some unused includes |  jsg | 2021-02-23 | 1 | -1/+0 |
* | timecounting: use C99-style initialization for all timecounter structs |  cheloha | 2021-02-23 | 2 | -4/+17 |
* | handle "simple-pm-bus" in simplebus |  jsg | 2021-02-18 | 1 | -5/+10 |
* | introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. |  thfr | 2021-01-23 | 1 | -1/+3 |
* | s/KHZ/kHz/ and reduce dmesg spam a bit |  kettenis | 2021-01-19 | 2 | -8/+8 |
* | In case of failure, call sigexit() from trapsignal instead of sensig(). |  mpi | 2020-11-08 | 1 | -11/+7 |
* | uvm_grow() no longer needs the KERNEL_LOCK, bring it back to just |  deraadt | 2020-10-27 | 1 | -16/+11 |
* | replace ad-hoc illegal instruction with the architecturally defined one |  naddy | 2020-10-19 | 1 | -2/+2 |
* | Set %r0 to EFAULT instead of the return value from uvm_fault() when it |  kettenis | 2020-10-19 | 1 | -2/+2 |
* | Add missing calls to uvm_grow(9). |  phessler | 2020-09-25 | 1 | -1/+5 |
* | perform the uvm_map_inentry() after the data_aborts handlers are executed |  deraadt | 2020-09-14 | 1 | -5/+8 |
* | Include <sys/systm.h> directly instead of relying on hidden UVM includes. |  mpi | 2020-09-11 | 3 | -4/+6 |
* | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. |  visa | 2020-08-26 | 1 | -3/+1 |
* | Push KERNEL_LOCK/UNLOCK() dance inside trapsignal(). |  mpi | 2020-08-19 | 2 | -14/+2 |
* | Remove "for all XXX platforms" from comment. Fixes the issue pointed out |  kettenis | 2020-08-14 | 1 | -2/+2 |
* | Implement pci_intr_establish_cpu() on arm64 and armv7. The function pointer |  patrick | 2020-07-14 | 1 | -3/+8 |
* | Extend the interrupt API on arm64 and armv7 to be able to pass around |  patrick | 2020-07-14 | 3 | -21/+31 |
* | Use the full 32 bits for the miscellaneous armv7 timecounters. |  naddy | 2020-07-12 | 2 | -4/+4 |
* | do not need these versions of timetc.h |  deraadt | 2020-07-08 | 1 | -23/+0 |
* | IEEE1275 (Open Firmware) defines that parameter name strings can have a |  kettenis | 2020-07-06 | 1 | -53/+11 |
* | Add support for timeconting in userland. |  pirofti | 2020-07-06 | 2 | -2/+25 |
* | wire up kstat(4) |  dlg | 2020-07-06 | 1 | -2/+3 |
* | Remove obsolete <machine/stdarg.h> header. Nowadays the vararg |  visa | 2020-06-30 | 1 | -56/+0 |
* | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. |  dlg | 2020-05-31 | 1 | -1/+3 |
* | Oops, DDB wrapper around setjmp/longjmp was misplaced |  deraadt | 2020-05-18 | 1 | -2/+2 |
* | Add machdep.compatible. |  kettenis | 2020-05-17 | 2 | -3/+20 |
* | Put setjmp+longjmp inside #ifdef DDB the only kernel-side user. |  deraadt | 2020-05-17 | 1 | -1/+3 |
* | Fix WITNESS build |  kn | 2020-05-17 | 1 | -2/+3 |
* | Make inittodr() and resettodr() MI. |  kettenis | 2020-05-16 | 1 | -93/+1 |
* | Initialize the timeval passed to todr_gettime() with the base time from |  kettenis | 2020-05-11 | 1 | -1/+4 |
* | Let the armv7 bus_dma layer and simplebus(4) implementation deal with |  kettenis | 2020-04-29 | 6 | -185/+103 |
* | Bring inittodr()/resettodr() in line with arm64 and move it to |  kettenis | 2020-04-27 | 1 | -1/+90 |
* | Remove an unnecessary type cast. |  visa | 2020-03-19 | 1 | -2/+2 |
* | Anthony Steinhauser reports that 32-bit arm cpus have the same speculation |  deraadt | 2020-03-13 | 2 | -3/+11 |
* | Anthony Steinhauser reports that 32-bit arm cpus have the same speculation |  deraadt | 2020-03-11 | 3 | -3/+9 |
* | In the sigtramp the fallback SYS_exit always works, there is no reason |  deraadt | 2020-03-11 | 1 | -6/+2 |
* | Anthony Steinhauser reports that 32-bit arm cpus have the same speculation |  deraadt | 2020-03-11 | 1 | -1/+3 |
* | correct data 16-bit aligned block of in4_cksum() |  jsg | 2020-02-28 | 1 | -2/+2 |
* | 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 |
* | Implement cpu_kick() and cpu_unidle(). |  kettenis | 2020-01-12 | 2 | -3/+25 |
* | Remove redundant BPIALL instructions (since ICIALLU already invalidates the |  kettenis | 2020-01-06 | 1 | -4/+1 |
* | Rewrite the armv7 context switch code. The new code is much closer to the |  kettenis | 2020-01-06 | 1 | -131/+36 |
* | Convert boolean_t/TRUE/FALSE to int/1/0 for coherency with the rest of |  mpi | 2019-12-19 | 2 | -38/+37 |
* | typo |  deraadt | 2019-12-18 | 1 | -2/+2 |
* | Add fido(4), a HID driver for FIDO/U2F security keys |  reyk | 2019-12-17 | 1 | -1/+3 |
* | Retguard will start using sections named ".openbsd.randomdata.retguard.*" |  guenther | 2019-11-09 | 1 | -2/+6 |