summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2017-07-07hw_random: timeriomem_rng: Allow setting RNG quality from platform dataRick Altherr1-0/+7
2017-06-05Merge tag 'v4.10.17' into dev-4.10Joel Stanley12-107/+214
2017-05-20ipmi: Fix kernel panic at ipmi_ssif_thread()Joeseph Chang1-1/+3
2017-05-14tmp: use pdev for parent device in tpm_chip_allocWinkler, Tomas1-4/+4
2017-05-14tpm: fix RC value check in tpm2_seal_trustedJarkko Sakkinen2-1/+6
2017-04-21virtio-console: avoid DMA from stackOmar Sandoval1-2/+10
2017-04-21mm: Tighten x86 /dev/mem with zeroing readsKees Cook1-30/+52
2017-04-21char: lack of bool string made CONFIG_DEVPORT always onMax Bires1-1/+4
2017-04-18hwrng: timeriomem: Print error when failing to get resourceJoel Stanley1-1/+3
2017-04-12random: use chacha20 for get_random_int/longJason A. Donenfeld1-41/+43
2017-04-11hwrng: timeriomem - Improve performance for sub-jiffie update periodsRick Altherr1-41/+45
2017-04-11hwrng: timeriomem - Shorten verbose type and variable namesRick Altherr1-14/+13
2017-04-11hwrng: timeriomem - Migrate to new APIRick Altherr1-30/+30
2017-03-30hwrng: geode - Revert managed API changesPrarit Bhargava1-15/+35
2017-03-30hwrng: amd - Revert managed API changesPrarit Bhargava1-8/+34
2017-03-30ppdev: fix registering same device nameSudip Mukherjee1-2/+9
2017-03-26hwrng: omap - Do not access INTMASK_REG on EIP76Thomas Petazzoni1-1/+12
2017-03-26hwrng: omap - use devm_clk_get() instead of of_clk_get()Thomas Petazzoni1-1/+1
2017-03-26hwrng: omap - write registers after enabling the clockThomas Petazzoni1-1/+2
2017-03-22ipmi: bt-bmc: Add ast2500 compatible stringJoel Stanley1-0/+1
2017-03-22ipmi: bt-bmc: Use a regmap for register accessAndrew Jeffery2-22/+61
2017-03-12tpm_tis: fix the error handling of init_tis()Wei Yongjun1-1/+1
2017-03-12tpm_tis: use default timeout value if chip reports it as zeroMaciej S. Szmigiero4-26/+37
2017-02-09Revert "hwrng: core - zeroize buffers with random data"David Daney1-3/+0
2017-01-20virtio_console: fix a crash in config_work_handlerG. Campana1-1/+1
2017-01-11ppdev: don't print a free'd stringColin Ian King1-5/+8
2017-01-11drivers: char: mem: Fix thinkos in kmem address checksRobin Murphy1-6/+4
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds28-28/+28
2016-12-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-7/+7
2016-12-15virtio_console: drop unused config fieldsMichael S. Tsirkin1-7/+7
2016-12-15Merge tag 'for-linus-4.10' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds4-105/+133
2016-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-5/+4
2016-12-15tpm: use idr_find(), not idr_find_slowpath()Matthew Wilcox1-2/+2
2016-12-15mm: use vmf->address instead of of vmf->virtual_addressJan Kara2-3/+2
2016-12-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds16-375/+519
2016-12-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds8-56/+151
2016-12-14Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+2
2016-12-13Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-13/+416
2016-12-13Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds1-2/+2
2016-12-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2016-12-13Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+2
2016-12-12ipmi: create hardware-independent softdep for ipmi_devintfMartin Wilck2-1/+1
2016-11-29char/pcmcia: add some error checking in scr24x_read()Dan Carpenter1-1/+1
2016-11-29snsc: restore IRQs on error path in scdrv_write()Dan Carpenter1-1/+1
2016-11-29ppdev: check before attaching portSudip Mukherjee1-2/+21
2016-11-29ppdev: use pr_* macrosSudip Mukherjee1-6/+5
2016-11-29ppdev: fix memory leakSudip Mukherjee1-1/+1
2016-11-28tpm: adjust return value of tpm_read_logJason Gunthorpe1-2/+4
2016-11-28tpm: vtpm_proxy: conditionally call tpm_chip_unregisterJason Gunthorpe1-7/+6