aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-18drivers: char: mem: Check for address space wraparound with mmap()Julius Werner1-0/+5
2017-05-16char: lp: fix possible integer overflow in lp_setup()Willy Tarreau1-1/+5
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds3-13/+13
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+3
2017-05-08format-security: move static strings to constKees Cook1-1/+1
2017-05-08agp: use set_memory.h headerLaura Abbott5-1/+7
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-7/+1
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds6-52/+28
2017-05-03Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-8/+8
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds22-433/+1549
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds8-336/+298
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin1-3/+3
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-0/+283
2017-05-01Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+14
2017-05-01Merge tag 'for-linux-4.12' of git://github.com/cminyard/linux-ipmiLinus Torvalds4-11/+26
2017-04-28ipmi/watchdog: fix wdog hang on panic waiting for ipmi responseRobert Lippert1-4/+4
2017-04-26s390/trng: Introduce s390 TRNG device driver.Harald Freudenberger3-0/+283
2017-04-25tpm: Fix reference count to main deviceStefan Berger1-2/+3
2017-04-25tpm_tis: convert to using locality callbacksJerry Snitselaar1-26/+8
2017-04-25tpm: fix handling of the TPM 2.0 event logsPetr Vandrovec1-4/+10
2017-04-25tpm_crb: remove a cruft constantJarkko Sakkinen1-2/+1
2017-04-21hwrng: mtk - Add driver for hardware random generator on MT7623 SoCSean Wang3-0/+183
2017-04-21hwrng: n2 - Use devm_kcalloc() in n2rng_probe()Markus Elfring1-3/+1
2017-04-21crypto: exynos - Add new Exynos RNG driverKrzysztof Kozlowski3-246/+0
2017-04-20Annotate hardware config module parameters in drivers/char/David Howells1-2/+2
2017-04-20Annotate hardware config module parameters in drivers/char/mwave/David Howells1-4/+4
2017-04-20Annotate hardware config module parameters in drivers/char/ipmi/David Howells1-7/+7
2017-04-19Merge tag 'v4.11-rc7' into drm-nextDave Airlie2-32/+56
2017-04-14time: Change k_clock timer_set() and timer_get() to use timespec64Deepa Dinamani1-10/+10
2017-04-14time: Change k_clock clock_set() to use timespec64Deepa Dinamani1-1/+1
2017-04-14time: Change k_clock clock_getres() to use timespec64Deepa Dinamani1-1/+1
2017-04-14time: Change k_clock clock_get() to use timespec64Deepa Dinamani1-2/+2
2017-04-14Merge tag 'devmem-v4.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-30/+52
2017-04-12mm: Tighten x86 /dev/mem with zeroing readsKees Cook1-30/+52
2017-04-11Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branchIngo Molnar1-1/+1
2017-04-10ipmi_si: use smi_num for init_nameTony Camuso1-3/+16
2017-04-10hwrng: timeriomem - Improve performance for sub-jiffie update periodsRick Altherr1-41/+45
2017-04-10hwrng: timeriomem - Shorten verbose type and variable namesRick Altherr1-14/+13
2017-04-10hwrng: timeriomem - Migrate to new APIRick Altherr1-30/+30
2017-04-08hangcheck-timer: Fix typo in commentShile Zhang1-1/+1
2017-04-08drivers: char: misc: Replace printk with pr_err.Varsha Rao1-1/+1
2017-04-08drivers: char: misc: Add blank line after declaration.Varsha Rao1-0/+1
2017-04-08drivers: char: misc: Add space after ','.Varsha Rao1-2/+2
2017-04-08drivers: char: misc: Replace "foo * bar" with "foo *bar".Varsha Rao1-2/+2
2017-04-07ipmi: bt-bmc: Add ast2500 compatible stringJoel Stanley1-0/+1
2017-04-07ipmi_ssif: use setup_timerGeliang Tang1-3/+2
2017-04-07ipmi: Fix kernel panic at ipmi_ssif_thread()Joeseph Chang1-1/+3
2017-04-07virtio_console: fix uninitialized variable useMichael S. Tsirkin1-2/+4
2017-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2-23/+69