summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2017-09-247-52/+83
|\
| * tpm: ibmvtpm: simplify crq initialization and document crq formatMichal Suchanek2017-09-231-36/+60
| * tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic driversHamza Attak2017-09-235-14/+21
| * tpm: tpm_crb: constify acpi_device_id.Arvind Yadav2017-09-231-1/+1
| * tpm: vtpm: constify vio_device_idArvind Yadav2017-09-231-1/+1
* | dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2017-09-141-1/+1
* | Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-09-121-3/+0
|\ \
| * | dma-coherent: remove the DMA_MEMORY_INCLUDES_CHILDREN flagChristoph Hellwig2017-09-011-3/+0
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-09-064-10/+384
|\ \ \
| * | | hwrng: mx-rngc - add a driver for Freescale RNGCMartin Kaiser2017-08-033-0/+346
| * | | hwrng: Kconfig - Correct help text about feeding entropy poolPrasannaKumar Muralidharan2017-08-031-4/+2
| * | | hwrng: remember rng chosen by userHarald Freudenberger2017-07-181-2/+19
| * | | hwrng: use rng source with best qualityHarald Freudenberger2017-07-181-6/+19
| | |/ | |/|
* | | Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-057-51/+58
|\ \ \
| * | | char: virtio: constify attribute_group structures.Arvind Yadav2017-08-281-1/+1
| * | | char: tlclk: constify attribute_group structures.Arvind Yadav2017-08-281-1/+1
| * | | applicom: constify pci_device_id.Arvind Yadav2017-08-281-1/+1
| * | | char: xilinx_hwicap: Fix warnings in the driverNava kishore Manne2017-08-282-20/+21
| * | | char: xilinx_hwicap: Fix kernel doc warningsNava kishore Manne2017-08-282-2/+9
| * | | Merge 4.13-rc5 into char-misc-nextGreg Kroah-Hartman2017-08-141-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | ppdev: remove unused ROUND_UP macroGuoqing Jiang2017-07-171-3/+0
| * | | char/mwave: make some arrays static const to make object code smallerColin Ian King2017-07-171-23/+25
| | |/ | |/|
* | | Merge tag 'driver-core-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-051-9/+2
|\ \ \
| * | | Do not disable driver and bus shutdown hook when class shutdown hook is set.Michal Suchanek2017-08-281-9/+2
| | |/ | |/|
* | | Merge branch 'parisc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-051-5/+7
|\ \ \
| * | | parisc/ipmi_si_intf: Fix section mismatches on parisc platformHelge Deller2017-08-221-5/+7
| |/ /
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-042-2/+2
|\ \ \
| * | | x86/lguest: Remove lguest supportJuergen Gross2017-08-242-2/+2
| |/ /
* | | Backmerge tag 'v4.13-rc5' into drm-nextDave Airlie2017-08-151-1/+1
|\ \ \ | |/ /
| * | random: fix warning message on ia64 and pariscHelge Deller2017-08-081-1/+1
| |/
* | agp: nvidia: constify pci_device_id.Arvind Yadav2017-08-041-1/+1
* | agp: amd64: constify pci_device_id.Arvind Yadav2017-08-041-1/+1
* | agp: sis: constify pci_device_id.Arvind Yadav2017-08-041-1/+1
* | agp: efficeon: constify pci_device_id.Arvind Yadav2017-08-041-1/+1
* | agp: ati: constify pci_device_id.Arvind Yadav2017-08-041-1/+1
* | agp: ali: constify pci_device_id.Arvind Yadav2017-08-041-1/+1
* | agp: intel: constify pci_device_id.Arvind Yadav2017-08-041-1/+1
* | agp: amd-k7: constify pci_device_id.Arvind Yadav2017-08-041-2/+2
* | agp: uninorth: constify pci_device_id.Arvind Yadav2017-08-041-1/+1
|/
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-151-20/+76
|\
| * random: reorder READ_ONCE() in get_random_uXXSebastian Andrzej Siewior2017-07-151-2/+4
| * random: suppress spammy warnings about unseeded randomnessTheodore Ts'o2017-07-151-17/+39
| * random: warn when kernel uses unseeded randomnessJason A. Donenfeld2017-06-191-2/+13
| * random: add wait_for_random_bytes() APIJason A. Donenfeld2017-06-191-10/+31
* | random: do not ignore early device randomnessKees Cook2017-07-121-0/+5
* | Merge tag 'for-linus-4.13-v2' of git://github.com/cminyard/linux-ipmiLinus Torvalds2017-07-108-214/+533
|\ \
| * | ipmi:ssif: Add missing unlock in error branchCorey Minyard2017-06-301-0/+5
| * | char: ipmi: constify bmc_dev_attr_group and bmc_device_typeArvind Yadav2017-06-281-2/+2
| * | ipmi:ssif: Check dev before setting drvdataCorey Minyard2017-06-281-1/+2
| * | ipmi: Convert DMI handling over to a platform deviceCorey Minyard2017-06-192-204/+219
OpenPOWER on IntegriCloud