summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-08-064-28/+81
|\ \ \ \
| * | | | tpm: simplify code by using %*phN specifierAndy Shevchenko2014-07-291-3/+1Star
| * | | | tpm: Provide a generic means to override the chip returned timeoutsJason Gunthorpe2014-07-292-21/+72
| * | | | tpm: missing tpm_chip_put in tpm_get_random()Jarkko Sakkinen2014-07-291-3/+4
| * | | | tpm: Properly clean sysfs entries in error pathStefan Berger2014-07-291-1/+3
| * | | | tpm: Add missing tpm_do_selftest to ST33 I2C driverJason Gunthorpe2014-07-291-0/+1
| |/ / /
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-061-28/+5Star
|\ \ \ \
| * | | | hangcheck-timer: Use ktime_get_ns()Thomas Gleixner2014-07-241-28/+5Star
| |/ / /
* | | | Merge tag 'tty-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-08-051-3/+1Star
|\ \ \ \
| * | | | Merge 3.16-rc5 into tty-next.Greg Kroah-Hartman2014-07-141-1/+3
| |\| | |
| * | | | char: synclink: Remove WARN_ON for bad port countPeter Hurley2014-07-111-2/+0Star
| * | | | tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley2014-07-111-1/+1
| | |/ / | |/| |
* | | | Merge tag 'char-misc-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-08-054-43/+85
|\ \ \ \ | |_|_|/ |/| | |
| * | | drivers/char/dsp56k.c: drop check for negativity of unsigned parameterAndrey Utkin2014-07-181-1/+1
| * | | Merge 3.16-rc5 into char-misc-nextGreg Kroah-Hartman2014-07-142-9/+12
| |\ \ \ | | | |/ | | |/|
| * | | char: xilinx_hwicap: missing error code if ioremap() failsDan Carpenter2014-07-101-0/+1
| * | | bsr: avoid format string leaking into device nameKees Cook2014-07-101-1/+1
| * | | i8k: Add support for Dell Precision 490 and Latitude D520Guenter Roeck2014-07-101-0/+27
| * | | i8k: Add support for configurable maximum fan speed valueGuenter Roeck2014-07-101-7/+42
| * | | i8k: Drop all labelsGuenter Roeck2014-07-101-34/+13Star
* | | | Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-07-191-3/+14
|\ \ \ \
| * | | | random: check for increase of entropy_count because of signed conversionHannes Frederic Sowa2014-07-191-3/+14
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-07-192-8/+49
|\ \ \ \ | |/ / / |/| | |
| * | | hwrng: virtio - ensure reads happen after successful probeAmit Shah2014-07-142-0/+16
| * | | hwrng: fetch randomness only after device initAmit Shah2014-07-141-8/+33
| |/ /
* | / i8k: Fix non-SMP operationGuenter Roeck2014-07-101-1/+3
| |/ |/|
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-181-8/+9
|\ \ | |/ |/|
| * random: fix nasty entropy accounting bugTheodore Ts'o2014-06-161-8/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-4/+4
|\ \
| * | Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro2014-06-122-7/+8
| |\|
| * | blkdev_aio_write() - turn into blkdev_write_iter()Al Viro2014-05-061-2/+2
| * | switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
* | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-121-38/+67
|\ \ \
| * | | virtio-rng: fixes for device registration/unregistrationSasha Levin2014-05-191-18/+23
| * | | virtio-rng: fix boot with virtio-rng deviceSasha Levin2014-05-191-1/+1
| * | | virtio-rng: support multiple virtio-rng devicesAmos Kong2014-05-141-39/+63
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 int...Linus Torvalds2014-06-086-257/+58Star
|\ \ \ \
| * | | | hwrng: n2-drv - Introduce the use of the managed version of kzallocHimangi Saraogi2014-05-131-17/+7Star
| * | | | hwrng: timeriomem - remove unnecessary OOM messagesJingoo Han2014-05-081-3/+1Star
| * | | | hwrng: omap - remove unnecessary OOM messagesJingoo Han2014-05-081-3/+1Star
| * | | | hwrng: picoxcell - remove unbuildable picoxcell TRNGPaul Bolle2014-04-163-195/+0Star
| * | | | 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
* | | | | random: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-071-2/+2
* | | | | Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-041-2/+2
|\ \ \ \ \
| * \ \ \ \ Merge branch 'acpica'Rafael J. Wysocki2014-06-031-2/+2
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | ACPI: Clean up acpi_os_map/unmap_memory() to eliminate __iomem.Lv Zheng2014-05-271-2/+2
| | | |/ / | | |/| |
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-031-1/+1
|\ \ \ \ \
| * | | | | Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar2014-05-223-7/+9
| |\| | | |