aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAge
...
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | block: Add bio_for_each_segment_all()Kent Overstreet2013-03-23
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | block: Add bio_copy_data()Kent Overstreet2013-03-23
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | block: Add submit_bio_wait(), remove from mdKent Overstreet2013-03-23
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | block: Use bio_sectors() more consistentlyKent Overstreet2013-03-23
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | block: Add bio_end_sector()Kent Overstreet2013-03-23
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | block: Add bio_advance()Kent Overstreet2013-03-23
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | block: Convert integrity to bvec_alloc_bs()Kent Overstreet2013-03-23
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | block: Fix a buffer overrun in bio_integrity_split()Kent Overstreet2013-03-23
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | block: Avoid deadlocks with bio allocation by stacking driversKent Overstreet2013-03-23
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | block: Reorder struct bio_setKent Overstreet2013-03-23
| | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | block: add runtime pm helpersLin Ming2013-03-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | block: add a flag to identify PM requestLin Ming2013-03-23
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-05-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aio: don't include aio.h in sched.hKent Overstreet2013-05-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aio: kill ki_retryKent Overstreet2013-05-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aio: kill ki_keyKent Overstreet2013-05-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aio: kill batch allocationKent Overstreet2013-05-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aio: use cancellation list lazilyKent Overstreet2013-05-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wait: add wait_event_hrtimeout()Kent Overstreet2013-05-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aio: make aio_put_req() locklessKent Overstreet2013-05-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aio: move private stuff out of aio.hKent Overstreet2013-05-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aio: kill return value of aio_complete()Kent Overstreet2013-05-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aio: remove retry-based AIOZach Brown2013-05-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aio: remove dead code from aio.hZach Brown2013-05-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove unused random32() and srandom32()Akinobu Mita2013-05-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi2013-05-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | include/linux/mm.h: complete the mm_walk definitionAndrew Morton2013-05-07
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kref: minor cleanupAnatol Pomozov2013-05-07
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make blkdev_put() return voidAl Viro2013-05-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | block_device_operations->release() should return voidAl Viro2013-05-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mtd_blktrans_ops->release() should return voidAl Viro2013-05-05
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'remoteproc-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remoteproc: support virtio config space.Sjur Brændeland2013-04-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remoteproc: perserve resource table dataOhad Ben-Cohen2013-04-07
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'multiplatform-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-05-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'exynos/pwm-clocksource' into late/multiplatformArnd Bergmann2013-05-06
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clocksource: samsung_pwm_timer: Add support for non-DT platformsTomasz Figa2013-04-28
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clocksource: samsung_pwm_timer: Drop unused samsung_pwm structTomasz Figa2013-04-28
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clocksource: samsung_pwm_timer: Make PWM spinlock globalTomasz Figa2013-04-28
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clocksource: add samsung pwm timer driverTomasz Figa2013-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'next/drivers' into late/multiplatformArnd Bergmann2013-04-19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'late/clksrc' into late/cleanupArnd Bergmann2013-05-06
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'clksrc-cleanup-for-3.10-part2' of git://sources.calxeda.com/kernel...Olof Johansson2013-04-17
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OF: add empty of_device_is_available for !OFRob Herring2013-04-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ARM: convert arm/arm64 arch timer to use CLKSRC_OF initRob Herring2013-04-11
| | | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'spear/dwdma' into late/cleanupArnd Bergmann2013-04-19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ata: arasan: remove the need for platform_dataArnd Bergmann2013-04-19
| | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'omap-for-v3.10/dss-signed' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson2013-04-19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |