summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.11' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds2017-02-286-27/+66
|\
| * ipmi: bt-bmc: Use a regmap for register accessAndrew Jeffery2017-02-202-22/+61
| * char: ipmi: constify ipmi_smi_handlers structuresBhumika Goyal2017-02-091-1/+1
| * ipmi: make ipmi_usr_hndl constCorey Minyard2017-01-053-4/+4
* | lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-272-2/+2
* | scripts/spelling.txt: add "explictely" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* | scripts/spelling.txt: add "initialiazation" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-242-6/+5
* | Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds2017-02-231-2/+4
|\ \
| * \ Merge tag 'v4.10-rc8' into drm-nextDave Airlie2017-02-231-3/+0
| |\ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie2017-01-273-12/+13
| |\ \ \
| * | | | drm/i915: Use fixed-sized types for stolenChris Wilson2017-01-061-2/+4
| | |_|/ | |/| |
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-02-235-108/+221
|\ \ \ \
| * | | | hwrng: omap - update Kconfig help descriptionRussell King2017-02-151-2/+2
| * | | | hwrng: cavium - Use per device name to allow for multiple devices.David Daney2017-02-111-1/+5
| * | | | hwrng: n2 - update version infoShannon Nelson2017-01-131-4/+4
| * | | | hwrng: n2 - support new hardware register layoutShannon Nelson2017-01-132-46/+134
| * | | | hwrng: n2 - add device data descriptionsShannon Nelson2017-01-132-8/+54
| * | | | hwrng: n2 - limit error spewage when self-test failsShannon Nelson2017-01-131-1/+4
| * | | | hwrng: core - remove unused PFX macroCorentin LABBE2016-12-271-1/+0
| * | | | hwrng: core - Move hwrng miscdev minor number to include/linux/miscdevice.hCorentin LABBE2016-12-271-2/+1
| * | | | hwrng: core - Replace asm/uaccess.h by linux/uaccess.hCorentin LABBE2016-12-271-7/+7
| * | | | hwrng: core - Rewrite the headerCorentin LABBE2016-12-271-29/+9
| * | | | hwrng: core - rewrite better comparison to NULLCorentin LABBE2016-12-271-2/+1
| * | | | hwrng: core - do not use multiple blank linesCorentin LABBE2016-12-271-5/+0
| |/ / /
* | | | Merge tag 'tty-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-02-221-0/+1
|\ \ \ \
| * | | | serdev: Introduce new bus for serial attached devicesRob Herring2017-02-031-0/+1
* | | | | Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-02-225-16/+7
|\ \ \ \ \
| * \ \ \ \ Merge 4.10-rc7 into char-misc-nextGreg Kroah-Hartman2017-02-061-1/+1
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | char: xilinx_hwicap: Remove pointless local variablesMichal Simek2017-01-251-4/+0
| * | | | | Merge 4.10-rc4 into char-misc-nextGreg Kroah-Hartman2017-01-162-11/+12
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | char: lack of bool string made CONFIG_DEVPORT always onMax Bires2017-01-111-1/+4
| * | | | | apm-emulation: move APM_MINOR_DEV to include/linux/miscdevice.hCorentin Labbe2017-01-101-7/+0
| * | | | | ds1302: remove unneeded linux/miscdevice.h includeCorentin Labbe2017-01-101-1/+0
| * | | | | mmtimer: add member name to the miscdevice declarationCorentin Labbe2017-01-101-3/+3
| | |_|/ / | |/| | |
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-02-2124-301/+840
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | tpm: declare tpm2_get_pcr_allocation() as staticJarkko Sakkinen2017-02-202-50/+45
| * | | | tpm: Fix expected number of response bytes of TPM1.2 PCR ExtendStefan Berger2017-02-151-1/+1
| * | | | tpm xen: drop unneeded chip variableJulia Lawall2017-02-141-2/+0
| * | | | tpm: fix misspelled "facilitate" in module parameter descriptionDmitry Torokhov2017-02-141-1/+1
| * | | | tpm_tis: fix the error handling of init_tis()Wei Yongjun2017-02-141-1/+1
| * | | | tpm: silence an array overflow warningDan Carpenter2017-02-031-2/+2
| * | | | tpm: fix the type of owned field in cap_tStefan Berger2017-02-031-1/+1
| * | | | tpm: add securityfs support for TPM 2.0 firmware event logNayna Jain2017-02-036-22/+279
| * | | | tpm: enhance read_log_of() to support Physical TPM event logNayna Jain2017-02-031-4/+23
| * | | | tpm: enhance TPM 2.0 PCR extend to support multiple banksNayna Jain2017-02-034-44/+71
| * | | | tpm: implement TPM 2.0 capability to get active PCR banksNayna Jain2017-02-032-0/+82
| * | | | tpm: fix RC value check in tpm2_seal_trustedJarkko Sakkinen2017-02-032-1/+6
| * | | | tpm_tis: fix iTPM probe via probe_itpm() functionMaciej S. Szmigiero2017-02-031-12/+13
| * | | | tpm: Begin the process to deprecate user_read_timerJason Gunthorpe2017-02-031-1/+4