summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-08-0315-24/+433
|\ \ \ \ \ \ \
| * | | | | | | hwrng: core - remove redundant initialization of variable retColin Ian King2020-07-311-1/+1
| * | | | | | | crypto: ingenic - Add hardware RNG for Ingenic JZ4780 and X1000周琰杰 (Zhou Yanjie)2020-07-313-0/+170
| * | | | | | | hwrng: imx-rngc - enable driver for i.MX6Horia Geantă2020-07-231-1/+1
| * | | | | | | hwrng: ks-sa - Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-161-1/+1
| * | | | | | | hwrng: ba431 - Include kernel.hHerbert Xu2020-07-161-0/+1
| * | | | | | | hwrng: virtio - Constify id_table[]Rikard Falkeborn2020-07-091-1/+1
| * | | | | | | hwrng: nomadik - Constify nmk_rng_ids[]Rikard Falkeborn2020-07-091-1/+1
| * | | | | | | hwrng: bcm2835 - Constify bcm2835_rng_devtype[]Rikard Falkeborn2020-07-091-1/+1
| * | | | | | | hwrng: ba431 - HW_RANDOM_BA431 should not default to yGeert Uytterhoeven2020-07-091-3/+0
| * | | | | | | hwrng: ba431 - Add dependency on HAS_IOMEMHerbert Xu2020-07-091-0/+1
| * | | | | | | hwrng: octeon - Fix sparse warningsHerbert Xu2020-07-091-3/+3
| * | | | | | | hwrng: pic32 - Fix W=1 unused variable warningHerbert Xu2020-07-091-1/+1
| * | | | | | | hwrng: st - Fix W=1 unused variable warningHerbert Xu2020-07-091-1/+2
| * | | | | | | hwrng: bcm2835 - Fix W=1 unused variable warningHerbert Xu2020-07-091-2/+1
| * | | | | | | hwrng: hisi - Fix W=1 unused variable warningHerbert Xu2020-07-091-1/+1
| * | | | | | | hwrng: omap - Fix W=1 unused variable warningHerbert Xu2020-07-091-9/+2
| * | | | | | | hwrng: npcm - Fix W=1 unused variable warningHerbert Xu2020-07-091-1/+1
| * | | | | | | hwrng: ba431 - add support for BA431 hwrngOlivier Sobrie2020-06-183-0/+247
* | | | | | | | Merge tag 'tpmdd-next-v5.9' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds2020-08-035-40/+65
|\ \ \ \ \ \ \ \
| * | | | | | | | tpm: Add support for event log pointer found in TPM2 ACPI tableStefan Berger2020-07-241-21/+42
| * | | | | | | | tpm: Unify the mismatching TPM space buffer sizesJarkko Sakkinen2020-07-244-19/+23
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | random32: update the net random state on interrupt and activityWilly Tarreau2020-07-291-0/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | /dev/mem: Add missing memory barriers for devmem_inodeEric Biggers2020-07-231-3/+7
|/ / / / / /
* | | | | | Merge tag 'char-misc-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-07-161-1/+2
|\ \ \ \ \ \
| * | | | | | virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc serialAlexander Lobakin2020-07-101-1/+2
| | |/ / / / | |/| | | |
* | | | | | Revert commit e918e570415c ("tpm_tis: Remove the HID IFX0102")Jarkko Sakkinen2020-07-071-0/+8
* | | | | | tpm_tis: Remove the HID IFX0102Jarkko Sakkinen2020-07-021-1/+0
* | | | | | tpm_tis_spi: Prefer async probeDouglas Anderson2020-07-021-0/+1
* | | | | | tpm: ibmvtpm: Wait for ready buffer before probing for TPM2 attributesDavid Gibson2020-07-021-7/+7
* | | | | | tpm/st33zp24: fix spelling mistake "drescription" -> "description"Binbin Zhou2020-07-023-4/+4
* | | | | | tpm_tis: extra chip->ops check on error path in tpm_tis_core_initVasily Averin2020-07-021-1/+1
* | | | | | tpm_tis_spi: Don't send anything during flow controlDouglas Anderson2020-07-021-5/+4
* | | | | | tpm: Fix TIS locality timeout problemsJames Bottomley2020-07-021-10/+9
|/ / / / /
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-211-0/+1
|\| | | |
| * | | | hwrng: ks-sa - Fix runtime PM imbalance on errorDinghao Liu2020-06-151-0/+1
| | |_|/ | |/| |
* / | | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-1/+1
|/ / /
* | | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-145-63/+63
* | | Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-101-1/+1
|\ \ \
| * | | random: fix an incorrect __user annotation on proc_do_entropyChristoph Hellwig2020-06-081-1/+1
* | | | mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* | | | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-094-4/+0
* | | | Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-072-9/+109
|\ \ \ \
| * | | | /dev/mem: Revoke mappings when a driver claims the regionDan Williams2020-05-271-2/+99
| * | | | Merge 5.7-rc3 into char-misc-nextGreg Kroah-Hartman2020-04-275-65/+83
| |\ \ \ \
| * | | | | drivers: char: tlclk.c: Avoid data race between init and interrupt handlerMadhuparna Bhowmik2020-04-231-7/+10
* | | | | | Merge tag 'for-linus-5.8-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds2020-06-054-38/+18
|\ \ \ \ \ \
| * | | | | | ipmi:ssif: Remove dynamic platform device handingCorey Minyard2020-05-271-22/+1
| * | | | | | Try to load acpi_ipmi when an SSIF ACPI IPMI interface is addedCorey Minyard2020-05-181-0/+1
| * | | | | | ipmi_si: Load acpi_ipmi when ACPI IPMI interface addedStuart Hayes2020-05-181-0/+2