summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
* random: use a tighter cap in credit_entropy_bits_safe()Theodore Ts'o2018-04-241-1/+1
* tpm: return a TPM_RC_COMMAND_CODE response if command is not implementedJavier Martinez Canillas2018-04-122-8/+25
* /dev/mem: Avoid overwriting "err" in read_mem()Kees Cook2018-04-081-3/+3
* /dev/mem: Add bounce buffer for copy-outKees Cook2018-03-241-5/+22
* agp/intel: Flush all chipset writes after updating the GGTTChris Wilson2018-03-191-0/+2
* tpm: only attempt to disable the LPC CLKRUN if is already enabledJavier Martinez Canillas2018-03-151-1/+10
* tpm: remove unused variablesArnd Bergmann2018-03-151-2/+0
* tpm: delete the TPM_TIS_CLK_ENABLE flagJavier Martinez Canillas2018-03-153-18/+0
* tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()Azhar Shaikh2018-03-154-92/+118
* tpm_tis: Move ilb_base_addr to tpm_tis_dataAzhar Shaikh2018-03-153-48/+56
* tpm_tis_spi: Use DMA-safe memory for SPI transfersAlexander Steffen2018-03-081-18/+27
* tpm: constify transmit data pointersArnd Bergmann2018-03-084-19/+16
* tpm_tis: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-03-081-2/+3
* tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-03-081-2/+6
* tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the...Jeremy Boone2018-03-081-2/+3
* tpm: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-03-082-0/+8
* tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-03-081-2/+2
* x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2018-02-221-1/+1
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2018-02-221-1/+0
* ipmi: use dynamic memory for DMI driver overrideJohn Garry2018-02-161-1/+4
* Revert "ipmi_si: fix memory leak on new_smi"John Einar Reitan2017-12-291-1/+0
* ipmi_si: fix memory leak on new_smiColin Ian King2017-12-201-0/+1
* ipmi: Stop timers before cleaning up the moduleMasamitsu Yamazaki2017-12-171-21/+23
* ipmi: Prefer ACPI system interfaces over SMBIOS onesCorey Minyard2017-11-241-10/+23
* ipmi: fix unsigned long underflowCorey Minyard2017-11-241-4/+6
* tpm-dev-common: Reject too short writesAlexander Steffen2017-11-241-0/+6
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0222-0/+22
* Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2017-09-247-52/+83
|\
| * tpm: ibmvtpm: simplify crq initialization and document crq formatMichal Suchanek2017-09-231-36/+60
| * tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic driversHamza Attak2017-09-235-14/+21
| * tpm: tpm_crb: constify acpi_device_id.Arvind Yadav2017-09-231-1/+1
| * tpm: vtpm: constify vio_device_idArvind Yadav2017-09-231-1/+1
* | dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2017-09-141-1/+1
* | Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-09-121-3/+0
|\ \
| * | dma-coherent: remove the DMA_MEMORY_INCLUDES_CHILDREN flagChristoph Hellwig2017-09-011-3/+0
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-09-064-10/+384
|\ \ \
| * | | hwrng: mx-rngc - add a driver for Freescale RNGCMartin Kaiser2017-08-033-0/+346
| * | | hwrng: Kconfig - Correct help text about feeding entropy poolPrasannaKumar Muralidharan2017-08-031-4/+2
| * | | hwrng: remember rng chosen by userHarald Freudenberger2017-07-181-2/+19
| * | | hwrng: use rng source with best qualityHarald Freudenberger2017-07-181-6/+19
| | |/ | |/|
* | | Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-057-51/+58
|\ \ \
| * | | char: virtio: constify attribute_group structures.Arvind Yadav2017-08-281-1/+1
| * | | char: tlclk: constify attribute_group structures.Arvind Yadav2017-08-281-1/+1
| * | | applicom: constify pci_device_id.Arvind Yadav2017-08-281-1/+1
| * | | char: xilinx_hwicap: Fix warnings in the driverNava kishore Manne2017-08-282-20/+21
| * | | char: xilinx_hwicap: Fix kernel doc warningsNava kishore Manne2017-08-282-2/+9
| * | | Merge 4.13-rc5 into char-misc-nextGreg Kroah-Hartman2017-08-141-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | ppdev: remove unused ROUND_UP macroGuoqing Jiang2017-07-171-3/+0
| * | | char/mwave: make some arrays static const to make object code smallerColin Ian King2017-07-171-23/+25
| | |/ | |/|
* | | Merge tag 'driver-core-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-051-9/+2
|\ \ \