summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
| * | char: lp: detach the device when parallel port is removedSudip Mukherjee2018-12-191-9/+10
| * | char: lp: introduce list to save port numberSudip Mukherjee2018-12-191-0/+4
| * | char/rtc: Use of_node_name_eq for node name comparisonsRob Herring2018-12-191-2/+2
| * | char: virtio: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-12-061-14/+3
| * | char: lp: fix spacing style before open parenthesisSudip Mukherjee2018-11-271-92/+92
| * | char: lp: fix whitespace with pointersSudip Mukherjee2018-11-271-5/+5
| * | char: lp: use tabs instead of spacesSudip Mukherjee2018-11-271-9/+9
| * | char: lp: do not use return as a functionSudip Mukherjee2018-11-271-3/+3
| * | char: lp: move trailing statement to next lineSudip Mukherjee2018-11-271-3/+6
| * | char: lp: remove trailing whitespaceSudip Mukherjee2018-11-271-15/+15
| * | tlclk: clean an indentation issue, remove extraneous tabsColin Ian King2018-11-111-43/+44
| |/
* | Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-12-282-1/+11
|\ \
| * | ttyprintk: make the printk log level configurablePeter Korsgaard2018-11-092-1/+11
| |/
* | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-2/+2
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-272-31/+27
|\ \
| * | crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers2018-11-201-26/+25
| * | hwrng: bcm2835 - Switch to SPDX identifierStefan Wahren2018-11-161-5/+2
| |/
* / drivers/ipmi: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
|/
* 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
OpenPOWER on IntegriCloud