aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/glxsb/glxsb.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* glxiic/glxsb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* Remove MD5 HMAC from OCF.John Baldwin2020-05-111-1/+0
* Retire the CRYPTO_F_IV_GENERATE flag.John Baldwin2020-04-201-7/+1
* Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin2020-03-271-181/+87
* Remove the Yarrow PRNG algorithm option in accordance with due noticeMark Murray2018-08-261-1/+1
* glxsb: Convert remaining OCF driver to new interfaceConrad Meyer2018-07-181-91/+18
* Huge cleanup of random(4) code.Mark Murray2015-06-301-1/+2
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* This is the much-discussed major upgrade to the random(4) device, known to yo...Mark Murray2014-10-301-1/+1
* Snapshot. This passes the build test, but has not yet been finished or debugged.Mark Murray2013-10-041-1/+1
* Yarrow wants entropy estimations to be conservative; the usual ideaMark Murray2013-09-061-1/+1
* More conversions of drivers to use the PCI parent DMA tag.Scott Long2012-03-121-1/+1
* Fix two possible (but unlikely) NULL-pointer dereferences in glxsb(4).Philip Paeps2008-11-171-3/+7
* - Convert sc_sessions_mtx mutex to a rwlock, so in the fast pathPawel Jakub Dawidek2008-08-111-86/+69
* Add glxsb(4) driver for the Security Block in AMD Geode LX processors (asPhilip Paeps2008-08-091-0/+958