summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\ \ \
| * | | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-1/+1
| | |/ | |/|
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-10-1015-177/+340
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-10-101-1/+1
| |\ \ \
| * | | | hwrng: omap - Only fail if pm_runtime_get_sync returns < 0Dave Gerlach2016-09-221-2/+2
| * | | | hwrng: geode - fix return value check in mod_init()Wei Yongjun2016-09-221-2/+2
| * | | | hwrng: amd - Fix return value check in mod_init()Wei Yongjun2016-09-221-4/+4
| * | | | hwrng: geode - Use linux/io.h instead of asm/io.hPrasannaKumar Muralidharan2016-09-131-4/+4
| * | | | hwrng: geode - Migrate to managed APIPrasannaKumar Muralidharan2016-09-131-35/+15
| * | | | hwrng: st - Fix missing clk_disable_unprepare() on error in st_rng_probe()Wei Yongjun2016-09-131-0/+1
| * | | | hwrng: amd - Migrate to managed APIPrasannaKumar Muralidharan2016-09-131-37/+11
| * | | | hwrng: core - Allocate memory during module initPrasannaKumar Muralidharan2016-09-131-17/+20
| * | | | hwrng: pasemi - Use linux/io.h instead of asm/io.hPrasannaKumar Muralidharan2016-09-131-1/+1
| * | | | hwrng: pasemi - Migrate to managed APIPrasannaKumar Muralidharan2016-09-071-30/+7
| * | | | hwrng: bcm2835 - handle of_iomap failuresArvind Yadav2016-09-071-2/+3
| * | | | hwrng: tx4939 - Use devm_hwrng_register instead of hwrng_registerPrasannaKumar Muralidharan2016-08-311-10/+1
| * | | | hwrng: Remove check for max less than 4 bytesPrasannaKumar Muralidharan2016-08-312-6/+0
| * | | | hwrng: amd - Convert to new hwrng read() APICorentin LABBE2016-08-311-19/+28
| * | | | hwrng: amd - Access hardware via ioread32/iowrite32Corentin LABBE2016-08-311-6/+25
OpenPOWER on IntegriCloud