aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2020-07-29random32: update the net random state on interrupt and activityGravatar Willy Tarreau 1-0/+1
2020-07-23/dev/mem: Add missing memory barriers for devmem_inodeGravatar Eric Biggers 1-3/+7
2020-07-16Merge tag 'char-misc-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+2
2020-07-10virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc serialGravatar Alexander Lobakin 1-1/+2
2020-07-07Revert commit e918e570415c ("tpm_tis: Remove the HID IFX0102")Gravatar Jarkko Sakkinen 1-0/+8
2020-07-02tpm_tis: Remove the HID IFX0102Gravatar Jarkko Sakkinen 1-1/+0
2020-07-02tpm_tis_spi: Prefer async probeGravatar Douglas Anderson 1-0/+1
2020-07-02tpm: ibmvtpm: Wait for ready buffer before probing for TPM2 attributesGravatar David Gibson 1-7/+7
2020-07-02tpm/st33zp24: fix spelling mistake "drescription" -> "description"Gravatar Binbin Zhou 3-4/+4
2020-07-02tpm_tis: extra chip->ops check on error path in tpm_tis_core_initGravatar Vasily Averin 1-1/+1
2020-07-02tpm_tis_spi: Don't send anything during flow controlGravatar Douglas Anderson 1-5/+4
2020-07-02tpm: Fix TIS locality timeout problemsGravatar James Bottomley 1-10/+9
2020-06-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+1
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultGravatar Christoph Hellwig 1-1/+1
2020-06-15hwrng: ks-sa - Fix runtime PM imbalance on errorGravatar Dinghao Liu 1-0/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 5-63/+63
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 4-4/+0
2020-06-08random: fix an incorrect __user annotation on proc_do_entropyGravatar Christoph Hellwig 1-1/+1
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-9/+109
2020-06-05Merge tag 'for-linus-5.8-1' of git://github.com/cminyard/linux-ipmiGravatar Linus Torvalds 4-38/+18
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-1/+1
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-1/+1
2020-06-03Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+1
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-8/+13
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-18/+0
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxGravatar Linus Torvalds 3-3/+3
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 8-12/+828
2020-05-29cm4000_cs.c cmm_ioctl(): get rid of pointless access_ok()Gravatar Al Viro 1-14/+0
2020-05-29nvram: drop useless access_ok()Gravatar Al Viro 1-4/+0
2020-05-28powerpc: Remove Xilinx PPC405/PPC440 supportGravatar Michal Simek 1-1/+1
2020-05-27ipmi:ssif: Remove dynamic platform device handingGravatar Corey Minyard 1-22/+1
2020-05-27/dev/mem: Revoke mappings when a driver claims the regionGravatar Dan Williams 1-2/+99
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-2/+2
2020-05-22tpm: eventlog: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-7/+5
2020-05-22tpm/tpm_ftpm_tee: Use UUID API for exporting the UUIDGravatar Andy Shevchenko 1-1/+1
2020-05-20fs: rename pipe_buf ->steal to ->try_stealGravatar Christoph Hellwig 1-1/+1
2020-05-18Try to load acpi_ipmi when an SSIF ACPI IPMI interface is addedGravatar Corey Minyard 1-0/+1
2020-05-18ipmi_si: Load acpi_ipmi when ACPI IPMI interface addedGravatar Stuart Hayes 1-0/+2
2020-05-18ipmi:bt-bmc: Fix error handling and status checkGravatar Tang Bin 1-6/+6
2020-05-18ipmi: Replace guid_copy() with import_guid() where it makes senseGravatar Andy Shevchenko 1-1/+1
2020-05-18ipmi: use vzalloc instead of kmalloc for user creationGravatar Feng Tang 1-3/+4
2020-05-18ipmi:bt-bmc: Fix some format issue of the codeGravatar Tang Bin 1-3/+3
2020-05-18ipmi:bt-bmc: Avoid unnecessary checkGravatar Tang Bin 1-3/+0
2020-05-17Merge tag 'for-linus-5.7-2' of git://github.com/cminyard/linux-ipmiGravatar Linus Torvalds 1-2/+2
2020-05-15docs: fix references for ipmi.rst fileGravatar Mauro Carvalho Chehab 3-3/+3
2020-05-14char: ipmi: convert to use i2c_new_client_device()Gravatar Wolfram Sang 1-2/+2
2020-05-08crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.hGravatar Eric Biggers 1-1/+1
2020-05-08crypto: lib/sha1 - rename "sha" to "sha1"Gravatar Eric Biggers 1-3/+3