summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2016-07-27Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-98/+384
2016-07-27Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds1-1/+5
2016-07-27ipmi: remove trydefaults parameter and default initTony Camuso3-87/+2
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+24
2016-07-26shmem: get_unmapped_area align huge pageHugh Dickins1-0/+24
2016-07-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds7-16/+209
2016-07-25Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+1
2016-07-14dsp56k: prevent a harmless underflowDan Carpenter1-1/+1
2016-07-08x86/mm/pat, /dev/mem: Remove superfluous error messageJiri Kosina1-5/+1
2016-07-03random: strengthen input validation for RNDADDTOENTCNTTheodore Ts'o1-6/+7
2016-07-03random: add backtracking protection to the CRNGTheodore Ts'o1-5/+49
2016-07-03random: make /dev/urandom scalable for silly userspace programsTheodore Ts'o1-4/+58
2016-07-03random: replace non-blocking pool with a Chacha20-based CRNGTheodore Ts'o1-102/+276
2016-06-27hwrng: omap - Fix assumption that runtime_get_sync will always succeedNishanth Menon1-2/+14
2016-06-24hwrng: bcm2835 - Add support for Broadcom BCM5301xFlorian Fainelli2-1/+2
2016-06-17i2c: add a protocol parameter to the alert callbackBenjamin Tissoires1-1/+5
2016-06-13random: properly align get_random_int_hashEric Biggers1-1/+3
2016-06-13random: add interrupt callback to VMBus IRQ handlerStephan Mueller1-0/+1
2016-06-13random: print a warning for the first ten uninitialized random usersTheodore Ts'o1-4/+8
2016-06-13random: initialize the non-blocking pool via add_hwgenerator_randomness()Theodore Ts'o1-5/+11
2016-06-13ipmi: Remove smi_msg from waiting_rcv_msgs list before handle_one_recv_msg()Junichi Nomura1-2/+6
2016-06-13hwrng: meson - Add Amlogic Meson Hardware Random GeneratorNeil Armstrong3-0/+146
2016-06-13hwrng: exynos - fixup IO accesorsBen Dooks1-2/+2
2016-05-31hwrng: bcm2835 - Read as much data as availableYendapally Reddy Dhananjaya Reddy1-2/+10
2016-05-31hwrng: bcm2835 - Support Broadcom NSP SoC rngYendapally Reddy Dhananjaya Reddy2-5/+31
2016-05-31hwrng: stm32 - fix maybe uninitialized variable warningMaxime Coquelin1-5/+5
2016-05-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-20/+1
2016-05-20Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-22/+3
2016-05-20Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-18/+11
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko1-20/+1
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2016-05-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5-168/+169
2016-05-16ipmi: Fix the I2C address extraction from SPMI tablesCorey Minyard1-1/+1
2016-05-16IPMI: reserve memio regions separatelyCorey Minyard1-13/+27
2016-05-16ipmi: Fix some minor coding style issuesCorey Minyard1-13/+12
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-2/+2
2016-05-01char: Drop bogus dependency of DEVPORT on !M68KGeert Uytterhoeven1-1/+0
2016-05-01char/rtc: replace blacklist with whitelistArnd Bergmann1-2/+1
2016-04-30char: xillybus: use devm_add_action_or_resetSudip Mukherjee2-19/+2
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley1-6/+6
2016-04-30tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley1-6/+2
2016-04-30tty: Replace ASYNC_CTS_FLOW bit and update atomicallyPeter Hurley1-4/+1
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley1-1/+1
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley1-1/+1
2016-04-20crypto4xx: integrate ppc4xx-rng into crypto4xxChristian Lamparter3-161/+0
2016-04-15hwrng: hisi - Add support for Hisilicon SoC RNGKefeng Wang3-0/+140
2016-04-05hwrng: exynos - Fix misspelled Samsung addressKrzysztof Kozlowski1-1/+1
2016-04-05hwrng: exynos - Enable COMPILE_TESTKrzysztof Kozlowski1-1/+2
2016-04-05hwrng: exynos - Disable runtime PM on driver unbindKrzysztof Kozlowski1-0/+9
2016-04-05hwrng: exynos - Disable runtime PM on probe failureKrzysztof Kozlowski1-1/+8