summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* hwrng: picoxcell - remove unbuildable picoxcell TRNGPaul Bolle2014-04-163-195/+0
* hwrng: Fix a few driver dependencies and defaultsJean Delvare2014-04-161-3/+9
* hwrng: Turn HW_RANDOM into a menuconfigJean Delvare2014-04-161-26/+30
* hwrng: Move UML_RANDOM at the last positionJean Delvare2014-04-161-15/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-04-036-87/+36
|\
| * hwrng: add randomness to system from rng sourcesKees Cook2014-03-101-0/+7
| * hwrng: timeriomem - Use devm_*() functionsJingoo Han2014-03-101-30/+10
| * hwrng: nomadik - Use devm_*() functionsJingoo Han2014-03-101-9/+4
| * hwrng: pixocell - Use devm_clk_get()Jingoo Han2014-03-101-6/+2
| * hwrng: omap3-rom - Use devm_clk_get()Jingoo Han2014-03-101-2/+1
| * hwrng: atmel - Use devm_clk_get()Jingoo Han2014-03-101-6/+2
| * hwrng: pixocell - Use devm_ioremap_resource()Jingoo Han2014-02-271-16/+3
| * hwrng: atmel - Use devm_ioremap_resource()Jingoo Han2014-02-271-11/+4
| * hwrng: cleanup in hwrng_register()Dan Carpenter2014-02-091-7/+3
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-021-2/+1
|\ \
| * | virtio-rng: don't crash if virtqueue is broken.Rusty Russell2014-03-131-2/+1
* | | Merge 3.14-rc3 into char-misc-nextGreg Kroah-Hartman2014-02-183-7/+5
|\ \ \ | |/ /
| * | Merge tag 'char-misc-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-02-142-1/+2
| |\ \
| | * | raw: set range for MAX_RAW_DEVSPaul Bolle2014-02-071-0/+1
| | * | raw: test against runtime value of max_raw_minorsPaul Bolle2014-02-071-1/+1
| | |/
| * | fix a kmap leak in virtio_consoleAl Viro2014-02-091-6/+3
| |/
* | /dev/mem: handle out-of-bounds read/writePetr Tesarik2014-02-151-0/+6
* | drivers/char: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-0715-15/+0
|/
* ipmi: Add missing rv in ipmi_parisc_probe()Geert Uytterhoeven2014-01-301-0/+1
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-01-295-7/+25
|\
| * Merge commit origin/master into drm-intel-nextDaniel Vetter2014-01-162-6/+16
| |\
| * \ Merge tag 'v3.13-rc3' into drm-intel-next-queuedDaniel Vetter2013-12-0937-422/+2034
| |\ \
| * | | drm/i915: Kill legeacy AGP for gen3 kmsDaniel Vetter2013-11-141-5/+0
| * | | drm/i915: Make AGP support optionalVille Syrjälä2013-11-084-2/+25
* | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-01-291-1/+1
|\ \ \ \
| * | | | Update Jean Delvare's e-mail addressJean Delvare2014-01-291-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'ipmi' (ipmi patches from Corey Minyard)Linus Torvalds2014-01-254-25/+39
|\ \ \ \
| * | | | ipmi: Cleanup error returnCorey Minyard2014-01-251-15/+29
| * | | | ipmi: fix timeout calculation when bmc is disconnectedXie XiuQi2014-01-251-1/+1
| * | | | ipmi: use USEC_PER_SEC instead of 1000000 for more meaningfulXie XiuQi2014-01-253-7/+7
| * | | | ipmi: remove deprecated IRQF_DISABLEDMichael Opdenacker2014-01-251-2/+2
| |/ / /
* | | | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-244-272/+154
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'pm-sleep', 'pm-runtime' and 'pm-apm'Rafael J. Wysocki2014-01-121-2/+9
| |\ \ \ \ \
| | | * \ \ \ Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Rafael J. Wysocki2014-01-111-2/+9
| | | |\ \ \ \ | | | | |/ / / | | | |/| | |
| | | | * | | apm-emulation: add hibernation APM events to support suspend2diskBin Shi2014-01-071-2/+9
| | | | |/ /
| * | | | | Merge branch 'acpi-dsm'Rafael J. Wysocki2014-01-121-263/+142
| |\ \ \ \ \
| | * | | | | ACPI / TPM: detect PPI features by checking availability of _DSM functionsJiang Liu2014-01-051-26/+19
| | * | | | | ACPI / TPM: replace open-coded _DSM code with helper functionsJiang Liu2014-01-051-259/+145
| | * | | | | ACPI / TPM: match node name instead of full path when searching for TPM deviceJiang Liu2014-01-051-1/+1
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'acpi-cleanup'Rafael J. Wysocki2014-01-123-7/+3
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-073-7/+3
* | | | | | Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-01-221-0/+4
|\ \ \ \ \ \
| * | | | | | xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk2014-01-031-0/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-01-222-2/+1
|\ \ \ \ \ \
| * | | | | | treewide: Fix typos in printkMasanari Iida2013-12-191-1/+1
OpenPOWER on IntegriCloud