index
:
litmus-rt-imx6.git
chengyangfu
master
wip-mc2
wip-mc2-lvc
wip-mc2-new
wip-mc2-ver2
LITMUS^RT and MC^2 V1 support for the i.MX6 processor family.
Namhoon Kim
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
hw_random
Commit message (
Expand
)
Author
Age
*
ENGR00292341 imx6sl hwrng
Dan Douglass
2014-04-16
*
hwrng: bcm2835: fix MODULE_LICENSE tag
Arnd Bergmann
2013-08-11
*
drivers/char/hw_random: don't check resource with devm_ioremap_resource
Wolfram Sang
2013-05-12
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2013-05-02
|
\
|
*
hwrng: timeriomem - added devicetree hooks
Alexander Clouter
2013-04-25
|
*
hwrng: timeriomem - update to support more than one device
Alexander Clouter
2013-04-25
|
*
hwrng: bcm2835 - Add Broadcom BCM2835 RNG driver
Lubomir Rintel
2013-04-25
|
*
hwrng: mxc-rnga - Use devm_ioremap_resource()
Fabio Estevam
2013-03-22
|
*
hwrng: exynos - add CONFIG_PM_SLEEP/CONFIG_PM_RUNTIME to suspend/resume
Jingoo Han
2013-03-22
*
|
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2013-05-02
|
\
\
|
*
|
virtio_rng: use simplified virtqueue accessors.
Rusty Russell
2013-03-20
*
|
|
Merge 3.9-rc7 into char-misc-next
Greg Kroah-Hartman
2013-04-14
|
\
\
\
|
*
|
|
hw_random: free rng_buffer at module exit
Satoru Takeuchi
2013-03-19
*
|
|
|
Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/...
Greg Kroah-Hartman
2013-03-26
|
\
|
|
|
|
*
|
|
virtio: rng: disallow multiple device registrations, fixes crashes
Amit Shah
2013-03-07
*
|
|
|
drivers: char: use module_platform_driver_probe()
Fabio Porcedda
2013-03-15
|
/
/
/
*
/
/
hw_random: make buffer usable in scatterlist.
Rusty Russell
2013-03-04
|
/
/
*
|
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2013-02-26
|
\
\
|
|
/
|
/
|
|
*
virtio: use module_virtio_driver.
Rusty Russell
2013-02-13
*
|
Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2013-02-21
|
\
\
|
*
|
Drivers: char: exynos_rng_pm_ops can be static
Fengguang Wu
2013-01-20
|
|
/
*
/
char: Convert to devm_ioremap_resource()
Thierry Reding
2013-01-22
|
/
*
Drivers: char: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-03
*
Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
2012-12-13
|
\
|
*
ARM: plat-nomadik: move MTU, kill plat-nomadik
Linus Walleij
2012-11-05
*
|
Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2012-12-12
|
\
\
|
*
|
ARM: OMAP: Trivial driver changes to remove include plat/cpu.h
Tony Lindgren
2012-10-15
|
|
/
*
|
Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2012-12-11
|
\
\
|
*
|
char: remove use of __devexit
Bill Pemberton
2012-11-21
|
*
|
char: remove use of __devinitdata
Bill Pemberton
2012-11-21
|
|
/
*
/
IXP4xx: HW pseudo-random generator is available on IXP45x/46x only.
Krzysztof HaĆasa
2012-11-21
|
/
*
Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...
Linus Torvalds
2012-10-07
|
\
|
*
hwrng: OMAP: remove SoC restrictions from driver registration
Paul Walmsley
2012-09-23
|
*
hwrng: OMAP: convert to use runtime PM
Paul Walmsley
2012-09-23
|
*
hwrng: OMAP: store per-device data in per-device variables, not file statics
Paul Walmsley
2012-09-23
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2012-10-04
|
\
\
|
*
|
hwrng: mxc-rnga - Access data via structure
Fabio Estevam
2012-09-06
|
*
|
hwrng: mxc-rnga - Adapt clocks to new i.mx clock framework
Fabio Estevam
2012-09-06
|
*
|
drivers/char/hw_random/octeon-rng.c: drop frees of devm allocated data
Julia Lawall
2012-08-20
*
|
|
hw_random: add support for the TPM chip as a hardware RNG source
Kent Yoder
2012-08-22
|
|
/
|
/
|
*
|
omap-rng: fix use of SIMPLE_DEV_PM_OPS
Arnd Bergmann
2012-08-10
|
/
*
Merge tag 'virtio-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2012-07-30
|
\
|
*
virtio: rng: s3/s4 support
Amit Shah
2012-07-30
|
*
virtio: rng: split out common code in probe / remove for s3/s4 ops
Amit Shah
2012-07-30
|
*
virtio: rng: don't wait on host when module is going away
Amit Shah
2012-07-30
|
*
virtio: rng: allow tasks to be killed that are waiting for rng input
Amit Shah
2012-07-30
*
|
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2012-07-30
|
\
\
|
|
/
|
/
|
|
*
hw_random: add Broadcom BCM63xx RNG driver
Florian Fainelli
2012-07-24
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2012-07-26
|
\
\
|
*
|
hwrng: exynos - Add support for Exynos random number generator
Jonghwa Lee
2012-07-10
[next]