summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | ipmi: Create a platform device for a DMI-specified IPMI interfaceCorey Minyard2017-06-194-0/+290
| * | ipmi: use rcu lock around call to intf->handlers->sender()Tony Camuso2017-06-191-0/+5
| * | ipmi:ssif: Use i2c_adapter_id instead of adapter->nrCorey Minyard2017-06-161-2/+3
| * | ipmi: Use the proper default value for register size in ACPICorey Minyard2017-06-091-4/+4
| * | ipmi_ssif: remove redundant null check on array client->adapter->nameColin Ian King2017-05-171-2/+1
| * | ipmi/watchdog: fix watchdog timeout set on rebootValentin Vidic2017-05-081-3/+4
| * | ipmi_ssif: unlock on allocation failureDan Carpenter2017-05-081-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2017-07-078-123/+240
|\ \ \
| * | | tpm: do not suspend/resume if power stays onEnric Balletbo i Serra2017-07-073-0/+7
| * | | tpm: use tpm2_pcr_read() in tpm2_do_selftest()Roberto Sassu2017-07-071-30/+1
| * | | tpm: use tpm_buf functions in tpm2_pcr_read()Roberto Sassu2017-07-071-30/+30
| * | | tpm_tis: make ilb_base_addr staticColin Ian King2017-07-071-1/+1
| * | | tpm: consolidate the TPM startup codeJarkko Sakkinen2017-07-073-61/+44
OpenPOWER on IntegriCloud