| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-19 | another unfortunate action to cope with relentless kernel growth |  deraadt | 1 | -2/+2 |
| 2021-03-07 | Explicitly align kernel text. |  mortimer | 1 | -3/+3 |
| 2021-02-09 | Activate use of PF_LOCK() by removing the WITH_PF_LOCK ifdefs. |  patrick | 1 | -2/+1 |
| 2021-02-04 | Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to |  anton | 1 | -1/+2 |
| 2021-02-04 | make if_pfsync.c a better friend with PF_LOCK |  sashan | 1 | -1/+2 |
| 2021-01-28 | Again allow COPTS= to come from the environment again, and don't lose the |  deraadt | 1 | -4/+4 |
| 2021-01-23 | introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. |  thfr | 1 | -1/+2 |
| 2020-12-27 | Enable acpihpet on install media, because otherwise clock initialization |  deraadt | 2 | -4/+4 |
| 2020-11-15 | Add pchgpio(4), a driver for the GPIO controllers found on modern Intel |  kettenis | 1 | -1/+2 |
| 2020-10-27 | Adding IOMMU support for AMD Vi and Intel VTD (disabled) |  jordan | 1 | -1/+2 |
| 2020-10-16 | rl(4) is becoming rare. |  deraadt | 1 | -2/+2 |
| 2020-09-15 | abl(4) is a new driver to control the backlight brightness on Intel based |  mglocker | 1 | -1/+2 |
| 2020-09-12 | asmc0 -> asmc* |  mglocker | 1 | -2/+2 |
| 2020-09-12 | Make asmc(4) attach through acpi(4) instead of isa(4). |  mglocker | 1 | -2/+2 |
| 2020-07-29 | atapiscsi is not needed here. (well maybe it changes the behaviour of |  deraadt | 1 | -2/+2 |
| 2020-06-08 | update drm to linux 5.7 |  jsg | 1 | -2/+32 |
| 2020-06-02 | add acpihid(4) for ACPI HID event and 5-button array devices |  jcs | 1 | -1/+2 |
| 2020-05-31 | add umstc(4) for Microsoft Surface Type Cover keyboards |  jcs | 1 | -1/+2 |
| 2020-05-15 | disable ohci to compensate for bloat. |  deraadt | 1 | -3/+3 |
| 2020-05-14 | Bring back the acpi(4) changes. This time around only use the ACPI _CRS |  kettenis | 2 | -2/+4 |
| 2020-03-06 | Add a PCI attachment driver for com(4). Intel has been removing legacy |  patrick | 1 | -1/+2 |
| 2020-03-05 | Allow amd64 boot(8) and friends to read from an ffs2 filesystem. |  otto | 1 | -1/+2 |
| 2020-03-02 | amd64 ramdisk does not support CD9660, so no use to have a cd(4). |  otto | 1 | -2/+2 |
| 2020-02-19 | Make sure the first 2MB page of the kernel is actually mapped RO in the |  kettenis | 1 | -4/+4 |
| 2020-02-15 | Enable iwx(4) on amd64. |  stsp | 2 | -2/+4 |
| 2020-01-21 | remove a few disabled drivers that don't compile and seem unlikely to |  tedu | 1 | -5/+1 |
| 2020-01-20 | floppy is a bit tight right now, evict fxp temporarily until another |  deraadt | 1 | -2/+2 |
| 2020-01-20 | remove esp at pcmcia attachment. it doesn't even compile. |  tedu | 1 | -2/+1 |
| 2019-12-23 | Add amdgpio(4), a driver for the GPIO controller found on newer AMD |  kettenis | 2 | -2/+4 |
| 2019-12-17 | Add fido(4), a HID driver for FIDO/U2F security keys |  reyk | 1 | -1/+2 |
| 2019-12-08 | Bye bye options KVM86 and VM86 |  mpi | 1 | -2/+1 |
| 2019-11-19 | Enable rge(4). |  kevlo | 1 | -1/+2 |
| 2019-11-18 | Introduce rge(4), a new driver for Realtek 8125 PCI Express 2.5Gb Ethernet |  kevlo | 1 | -1/+2 |
| 2019-11-09 | Retguard will start using sections named ".openbsd.randomdata.retguard.*" |  guenther | 1 | -3/+3 |
| 2019-11-07 | The compiler -pg option implies -fno-ret-protector, as we want to disable |  guenther | 1 | -3/+3 |
| 2019-09-26 | Add a new driver for getting AMD CPU temperature sensor over the SMN. |  brynet | 1 | -1/+2 |
| 2019-09-26 | enable iavf(4) |  jmatthew | 2 | -2/+4 |
| 2019-09-07 | Revert acpipci(4) changes. Too many systems are broken. We'll try again |  kettenis | 4 | -10/+5 |
| 2019-09-04 | Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@ |  cheloha | 2 | -6/+2 |
| 2019-08-28 | Use ACPI information to attach PCI busses like we do on arm64. There are a |  kettenis | 4 | -5/+10 |
| 2019-08-14 | enable amdgpu on amd64 requested by a few people |  jsg | 1 | -6/+6 |
| 2019-06-24 | Add glkgpio(4), a driver for the GPIO controllers found on Intel's Gemini |  kettenis | 2 | -2/+4 |
| 2019-06-21 | Further improve the filesystem stability of kernel installation by KARL. |  deraadt | 1 | -3/+2 |
| 2019-06-17 | Add aplgpio(4) a driver for the gpio controllers found on Intel's Apollo |  patrick | 2 | -2/+4 |
| 2019-06-07 | add ukspan(4), a driver for the Keyspan USA19HS USB serial adapter |  jcs | 1 | -1/+3 |
| 2019-05-21 | add amdgpu from linux 4.19.44 for recent AMD Radeon parts |  jsg | 2 | -3/+34 |
| 2019-05-17 | Mitigate Intel's Microarchitectural Data Sampling vulnerability. |  guenther | 2 | -3/+4 |
| 2019-05-08 | Enable ucrcom(4) on all architectures that have uslcom(4). |  kettenis | 1 | -1/+3 |
| 2019-05-04 | let users try mcx(4) |  deraadt | 2 | -2/+4 |
| 2019-05-04 | Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4) |  kettenis | 1 | -6/+6 |