summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-06-15Implement a simple kqfilter for deadfs matching its poll handler.Martin Pieuchot
2020-06-15Set __EV_HUP when the conditions matching poll(2)'s POLLUP are found.Martin Pieuchot
2020-06-15slight copyright update regarding recent workTheo de Raadt
2020-06-15align the random buffer so mdrandom() can fill it with register-widthChristian Weisgerber
2020-06-15Raise SPL when modifying ps_klist to prevent a race with interrupts.Visa Hankala
2020-06-15update powerpc64 include paths for 5.7 drmJonathan Gray
2020-06-14Implement cpu_rnd_messybits() as a read of the cycle counter register.Christian Weisgerber
2020-06-14Implement cpu-rnd_messybits() as a read of the cycle counter register.Mark Kettenis
2020-06-14Remove debug code.Mark Kettenis
2020-06-14Enable ahci(4).Mark Kettenis
2020-06-14Provide address space extents. While the firmware does configure the bridgeMark Kettenis
2020-06-14Make sure SDHC_HOST_CTL2 is consistently controlled using 2-byte accesses,Patrick Wildt
2020-06-14Get context switching between kernel threads going.Mark Kettenis
2020-06-14Put a bit more information in the panic message.Mark Kettenis
2020-06-14Parse bootargs.Mark Kettenis
2020-06-14do not need assym.hTheo de Raadt
2020-06-14Add -msoft-float, -mno-altivec and -mno-vsx to the compiler flags.Mark Kettenis
2020-06-14Make soft interrupts work.Mark Kettenis
2020-06-14Minimal >machine/asm.h> to make ffs.S build.Mark Kettenis
2020-06-14crank version numberTheo de Raadt
2020-06-14asm versions of mdrandom() no longer neededTheo de Raadt
2020-06-14rewrite mdrandom() in C. previously this XOR'd against rdrand if available,Theo de Raadt
2020-06-14Unstub diskconf().Mark Kettenis
2020-06-14rename our kunmap() to kunmap_va()Jonathan Gray
2020-06-14convert kunmap() arguments with pointer to page structJonathan Gray
2020-06-14fix i915_gem_swizzle_page()Jonathan Gray
2020-06-14Remove misleading XXX about locking of ps_klist. All of the kqueueVisa Hankala
2020-06-14make IS_ERR() and IS_ERR_OR_NULL() return boolJonathan Gray
2020-06-14move tx and rx ring variables into their own structs.David Gwynne
2020-06-13Add support for the XIVE interrupt controller found on POWER9 CPUs.Mark Kettenis
2020-06-13Remove a dead store.Visa Hankala
2020-06-13correct a krealloc conversionJonathan Gray
2020-06-13Load CTF section to enable DDB's "show struct"kn
2020-06-13Some new firmware for ConnectX-5 tries to give pages back whenJonathan Matthew
2020-06-13use wakeup_one() in complete()Jonathan Gray
2020-06-13use a unique wchan name for wait_for_completion()Jonathan Gray
2020-06-12Teach powerpc64 ddb to x, w, break, step, trace.gkoehler
2020-06-12Fix pasto; configure pin as input if it isn't an output.Mark Kettenis
2020-06-12Silence amdgpu_device_resize_fb_bar; supporting resizing of PCI BARs isMark Kettenis
2020-06-12Make amdgpu_irq_add_domain silent; this functionality is only needed toMark Kettenis
2020-06-12don't warn on calls to drm_connector_attach_content_protection_property()Jonathan Gray
2020-06-12correct typo, this did not compile..Theo de Raadt
2020-06-12Pay attention to the (Linux) kernel log level.Mark Kettenis
2020-06-12Since we don't support CONFIG_SWIOTLB, make drm_need_swiotlb() just returnMark Kettenis
2020-06-12We won't support debugfs stuff on OpenBSD, at least not via a filesystemMark Kettenis
2020-06-12Make i915_perf_register silent; don't see us supporting this functionalityMark Kettenis
2020-06-12Revert addition of double underbars for filter-specific flag.Martin Pieuchot
2020-06-12DRM_I915_FBDEV was replaced by DRM_FBDEV_EMULATIONJonathan Gray
2020-06-12remove unused mcx_softc members.David Gwynne
2020-06-11wrap some long lines. no functional change.David Gwynne