summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rtc-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2018-10-271-1/+1
|\
| * rtc: mips: default to rtc-cmos on mipsArnd Bergmann2018-09-081-1/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-252-14/+14
|\ \
| * | hwrng: core - document the quality fieldMichael S. Tsirkin2018-10-051-2/+2
| * | crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers2018-09-211-12/+12
| |/
* | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2018-10-259-74/+157
|\ \
| * | tpm: Restore functionality to xen vtpm driver.Dr. Greg Wettstein2018-10-051-1/+1
| * | tpm: add support for nonblocking operationTadeusz Struk2018-10-056-45/+137
| * | tpm: add ptr to the tpm_space struct to file_privTadeusz Struk2018-10-054-25/+12
| * | tpm: Make SECURITYFS a weak dependencyPeter Huewe2018-10-051-1/+1
| * | tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivatedJavier Martinez Canillas2018-10-051-1/+2
| * | tpm: fix response size validation in tpm_get_random()Jarkko Sakkinen2018-10-052-2/+5
| |/
* | Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-241-2/+1
|\ \
| * | synclink: reduce pointless checks in ->ioctl()Al Viro2018-10-131-2/+1
| |/
* | Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2018-10-232-3/+3
|\ \
| * | char: pcmcia: cm4000_cs: Replace mdelay with usleep_range in set_protocolJia-Ju Bai2018-10-011-2/+2
| * | pcmcia: remove KERN_INFO level from debug messageColin Ian King2018-10-011-1/+1
* | | ipmi: Fix timer race with module unloadJan Glauber2018-10-111-4/+6
* | | ipmi:ssif: Add support for multi-part transmit messages > 2 partsCorey Minyard2018-09-181-50/+159
* | | ipmi: Remove platform driver overrides and use the id_tableCorey Minyard2018-09-183-7/+13
* | | ipmi: Free the address list on module cleanupCorey Minyard2018-09-181-0/+2
* | | ipmi: Don't leave holes in the I2C address list in the ssif driverCorey Minyard2018-09-181-6/+5
* | | ipmi: fix return value of ipmi_set_my_LUNYueHaibing2018-09-181-1/+1
* | | ipmi: Convert pr_xxx() to dev_xxx() in the BT codeCorey Minyard2018-09-181-16/+22
* | | ipmi:dmi: Ignore IPMI SMBIOS entries with a zero base addressCorey Minyard2018-09-181-0/+4
* | | ipmi:dmi: Use pr_fmt in the IPMI DMI codeCorey Minyard2018-09-181-9/+10
* | | ipmi: Change to ktime_get_ts64()Arnd Bergmann2018-09-181-3/+3
* | | ipmi_si: fix potential integer overflow on large shiftColin Ian King2018-09-181-1/+1
* | | ipmi_si_pci: fix NULL device in ipmi_si error messageMeelis Roos2018-09-181-2/+2
* | | ipmi: Convert printk(KERN_<level> to pr_<level>(Joe Perches2018-09-184-55/+46
* | | ipmi: Use more common logging stylesJoe Perches2018-09-188-138/+130
* | | ipmi: msghandler: Add and use pr_fmt and dev_fmt, remove PFXJoe Perches2018-09-181-27/+24
* | | pci:ipmi: Move IPMI PCI class id defines to pci_ids.hCorey Minyard2018-09-181-5/+0
* | | ipmi:powernv: Convert ipmi_smi_t to struct ipmi_smiCorey Minyard2018-09-181-2/+2
|/ /
* | Merge tag 'for-linus-4.19' of git://github.com/cminyard/linux-ipmiLinus Torvalds2018-09-125-104/+97
|\ \
| * | ipmi: Fix NULL pointer dereference in ssif_probeGustavo A. R. Silva2018-08-311-1/+3
| * | ipmi: Fix I2C client removal in the SSIF driverCorey Minyard2018-08-311-11/+6
| * | ipmi: Move BT capabilities detection to the detect callCorey Minyard2018-08-311-44/+48
| * | ipmi: Rework SMI registration failureCorey Minyard2018-08-313-46/+37
| * | ipmi: kcs_bmc: don't change device nameBenjamin Fair2018-08-301-3/+4
| |/
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/...Linus Torvalds2018-09-092-5/+10
|\ \ | |/ |/|
| * random: make CPU trust a boot parameterKees Cook2018-09-012-5/+10
* | Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2018-08-201-13/+0
|\ \
| * | char: rtc: remove task handlingAlexandre Belloni2018-08-021-13/+0
* | | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-188-44/+27
|\ \ \
| * | | virtio: virtconsole: Use seq_file for debugfs operationsTuomas Tynkkynen2018-07-161-38/+22
| * | | Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman2018-07-163-39/+27
| |\ \ \
| * | | | headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-074-0/+4
| * | | | /dev/mem: Mark expected switch fall-throughGustavo A. R. Silva2018-07-071-0/+1
| * | | | char: pcmcia: remove redundant pointer devColin Ian King2018-07-031-4/+0
OpenPOWER on IntegriCloud