summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* hw_random: timeriomem_rng: Allow setting RNG quality from platform dataRick Altherr2017-07-071-0/+7
* Merge tag 'v4.10.17' into dev-4.10Joel Stanley2017-06-0512-107/+214
|\
| * ipmi: Fix kernel panic at ipmi_ssif_thread()Joeseph Chang2017-05-201-1/+3
| * tmp: use pdev for parent device in tpm_chip_allocWinkler, Tomas2017-05-141-4/+4
| * tpm: fix RC value check in tpm2_seal_trustedJarkko Sakkinen2017-05-142-1/+6
| * virtio-console: avoid DMA from stackOmar Sandoval2017-04-211-2/+10
| * mm: Tighten x86 /dev/mem with zeroing readsKees Cook2017-04-211-30/+52
| * char: lack of bool string made CONFIG_DEVPORT always onMax Bires2017-04-211-1/+4
| * random: use chacha20 for get_random_int/longJason A. Donenfeld2017-04-121-41/+43
| * hwrng: geode - Revert managed API changesPrarit Bhargava2017-03-301-15/+35
| * hwrng: amd - Revert managed API changesPrarit Bhargava2017-03-301-8/+34
| * ppdev: fix registering same device nameSudip Mukherjee2017-03-301-2/+9
| * hwrng: omap - Do not access INTMASK_REG on EIP76Thomas Petazzoni2017-03-261-1/+12
| * hwrng: omap - use devm_clk_get() instead of of_clk_get()Thomas Petazzoni2017-03-261-1/+1
| * hwrng: omap - write registers after enabling the clockThomas Petazzoni2017-03-261-1/+2
* | hwrng: timeriomem: Print error when failing to get resourceJoel Stanley2017-04-181-1/+3
* | hwrng: timeriomem - Improve performance for sub-jiffie update periodsRick Altherr2017-04-111-41/+45
* | hwrng: timeriomem - Shorten verbose type and variable namesRick Altherr2017-04-111-14/+13
* | hwrng: timeriomem - Migrate to new APIRick Altherr2017-04-111-30/+30
* | ipmi: bt-bmc: Add ast2500 compatible stringJoel Stanley2017-03-231-0/+1
* | ipmi: bt-bmc: Use a regmap for register accessAndrew Jeffery2017-03-232-22/+61
|/
* tpm_tis: fix the error handling of init_tis()Wei Yongjun2017-03-121-1/+1
* tpm_tis: use default timeout value if chip reports it as zeroMaciej S. Szmigiero2017-03-124-26/+37
* Revert "hwrng: core - zeroize buffers with random data"David Daney2017-02-081-3/+0
* virtio_console: fix a crash in config_work_handlerG. Campana2017-01-191-1/+1
* ppdev: don't print a free'd stringColin Ian King2017-01-111-5/+8
* drivers: char: mem: Fix thinkos in kmem address checksRobin Murphy2017-01-111-6/+4
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2428-28/+28
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-12-151-7/+7
|\
| * virtio_console: drop unused config fieldsMichael S. Tsirkin2016-12-151-7/+7
* | Merge tag 'for-linus-4.10' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds2016-12-144-105/+133
|\ \ | |/ |/|
| * ipmi: create hardware-independent softdep for ipmi_devintfMartin Wilck2016-12-122-1/+1
| * ipmi: Fix sequence number handlingCorey Minyard2016-11-241-4/+5
| * ipmi: Pick up slave address from SMBIOS on an ACPI deviceCorey Minyard2016-11-242-3/+40
| * ipmi_si: Clean up printksCorey Minyard2016-11-241-76/+54
| * Move platform device creation earlier in the initializationCorey Minyard2016-11-241-15/+31
| * ipmi_ssif: Remove an unused module parameterCorey Minyard2016-11-071-4/+0
| * ipmi: Periodically check for events, not messagesCorey Minyard2016-11-071-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-143-5/+4
|\ \
| * | tpm: use idr_find(), not idr_find_slowpath()Matthew Wilcox2016-12-141-2/+2
| * | mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-142-3/+2
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-12-1416-375/+519
|\ \ \
| * | | tpm: adjust return value of tpm_read_logJason Gunthorpe2016-11-281-2/+4
| * | | tpm: vtpm_proxy: conditionally call tpm_chip_unregisterJason Gunthorpe2016-11-281-7/+6
| * | | tpm: Fix handling of missing event logJason Gunthorpe2016-11-284-21/+26
| * | | tpm: Check the bios_dir entry for NULL before accessing itStefan Berger2016-11-281-5/+7
| * | | tpm: return -ENODEV if np is not setColin Ian King2016-11-281-1/+1
| * | | tpm: cleanup of printk error messagesNayna Jain2016-11-282-32/+13
| * | | tpm: replace of_find_node_by_name() with dev of_node propertyNayna Jain2016-11-281-4/+2
OpenPOWER on IntegriCloud