Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1287c5bf214b906d64a71c481545010dbe1b5b66
/
drivers
/
char
34679ec
virtio: rng: add derating factor for use by hwrng core
by Amit Shah
· 10 years ago
801a71a
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 10 years ago
a7d7a14
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 10 years ago
f4f142e
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
by Linus Torvalds
· 10 years ago
bb2cbf5
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 10 years ago
e7fda6c
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
e02b876
hwrng: Pass entropy to add_hwgenerator_randomness() in bits, not bytes
by Stephen Boyd
· 10 years ago
48d6be9
random: limit the contribution of the hw rng to at most half
by Theodore Ts'o
· 10 years ago
c6e9d6f
random: introduce getrandom(2) system call
by Theodore Ts'o
· 10 years ago
79eb238
Merge tag 'tty-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 10 years ago
2521129
Merge tag 'char-misc-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 10 years ago
5d42f82
Merge tag 'v3.16' into drm-next
by Dave Airlie
· 10 years ago
08d645c
agp: remove read/write stubs
by Mathias Krause
· 10 years ago
a3d64df
tpm: simplify code by using %*phN specifier
by Andy Shevchenko
· 10 years ago
8e54caf
tpm: Provide a generic means to override the chip returned timeouts
by Jason Gunthorpe
· 10 years ago
3e14d83
tpm: missing tpm_chip_put in tpm_get_random()
by Jarkko Sakkinen
· 11 years ago
b49e104
tpm: Properly clean sysfs entries in error path
by Stefan Berger
· 10 years ago
f07a5e9
tpm: Add missing tpm_do_selftest to ST33 I2C driver
by Jason Gunthorpe
· 11 years ago
eeec626
Revert "hwrng: virtio - ensure reads happen after successful probe"
by Amit Shah
· 10 years ago
5c06273
virtio: rng: delay hwrng_register() till driver is ready
by Amit Shah
· 10 years ago
6062829
virtio: rng: re-arrange struct elements for better packing
by Amit Shah
· 10 years ago
373445d
virtio: rng: remove unused struct element
by Amit Shah
· 10 years ago
5885e48
virtio: console: remove unnecessary null test before debugfs_remove_recursive
by Fabian Frederick
· 10 years ago
2044fdb0
hangcheck-timer: Use ktime_get_ns()
by Thomas Gleixner
· 10 years ago
b8d2d12
Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
by Linus Torvalds
· 10 years ago
4e10627
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 10 years ago
79a8468
random: check for increase of entropy_count because of signed conversion
by Hannes Frederic Sowa
· 10 years ago
389345c
drivers/char/dsp56k.c: drop check for negativity of unsigned parameter
by Andrey Utkin
· 10 years ago
9dda727
hw_random: fix sparse warning (NULL vs 0 for pointer)
by Torsten Duwe
· 10 years ago
ee3e00e
random: use registers from interrupted code for CPU's w/o a cycle counter
by Theodore Ts'o
· 10 years ago
0f734e6
hwrng: add per-device entropy derating
by Torsten Duwe
· 10 years ago
be4000b
hwrng: create filler thread
by Torsten Duwe
· 10 years ago
c84dbf6
random: add_hwgenerator_randomness() for feeding entropy from devices
by Torsten Duwe
· 10 years ago
43759d4
random: use an improved fast_mix() function
by Theodore Ts'o
· 10 years ago
840f950
random: clean up interrupt entropy accounting for archs w/o cycle counters
by Theodore Ts'o
· 10 years ago
cff8503
random: only update the last_pulled time if we actually transferred entropy
by Theodore Ts'o
· 10 years ago
85608f8
random: remove unneeded hash of a portion of the entropy pool
by Theodore Ts'o
· 10 years ago
91fcb53
random: always update the entropy pool under the spinlock
by Theodore Ts'o
· 10 years ago
e052dbf
hwrng: virtio - ensure reads happen after successful probe
by Amit Shah
· 10 years ago
d3cc799
hwrng: fetch randomness only after device init
by Amit Shah
· 10 years ago
ca17749
Merge 3.16-rc5 into tty-next.
by Greg Kroah-Hartman
· 10 years ago
9f48c89
Merge 3.16-rc5 into char-misc-next
by Greg Kroah-Hartman
· 10 years ago
69fee68
char: synclink: Remove WARN_ON for bad port count
by Peter Hurley
· 10 years ago
e359a4e
tty: Remove tty_hung_up_p() tests from tty drivers' open()
by Peter Hurley
· 10 years ago
8a26af3
char: xilinx_hwicap: missing error code if ioremap() fails
by Dan Carpenter
· 10 years ago
4171ee9
bsr: avoid format string leaking into device name
by Kees Cook
· 10 years ago
6d827fb
i8k: Fix non-SMP operation
by Guenter Roeck
· 10 years ago
7b88344
i8k: Add support for Dell Precision 490 and Latitude D520
by Guenter Roeck
· 10 years ago
81474fc
i8k: Add support for configurable maximum fan speed value
by Guenter Roeck
· 10 years ago
b12ce5f
i8k: Drop all labels
by Guenter Roeck
· 10 years ago
5ee22be
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
by Linus Torvalds
· 10 years ago
e33ba5f
random: fix nasty entropy accounting bug
by Theodore Ts'o
· 10 years ago
16b9057
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
9c1d528
Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linus
by Al Viro
· 10 years ago
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
5eb10d9
random: convert use of typedef ctl_table to struct ctl_table
by Joe Perches
· 10 years ago
4dc4226
Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm into next
by Linus Torvalds
· 10 years ago
0e36d43
Merge branch 'acpica'
by Rafael J. Wysocki
· 10 years ago
c84a1e3
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next
by Linus Torvalds
· 10 years ago
4046136
Merge tag 'char-misc-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc into next
by Linus Torvalds
· 10 years ago
681a289
Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into next
by Linus Torvalds
· 10 years ago
8bab797
applicom: dereferencing NULL on error path
by Dan Carpenter
· 11 years ago
a238317
ACPI: Clean up acpi_os_map/unmap_memory() to eliminate __iomem.
by Lv Zheng
· 10 years ago
65c2ce7
Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixes
by Ingo Molnar
· 10 years ago
b84293b
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
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
f9c6d49
random: fix BUG_ON caused by accounting simplification
by Theodore Ts'o
· 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
f759546
ACPI / TPM: Fix resume regression on Chromebooks
by Rafael J. Wysocki
· 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
2fe5de9
Merge branch 'sched/urgent' into sched/core, to avoid conflicts
by Ingo Molnar
· 11 years ago
1456c0a
blkdev_aio_write() - turn into blkdev_write_iter()
by Al Viro
· 11 years ago
aad4f8b
switch simple generic_file_aio_read() users to ->read_iter()
by Al Viro
· 11 years ago
3ca9e5d
agp: info leak in agpioc_info_wrap()
by Dan Carpenter
· 11 years ago
bdcfa3e
random: export add_disk_randomness
by Christoph Hellwig
· 11 years ago
575a292
Merge tag 'tty-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 11 years ago
8698a74
sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICE
by Dongsheng Yang
· 11 years ago
c2896de
Merge branch 'ipmi' (emailed ipmi fixes)
by Linus Torvalds
· 11 years ago
7aefac2
ipmi: boolify some things
by Corey Minyard
· 11 years ago
8998649
ipmi: Turn off all activity on an idle ipmi interface
by Corey Minyard
· 11 years ago
0dfe6e7
ipmi: Turn off default probing of interfaces
by Corey Minyard
· 11 years ago
eb6d78e
ipmi: Reset the KCS timeout when starting error recovery
by Corey Minyard
· 11 years ago
48e8ac2
ipmi: Fix a race restarting the timer
by Bodo Stroesser
· 11 years ago
a94cdd1
Char: ipmi_bt_sm, fix infinite loop
by Jiri Slaby
· 11 years ago
9ca83fd
tty: Fix help text of SYNCLINK_CS
by Jean Delvare
· 11 years ago
b24313a
ttyprintk: Allow built as a module
by Takashi Iwai
· 11 years ago
7d1c285
ttyprintk: Fix wrong tty_unregister_driver() call in the error path
by Takashi Iwai
· 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
5166701
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
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
4ba8526
Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86
by Linus Torvalds
· 11 years ago
ce816fa
Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP
by Uwe Kleine-König
· 11 years ago
Next »