summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-131-6/+2
|\
| * xen: make use of xenbus_read_unsigned() in xen-tpmfrontJuergen Gross2016-11-071-6/+2
* | Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-137-13/+416
|\ \
| * | char/pcmcia: add some error checking in scr24x_read()Dan Carpenter2016-11-291-1/+1
| * | snsc: restore IRQs on error path in scdrv_write()Dan Carpenter2016-11-291-1/+1
| * | ppdev: check before attaching portSudip Mukherjee2016-11-291-2/+21
| * | ppdev: use pr_* macrosSudip Mukherjee2016-11-291-6/+5
| * | ppdev: fix memory leakSudip Mukherjee2016-11-291-1/+1
| * | scr24x_cs: include linux/io.hArnd Bergmann2016-11-161-0/+1
| * | Merge 4.9-rc5 into char-misc-nextGreg Kroah-Hartman2016-11-143-12/+16
| |\ \
| * | | char/pcmcia: add scr24x_cs chip card interface driverLubomir Rintel2016-11-103-0/+384
| * | | tile-srom: allow the driver to be built as a moduleChris Metcalf2016-11-102-2/+3
| * | | Merge 4.9-rc3 into char-misc-nextGreg Kroah-Hartman2016-10-301-3/+3
| |\ \ \
| * | | | Move CONFIG_DEVKMEM default to nDave Young2016-10-281-1/+0
* | | | | Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds2016-12-121-2/+2
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v4.9-rc4' into soundJonathan Corbet2016-11-187-16/+536
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | docs: fix locations of several documents that got movedMauro Carvalho Chehab2016-10-241-2/+2
* | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-0/+1
|\ \ \ \ \ \
| * | | | | | posix-timers: Make them configurableNicolas Pitre2016-11-161-0/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-121-6/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into x86/fpu, to resolve conflictsIngo Molnar2016-11-233-11/+18
| |\ \ \ \ \ \
| * | | | | | | x86/fpu: Remove irq_ts_save() and irq_ts_restore()Andy Lutomirski2016-11-011-6/+2
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-2/+2
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | ipmi/bt-bmc: change compatible node to 'aspeed, ast2400-ibt-bmc'Cédric Le Goater2016-11-171-2/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-153-12/+16
|\| | | | | |
| * | | | | | Merge tag 'char-misc-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-11-131-3/+0
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | ppdev: fix double-free of pp->pdev->nameJann Horn2016-11-101-3/+0
| | | |_|_|/ | | |/| | |
| * | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-11-011-6/+16
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | virtio: console: Unlock vqs while freeing buffersMatt Redfearn2016-10-311-6/+16
| | |/ / /
| * / / / tpm: remove invalid min length check from tpm_do_selftest()Jarkko Sakkinen2016-10-311-3/+0
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-306-9/+522
|\| | |
| * | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-10-241-3/+3
| |\ \ \ | | |/ / | |/| |
| | * | hwrng: core - Don't use a stack buffer in add_early_randomness()Andrew Lutomirski2016-10-191-3/+3
| | |/
| * | Merge tag 'for-linus-4.9-2' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds2016-10-234-4/+517
| |\ \ | | |/ | |/|
| | * ipmi: fix crash on reading version from proc after unregisted bmcXie XiuQi2016-10-031-4/+3
| | * ipmi/bt-bmc: remove redundant return value check of platform_get_resource()Wei Yongjun2016-09-301-5/+0
| | * ipmi/bt-bmc: add a dependency on ARCH_ASPEEDCédric Le Goater2016-09-291-0/+1
| | * ipmi: Fix ioremap error handling in bt-bmcJoel Stanley2016-09-291-2/+2
| | * ipmi: add an Aspeed BT IPMI BMC driverAlistair Popple2016-09-293-0/+518
| * | Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-151-2/+2
| |\ \
| | * | latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-101-2/+2
| | |/
* | / net: use core MTU range checking in WAN driversJarod Wilson2016-10-201-1/+0
|/ /
* | Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-111-0/+1
|\ \
| * | mips: separate extable.h, switch module.h to itAl Viro2016-10-051-0/+1
| |/
* | Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-10-111-0/+2
|\ \
| * | Merge tag 'v4.8-rc8' into drm-nextDave Airlie2016-09-283-11/+17
| |\|
| * | agp/intel: Flush chipset writes after updating a single PTEChris Wilson2016-08-181-0/+2
* | | treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-111-1/+0
* | | random: remove unused randomize_range()Jason Cooper2016-10-111-19/+0
* | | random: simplify API for random address requestsJason Cooper2016-10-111-0/+33