| Commit message (Expand) | Author | Age | Files | Lines |
* | hwrng: virtio - Avoid repeated init of completion | David Tolnay | 2019-04-05 | 1 | -1/+1 |
* | hwrng: bcm2835 - Switch to SPDX identifier | Stefan Wahren | 2018-11-16 | 1 | -5/+2 |
* | hwrng: core - document the quality field | Michael S. Tsirkin | 2018-10-05 | 1 | -2/+2 |
* | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-08-18 | 4 | -0/+4 |
|\ |
|
| * | headers: separate linux/mod_devicetable.h from linux/platform_device.h | Randy Dunlap | 2018-07-07 | 4 | -0/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux | Herbert Xu | 2018-08-03 | 1 | -2/+9 |
|\ \
| |/ |
|
| * | hwrng: core - Always drop the RNG in hwrng_unregister() | Michael Büsch | 2018-06-15 | 1 | -2/+9 |
* | | hwrng: msm - remove msm hw_random driver | Vinod Koul | 2018-07-27 | 3 | -197/+0 |
|/ |
|
* | hwrng: n2 - fix spelling mistake: "restesting" -> "retesting" | Colin Ian King | 2018-05-19 | 1 | -1/+1 |
* | hwrng: stm32 - fix pm_suspend issue | lionel.debieve@st.com | 2018-05-05 | 1 | -2/+7 |
* | hwrng: stm32 - define default state for rng driver | lionel.debieve@st.com | 2018-05-05 | 1 | -0/+1 |
* | hwrng: via - support new Centaur CPU | davidwang | 2018-04-21 | 1 | -1/+1 |
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2018-04-04 | 10 | -32/+330 |
|\ |
|
| * | hwrng: ks-sa - add hw_random driver | Vitaly Andrianov | 2018-03-23 | 3 | -0/+265 |
| * | hwrng: mxc-rnga - add driver support on boards with device tree | Vladimir Zapolskiy | 2018-03-16 | 1 | -9/+14 |
| * | hwrng: omap - Fix clock resource by adding a register clock | Gregory CLEMENT | 2018-03-09 | 1 | -0/+16 |
| * | hwrng: omap - Remove useless test before clk_disable_unprepare | Gregory CLEMENT | 2018-03-09 | 1 | -4/+2 |
| * | hwrng: cavium - make two functions static | Colin Ian King | 2018-03-09 | 2 | -2/+2 |
| * | hwrng: stm32 - rework read timeout calculation | lionel.debieve@st.com | 2018-03-03 | 1 | -15/+10 |
| * | hwrng: stm32 - allow disable clock error detection | lionel.debieve@st.com | 2018-03-03 | 1 | -1/+9 |
| * | hwrng: stm32 - add reset during probe | lionel.debieve@st.com | 2018-03-03 | 1 | -0/+9 |
| * | hwrng: bcm2835 - Handle deferred clock properly | Stefan Wahren | 2018-02-22 | 1 | -0/+2 |
| * | hwrng: imx-rngc - make symbol imx_rngc_pm_ops static | weiyongjun \(A\) | 2018-02-15 | 1 | -1/+1 |
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-02-14 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping | Jia Zhang | 2018-02-15 | 1 | -1/+1 |
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2018-01-31 | 8 | -233/+377 |
|\ \ |
|
| * | | hwrng: bcm2835 - Remove redundant dev_err call in bcm2835_rng_probe() | weiyongjun \(A\) | 2018-01-26 | 1 | -3/+1 |
| * | | hwrng: imx-rngc - simplify the power management definitions | Martin Kaiser | 2018-01-18 | 1 | -10/+3 |
| * | | hwrng: exynos - remove redundant dev_err call in exynos_trng_probe() | weiyongjun \(A\) | 2018-01-18 | 1 | -3/+1 |
| * | | hwrng: exynos - Signedness bug in exynos_trng_do_read() | Dan Carpenter | 2018-01-18 | 1 | -1/+1 |
| * | | hwrng: mediatek - Setup default RNG quality | Sean Wang | 2018-01-18 | 1 | -0/+1 |
| * | | hwrng: exynos - add Samsung Exynos True RNG driver | Łukasz Stelmach | 2018-01-05 | 3 | -0/+250 |
| * | | hwrng: core - Clean up RNG list when last hwrng is unregistered | Gary R Hook | 2017-12-22 | 1 | -0/+4 |
| * | | hwrng: bcm63xx - Remove since bcm2835-rng takes over | Florian Fainelli | 2017-11-29 | 3 | -168/+0 |
| * | | hwrng: bcm2835 - Enable BCM2835 RNG to work on BCM63xx platforms | Florian Fainelli | 2017-11-29 | 2 | -4/+14 |
| * | | hwrng: bcm2835 - Add Broadcom MIPS I/O accessors | Florian Fainelli | 2017-11-29 | 1 | -2/+11 |
| * | | hwrng: bcm2835 - Abstract I/O accessors | Florian Fainelli | 2017-11-29 | 1 | -8/+19 |
| * | | hwrng: bcm2835 - Manage an optional clock | Florian Fainelli | 2017-11-29 | 1 | -1/+16 |
| * | | hwrng: bcm2835 - Rework interrupt masking | Florian Fainelli | 2017-11-29 | 1 | -16/+23 |
| * | | hwrng: bcm2835 - Use device managed helpers | Florian Fainelli | 2017-11-29 | 1 | -12/+1 |
| * | | hwrng: bcm2835 - Implementation cleanup callback | Florian Fainelli | 2017-11-29 | 1 | -3/+9 |
| * | | hwrng: bcm2835 - Move enabling to hwrng::init | Florian Fainelli | 2017-11-29 | 1 | -4/+12 |
| * | | hwrng: bcm2835 - Define a driver private context | Florian Fainelli | 2017-11-29 | 1 | -21/+34 |
| * | | hwrng: bcm2835 - Obtain base register via resource | Florian Fainelli | 2017-11-29 | 1 | -10/+10 |
| |/ |
|
* | | tpm: Move Linux RNG connection to hwrng | Jason Gunthorpe | 2018-01-08 | 3 | -64/+0 |
* | | tpm: use struct tpm_chip for tpm_chip_find_get() | Jarkko Sakkinen | 2018-01-08 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2017-11-14 | 6 | -32/+58 |
|\ |
|
| * | hwrng: iproc-rng200 - Add support for BCM7278 | Florian Fainelli | 2017-11-10 | 2 | -3/+4 |
| * | hwrng: virtio - Virtio RNG devices need to be re-registered after suspend/resume | Jim Quigley | 2017-11-06 | 1 | -1/+20 |
| * | hwrng: core - Reset user selected rng by writing "" to rng_current | PrasannaKumar Muralidharan | 2017-11-03 | 1 | -19/+32 |