| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-06-15 | Implement a simple kqfilter for deadfs matching its poll handler. |  mpi | 3 | -4/+27 |
| 2020-06-15 | Set __EV_HUP when the conditions matching poll(2)'s POLLUP are found. |  mpi | 6 | -7/+30 |
| 2020-06-15 | slight copyright update regarding recent work |  deraadt | 1 | -2/+2 |
| 2020-06-15 | align the random buffer so mdrandom() can fill it with register-width |  naddy | 1 | -2/+2 |
| 2020-06-15 | Raise SPL when modifying ps_klist to prevent a race with interrupts. |  visa | 2 | -3/+15 |
| 2020-06-15 | update powerpc64 include paths for 5.7 drm |  jsg | 1 | -2/+5 |
| 2020-06-14 | Implement cpu_rnd_messybits() as a read of the cycle counter register. |  naddy | 2 | -12/+13 |
| 2020-06-14 | Implement cpu-rnd_messybits() as a read of the cycle counter register. |  kettenis | 2 | -12/+10 |
| 2020-06-14 | Remove debug code. |  kettenis | 1 | -6/+1 |
| 2020-06-14 | Enable ahci(4). |  kettenis | 1 | -2/+2 |
| 2020-06-14 | Provide address space extents. While the firmware does configure the bridge |  kettenis | 1 | -1/+37 |
| 2020-06-14 | Make sure SDHC_HOST_CTL2 is consistently controlled using 2-byte accesses, |  patrick | 1 | -2/+2 |
| 2020-06-14 | Get context switching between kernel threads going. |  kettenis | 16 | -48/+225 |
| 2020-06-14 | Put a bit more information in the panic message. |  kettenis | 1 | -5/+3 |
| 2020-06-14 | Parse bootargs. |  kettenis | 1 | -6/+67 |
| 2020-06-14 | do not need assym.h |  deraadt | 1 | -2/+1 |
| 2020-06-14 | Add -msoft-float, -mno-altivec and -mno-vsx to the compiler flags. |  kettenis | 1 | -2/+2 |
| 2020-06-14 | Make soft interrupts work. |  kettenis | 3 | -12/+70 |
| 2020-06-14 | Minimal >machine/asm.h> to make ffs.S build. |  kettenis | 1 | -0/+4 |
| 2020-06-14 | crank version number |  deraadt | 9 | -18/+18 |
| 2020-06-14 | asm versions of mdrandom() no longer needed |  deraadt | 3 | -0/+0 |
| 2020-06-14 | rewrite mdrandom() in C. previously this XOR'd against rdrand if available, |  deraadt | 17 | -351/+209 |
| 2020-06-14 | Unstub diskconf(). |  kettenis | 1 | -2/+5 |
| 2020-06-14 | rename our kunmap() to kunmap_va() |  jsg | 7 | -10/+10 |
| 2020-06-14 | convert kunmap() arguments with pointer to page struct |  jsg | 2 | -3/+4 |
| 2020-06-14 | fix i915_gem_swizzle_page() |  jsg | 1 | -1/+1 |
| 2020-06-14 | Remove misleading XXX about locking of ps_klist. All of the kqueue |  visa | 2 | -5/+2 |
| 2020-06-14 | make IS_ERR() and IS_ERR_OR_NULL() return bool |  jsg | 1 | -2/+2 |
| 2020-06-14 | move tx and rx ring variables into their own structs. |  dlg | 1 | -170/+254 |
| 2020-06-13 | Add support for the XIVE interrupt controller found on POWER9 CPUs. |  kettenis | 13 | -41/+750 |
| 2020-06-13 | Remove a dead store. |  visa | 1 | -2/+1 |
| 2020-06-13 | correct a krealloc conversion |  jsg | 1 | -1/+1 |
| 2020-06-13 | Load CTF section to enable DDB's "show struct" |  kn | 2 | -4/+19 |
| 2020-06-13 | Some new firmware for ConnectX-5 tries to give pages back when |  jmatthew | 1 | -5/+5 |
| 2020-06-13 | use wakeup_one() in complete() |  jsg | 1 | -2/+2 |
| 2020-06-13 | use a unique wchan name for wait_for_completion() |  jsg | 1 | -2/+2 |
| 2020-06-12 | Teach powerpc64 ddb to x, w, break, step, trace. |  gkoehler | 8 | -23/+286 |
| 2020-06-12 | Fix pasto; configure pin as input if it isn't an output. |  kettenis | 1 | -2/+2 |
| 2020-06-12 | Silence amdgpu_device_resize_fb_bar; supporting resizing of PCI BARs is |  kettenis | 1 | -24/+2 |
| 2020-06-12 | Make amdgpu_irq_add_domain silent; this functionality is only needed to |  kettenis | 1 | -4/+2 |
| 2020-06-12 | don't warn on calls to drm_connector_attach_content_protection_property() |  jsg | 1 | -1/+0 |
| 2020-06-12 | correct typo, this did not compile.. |  deraadt | 1 | -2/+2 |
| 2020-06-12 | Pay attention to the (Linux) kernel log level. |  kettenis | 1 | -1/+8 |
| 2020-06-12 | Since we don't support CONFIG_SWIOTLB, make drm_need_swiotlb() just return |  kettenis | 1 | -1/+0 |
| 2020-06-12 | We won't support debugfs stuff on OpenBSD, at least not via a filesystem |  kettenis | 1 | -4/+2 |
| 2020-06-12 | Make i915_perf_register silent; don't see us supporting this functionality |  kettenis | 1 | -2/+1 |
| 2020-06-12 | Revert addition of double underbars for filter-specific flag. |  mpi | 2 | -6/+6 |
| 2020-06-12 | DRM_I915_FBDEV was replaced by DRM_FBDEV_EMULATION |  jsg | 1 | -1/+0 |
| 2020-06-12 | remove unused mcx_softc members. |  dlg | 1 | -4/+1 |
| 2020-06-11 | wrap some long lines. no functional change. |  dlg | 1 | -54/+102 |