aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-03Merge tag 'char-misc-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc into nextLinus Torvalds1-1/+0
2014-06-02Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds1-0/+1
2014-05-27applicom: dereferencing NULL on error pathDan Carpenter1-1/+0
2014-05-27ACPI: Clean up acpi_os_map/unmap_memory() to eliminate __iomem.Lv Zheng1-2/+2
2014-05-22Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar3-7/+9
2014-05-21Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-2/+5
2014-05-19virtio-rng: fixes for device registration/unregistrationSasha Levin1-18/+23
2014-05-19virtio-rng: fix boot with virtio-rng deviceSasha Levin1-1/+1
2014-05-16random: fix BUG_ON caused by accounting simplificationTheodore Ts'o1-2/+5
2014-05-14virtio-rng: support multiple virtio-rng devicesAmos Kong1-39/+63
2014-05-13hwrng: n2-drv - Introduce the use of the managed version of kzallocHimangi Saraogi1-17/+7
2014-05-12ACPI / TPM: Fix resume regression on ChromebooksRafael J. Wysocki1-5/+3
2014-05-08hwrng: timeriomem - remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-08hwrng: omap - remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-07Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar20-366/+450
2014-05-06blkdev_aio_write() - turn into blkdev_write_iter()Al Viro1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-05-06agp: info leak in agpioc_info_wrap()Dan Carpenter1-0/+1
2014-04-28random: export add_disk_randomnessChristoph Hellwig1-0/+1
2014-04-18Merge tag 'tty-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-5/+14
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang1-1/+1
2014-04-17Merge branch 'ipmi' (emailed ipmi fixes)Linus Torvalds5-152/+251
2014-04-17ipmi: boolify some thingsCorey Minyard2-37/+35
2014-04-17ipmi: Turn off all activity on an idle ipmi interfaceCorey Minyard2-96/+174
2014-04-17ipmi: Turn off default probing of interfacesCorey Minyard2-1/+13
2014-04-17ipmi: Reset the KCS timeout when starting error recoveryCorey Minyard1-2/+3
2014-04-17ipmi: Fix a race restarting the timerBodo Stroesser1-18/+28
2014-04-17Char: ipmi_bt_sm, fix infinite loopJiri Slaby1-1/+1
2014-04-16tty: Fix help text of SYNCLINK_CSJean Delvare1-1/+1
2014-04-16ttyprintk: Allow built as a moduleTakashi Iwai2-2/+13
2014-04-16ttyprintk: Fix wrong tty_unregister_driver() call in the error pathTakashi Iwai1-2/+0
2014-04-16hwrng: picoxcell - remove unbuildable picoxcell TRNGPaul Bolle3-195/+0
2014-04-16hwrng: Fix a few driver dependencies and defaultsJean Delvare1-3/+9
2014-04-16hwrng: Turn HW_RANDOM into a menuconfigJean Delvare1-26/+30
2014-04-16hwrng: Move UML_RANDOM at the last positionJean Delvare1-15/+15
2014-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-5/+5
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2014-04-11hwrng: bcm2835 - fix oops when rng h/w is accessed during registrationMatt Porter1-5/+5
2014-04-10Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds1-1/+1
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König1-1/+1
2014-04-06sonypi: Simplify dependenciesJean Delvare1-1/+1
2014-04-05Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+3
2014-04-04Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-108/+136
2014-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-87/+36
2014-04-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-2/+1
2014-04-01pipe: kill ->map() and ->unmap()Al Viro1-2/+2
2014-03-19random: Add arch_has_random[_seed]()H. Peter Anvin1-0/+3
2014-03-19random: If we have arch_get_random_seed*(), try it before blockingH. Peter Anvin1-0/+33
2014-03-19random: Use arch_get_random_seed*() at init time and once a secondH. Peter Anvin1-4/+20
2014-03-19random: use the architectural HWRNG for the SHA's IV in extract_buf()Theodore Ts'o1-8/+8