Age | Commit message (Expand) | Author |
2017-11-14 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2017-11-13 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2017-11-10 | hwrng: iproc-rng200 - Add support for BCM7278 | Florian Fainelli |
2017-11-06 | hwrng: virtio - Virtio RNG devices need to be re-registered after suspend/resume | Jim Quigley |
2017-11-03 | hwrng: core - Reset user selected rng by writing "" to rng_current | PrasannaKumar Muralidharan |
2017-11-03 | hwrng: xgene - Convert timers to use timer_setup() | Kees Cook |
2017-11-02 | hwrng/xgene-rng: Convert timers to use timer_setup() | Kees Cook |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-12 | hwrng: core - pr_err() strings should end with newlines | Arvind Yadav |
2017-09-22 | hwrng: timeriomem - Remove 'max < 4' condition check | PrasannaKumar Muralidharan |
2017-09-22 | hwrng: pseries - constify vio_device_id | Arvind Yadav |
2017-08-03 | hwrng: mx-rngc - add a driver for Freescale RNGC | Martin Kaiser |
2017-08-03 | hwrng: Kconfig - Correct help text about feeding entropy pool | PrasannaKumar Muralidharan |
2017-07-18 | hwrng: remember rng chosen by user | Harald Freudenberger |
2017-07-18 | hwrng: use rng source with best quality | Harald Freudenberger |
2017-06-20 | hwrng: mtk - add runtime PM support | Sean Wang |
2017-06-01 | hw_random: timeriomem_rng: Allow setting RNG quality from platform data | Rick Altherr |
2017-05-23 | hwrng: omap3-rom - Handle return value of clk_prepare_enable | Arvind Yadav |
2017-05-02 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2017-05-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds |
2017-04-26 | s390/trng: Introduce s390 TRNG device driver. | Harald Freudenberger |
2017-04-21 | hwrng: mtk - Add driver for hardware random generator on MT7623 SoC | Sean Wang |
2017-04-21 | hwrng: n2 - Use devm_kcalloc() in n2rng_probe() | Markus Elfring |
2017-04-21 | crypto: exynos - Add new Exynos RNG driver | Krzysztof Kozlowski |
2017-04-10 | hwrng: timeriomem - Improve performance for sub-jiffie update periods | Rick Altherr |
2017-04-10 | hwrng: timeriomem - Shorten verbose type and variable names | Rick Altherr |
2017-04-10 | hwrng: timeriomem - Migrate to new API | Rick Altherr |
2017-04-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu |
2017-03-16 | hwrng: omap - move clock related code to omap_rng_probe() | Thomas Petazzoni |
2017-03-16 | hwrng: meson - add clock handling to driver | Heiner Kallweit |
2017-03-16 | hwrng: geode - Revert managed API changes | Prarit Bhargava |
2017-03-16 | hwrng: amd - Revert managed API changes | Prarit Bhargava |
2017-03-08 | hwrng: omap - Do not access INTMASK_REG on EIP76 | Thomas Petazzoni |
2017-03-08 | hwrng: omap - use devm_clk_get() instead of of_clk_get() | Thomas Petazzoni |
2017-03-08 | hwrng: omap - write registers after enabling the clock | Thomas Petazzoni |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar |
2017-02-23 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2017-02-15 | hwrng: omap - update Kconfig help description | Russell King |
2017-02-11 | hwrng: cavium - Use per device name to allow for multiple devices. | David Daney |
2017-02-08 | Revert "hwrng: core - zeroize buffers with random data" | David Daney |
2017-01-13 | hwrng: n2 - update version info | Shannon Nelson |
2017-01-13 | hwrng: n2 - support new hardware register layout | Shannon Nelson |
2017-01-13 | hwrng: n2 - add device data descriptions | Shannon Nelson |
2017-01-13 | hwrng: n2 - limit error spewage when self-test fails | Shannon Nelson |
2016-12-27 | hwrng: core - remove unused PFX macro | Corentin LABBE |
2016-12-27 | hwrng: core - Move hwrng miscdev minor number to include/linux/miscdevice.h | Corentin LABBE |
2016-12-27 | hwrng: core - Replace asm/uaccess.h by linux/uaccess.h | Corentin LABBE |
2016-12-27 | hwrng: core - Rewrite the header | Corentin LABBE |
2016-12-27 | hwrng: core - rewrite better comparison to NULL | Corentin LABBE |
2016-12-27 | hwrng: core - do not use multiple blank lines | Corentin LABBE |