summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | writeback: replace custom worker pool implementation with unbound workqueueTejun Heo2013-04-022-15/+5
| | * | | | | writeback: remove unused bdi_pending_listTejun Heo2013-04-021-1/+0
| * | | | | | Merge branch 'for-jens' of http://evilpiepirate.org/git/linux-bcache into for...Jens Axboe2013-03-253-50/+80
| |\ \ \ \ \ \
| | * | | | | | bio-integrity: Add explicit field for owner of bip_bufKent Overstreet2013-03-231-0/+1
| | * | | | | | block: Add an explicit bio flag for bios that own their bvecKent Overstreet2013-03-232-5/+1
| | * | | | | | block: Add bio_alloc_pages()Kent Overstreet2013-03-231-0/+1
| | * | | | | | block: Add bio_for_each_segment_all()Kent Overstreet2013-03-231-3/+14
| | * | | | | | block: Add bio_copy_data()Kent Overstreet2013-03-231-0/+2
| | * | | | | | block: Add submit_bio_wait(), remove from mdKent Overstreet2013-03-231-0/+1
| | * | | | | | block: Use bio_sectors() more consistentlyKent Overstreet2013-03-231-6/+6
| | * | | | | | block: Add bio_end_sector()Kent Overstreet2013-03-231-0/+1
| | * | | | | | block: Add bio_advance()Kent Overstreet2013-03-232-0/+4
| | * | | | | | block: Convert integrity to bvec_alloc_bs()Kent Overstreet2013-03-231-3/+5
| | * | | | | | block: Fix a buffer overrun in bio_integrity_split()Kent Overstreet2013-03-231-1/+3
| | * | | | | | block: Avoid deadlocks with bio allocation by stacking driversKent Overstreet2013-03-231-0/+9
| | * | | | | | block: Reorder struct bio_setKent Overstreet2013-03-231-33/+33
| | | |/ / / / | | |/| | | |
| * | | | | | block: add runtime pm helpersLin Ming2013-03-231-0/+27
| * | | | | | block: add a flag to identify PM requestLin Ming2013-03-231-0/+2
| |/ / / / /
* | | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-05-0810-175/+141
|\ \ \ \ \ \
| * | | | | | aio: don't include aio.h in sched.hKent Overstreet2013-05-084-2/+3
| * | | | | | aio: kill ki_retryKent Overstreet2013-05-081-26/+0
| * | | | | | aio: kill ki_keyKent Overstreet2013-05-081-5/+4
| * | | | | | aio: kill batch allocationKent Overstreet2013-05-081-1/+0
| * | | | | | aio: use cancellation list lazilyKent Overstreet2013-05-081-9/+18
| * | | | | | wait: add wait_event_hrtimeout()Kent Overstreet2013-05-081-0/+86
| * | | | | | aio: make aio_put_req() locklessKent Overstreet2013-05-081-2/+2
| * | | | | | aio: move private stuff out of aio.hKent Overstreet2013-05-081-61/+0
| * | | | | | aio: kill return value of aio_complete()Kent Overstreet2013-05-081-4/+4
| * | | | | | aio: remove retry-based AIOZach Brown2013-05-082-23/+0
| * | | | | | aio: remove dead code from aio.hZach Brown2013-05-081-24/+0
| * | | | | | remove unused random32() and srandom32()Akinobu Mita2013-05-081-7/+0
| * | | | | | hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi2013-05-081-6/+13
| * | | | | | include/linux/mm.h: complete the mm_walk definitionAndrew Morton2013-05-081-7/+13
* | | | | | | kref: minor cleanupAnatol Pomozov2013-05-081-3/+6
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-083-3/+3
|\ \ \ \ \ \ \
| * | | | | | | make blkdev_put() return voidAl Viro2013-05-071-1/+1
| * | | | | | | block_device_operations->release() should return voidAl Viro2013-05-071-1/+1
| * | | | | | | mtd_blktrans_ops->release() should return voidAl Viro2013-05-061-1/+1
* | | | | | | | Merge tag 'remoteproc-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-071-4/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | remoteproc: support virtio config space.Sjur Brændeland2013-04-071-4/+0
| * | | | | | | | remoteproc: perserve resource table dataOhad Ben-Cohen2013-04-071-0/+9
* | | | | | | | | Merge tag 'multiplatform-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-05-071-0/+36
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'exynos/pwm-clocksource' into late/multiplatformArnd Bergmann2013-05-061-0/+36
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | clocksource: samsung_pwm_timer: Add support for non-DT platformsTomasz Figa2013-04-281-0/+3
| | * | | | | | | | | clocksource: samsung_pwm_timer: Drop unused samsung_pwm structTomasz Figa2013-04-281-10/+0
| | * | | | | | | | | clocksource: samsung_pwm_timer: Make PWM spinlock globalTomasz Figa2013-04-281-0/+2
| | * | | | | | | | | clocksource: add samsung pwm timer driverTomasz Figa2013-04-211-0/+41
| * | | | | | | | | | Merge branch 'next/drivers' into late/multiplatformArnd Bergmann2013-04-1913-5/+281
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-073-8/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'late/clksrc' into late/cleanupArnd Bergmann2013-05-0611-11/+162
| |\ \ \ \ \ \ \ \ \ \ \ \