summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2016-11-18ipmi/bt-bmc: change compatible node to 'aspeed, ast2400-ibt-bmc'Cédric Le Goater1-2/+2
2016-11-17hwrng: atmel - use clk_disable_unprepare instead of clk_disableWei Yongjun1-1/+1
2016-11-16scr24x_cs: include linux/io.hArnd Bergmann1-0/+1
2016-11-16posix-timers: Make them configurableNicolas Pitre1-0/+1
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-12/+16
2016-11-14Merge 4.9-rc5 into char-misc-nextGreg Kroah-Hartman3-12/+16
2016-11-13Merge tag 'char-misc-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+0
2016-11-10char/pcmcia: add scr24x_cs chip card interface driverLubomir Rintel3-0/+384
2016-11-10ppdev: fix double-free of pp->pdev->nameJann Horn1-3/+0
2016-11-10tile-srom: allow the driver to be built as a moduleChris Metcalf2-2/+3
2016-11-07xen: make use of xenbus_read_unsigned() in xen-tpmfrontJuergen Gross1-6/+2
2016-11-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-6/+16
2016-11-01x86/fpu: Remove irq_ts_save() and irq_ts_restore()Andy Lutomirski1-6/+2
2016-11-01hwrng: atmel - disable TRNG during suspendWenyou Yang1-3/+21
2016-11-01hwrng: core - zeroize buffers with random dataStephan Mueller1-0/+3
2016-10-31tpm: remove invalid min length check from tpm_do_selftest()Jarkko Sakkinen1-3/+0
2016-10-31virtio: console: Unlock vqs while freeing buffersMatt Redfearn1-6/+16
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-9/+522
2016-10-30Merge 4.9-rc3 into char-misc-nextGreg Kroah-Hartman1-3/+3
2016-10-28Move CONFIG_DEVKMEM default to nDave Young1-1/+0
2016-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-3/+3
2016-10-25hwrng: meson - Remove unneeded platform MODULE_ALIASJavier Martinez Canillas1-1/+0
2016-10-25hwrng: meson - Fix module autoload for OF registrationJavier Martinez Canillas1-0/+1
2016-10-24docs: fix locations of several documents that got movedMauro Carvalho Chehab1-2/+2
2016-10-24Merge tag 'for-linus-4.9-2' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds4-4/+517
2016-10-21hwrng: omap - Add device variant for SafeXcel IP-76 found in Armada 8KRomain Perier2-3/+85
2016-10-21hwrng: omap - Don't prefix the probe message with OMAPRomain Perier1-1/+1
2016-10-21hwrng: omap - Add support for 128-bit output of dataRomain Perier1-6/+8
2016-10-21hwrng: omap - Remove global definition of hwrngRomain Perier1-9/+14
2016-10-21hwrng: omap - Switch to non-obsolete read API implementationRomain Perier1-24/+17
2016-10-20net: use core MTU range checking in WAN driversJarod Wilson1-1/+0
2016-10-19hwrng: core - Don't use a stack buffer in add_early_randomness()Andrew Lutomirski1-3/+3
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2016-10-12Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2016-10-12Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+2
2016-10-12treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada1-1/+0
2016-10-12random: remove unused randomize_range()Jason Cooper1-19/+0
2016-10-12random: simplify API for random address requestsJason Cooper1-0/+33
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-10-11latent_entropy: Mark functions with __latent_entropyEmese Revfy1-2/+2
2016-10-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds15-177/+340
2016-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-1/+1
2016-10-08Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+1
2016-10-08Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2016-10-06mips: separate extable.h, switch module.h to itAl Viro1-0/+1
2016-10-06pipe: add pipe_buf_steal() helperMiklos Szeredi1-1/+1
2016-10-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds8-163/+170
2016-10-04Merge tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds14-195/+174
2016-10-03ipmi: fix crash on reading version from proc after unregisted bmcXie XiuQi1-4/+3
2016-09-30ipmi/bt-bmc: remove redundant return value check of platform_get_resource()Wei Yongjun1-5/+0