| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2013-11-15 | 1 | -2/+2 |
|\ |
|
| * | virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PM | Aaron Lu | 2013-09-23 | 1 | -2/+2 |
* | | tree-wide: use reinit_completion instead of INIT_COMPLETION | Wolfram Sang | 2013-11-15 | 1 | -1/+1 |
* | | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-11-12 | 2 | -0/+2 |
|\ \ |
|
| * | | powerpc: add missing explicit OF includes for ppc | Rob Herring | 2013-11-11 | 1 | -0/+1 |
| * | | drivers: clean-up prom.h implicit includes | Rob Herring | 2013-10-09 | 1 | -0/+1 |
| |/ |
|
* | | hwrng: Add a driver for the hwrng found in power7+ systems | Michael Ellerman | 2013-10-11 | 3 | -0/+95 |
* | | hwrng: Return errors to upper levels in pseries-rng.c | Michael Ellerman | 2013-10-11 | 1 | -3/+11 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux | Herbert Xu | 2013-09-07 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2013-07-13 | 1 | -1/+1 |
| |\ |
|
| | * | MIPS: OCTEON: Rename Kconfig CAVIUM_OCTEON_REFERENCE_BOARD to CAVIUM_OCTEON_SOC | David Daney | 2013-06-10 | 1 | -1/+1 |
* | | | hwrng: via - Add MODULE_DEVICE_TABLE | Ben Hutchings | 2013-09-02 | 1 | -0/+7 |
* | | | hwrng: omap - reorder OMAP TRNG driver code | Olof Johansson | 2013-08-21 | 1 | -54/+54 |
* | | | hwrng: tx4939 - simplify use of devm_ioremap_resource | Julia Lawall | 2013-08-14 | 1 | -3/+1 |
* | | | hwrng: pixocel - Staticize 'rng_dev' | Jingoo Han | 2013-08-09 | 1 | -1/+1 |
* | | | hwrng: omap - Add OMAP4 TRNG support | Lokesh Vutla | 2013-08-09 | 2 | -53/+305 |
* | | | hwrng: omap - Add device tree support | Lokesh Vutla | 2013-08-09 | 1 | -0/+12 |
* | | | hwrng: omap - Remove duplicated function call | Lokesh Vutla | 2013-08-09 | 1 | -1/+0 |
* | | | hwrng: omap - Convert to devm_kzalloc() | Lokesh Vutla | 2013-08-09 | 1 | -7/+2 |
* | | | hwrng: omap - Use module_platform_driver macro | Lokesh Vutla | 2013-08-09 | 1 | -16/+2 |
* | | | hwrng: mxc-rnga - Check the return value from clk_prepare_enable() | Fabio Estevam | 2013-08-01 | 1 | -1/+3 |
|/ / |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2013-07-05 | 8 | -17/+8 |
|\ \ |
|
| * | | hwrng: bcm2835 - fix MODULE_LICENSE tag | Arnd Bergmann | 2013-06-21 | 1 | -1/+1 |
| * | | hwrng: nomadik - use clk_prepare_enable() | Linus Walleij | 2013-06-05 | 1 | -1/+1 |
| * | | hwrng: use platform_{get,set}_drvdata() | Jingoo Han | 2013-06-05 | 3 | -9/+7 |
| * | | hwrng: tx4939 - remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-05-24 | 1 | -1/+0 |
| * | | hwrng: timeriomem - remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-05-24 | 1 | -2/+0 |
| * | | hwrng: bcm63xx - remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-05-24 | 1 | -2/+0 |
| * | | hwrng: atmel - remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-05-24 | 1 | -2/+0 |
* | | | hwrng: bcm2835: fix MODULE_LICENSE tag | Arnd Bergmann | 2013-06-19 | 1 | -1/+1 |
| |/
|/| |
|
* | | drivers/char/hw_random: don't check resource with devm_ioremap_resource | Wolfram Sang | 2013-05-12 | 2 | -11/+0 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2013-05-02 | 6 | -72/+268 |
|\ |
|
| * | hwrng: timeriomem - added devicetree hooks | Alexander Clouter | 2013-04-25 | 1 | -2/+22 |
| * | hwrng: timeriomem - update to support more than one device | Alexander Clouter | 2013-04-25 | 1 | -54/+116 |
| * | hwrng: bcm2835 - Add Broadcom BCM2835 RNG driver | Lubomir Rintel | 2013-04-25 | 3 | -0/+126 |
| * | hwrng: mxc-rnga - Use devm_ioremap_resource() | Fabio Estevam | 2013-03-22 | 1 | -17/+4 |
| * | hwrng: exynos - add CONFIG_PM_SLEEP/CONFIG_PM_RUNTIME to suspend/resume | Jingoo Han | 2013-03-22 | 1 | -1/+2 |
* | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2013-05-02 | 1 | -1/+1 |
|\ \ |
|
| * | | virtio_rng: use simplified virtqueue accessors. | Rusty Russell | 2013-03-20 | 1 | -1/+1 |
* | | | Merge 3.9-rc7 into char-misc-next | Greg Kroah-Hartman | 2013-04-14 | 1 | -0/+9 |
|\ \ \ |
|
| * | | | hw_random: free rng_buffer at module exit | Satoru Takeuchi | 2013-03-20 | 1 | -0/+9 |
* | | | | Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | 2013-03-26 | 1 | -2/+11 |
|\| | | |
|
| * | | | virtio: rng: disallow multiple device registrations, fixes crashes | Amit Shah | 2013-03-08 | 1 | -2/+11 |
* | | | | drivers: char: use module_platform_driver_probe() | Fabio Porcedda | 2013-03-15 | 2 | -24/+2 |
|/ / / |
|
* / / | hw_random: make buffer usable in scatterlist. | Rusty Russell | 2013-03-05 | 1 | -3/+16 |
|/ / |
|
* | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2013-02-26 | 1 | -12/+1 |
|\ \
| |/
|/| |
|
| * | virtio: use module_virtio_driver. | Rusty Russell | 2013-02-13 | 1 | -12/+1 |
* | | Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-02-21 | 1 | -1/+1 |
|\ \ |
|
| * | | Drivers: char: exynos_rng_pm_ops can be static | Fengguang Wu | 2013-01-20 | 1 | -1/+1 |
| |/ |
|
* / | char: Convert to devm_ioremap_resource() | Thierry Reding | 2013-01-22 | 3 | -10/+12 |
|/ |
|