summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-02-221-0/+1
|\
| * serdev: Introduce new bus for serial attached devicesRob Herring2017-02-031-0/+1
* | Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-02-225-16/+7
|\ \
| * \ Merge 4.10-rc7 into char-misc-nextGreg Kroah-Hartman2017-02-061-1/+1
| |\ \
| * | | char: xilinx_hwicap: Remove pointless local variablesMichal Simek2017-01-251-4/+0
| * | | Merge 4.10-rc4 into char-misc-nextGreg Kroah-Hartman2017-01-162-11/+12
| |\ \ \ | | | |/ | | |/|
| * | | char: lack of bool string made CONFIG_DEVPORT always onMax Bires2017-01-111-1/+4
| * | | apm-emulation: move APM_MINOR_DEV to include/linux/miscdevice.hCorentin Labbe2017-01-101-7/+0
| * | | ds1302: remove unneeded linux/miscdevice.h includeCorentin Labbe2017-01-101-1/+0
| * | | mmtimer: add member name to the miscdevice declarationCorentin Labbe2017-01-101-3/+3
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-02-2124-301/+840
|\ \ \ \
| * | | | tpm: declare tpm2_get_pcr_allocation() as staticJarkko Sakkinen2017-02-202-50/+45
| * | | | tpm: Fix expected number of response bytes of TPM1.2 PCR ExtendStefan Berger2017-02-151-1/+1
| * | | | tpm xen: drop unneeded chip variableJulia Lawall2017-02-141-2/+0
| * | | | tpm: fix misspelled "facilitate" in module parameter descriptionDmitry Torokhov2017-02-141-1/+1
| * | | | tpm_tis: fix the error handling of init_tis()Wei Yongjun2017-02-141-1/+1
| * | | | tpm: silence an array overflow warningDan Carpenter2017-02-031-2/+2
| * | | | tpm: fix the type of owned field in cap_tStefan Berger2017-02-031-1/+1
| * | | | tpm: add securityfs support for TPM 2.0 firmware event logNayna Jain2017-02-036-22/+279
| * | | | tpm: enhance read_log_of() to support Physical TPM event logNayna Jain2017-02-031-4/+23
| * | | | tpm: enhance TPM 2.0 PCR extend to support multiple banksNayna Jain2017-02-034-44/+71
| * | | | tpm: implement TPM 2.0 capability to get active PCR banksNayna Jain2017-02-032-0/+82
| * | | | tpm: fix RC value check in tpm2_seal_trustedJarkko Sakkinen2017-02-032-1/+6
| * | | | tpm_tis: fix iTPM probe via probe_itpm() functionMaciej S. Szmigiero2017-02-031-12/+13
| * | | | tpm: Begin the process to deprecate user_read_timerJason Gunthorpe2017-02-031-1/+4
| * | | | tpm: remove tpm_read_index and tpm_write_index from tpm.hJarkko Sakkinen2017-02-033-11/+18
| * | | | tpm: Check size of response before accessing dataStefan Berger2017-01-235-51/+123
| * | | | tpm_tis: use default timeout value if chip reports it as zeroMaciej S. Szmigiero2017-01-234-26/+37
| * | | | tpm: Do not print an error message when doing TPM auto startupJason Gunthorpe2017-01-231-3/+6
| * | | | tpm, tpm_crb: Handle 64-bit resource in crb_check_resource()Jiandi An2017-01-231-3/+5
| * | | | tpm/tpm_tis_spi: drop duplicate header module.hGeliang Tang2017-01-231-1/+0
| * | | | tpm/st33zp24: Remove unneeded linux/miscdevice.h includeCorentin Labbe2017-01-231-1/+0
| * | | | tpm/vtpm: fix kdoc warningsWinkler, Tomas2017-01-232-63/+91
| * | | | tmp: use pdev for parent device in tpm_chip_allocWinkler, Tomas2017-01-231-4/+4
| * | | | tpm/tpm2-chip: fix kdoc errorsWinkler, Tomas2017-01-231-48/+56
| * | | | tpm: add kdoc for tpm_transmit and tpm_transmit_cmdWinkler, Tomas2017-01-231-5/+28
| |/ / /
* | | | 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
OpenPOWER on IntegriCloud