aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-22Merge tag 'tty-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+1
2017-02-22Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds5-16/+7
2017-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds24-301/+840
2017-02-20tpm: declare tpm2_get_pcr_allocation() as staticJarkko Sakkinen2-50/+45
2017-02-15tpm: Fix expected number of response bytes of TPM1.2 PCR ExtendStefan Berger1-1/+1
2017-02-14tpm xen: drop unneeded chip variableJulia Lawall1-2/+0
2017-02-14tpm: fix misspelled "facilitate" in module parameter descriptionDmitry Torokhov1-1/+1
2017-02-14tpm_tis: fix the error handling of init_tis()Wei Yongjun1-1/+1
2017-02-08Revert "hwrng: core - zeroize buffers with random data"David Daney1-3/+0
2017-02-06Merge 4.10-rc7 into char-misc-nextGreg Kroah-Hartman1-1/+1
2017-02-03tpm: silence an array overflow warningDan Carpenter1-2/+2
2017-02-03tpm: fix the type of owned field in cap_tStefan Berger1-1/+1
2017-02-03tpm: add securityfs support for TPM 2.0 firmware event logNayna Jain6-22/+279
2017-02-03tpm: enhance read_log_of() to support Physical TPM event logNayna Jain1-4/+23
2017-02-03tpm: enhance TPM 2.0 PCR extend to support multiple banksNayna Jain4-44/+71
2017-02-03tpm: implement TPM 2.0 capability to get active PCR banksNayna Jain2-0/+82
2017-02-03tpm: fix RC value check in tpm2_seal_trustedJarkko Sakkinen2-1/+6
2017-02-03tpm_tis: fix iTPM probe via probe_itpm() functionMaciej S. Szmigiero1-12/+13
2017-02-03tpm: Begin the process to deprecate user_read_timerJason Gunthorpe1-1/+4
2017-02-03tpm: remove tpm_read_index and tpm_write_index from tpm.hJarkko Sakkinen3-11/+18
2017-02-03serdev: Introduce new bus for serial attached devicesRob Herring1-0/+1
2017-01-25char: xilinx_hwicap: Remove pointless local variablesMichal Simek1-4/+0
2017-01-23tpm: Check size of response before accessing dataStefan Berger5-51/+123
2017-01-23tpm_tis: use default timeout value if chip reports it as zeroMaciej S. Szmigiero4-26/+37
2017-01-23tpm: Do not print an error message when doing TPM auto startupJason Gunthorpe1-3/+6
2017-01-23tpm, tpm_crb: Handle 64-bit resource in crb_check_resource()Jiandi An1-3/+5
2017-01-23tpm/tpm_tis_spi: drop duplicate header module.hGeliang Tang1-1/+0
2017-01-23tpm/st33zp24: Remove unneeded linux/miscdevice.h includeCorentin Labbe1-1/+0
2017-01-23tpm/vtpm: fix kdoc warningsWinkler, Tomas2-63/+91
2017-01-23tmp: use pdev for parent device in tpm_chip_allocWinkler, Tomas1-4/+4
2017-01-23tpm/tpm2-chip: fix kdoc errorsWinkler, Tomas1-48/+56
2017-01-23tpm: add kdoc for tpm_transmit and tpm_transmit_cmdWinkler, Tomas1-5/+28
2017-01-19virtio_console: fix a crash in config_work_handlerG. Campana1-1/+1
2017-01-16Merge 4.10-rc4 into char-misc-nextGreg Kroah-Hartman2-11/+12
2017-01-11ppdev: don't print a free'd stringColin Ian King1-5/+8
2017-01-11char: lack of bool string made CONFIG_DEVPORT always onMax Bires1-1/+4
2017-01-11drivers: char: mem: Fix thinkos in kmem address checksRobin Murphy1-6/+4
2017-01-10apm-emulation: move APM_MINOR_DEV to include/linux/miscdevice.hCorentin Labbe1-7/+0
2017-01-10ds1302: remove unneeded linux/miscdevice.h includeCorentin Labbe1-1/+0
2017-01-10mmtimer: add member name to the miscdevice declarationCorentin Labbe1-3/+3
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-15Merge 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-14Merge tag 'for-linus-4.10' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds4-105/+133
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-5/+4
2016-12-14tpm: use idr_find(), not idr_find_slowpath()Matthew Wilcox1-2/+2
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara2-3/+2
2016-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds16-375/+519
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds8-56/+151