summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* ppdev: fix PPGETTIME/PPSETTIME ioctlsArnd Bergmann2019-12-171-4/+12
* hwrng: omap - Fix RNG wait loop timeoutSumit Garg2019-12-171-1/+8
* tpm: add check after commands attribs tab allocationTadeusz Struk2019-12-171-0/+4
* lp: fix sparc64 LPSETTIMEOUT ioctlArnd Bergmann2019-12-131-0/+4
* virtio_console: allocate inbufs in add_port() only if it is neededLaurent Vivier2019-11-291-15/+13
* ipmi_si: Only schedule continuously in the thread in maintenance modeCorey Minyard2019-10-071-5/+19
* hwrng: core - don't wait on add_early_randomness()Laurent Vivier2019-10-051-1/+1
* ipmi: move message error checking to avoid deadlockTony Camuso2019-10-051-57/+57
* /dev/mem: Bail out upon SIGKILL.Tetsuo Handa2019-10-051-0/+21
* KEYS: trusted: correctly initialize digests and fix locking issueRoberto Sassu2019-10-051-5/+9
* tpm: Wrap the buffer from the caller to tpm_buf in tpm_send()Jarkko Sakkinen2019-10-051-7/+2
* tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interruptsStefan Berger2019-10-051-0/+1
* tpm_tis_core: Turn on the TPM before probing IRQ'sStefan Berger2019-10-051-0/+2
* tpm: tpm_ibm_vtpm: Fix unallocated banksNayna Jain2019-08-054-17/+47
* tpm: Fix null pointer dereference on chip register error pathMilan Broz2019-08-051-7/+16
* Merge tag 'for-linus-5.3-2' of git://github.com/cminyard/linux-ipmiLinus Torvalds2019-07-311-1/+1
|\
| * Fix uninitialized variable in ipmb_dev_int.cAsmaa Mnebhi2019-07-241-1/+1
* | hpet: Fix division by zero in hpet_time_div()Kefeng Wang2019-07-251-2/+1
* | docs: admin-guide: add a series of orphaned documentsMauro Carvalho Chehab2019-07-152-3/+3
* | docs: admin-guide: add laptops documentationMauro Carvalho Chehab2019-07-151-1/+1
* | docs: laptops: convert to ReSTMauro Carvalho Chehab2019-07-151-1/+1
|/
* Merge tag 'for-linus-5.3' of git://github.com/cminyard/linux-ipmiLinus Torvalds2019-07-136-4/+386
|\
| * fix platform_no_drv_owner.cocci warningskbuild test robot2019-06-231-1/+0
| * ipmi: ipmb: don't allocate i2c_client on stackArnd Bergmann2019-06-191-10/+11
| * ipmi: ipmb: Fix build error while CONFIG_I2C is set to mYueHaibing2019-06-121-0/+1
| * Add support for IPMB driverAsmaa Mnebhi2019-06-103-0/+373
| * drivers: ipmi: Drop device referenceSuzuki K Poulose2019-06-031-0/+1
| * ipmi_ssif: fix unexpected driver unregister warningKefeng Wang2019-05-241-1/+4
| * ipmi_si: use bool type for initialized variableKefeng Wang2019-05-201-2/+2
| * ipmi_si: fix unexpected driver unregister warningKefeng Wang2019-05-201-1/+5
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-122-5/+5
|\ \
| * | driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose2019-06-241-4/+4
| * | bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-1/+1
* | | Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-112-4/+4
|\ \ \
| * \ \ Merge 5.2-rc6 into char-misc-nextGreg Kroah-Hartman2019-06-238-31/+8
| |\ \ \
| * \ \ \ Merge 5.2-rc4 into char-misc-nextGreg Kroah-Hartman2019-06-0992-502/+104
| |\ \ \ \
| * | | | | bsr: "foo * bar" should be "foo *bar"Naveen Kumar Parna2019-05-241-1/+1
| * | | | | bsr: do not use assignment in if conditionNaveen Kumar Parna2019-05-241-1/+2
| * | | | | char: misc: Move EXPORT_SYMBOL immediately next to the functions/variblesNaveen Kumar Parna2019-05-241-2/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-082-51/+2
|\ \ \ \ \
| * | | | | hwrng: iproc-rng200 - Add support for 7211Florian Fainelli2019-06-201-0/+1
| * | | | | hwrng: meson - update with SPDX Licence identifierNeil Armstrong2019-05-301-51/+1
| |/ / / /
* | | | | Merge tag 'tpmdd-next-20190625' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds2019-07-085-60/+66
|\ \ \ \ \
| * | | | | tpm: Don't duplicate events from the final event log in the TCG2 logMatthew Garrett2019-06-241-1/+10
| * | | | | tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operationsVadim Sukhomlinov2019-06-241-3/+3
| * | | | | tpm: Append the final event log to the TPM event logMatthew Garrett2019-06-241-7/+43
| * | | | | tpm: Reserve the TPM final events tableMatthew Garrett2019-06-241-1/+1
| * | | | | tpm: Abstract crypto agile event size calculationsMatthew Garrett2019-06-241-46/+1
| * | | | | tpm: Actually fail on TPM errors during "get random"Kees Cook2019-06-242-4/+10
| | |_|/ / | |/| | |
* | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-081-2/+1
|\ \ \ \ \ | |/ / / / |/| | | |