summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2019-12-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-12-062-9/+6
|\
| * agp: Add bridge parameter documentationCorentin Labbe2019-12-041-0/+3
| * agp: remove unused variable num_segmentsCorentin Labbe2019-12-041-2/+1
| * agp: remove unused variable size in agp_generic_create_gatt_tableCorentin Labbe2019-12-041-7/+2
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-014-22/+4
|\ \
| * | compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann2019-10-231-0/+1
| * | compat_ioctl: remove /dev/random commandsArnd Bergmann2019-10-231-0/+1
| * | compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann2019-10-232-22/+2
| |/
* | Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds2019-11-301-9/+7
|\ \
| * | pipe: Use head and tail pointers for the ring, not cursor and lengthDavid Howells2019-10-311-9/+7
| |/
* | Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-11-277-70/+79
|\ \
| * | char: Fix Kconfig indentation, continuedKrzysztof Kozlowski2019-11-212-58/+58
| * | char: Fix Kconfig indentationKrzysztof Kozlowski2019-11-204-19/+19
| * | lp: fix sparc64 LPSETTIMEOUT ioctlArnd Bergmann2019-11-131-0/+4
| * | ppdev: fix PPGETTIME/PPSETTIME ioctlsArnd Bergmann2019-11-131-4/+12
| * | char: xillybus: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-11-051-4/+1
| |/
* | Merge tag 'for-linus-5.5-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds2019-11-254-86/+50
|\ \
| * | ipmi: fix ipmb_poll()'s return typeLuc Van Oostenryck2019-11-221-3/+3
| * | ipmi: kill off 'timespec' usage againArnd Bergmann2019-11-081-27/+13
| * | drivers: ipmi: Support for both IPMB Req and RespVijay Khemka2019-11-071-22/+9
| * | ipmi: Fix memory leak in __ipmi_bmc_registerNavid Emamdoost2019-10-221-1/+4
| * | ipmi: bt-bmc: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-221-3/+1
| * | ipmi: use %*ph to print small bufferAndy Shevchenko2019-10-221-23/+4
| * | ipmi: Don't allow device module unload when in useCorey Minyard2019-10-221-7/+16
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2019-11-2520-139/+558
|\ \
| * | hwrng: ks-sa - Enable COMPILE_TESTHerbert Xu2019-11-221-1/+1
| * | hwrng: ks-sa - Add minimum sleep time before ready-pollingAlexander Sverdlin2019-11-171-0/+38
| * | hwrng: atmel - add new platform support for sam9x60Codrin Ciubotariu2019-11-151-2/+37
| * | hwrng: hisi - add HiSilicon TRNG driver supportZaibo Xu2019-11-083-0/+113
| * | hwrng: omap3-rom - Fix unused function warningsArnd Bergmann2019-11-011-2/+2
| * | hwrng: xgene - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
| * | hwrng: tx4939 - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
| * | hwrng: st - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
| * | hwrng: pic32 - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
| * | hwrng: pasemi - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
| * | hwrng: omap - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
| * | hwrng: npcm - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
| * | hwrng: meson - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
| * | hwrng: ks-sa - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
| * | hwrng: hisi - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
| * | hwrng: exynos - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
| * | hwrng: bcm2835 - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-4/+1
| * | hwrng: atmel - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
| * | hwrng: ka-sa - fix __iomem on registersBen Dooks2019-10-261-1/+1
| * | hwrng: omap - Fix RNG wait loop timeoutSumit Garg2019-10-261-1/+8
| * | hwrng: core - Fix use-after-free warning in hwrng_register()Laurent Vivier2019-10-231-17/+16
| * | hwrng: core - move add_early_randomness() out of rng_mutexLaurent Vivier2019-10-101-16/+44
| * | hwrng: mediatek - Use devm_platform_ioremap_resource() in mtk_rng_probe()Markus Elfring2019-10-051-8/+1
| * | hwrng: iproc-rng200 - Use devm_platform_ioremap_resource() in iproc_rng200_pr...Markus Elfring2019-10-051-8/+1
| * | hwrng: omap3-rom - Use devm hwrng and runtime PMTony Lindgren2019-10-051-26/+16