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