summaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-135-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-211-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
| * | | | hpet: remove redundant pointer hpetColin Ian King2018-07-031-2/+0
* | | | | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2018-08-1611-292/+272
|\ \ \ \ \
| * | | | | tpm: replace TPM_TRANSMIT_RAW with TPM_TRANSMIT_NESTEDJarkko Sakkinen2018-07-284-25/+20
| * | | | | tpm: Convert tpm_find_get_ops() to use tpm_default_chip()Stefan Berger2018-07-281-19/+13
| * | | | | tpm: Implement tpm_default_chip() to find a TPM chipStefan Berger2018-07-281-0/+27
| * | | | | tpm: rename tpm_chip_find_get() to tpm_find_get_ops()Stefan Berger2018-07-283-11/+14
| * | | | | tpm: Allow tpm_tis drivers to set hwrng quality.Louis Collard2018-07-282-0/+3
| * | | | | tpm: Return the actual size when receiving an unsupported commandRicardo Schwarzmeier2018-07-281-1/+1
| * | | | | tpm: separate cmd_ready/go_idle from runtime_pmTomas Winkler2018-07-284-92/+88
| * | | | | tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin2018-07-281-4/+4
| * | | | | tpm_tis_spi: Pass the SPI IRQ down to the driverLinus Walleij2018-07-281-1/+8
| * | | | | tpm: migrate tpm2_get_random() to use struct tpm_bufJarkko Sakkinen2018-07-282-70/+51
| * | | | | tpm: migrate tpm2_get_tpm_pt() to use struct tpm_bufJarkko Sakkinen2018-07-281-42/+27
| * | | | | tpm: migrate tpm2_probe() to use struct tpm_bufJarkko Sakkinen2018-07-281-17/+23
| * | | | | tpm: migrate tpm2_shutdown() to use struct tpm_bufJarkko Sakkinen2018-07-281-32/+15
| |/ / / /
* | | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-162-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-181-7/+9
| * | | | random: Fix whitespace pre random-bytes workTobin C. Harding2018-07-181-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-291-1/+9
| |\| | | |