Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
fee3b2455c849b8ab60634300bbbd848be943264
/
drivers
/
char
/
hw_random
5c02c39
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 10 years ago
639b4ac
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 into next
by Linus Torvalds
· 10 years ago
a17597d
virtio-rng: fixes for device registration/unregistration
by Sasha Levin
· 10 years ago
e5d23a8
virtio-rng: fix boot with virtio-rng device
by Sasha Levin
· 10 years ago
08e53fb
virtio-rng: support multiple virtio-rng devices
by Amos Kong
· 10 years ago
0118a55
hwrng: n2-drv - Introduce the use of the managed version of kzalloc
by Himangi Saraogi
· 10 years ago
7bad94a
hwrng: timeriomem - remove unnecessary OOM messages
by Jingoo Han
· 11 years ago
9e9026a
hwrng: omap - remove unnecessary OOM messages
by Jingoo Han
· 11 years ago
8ece117
hwrng: picoxcell - remove unbuildable picoxcell TRNG
by Paul Bolle
· 11 years ago
2d9cab5
hwrng: Fix a few driver dependencies and defaults
by Jean Delvare
· 11 years ago
0200161
hwrng: Turn HW_RANDOM into a menuconfig
by Jean Delvare
· 11 years ago
dc64ef0
hwrng: Move UML_RANDOM at the last position
by Jean Delvare
· 11 years ago
dafe344
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 11 years ago
eb4a534
hwrng: bcm2835 - fix oops when rng h/w is accessed during registration
by Matt Porter
· 11 years ago
cbda94e
Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 11 years ago
59ecc26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 11 years ago
64056a9
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 11 years ago
9914a76
virtio-rng: don't crash if virtqueue is broken.
by Rusty Russell
· 11 years ago
d9e7972
hwrng: add randomness to system from rng sources
by Kees Cook
· 11 years ago
93b7f9c
hwrng: timeriomem - Use devm_*() functions
by Jingoo Han
· 11 years ago
1655c24
hwrng: nomadik - Use devm_*() functions
by Jingoo Han
· 11 years ago
0c0aa84
hwrng: pixocell - Use devm_clk_get()
by Jingoo Han
· 11 years ago
0574bce
hwrng: omap3-rom - Use devm_clk_get()
by Jingoo Han
· 11 years ago
0c0becd
hwrng: atmel - Use devm_clk_get()
by Jingoo Han
· 11 years ago
fb5d23e
hwrng: pixocell - Use devm_ioremap_resource()
by Jingoo Han
· 11 years ago
bfaff75
hwrng: atmel - Use devm_ioremap_resource()
by Jingoo Han
· 11 years ago
2257ffb
hwrng: msm: switch Kconfig to ARCH_QCOM depends
by Kumar Gala
· 11 years ago
d167b6e
hwrng: cleanup in hwrng_register()
by Dan Carpenter
· 11 years ago
4c020b0
drivers/char: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
26b265c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 11 years ago
b746f9c
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 11 years ago
16735d0
tree-wide: use reinit_completion instead of INIT_COMPLETION
by Wolfram Sang
· 11 years ago
10d0c97
Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 11 years ago
c11eede
powerpc: add missing explicit OF includes for ppc
by Rob Herring
· 11 years ago
0d28978
hwrng: msm - Add PRNG support for MSM SoC's
by Stanimir Varbanov
· 11 years ago
1c6b7c2
hwrng: OMAP3 ROM Random Number Generator support
by Pali Rohár
· 11 years ago
66548e4
hwrng: Add a driver for the hwrng found in power7+ systems
by Michael Ellerman
· 11 years ago
f95dabe
hwrng: Return errors to upper levels in pseries-rng.c
by Michael Ellerman
· 11 years ago
5af5073
drivers: clean-up prom.h implicit includes
by Rob Herring
· 11 years ago
d319fe2
hwrng: pseries - Return errors to upper levels in pseries-rng.c
by Michael Ellerman
· 11 years ago
49cca7e
hwrng: pseries - Use KBUILD_MODNAME in pseries-rng.c
by Michael Ellerman
· 11 years ago
8910700
virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PM
by Aaron Lu
· 11 years ago
a44bc80
hwrng: via-rng - Mark device ID table as __maybe_unused
by Ben Hutchings
· 11 years ago
eeca9fa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
by Herbert Xu
· 11 years ago
ff6f83f
hwrng: via - Add MODULE_DEVICE_TABLE
by Ben Hutchings
· 11 years ago
a246968
hwrng: omap - reorder OMAP TRNG driver code
by Olof Johansson
· 11 years ago
9dc4803
hwrng: tx4939 - simplify use of devm_ioremap_resource
by Julia Lawall
· 11 years ago
75be456
hwrng: pixocel - Staticize 'rng_dev'
by Jingoo Han
· 11 years ago
e83872c
hwrng: omap - Add OMAP4 TRNG support
by Lokesh Vutla
· 11 years ago
c903970
hwrng: omap - Add device tree support
by Lokesh Vutla
· 11 years ago
7256c47
hwrng: omap - Remove duplicated function call
by Lokesh Vutla
· 11 years ago
d52dc81
hwrng: omap - Convert to devm_kzalloc()
by Lokesh Vutla
· 11 years ago
4390f77
hwrng: omap - Use module_platform_driver macro
by Lokesh Vutla
· 11 years ago
9e01d0c
hwrng: mxc-rnga - Check the return value from clk_prepare_enable()
by Fabio Estevam
· 11 years ago
d144746
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 11 years ago
b2c3110
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 11 years ago
046174d
hwrng: bcm2835 - fix MODULE_LICENSE tag
by Arnd Bergmann
· 11 years ago
22e8099
hwrng: bcm2835: fix MODULE_LICENSE tag
by Arnd Bergmann
· 12 years ago
9ddebc4
MIPS: OCTEON: Rename Kconfig CAVIUM_OCTEON_REFERENCE_BOARD to CAVIUM_OCTEON_SOC
by David Daney
· 11 years ago
beca35d
hwrng: nomadik - use clk_prepare_enable()
by Linus Walleij
· 11 years ago
1f539bc
hwrng: use platform_{get,set}_drvdata()
by Jingoo Han
· 11 years ago
1ef997d
hwrng: tx4939 - remove unnecessary platform_set_drvdata()
by Jingoo Han
· 12 years ago
08d63a2
hwrng: timeriomem - remove unnecessary platform_set_drvdata()
by Jingoo Han
· 12 years ago
938ae2f
hwrng: bcm63xx - remove unnecessary platform_set_drvdata()
by Jingoo Han
· 12 years ago
19e21b1
hwrng: atmel - remove unnecessary platform_set_drvdata()
by Jingoo Han
· 12 years ago
2a9ba2e
drivers/char/hw_random: don't check resource with devm_ioremap_resource
by Wolfram Sang
· 11 years ago
797994f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 12 years ago
736a2dd
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
b149a30
hwrng: timeriomem - added devicetree hooks
by Alexander Clouter
· 12 years ago
1907da7
hwrng: timeriomem - update to support more than one device
by Alexander Clouter
· 12 years ago
8c4196a
hwrng: bcm2835 - Add Broadcom BCM2835 RNG driver
by Lubomir Rintel
· 12 years ago
2f093e2
Merge 3.9-rc7 into char-misc-next
by Greg Kroah-Hartman
· 12 years ago
e58b9a2
Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc into char-misc-next
by Greg Kroah-Hartman
· 12 years ago
264878e
hwrng: mxc-rnga - Use devm_ioremap_resource()
by Fabio Estevam
· 12 years ago
a80c542
hwrng: exynos - add CONFIG_PM_SLEEP/CONFIG_PM_RUNTIME to suspend/resume
by Jingoo Han
· 12 years ago
fb6aa6f
virtio_rng: use simplified virtqueue accessors.
by Rusty Russell
· 12 years ago
b7d44d9
hw_random: free rng_buffer at module exit
by Satoru Takeuchi
· 12 years ago
e7c2199
drivers: char: use module_platform_driver_probe()
by Fabio Porcedda
· 12 years ago
e84e7a5
virtio: rng: disallow multiple device registrations, fixes crashes
by Amit Shah
· 12 years ago
f7f154f
hw_random: make buffer usable in scatterlist.
by Rusty Russell
· 12 years ago
3c834b6
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
7ed214a
Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 12 years ago
b2a1702
virtio: use module_virtio_driver.
by Rusty Russell
· 12 years ago
c7c9e1c
char: Convert to devm_ioremap_resource()
by Thierry Reding
· 12 years ago
ef4458a
Drivers: char: exynos_rng_pm_ops can be static
by Fengguang Wu
· 12 years ago
bcd2982
Drivers: char: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
b8edf84
Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
8287361
Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
6a5971d
Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 12 years ago
553da85
IXP4xx: HW pseudo-random generator is available on IXP45x/46x only.
by Krzysztof Hałasa
· 15 years ago
39af33f
char: remove use of __devexit
by Bill Pemberton
· 12 years ago
0bbed20
char: remove use of __devinitdata
by Bill Pemberton
· 12 years ago
694e33a
ARM: plat-nomadik: move MTU, kill plat-nomadik
by Linus Walleij
· 12 years ago
27615a9
ARM: OMAP: Trivial driver changes to remove include plat/cpu.h
by Tony Lindgren
· 12 years ago
5e090ed
Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
d66e6737
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 12 years ago
fe47c58
hwrng: OMAP: remove SoC restrictions from driver registration
by Paul Walmsley
· 12 years ago
665d92f
hwrng: OMAP: convert to use runtime PM
by Paul Walmsley
· 12 years ago
0266636
hwrng: OMAP: store per-device data in per-device variables, not file statics
by Paul Walmsley
· 12 years ago
821873a
hwrng: mxc-rnga - Access data via structure
by Fabio Estevam
· 12 years ago
Next »