summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2019-06-10Merge remote-tracking branch 'stable/linux-4.19.y' into rpi-4.19.ypopcornmix3-27/+34
2019-05-31hwrng: omap - Set default qualityRouven Czerwinski1-0/+1
2019-05-31virtio_console: initialize vtermno value for portsPankaj Gupta1-1/+2
2019-05-31random: add a spinlock_t to struct batched_entropySebastian Andrzej Siewior1-25/+27
2019-05-31random: fix CRNG initialization when random.trust_cpu=1Jon DeVree1-1/+4
2019-05-28Merge remote-tracking branch 'stable/linux-4.19.y' into rpi-4.19.ypopcornmix1-1/+5
2019-05-22ipmi:ssif: compare block number correctly for multi-part return messagesKamlakant Patel1-1/+5
2019-05-21Merge remote-tracking branch 'stable/linux-4.19.y' into rpi-4.19.ypopcornmix1-0/+2
2019-05-16ipmi: ipmi_si_hardcode.c: init si_type array to fix a crashTony Camuso1-0/+2
2019-05-14vcsm: Reduce scope of local functionsKieran Bingham2-8/+8
2019-05-14vcsm: Remove set but unused variableKieran Bingham1-3/+1
2019-05-14vcsm: Fix makefile include on out-of-tree buildsKieran Bingham1-1/+1
2019-05-14char: vc_mem: Fix all coding style issues.Dave Stevenson1-119/+58
2019-05-14char: vc_mem: Fix up compat ioctls for 64bit kernelDave Stevenson1-4/+36
2019-05-14char: vcio: Fail probe if rpi_firmware is not found.Dave Stevenson1-2/+1
2019-05-14char: vcio: Add compat ioctl handlingDave Stevenson1-1/+21
2019-05-14tpm: Make SECURITYFS a weak dependencyPeter Huewe1-1/+1
2019-05-14vcsm: Fix an NULL dereference in the import_dmabuf error pathDave Stevenson1-1/+1
2019-05-14char: broadcom: Add vcio moduleNoralf Trønnes3-0/+182
2019-05-14Add SMI driverLuke Wren3-1/+411
2019-05-14Add /dev/gpiomem device for rootless user GPIO accessLuke Wren3-0/+270
2019-05-14vcsm: VideoCore shared memory service for BCM2835Tim Gover10-0/+4474
2019-05-14vc_mem: Add vc_mem driver for querying firmware memory addressespopcornmix3-0/+441
2019-05-14bcm2835-rng: Avoid initialising if already enabledpopcornmix1-2/+4
2019-04-27tpm: Fix the type of the return value in calc_tpm2_event_size()Yue Haibing1-2/+2
2019-04-27tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incompleteJarkko Sakkinen1-0/+4
2019-04-27ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrierCorey Minyard1-2/+17
2019-04-17tty: mark Siemens R3964 line discipline as BROKENGreg Kroah-Hartman1-1/+1
2019-04-05hpet: Fix missing '=' character in the __setup() code of hpet_mmap_enableBuland Singh1-1/+1
2019-04-05hwrng: virtio - Avoid repeated init of completionDavid Tolnay1-1/+1
2019-04-03ipmi_si: Fix crash when using hard-coded deviceCorey Minyard4-74/+218
2019-03-23tpm: Unify the send callback behaviourJarkko Sakkinen12-16/+28
2019-03-23tpm/tpm_crb: Avoid unaligned reads in crb_recv()Jarkko Sakkinen1-6/+16
2019-03-23ipmi_si: fix use-after-free of resource->nameYang Yingliang3-4/+11
2019-03-10applicom: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva1-11/+24
2019-01-31char/mwave: fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+7
2019-01-26ipmi: Don't initialize anything in the core until something uses itCorey Minyard1-66/+82
2019-01-26ipmi:ssif: Fix handling of multi-part return messagesCorey Minyard1-8/+17
2019-01-26ipmi: Prevent use-after-free in deliver_responseFred Klassen1-1/+1
2019-01-26ipmi: msghandler: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva1-8/+18
2019-01-26ipmi: fix use-after-free of user->release_barrier.rdaYang Yingliang1-1/+1
2019-01-09tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.xTomas Winkler1-4/+7
2019-01-09tpm: tpm_try_transmit() refactor error flow.Tomas Winkler1-7/+8
2018-11-13tpm: fix response size validation in tpm_get_random()Jarkko Sakkinen2-2/+5
2018-11-13tpm: Restore functionality to xen vtpm driver.Dr. Greg Wettstein1-1/+1
2018-11-13tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivatedJavier Martinez Canillas1-1/+2
2018-11-13ipmi: Fix timer race with module unloadJan Glauber1-4/+6
2018-09-12Merge tag 'for-linus-4.19' of git://github.com/cminyard/linux-ipmiLinus Torvalds5-104/+97
2018-09-09Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/...Linus Torvalds2-5/+10
2018-09-01random: make CPU trust a boot parameterKees Cook2-5/+10