summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
| * | | ipmi_si: Clean up shutdown a bitCorey Minyard2018-04-181-21/+11
| * | | ipmi_si: Rename intf_num to si_numCorey Minyard2018-04-181-9/+9
| * | | ipmi: Remove smi->intf checksCorey Minyard2018-04-182-17/+6
| * | | ipmi_ssif: Get rid of unused intf_numCorey Minyard2018-04-181-5/+0
| * | | ipmi: ipmi_unregister_smi() cannot fail, have it return voidCorey Minyard2018-04-183-10/+3
| * | | ipmi_devintf: Add an error return on invalid ioctlsCorey Minyard2018-04-181-0/+4
| * | | ipmi_ssif: Remove usecount handlingCorey Minyard2018-04-181-21/+0
| * | | ipmi: Remove condition on interface shutdownCorey Minyard2018-04-181-2/+1
| * | | ipmi_ssif: Convert over to a shutdown handlerCorey Minyard2018-04-181-24/+31
| * | | ipmi_si: Convert over to a shutdown handlerCorey Minyard2018-04-181-13/+18
| * | | ipmi: Rework locking and shutdown for hot removeCorey Minyard2018-04-181-210/+280
| * | | ipmi: Fix some counter issuesCorey Minyard2018-04-181-31/+45
| * | | ipmi: Change ipmi_smi_t to struct ipmi_smi *Corey Minyard2018-04-183-95/+99