aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random/virtio-rng.c
AgeCommit message (Expand)Author
2023-12-15hwrng: virtio - Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2023-11-17hwrng: virtio - remove #ifdef guards for PM functionsMartin Kaiser
2023-05-12hwrng: virtio - Fix race on data_avail and actual dataHerbert Xu
2022-11-18hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld
2022-06-08virtio-rng: make device ready before making requestJason Wang
2022-01-14hwrng: virtio - unregister device before resetMichael S. Tsirkin
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin
2021-11-01hwrng: virtio - always add a pending requestLaurent Vivier
2021-11-01hwrng: virtio - don't waste entropyLaurent Vivier
2021-11-01hwrng: virtio - don't wait on cleanupLaurent Vivier
2021-11-01hwrng: virtio - add an internal bufferLaurent Vivier
2020-07-09hwrng: virtio - Constify id_table[]Rikard Falkeborn
2020-04-17virtio-rng: pull in slab.hMichael S. Tsirkin
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner
2019-01-25hwrng: virtio - Avoid repeated init of completionDavid Tolnay
2017-11-06hwrng: virtio - Virtio RNG devices need to be re-registered after suspend/resumeJim Quigley
2015-01-26hwrng: virtio - drop extra empty lineMichael S. Tsirkin
2014-10-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-10-15virtio-rng: refactor probe error handlingMichael S. Tsirkin
2014-09-11virtio-rng: skip reading when we start to remove the deviceAmos Kong
2014-09-11virtio-rng: fix stuck of hot-unplugging busy deviceAmos Kong
2014-08-15virtio: rng: add derating factor for use by hwrng coreAmit Shah
2014-07-27Revert "hwrng: virtio - ensure reads happen after successful probe"Amit Shah
2014-07-27virtio: rng: delay hwrng_register() till driver is readyAmit Shah
2014-07-27virtio: rng: re-arrange struct elements for better packingAmit Shah
2014-07-27virtio: rng: remove unused struct elementAmit Shah
2014-07-14hwrng: virtio - ensure reads happen after successful probeAmit Shah
2014-05-19virtio-rng: fixes for device registration/unregistrationSasha Levin
2014-05-19virtio-rng: fix boot with virtio-rng deviceSasha Levin
2014-05-14virtio-rng: support multiple virtio-rng devicesAmos Kong
2014-03-13virtio-rng: don't crash if virtqueue is broken.Rusty Russell
2013-09-23virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PMAaron Lu
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-03-20virtio_rng: use simplified virtqueue accessors.Rusty Russell
2013-03-08virtio: rng: disallow multiple device registrations, fixes crashesAmit Shah
2013-02-13virtio: use module_virtio_driver.Rusty Russell
2013-01-03Drivers: char: remove __dev* attributes.Greg Kroah-Hartman
2012-11-21char: remove use of __devexitBill Pemberton
2012-07-30virtio: rng: s3/s4 supportAmit Shah
2012-07-30virtio: rng: split out common code in probe / remove for s3/s4 opsAmit Shah
2012-07-30virtio: rng: don't wait on host when module is going awayAmit Shah
2012-07-30virtio: rng: allow tasks to be killed that are waiting for rng inputAmit Shah
2012-01-12virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell
2011-10-31drivers/char: Add module.h to those who were using it implicitlyPaul Gortmaker
2010-05-19virtio-rng: use virtqueue_xxx wrappersMichael S. Tsirkin
2010-01-16virtio: fix section mismatch warningsJeff Mahoney
2009-12-01hwrng: virtio-rng - Convert to new APIIan Molton
2009-10-22move virtrng_remove to .devexit.textUwe Kleine-König
2009-10-22virtio: let header files include virtio_ids.hChristian Borntraeger
2009-09-23virtio: add virtio IDs fileFernando Luis Vazquez Cao