summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-0820-299/+142
|\
| * Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2013-04-02286-1769/+3548
| |\
| * | aoe: Fix unitialized var usageKent Overstreet2013-03-251-1/+1
| * | block: Add bio_alloc_pages()Kent Overstreet2013-03-231-13/+3
| * | block: Convert some code to bio_for_each_segment_all()Kent Overstreet2013-03-232-9/+4
| * | block: Add bio_for_each_segment_all()Kent Overstreet2013-03-232-2/+2
| * | raid1: use bio_copy_data()Kent Overstreet2013-03-231-3/+2
| * | pktcdvd: Use bio_reset() in disabled code to kill bi_idx usageKent Overstreet2013-03-231-9/+8
| * | pktcdvd: use bio_copy_data()Kent Overstreet2013-03-231-67/+12
| * | raid1: Refactor narrow_write_error() to not use bi_idxKent Overstreet2013-03-231-18/+18
| * | raid5: use bio_reset()Kent Overstreet2013-03-231-14/+13
| * | raid1: use bio_reset()Kent Overstreet2013-03-231-18/+6
| * | raid10: Use bio_reset()Kent Overstreet2013-03-231-22/+9
| * | block: Add submit_bio_wait(), remove from mdKent Overstreet2013-03-232-38/+0
| * | block: Remove some unnecessary bi_vcnt usageKent Overstreet2013-03-233-11/+11
| * | block: Remove bi_idx referencesKent Overstreet2013-03-234-4/+2
| * | block: Change bio_split() to respect the current value of bi_idxKent Overstreet2013-03-232-4/+2
| * | block: Use bio_sectors() more consistentlyKent Overstreet2013-03-236-31/+28
| * | block: Add bio_end_sector()Kent Overstreet2013-03-239-24/+19
| * | md: Convert md_trim_bio() to use bio_advance()Kent Overstreet2013-03-231-13/+4
* | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-05-0718-27/+91
|\ \ \
| * | | aio: don't include aio.h in sched.hKent Overstreet2013-05-075-1/+5
| * | | aio: use cancellation list lazilyKent Overstreet2013-05-071-2/+1
| * | | aio: move private stuff out of aio.hKent Overstreet2013-05-071-0/+1
| * | | char: add aio_{read,write} to /dev/{null,zero}Zach Brown2013-05-071-0/+35
| * | | gadget: remove only user of aio retryZach Brown2013-05-071-9/+29
| * | | drivers/infiniband/hw: rename random32() to prandom_u32()Andrew Morton2013-05-074-6/+6
| * | | drivers/net: rename random32() to prandom_u32()Akinobu Mita2013-05-077-9/+9
| * | | drivers/rtc/rtc-rs5c372.c: add R2221T/L variant to the driverLucas Stach2013-05-071-0/+5
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-0735-121/+61
|\ \ \ \
| * | | | block_device_operations->release() should return voidAl Viro2013-05-0733-114/+57
| * | | | mtd_blktrans_ops->release() should return voidAl Viro2013-05-053-9/+6
* | | | | Merge branch 'parisc-for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-05-071-4/+15
|\ \ \ \ \
| * | | | | parisc: fix partly 16/64k PAGE_SIZE bootHelge Deller2013-05-061-4/+15
* | | | | | Merge tag 'remoteproc-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-078-134/+668
|\ \ \ \ \ \
| * | | | | | remoteproc: fix kconfig dependencies for VIRTIOSuman Anna2013-04-211-0/+1
| * | | | | | remoteproc/davinci: add a remoteproc driver for OMAP-L13x DSPRobert Tivy2013-04-153-0/+348
| * | | | | | remoteproc: support default firmware name in rproc_alloc()Robert Tivy2013-04-071-4/+24
| * | | | | | remoteproc/omap: support OMAP5 tooVincent Stehlé2013-04-071-1/+1
| * | | | | | remoteproc: set vring addresses in resource tableSjur Brændeland2013-04-071-2/+17
| * | | | | | remoteproc: support virtio config space.Sjur Brændeland2013-04-072-18/+64
| * | | | | | remoteproc: perserve resource table dataOhad Ben-Cohen2013-04-072-20/+79
| * | | | | | remoteproc: calculate max_notifyid by counting vringsSjur Brændeland2013-04-072-16/+19
| * | | | | | remoteproc: code cleanup of resource parsingSjur Brændeland2013-04-051-40/+12
| * | | | | | remoteproc: parse STE-firmware and find resource table addressSjur Brændeland2013-04-051-14/+29
| * | | | | | remoteproc: add find_loaded_rsc_table firmware opsSjur Brændeland2013-04-052-1/+39
| * | | | | | remoteproc: refactor rproc_elf_find_rsc_table()Sjur Brændeland2013-04-051-29/+46
* | | | | | | Merge tag 'rpmsg-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/...Linus Torvalds2013-05-072-14/+36
|\ \ \ \ \ \ \
| * | | | | | | rpmsg: fix kconfig dependencies for VIRTIOSuman Anna2013-04-211-0/+1
| * | | | | | | rpmsg: process _all_ pending messages in rpmsg_recv_doneRobert Tivy2013-04-151-14/+35
| |/ / / / / /