summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-152-14/+49
|\
| * random: Make crng state queryableJason A. Donenfeld2018-08-021-0/+15
| * random: remove preempt disabled regionIngo Molnar2018-07-241-4/+0
| * random: add a config option to trust the CPU's hwrngTheodore Ts'o2018-07-242-1/+24
| * random: Return nbytes filled from hw RNGTobin C. Harding2018-07-171-7/+9
| * random: Fix whitespace pre random-bytes workTobin C. Harding2018-07-171-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2018-08-037-45/+49
|\ \
| * | Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-07-281-1/+9
| |\|
| | * random: mix rdrand with entropy sent in from userspaceTheodore Ts'o2018-07-171-1/+9
| * | mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov2018-07-261-0/+1
| * | char: amd64-agp: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2018-07-101-2/+2
| * | char: agp: Change return type to vm_fault_tSouptick Joarder2018-07-101-1/+1
| |/
| * Merge tag 'for-linus-4.18-2' of git://github.com/cminyard/linux-ipmiLinus Torvalds2018-07-072-23/+14
| |\
| | * ipmi: kcs_bmc: fix IRQ exception if the channel is not openHaiyue Wang2018-06-241-21/+10
| | * ipmi: Cleanup oops on initialization failureCorey Minyard2018-06-241-2/+4
| * | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-16/+13
| * | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-06-241-2/+9
| |\ \ | | |/ | |/|
| | * hwrng: core - Always drop the RNG in hwrng_unregister()Michael Büsch2018-06-151-2/+9
* | | hwrng: msm - remove msm hw_random driverVinod Koul2018-07-273-197/+0
|/ /
* | docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* | treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+2
* | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-1/+1
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-124-4/+7
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-125-14/+22
* | Convert virtio_console to struct_sizeMatthew Wilcox2018-06-121-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2018-06-093-0/+252
|\ \
| * | char: sparc64: Add privileged ADI driverTom Hromatka2018-06-053-0/+252
* | | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2018-06-0717-269/+350
|\ \ \
| * | | tpm: fix race condition in tpm_common_write()Tadeusz Struk2018-05-302-23/+19
| * | | tpm: reduce polling time to usecs for even finer granularityNayna Jain2018-05-182-3/+6
| * | | tpm: replace kmalloc() + memcpy() with kmemdup()Ji-Hun Kim2018-05-141-2/+1
| * | | tpm: replace kmalloc() + memcpy() with kmemdup()Ji-Hun Kim2018-05-141-3/+1
| * | | tpm: fix use after free in tpm2_load_context()Tadeusz Struk2018-05-141-1/+2
| * | | tpm: reduce poll sleep time in tpm_transmit()Nayna Jain2018-05-143-10/+5
| * | | tpm_tis: verify locality released before returning from release_localityJerry Snitselaar2018-05-141-1/+46
| * | | tpm: tpm_crb: relinquish locality on error path.Winkler, Tomas2018-05-101-3/+7
| * | | tpm/st33zp24: Fix spelling mistake in macro ST33ZP24_TISREGISTER_UKNOWNColin Ian King2018-05-091-2/+2
| * | | tpm: Move eventlog declarations to its own headerThiebaud Weksteen2018-05-098-30/+41
| * | | tpm: Move shared eventlog functions to common.cThiebaud Weksteen2018-05-094-184/+214
| * | | tpm: Move eventlog files to a subdirectoryThiebaud Weksteen2018-05-096-9/+9
| * | | tpm: Add explicit endianness castThiebaud Weksteen2018-05-091-2/+2
| * | | tpm: st33zp24: remove redundant null check on chipColin Ian King2018-05-091-2/+0
| * | | tpm: move the delay_msec increment after sleep in tpm_transmit()Nayna Jain2018-05-091-1/+2
| |/ /
* | | Merge tag 'for-linus-4.18' of git://github.com/cminyard/linux-ipmiLinus Torvalds2018-06-0610-1765/+1547
|\ \ \
| * | | ipmi: Properly release srcu locks on error conditionsCorey Minyard2018-05-241-18/+25
| * | | ipmi: NPCM7xx KCS BMC: enable interrupt to the hostAvi Fishman2018-05-231-3/+14
| * | | ipmi:bt: Set the timeout before doing a capabilities checkCorey Minyard2018-05-221-1/+2
| * | | ipmi: Remove the proc interfaceCorey Minyard2018-05-094-486/+0
| * | | ipmi_ssif: Fix uninitialized variable issueGustavo A. R. Silva2018-04-191-2/+1
| * | | ipmi: add an NPCM7xx KCS BMC driverHaiyue Wang2018-04-183-0/+220