summaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-022-18/+0
|\
| * cm4000_cs.c cmm_ioctl(): get rid of pointless access_ok()Al Viro2020-05-291-14/+0
| * nvram: drop useless access_ok()Al Viro2020-05-291-4/+0
* | Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-023-3/+3
|\ \
| * | docs: fix references for ipmi.rst fileMauro Carvalho Chehab2020-05-153-3/+3
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-018-12/+828
|\ \
| * | crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.hEric Biggers2020-05-081-1/+1
| * | crypto: lib/sha1 - rename "sha" to "sha1"Eric Biggers2020-05-081-3/+3
| * | hwrng: cctrng - update help descriptionHadar Gat2020-05-081-6/+7
| * | hwrng: cctrng - change default to nHadar Gat2020-05-081-1/+0
| * | hwrng: cctrng - Add dependency on OFHadar Gat2020-05-081-1/+1
| * | hwrng: cctrng - Make some symbols staticZou Wei2020-04-301-2/+2
| * | hwrng: optee - Use UUID API for exporting the UUIDAndy Shevchenko2020-04-301-1/+1
| * | hwrng: cctrng - Remove unnecessary FIPS ifdefHerbert Xu2020-04-301-3/+1
| * | hwrng: cctrng - Add dependency on HAS_IOMEMHerbert Xu2020-04-221-0/+1
| * | hwrng: cctrng - add missing include to linux/fips.hHadar Gat2020-04-201-0/+1
| * | hwrng: xgene - Delete an error message in xgene_rng_probe()Markus Elfring2020-04-161-3/+1
| * | hwrng: omap - Delete an error message in of_get_omap_rng_device_details()Markus Elfring2020-04-161-4/+1
| * | hwrng: cctrng - introduce Arm CryptoCell driverHadar Gat2020-04-164-0/+821
| |/
* | tpm: eventlog: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-05-221-7/+5
* | tpm/tpm_ftpm_tee: Use UUID API for exporting the UUIDAndy Shevchenko2020-05-221-1/+1
* | Merge tag 'for-linus-5.7-2' of git://github.com/cminyard/linux-ipmiLinus Torvalds2020-05-181-2/+2
|\ \
| * | char: ipmi: convert to use i2c_new_client_device()Wolfram Sang2020-05-141-2/+2
| |/
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-04-211-0/+1
|\ \
| * | virtio-rng: pull in slab.hMichael S. Tsirkin2020-04-171-0/+1
| |/
* | tpm/tpm_tis: Free IRQ if probing failsJarkko Sakkinen2020-04-201-1/+7
* | tpm: fix wrong return value in tpm_pcr_extendTianjia Zhang2020-04-201-1/+1
* | tpm: ibmvtpm: retry on H_CLOSED in tpm_ibmvtpm_send()George Wilson2020-04-201-63/+73
* | tpm: Export tpm2_get_cc_attrs_tbl for ibmvtpm driver as moduleStefan Berger2020-04-201-0/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-111-2/+2
|\
| * change email address for Pali RohárPali Rohár2020-04-111-2/+2
* | Merge tag 'for-linus-5.7-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds2020-04-103-32/+139
|\ \ | |/ |/|
| * ipmi: kcs: Fix aspeed_kcs_probe_of_v1()Dan Carpenter2020-04-071-1/+1
| * ipmi: Add missing annotation for ipmi_ssif_lock_cond() and ipmi_ssif_unlock_c...Jules Irenge2020-04-031-0/+2
| * ipmi: kcs: aspeed: Implement v2 bindingsAndrew Jeffery2020-04-031-23/+121
| * ipmi: kcs: Finish configuring ASPEED KCS device before enableAndrew Jeffery2020-04-031-3/+4
| * ipmi: fix hung processes in __get_guid()Wen Yang2020-04-031-2/+2
| * drivers: char: ipmi: ipmi_msghandler: Pass lockdep expression to RCU listsAmol Grover2020-03-121-4/+10
* | sysfs: remove redundant __compat_only_sysfs_link_entry_to_kobj fnLinus Torvalds2020-04-051-4/+4
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-052-35/+51
|\ \
| * | random: avoid warnings for !CONFIG_NUMA buildsMark Rutland2020-03-191-1/+1
| * | random: fix data races at timer_rand_stateQian Cai2020-02-281-6/+6
| * | random: always use batched entropy for get_random_u{32,64}Jason A. Donenfeld2020-02-281-16/+4
| * | random: Make RANDOM_TRUST_CPU depend on ARCH_RANDOMRichard Henderson2020-02-281-1/+1
| * | random: add arch_get_random_*long_early()Mark Rutland2020-02-281-1/+19
| * | random: split primary/secondary crng init pathsMark Rutland2020-02-281-12/+22
* | | Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-0312-1817/+64
|\ \ \
| * \ \ Merge 5.6-rc7 into char-misc-nextGreg Kroah-Hartman2020-03-231-2/+2
| |\ \ \ | | | |/ | | |/|
| * | | char: mspec: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-191-1/+1
| * | | rtc/alpha: remove legacy rtc driverArnd Bergmann2020-03-193-1371/+0