aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-20/+76
2017-07-15random: reorder READ_ONCE() in get_random_uXXSebastian Andrzej Siewior1-2/+4
2017-07-15random: suppress spammy warnings about unseeded randomnessTheodore Ts'o1-17/+39
2017-07-12random: do not ignore early device randomnessKees Cook1-0/+5
2017-07-10Merge tag 'for-linus-4.13-v2' of git://github.com/cminyard/linux-ipmiLinus Torvalds8-214/+533
2017-07-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds8-123/+240
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-182/+151
2017-07-07tpm: do not suspend/resume if power stays onEnric Balletbo i Serra3-0/+7
2017-07-07tpm: use tpm2_pcr_read() in tpm2_do_selftest()Roberto Sassu1-30/+1
2017-07-07tpm: use tpm_buf functions in tpm2_pcr_read()Roberto Sassu1-30/+30
2017-07-07tpm_tis: make ilb_base_addr staticColin Ian King1-1/+1
2017-07-07tpm: consolidate the TPM startup codeJarkko Sakkinen3-61/+44
2017-07-07tpm: Enable CLKRUN protocol for Braswell systemsAzhar Shaikh2-0/+117
2017-07-07tpm/tpm_crb: fix priv->cmd_size initialisationManuel Lauss1-2/+3
2017-07-07tpm: fix a kernel memory leak in tpm-sysfs.cJarkko Sakkinen1-1/+2
2017-07-07tpm: Issue a TPM2_Shutdown for TPM2 devices.Josh Zimmerman2-0/+37
2017-07-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+2
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2017-07-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-2/+58
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds12-231/+265
2017-07-04Merge tag 'acpi-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-868/+0
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds2-17/+12
2017-07-03Merge branch 'acpica'Rafael J. Wysocki1-2/+2
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+6
2017-06-30ipmi:ssif: Add missing unlock in error branchCorey Minyard1-0/+5
2017-06-28char: ipmi: constify bmc_dev_attr_group and bmc_device_typeArvind Yadav1-2/+2
2017-06-28ipmi:ssif: Check dev before setting drvdataCorey Minyard1-1/+2
2017-06-26ipmi: get rid of field-by-field __get_user()Al Viro1-50/+37
2017-06-26ipmi: get COMPAT_IPMICTL_RECEIVE_MSG in sync with the native oneAl Viro1-133/+115
2017-06-26Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/coreWill Deacon4-21/+20
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-6/+6
2017-06-23Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-6/+6
2017-06-21Merge branch 'timers/urgent' into timers/coreThomas Gleixner2-7/+44
2017-06-20drivers/char: kmem: disable on arm64Ard Biesheuvel1-0/+2
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-06-20hwrng: mtk - add runtime PM supportSean Wang1-0/+42
2017-06-19random: warn when kernel uses unseeded randomnessJason A. Donenfeld1-2/+13
2017-06-19random: add wait_for_random_bytes() APIJason A. Donenfeld1-10/+31
2017-06-19random: silence compiler warnings and fix raceJason A. Donenfeld1-6/+6
2017-06-19ipmi: Convert DMI handling over to a platform deviceCorey Minyard2-204/+219
2017-06-19ipmi: Create a platform device for a DMI-specified IPMI interfaceCorey Minyard4-0/+290
2017-06-19ipmi: use rcu lock around call to intf->handlers->sender()Tony Camuso1-0/+5
2017-06-19tpm/tpm_atmel: remove unnecessary NULL checkGustavo A. R. Silva1-7/+5
2017-06-19tpm/st33zp24: Switch to devm_acpi_dev_add_driver_gpios()Andy Shevchenko2-4/+2
2017-06-16ipmi:ssif: Use i2c_adapter_id instead of adapter->nrCorey Minyard1-2/+3
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-06-13tpm: vtpm_proxy: Prevent userspace from sending driver commandStefan Berger1-0/+33
2017-06-13tpm: vtpm_proxy: Implement request_locality function.Stefan Berger2-0/+37