aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-13/+13
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-3/+3
2017-05-08format-security: move static strings to constGravatar Kees Cook 1-1/+1
2017-05-08agp: use set_memory.h headerGravatar Laura Abbott 5-1/+7
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsGravatar Michal Hocko 1-7/+1
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 6-52/+28
2017-05-03Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-8/+8
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 22-433/+1549
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 8-336/+298
2017-05-02virtio: wrap find_vqsGravatar Michael S. Tsirkin 1-3/+3
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 3-0/+283
2017-05-01Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-14/+14
2017-05-01Merge tag 'for-linux-4.12' of git://github.com/cminyard/linux-ipmiGravatar Linus Torvalds 4-11/+26
2017-04-28ipmi/watchdog: fix wdog hang on panic waiting for ipmi responseGravatar Robert Lippert 1-4/+4
2017-04-26s390/trng: Introduce s390 TRNG device driver.Gravatar Harald Freudenberger 3-0/+283
2017-04-25tpm: Fix reference count to main deviceGravatar Stefan Berger 1-2/+3
2017-04-25tpm_tis: convert to using locality callbacksGravatar Jerry Snitselaar 1-26/+8
2017-04-25tpm: fix handling of the TPM 2.0 event logsGravatar Petr Vandrovec 1-4/+10
2017-04-25tpm_crb: remove a cruft constantGravatar Jarkko Sakkinen 1-2/+1
2017-04-21hwrng: mtk - Add driver for hardware random generator on MT7623 SoCGravatar Sean Wang 3-0/+183
2017-04-21hwrng: n2 - Use devm_kcalloc() in n2rng_probe()Gravatar Markus Elfring 1-3/+1
2017-04-21crypto: exynos - Add new Exynos RNG driverGravatar Krzysztof Kozlowski 3-246/+0
2017-04-20Annotate hardware config module parameters in drivers/char/Gravatar David Howells 1-2/+2
2017-04-20Annotate hardware config module parameters in drivers/char/mwave/Gravatar David Howells 1-4/+4
2017-04-20Annotate hardware config module parameters in drivers/char/ipmi/Gravatar David Howells 1-7/+7
2017-04-19Merge tag 'v4.11-rc7' into drm-nextGravatar Dave Airlie 2-32/+56
2017-04-14time: Change k_clock timer_set() and timer_get() to use timespec64Gravatar Deepa Dinamani 1-10/+10
2017-04-14time: Change k_clock clock_set() to use timespec64Gravatar Deepa Dinamani 1-1/+1
2017-04-14time: Change k_clock clock_getres() to use timespec64Gravatar Deepa Dinamani 1-1/+1
2017-04-14time: Change k_clock clock_get() to use timespec64Gravatar Deepa Dinamani 1-2/+2
2017-04-14Merge tag 'devmem-v4.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-30/+52
2017-04-12mm: Tighten x86 /dev/mem with zeroing readsGravatar Kees Cook 1-30/+52
2017-04-11Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branchGravatar Ingo Molnar 1-1/+1
2017-04-10ipmi_si: use smi_num for init_nameGravatar Tony Camuso 1-3/+16
2017-04-10hwrng: timeriomem - Improve performance for sub-jiffie update periodsGravatar Rick Altherr 1-41/+45
2017-04-10hwrng: timeriomem - Shorten verbose type and variable namesGravatar Rick Altherr 1-14/+13
2017-04-10hwrng: timeriomem - Migrate to new APIGravatar Rick Altherr 1-30/+30
2017-04-08hangcheck-timer: Fix typo in commentGravatar Shile Zhang 1-1/+1
2017-04-08drivers: char: misc: Replace printk with pr_err.Gravatar Varsha Rao 1-1/+1
2017-04-08drivers: char: misc: Add blank line after declaration.Gravatar Varsha Rao 1-0/+1
2017-04-08drivers: char: misc: Add space after ','.Gravatar Varsha Rao 1-2/+2
2017-04-08drivers: char: misc: Replace "foo * bar" with "foo *bar".Gravatar Varsha Rao 1-2/+2
2017-04-07ipmi: bt-bmc: Add ast2500 compatible stringGravatar Joel Stanley 1-0/+1
2017-04-07ipmi_ssif: use setup_timerGravatar Geliang Tang 1-3/+2
2017-04-07ipmi: Fix kernel panic at ipmi_ssif_thread()Gravatar Joeseph Chang 1-1/+3
2017-04-07virtio_console: fix uninitialized variable useGravatar Michael S. Tsirkin 1-2/+4
2017-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Herbert Xu 2-23/+69
2017-04-03tpm/tpm_crb: Enable TPM CRB interface for ARM64Gravatar Jiandi An 2-3/+66
2017-04-03tpm_crb: request and relinquish locality 0Gravatar Jarkko Sakkinen 4-0/+61