summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2014-05-21Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+5
2014-05-16random: fix BUG_ON caused by accounting simplificationTheodore Ts'o-2/+5
2014-05-12ACPI / TPM: Fix resume regression on ChromebooksRafael J. Wysocki-5/+3
2014-05-06agp: info leak in agpioc_info_wrap()Dan Carpenter-0/+1
2014-04-18Merge tag 'tty-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-5/+14
2014-04-17Merge branch 'ipmi' (emailed ipmi fixes)Linus Torvalds-152/+251
2014-04-17ipmi: boolify some thingsCorey Minyard-37/+35
2014-04-17ipmi: Turn off all activity on an idle ipmi interfaceCorey Minyard-96/+174
2014-04-17ipmi: Turn off default probing of interfacesCorey Minyard-1/+13
2014-04-17ipmi: Reset the KCS timeout when starting error recoveryCorey Minyard-2/+3
2014-04-17ipmi: Fix a race restarting the timerBodo Stroesser-18/+28
2014-04-17Char: ipmi_bt_sm, fix infinite loopJiri Slaby-1/+1
2014-04-16tty: Fix help text of SYNCLINK_CSJean Delvare-1/+1
2014-04-16ttyprintk: Allow built as a moduleTakashi Iwai-2/+13
2014-04-16ttyprintk: Fix wrong tty_unregister_driver() call in the error pathTakashi Iwai-2/+0
2014-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-5/+5
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+2
2014-04-11hwrng: bcm2835 - fix oops when rng h/w is accessed during registrationMatt Porter-5/+5
2014-04-10Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds-1/+1
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König-1/+1
2014-04-06sonypi: Simplify dependenciesJean Delvare-1/+1
2014-04-05Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds-3/+3
2014-04-04Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-108/+136
2014-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-87/+36
2014-04-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+1
2014-04-01pipe: kill ->map() and ->unmap()Al Viro-2/+2
2014-03-19random: Add arch_has_random[_seed]()H. Peter Anvin-0/+3
2014-03-19random: If we have arch_get_random_seed*(), try it before blockingH. Peter Anvin-0/+33
2014-03-19random: Use arch_get_random_seed*() at init time and once a secondH. Peter Anvin-4/+20
2014-03-19random: use the architectural HWRNG for the SHA's IV in extract_buf()Theodore Ts'o-8/+8
2014-03-19random: clarify bits/bytes in wakeup thresholdsGreg Price-17/+17
2014-03-19random: entropy_bytes is actually bitsGreg Price-3/+3
2014-03-19random: simplify accounting codeGreg Price-17/+10
2014-03-19random: tighten bound on random_read_wakeup_threshGreg Price-1/+1
2014-03-19random: forget lock in lockless accountingGreg Price-4/+0
2014-03-19random: simplify accounting logicGreg Price-8/+4
2014-03-19random: fix comment on "account"Greg Price-10/+21
2014-03-19random: simplify loop in random_readGreg Price-39/+18
2014-03-19random: fix description of get_random_bytesGreg Price-2/+3
2014-03-19random: fix comment on proc_do_uuidGreg Price-4/+4
2014-03-19random: fix typos / spelling errors in commentsGreg Price-3/+3
2014-03-13virtio-rng: don't crash if virtqueue is broken.Rusty Russell-2/+1
2014-03-10hwrng: add randomness to system from rng sourcesKees Cook-0/+7
2014-03-10hwrng: timeriomem - Use devm_*() functionsJingoo Han-30/+10
2014-03-10hwrng: nomadik - Use devm_*() functionsJingoo Han-9/+4
2014-03-10hwrng: pixocell - Use devm_clk_get()Jingoo Han-6/+2
2014-03-10hwrng: omap3-rom - Use devm_clk_get()Jingoo Han-2/+1
2014-03-10hwrng: atmel - Use devm_clk_get()Jingoo Han-6/+2
2014-02-27hwrng: pixocell - Use devm_ioremap_resource()Jingoo Han-16/+3
2014-02-27hwrng: atmel - Use devm_ioremap_resource()Jingoo Han-11/+4