summaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
Commit message (Expand)AuthorAgeFilesLines
* hwrng: cavium - Use per device name to allow for multiple devices.David Daney2017-02-111-1/+5
* hwrng: n2 - update version infoShannon Nelson2017-01-131-4/+4
* hwrng: n2 - support new hardware register layoutShannon Nelson2017-01-132-46/+134
* hwrng: n2 - add device data descriptionsShannon Nelson2017-01-132-8/+54
* hwrng: n2 - limit error spewage when self-test failsShannon Nelson2017-01-131-1/+4
* hwrng: core - remove unused PFX macroCorentin LABBE2016-12-271-1/+0
* hwrng: core - Move hwrng miscdev minor number to include/linux/miscdevice.hCorentin LABBE2016-12-271-2/+1
* hwrng: core - Replace asm/uaccess.h by linux/uaccess.hCorentin LABBE2016-12-271-7/+7
* hwrng: core - Rewrite the headerCorentin LABBE2016-12-271-29/+9
* hwrng: core - rewrite better comparison to NULLCorentin LABBE2016-12-271-2/+1
* hwrng: core - do not use multiple blank linesCorentin LABBE2016-12-271-5/+0
* 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-161-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-154-105/+133
|\ \ | |/ |/|
| * ipmi: create hardware-independent softdep for ipmi_devintfMartin Wilck2016-12-122-1/+1
| * ipmi: Fix sequence number handlingCorey Minyard2016-11-251-4/+5
| * ipmi: Pick up slave address from SMBIOS on an ACPI deviceCorey Minyard2016-11-252-3/+40
| * ipmi_si: Clean up printksCorey Minyard2016-11-251-76/+54
| * Move platform device creation earlier in the initializationCorey Minyard2016-11-251-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-153-5/+4
|\ \
| * | tpm: use idr_find(), not idr_find_slowpath()Matthew Wilcox2016-12-151-2/+2
| * | mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-152-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
| * | | tpm: redefine read_log() to handle ACPI/OF at runtimeNayna Jain2016-11-285-33/+42
| * | | tpm: fix the missing .owner in tpm_bios_measurements_opsNayna Jain2016-11-281-0/+1
| * | | tpm: have event log use the tpm_chipNayna Jain2016-11-286-37/+84
| * | | tpm: drop tpm1_chip_register(/unregister)Jarkko Sakkinen2016-11-283-26/+11
| * | | tpm: replace dynamically allocated bios_dir with a static arrayJarkko Sakkinen2016-11-284-54/+43
| * | | tpm: replace symbolic permission with octal for securityfs filesNayna Jain2016-11-281-2/+2
| * | | char: tpm: fix kerneldoc tpm2_unseal_trusted name typoBaruch Siach2016-11-281-1/+1
| * | | tpm_tis: Allow tpm_tis to be bound using DTJason Gunthorpe2016-11-282-1/+12
| * | | tpm, tpm_vtpm_proxy: add kdoc comments for VTPM_PROXY_IOC_NEW_DEVJarkko Sakkinen2016-11-281-25/+47
| * | | tpm: Only call pm_runtime_get_sync if device has a parentStefan Berger2016-11-281-2/+4
| * | | tpm: define a generic open() method for ascii & bios measurementsNayna Jain2016-11-281-48/+15
| * | | tpm: Get rid of TPM_CHIP_FLAG_REGISTEREDJason Gunthorpe2016-11-282-6/+0
| * | | tpm xen: Remove bogus tpm_chip_unregisterJason Gunthorpe2016-11-281-1/+0
| * | | tpm tis: Do not print timeout messages twiceJason Gunthorpe2016-11-283-10/+18
| * | | tpm_tis: Check return values from get_burstcount.Josh Zimmerman2016-11-281-2/+13
| * | | tpm: place kdoc just above tpm_pcr_extendWinkler, Tomas2016-11-281-8/+8