summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-171-8/+9
|\
| * random: fix nasty entropy accounting bugTheodore Ts'o2014-06-151-8/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-4/+4
|\ \
| * | Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro2014-06-122-7/+8
| |\|
| * | blkdev_aio_write() - turn into blkdev_write_iter()Al Viro2014-05-061-2/+2
| * | switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
* | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-111-38/+67
|\ \ \
| * | | virtio-rng: fixes for device registration/unregistrationSasha Levin2014-05-191-18/+23
| * | | virtio-rng: fix boot with virtio-rng deviceSasha Levin2014-05-191-1/+1
| * | | virtio-rng: support multiple virtio-rng devicesAmos Kong2014-05-141-39/+63
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 int...Linus Torvalds2014-06-076-257/+58
|\ \ \ \
| * | | | hwrng: n2-drv - Introduce the use of the managed version of kzallocHimangi Saraogi2014-05-131-17/+7
| * | | | hwrng: timeriomem - remove unnecessary OOM messagesJingoo Han2014-05-081-3/+1
| * | | | hwrng: omap - remove unnecessary OOM messagesJingoo Han2014-05-081-3/+1
| * | | | hwrng: picoxcell - remove unbuildable picoxcell TRNGPaul Bolle2014-04-163-195/+0
| * | | | hwrng: Fix a few driver dependencies and defaultsJean Delvare2014-04-161-3/+9
| * | | | hwrng: Turn HW_RANDOM into a menuconfigJean Delvare2014-04-161-26/+30
| * | | | hwrng: Move UML_RANDOM at the last positionJean Delvare2014-04-161-15/+15
* | | | | random: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-061-2/+2
* | | | | Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-041-2/+2
|\ \ \ \ \
| * \ \ \ \ Merge branch 'acpica'Rafael J. Wysocki2014-06-031-2/+2
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | ACPI: Clean up acpi_os_map/unmap_memory() to eliminate __iomem.Lv Zheng2014-05-271-2/+2
| | | |/ / | | |/| |
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-031-1/+1
|\ \ \ \ \
| * | | | | Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar2014-05-223-7/+9
| |\| | | |
| * | | | | Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar2014-05-0720-366/+450
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang2014-04-181-1/+1
* | | | | | Merge tag 'char-misc-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-06-031-1/+0
|\ \ \ \ \ \
| * | | | | | applicom: dereferencing NULL on error pathDan Carpenter2014-05-271-1/+0
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds2014-06-021-0/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | random: export add_disk_randomnessChristoph Hellwig2014-04-281-0/+1
* | | | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-05-211-2/+5
|\ \ \ \ \ \
| * | | | | | random: fix BUG_ON caused by accounting simplificationTheodore Ts'o2014-05-161-2/+5
| | |_|_|_|/ | |/| | | |
* / | | | | ACPI / TPM: Fix resume regression on ChromebooksRafael J. Wysocki2014-05-121-5/+3
|/ / / / /
* | / / / agp: info leak in agpioc_info_wrap()Dan Carpenter2014-05-061-0/+1
| |/ / / |/| | |
* | | | Merge tag 'tty-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-04-183-5/+14
|\ \ \ \
| * | | | tty: Fix help text of SYNCLINK_CSJean Delvare2014-04-161-1/+1
| * | | | ttyprintk: Allow built as a moduleTakashi Iwai2014-04-162-2/+13
| * | | | ttyprintk: Fix wrong tty_unregister_driver() call in the error pathTakashi Iwai2014-04-161-2/+0
| |/ / /
* | | | Merge branch 'ipmi' (emailed ipmi fixes)Linus Torvalds2014-04-175-152/+251
|\ \ \ \
| * | | | ipmi: boolify some thingsCorey Minyard2014-04-172-37/+35
| * | | | ipmi: Turn off all activity on an idle ipmi interfaceCorey Minyard2014-04-172-96/+174
| * | | | ipmi: Turn off default probing of interfacesCorey Minyard2014-04-172-1/+13
| * | | | ipmi: Reset the KCS timeout when starting error recoveryCorey Minyard2014-04-171-2/+3
| * | | | ipmi: Fix a race restarting the timerBodo Stroesser2014-04-171-18/+28
| * | | | Char: ipmi_bt_sm, fix infinite loopJiri Slaby2014-04-171-1/+1
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-04-141-5/+5
|\ \ \ \ | |/ / / |/| | |
| * | | hwrng: bcm2835 - fix oops when rng h/w is accessed during registrationMatt Porter2014-04-111-5/+5
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-2/+2
|\ \ \
| * | | pipe: kill ->map() and ->unmap()Al Viro2014-04-011-2/+2
* | | | Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds2014-04-101-1/+1
|\ \ \ \