| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | mfd: twl4030-power: Add support for board specific configuration | Tony Lindgren | 2014-05-28 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | mfd: twl4030-power: Add generic reset configuration | Tony Lindgren | 2014-05-28 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-06-12 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linus | Al Viro | 2014-06-12 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | kill generic_file_splice_write() | Al Viro | 2014-06-12 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | fs/splice.c: remove unneeded exports | Al Viro | 2014-06-12 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | ->splice_write() via ->write_iter() | Al Viro | 2014-06-12 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | bio_vec-backed iov_iter | Al Viro | 2014-05-06 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | bury generic_file_aio_{read,write} | Al Viro | 2014-05-06 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | lustre: get rid of messing with iovecs | Al Viro | 2014-05-06 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | ceph_sync_read: stop poking into iov_iter guts | Al Viro | 2014-05-06 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | new helper: copy_page_from_iter() | Al Viro | 2014-05-06 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | bury __generic_file_aio_write() | Al Viro | 2014-05-06 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | blkdev_aio_write() - turn into blkdev_write_iter() | Al Viro | 2014-05-06 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | write_iter variants of {__,}generic_file_aio_write() | Al Viro | 2014-05-06 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | new methods: ->read_iter() and ->write_iter() | Al Viro | 2014-05-06 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | replace checking for ->read/->aio_read presence with check in ->f_mode | Al Viro | 2014-05-06 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | iov_iter_truncate() | Al Viro | 2014-05-06 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | new helper: iov_iter_get_pages_alloc() | Al Viro | 2014-05-06 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | new helper: iov_iter_npages() | Al Viro | 2014-05-06 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | new helper: iov_iter_get_pages() | Al Viro | 2014-05-06 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | start adding the tag to iov_iter | Al Viro | 2014-05-06 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | new helper: generic_file_read_iter() | Al Viro | 2014-05-06 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | new primitive: iov_iter_alignment() | Al Viro | 2014-05-06 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | switch {__,}blockdev_direct_IO() to iov_iter | Al Viro | 2014-05-06 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | convert the guts of nfs_direct_IO() to iov_iter | Al Viro | 2014-05-06 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | pass iov_iter to ->direct_IO() | Al Viro | 2014-05-06 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | kill generic_segment_checks() | Al Viro | 2014-05-06 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | generic_file_direct_write(): switch to iov_iter | Al Viro | 2014-05-06 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | kill iov_iter_copy_from_user() | Al Viro | 2014-05-06 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-06-11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | virtio-rng: fixes for device registration/unregistration | Sasha Levin | 2014-05-19 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | virtio-rng: support multiple virtio-rng devices | Amos Kong | 2014-05-14 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | virtio: virtio_break_device() to mark all virtqueues broken. | Rusty Russell | 2014-04-28 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-06-11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | cpumask.h: silence warning with -Wsign-compare | Brian W Hart | 2014-05-14 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | param: hand arguments after -- straight to init | Rusty Russell | 2014-04-28 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / / / | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'pwm/for-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-06-11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | pwm: modify PWM_LOOKUP to initialize all struct pwm_lookup members | Alexandre Belloni | 2014-05-21 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | pwm: renesas-tpu: remove unused struct tpu_pwm_platform_data | Alexandre Belloni | 2014-05-21 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | pwm: add period and polarity to struct pwm_lookup | Alexandre Belloni | 2014-05-21 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | pwm-backlight: switch to gpiod interface | Alexandre Courbot | 2014-05-07 | |
| | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'xfs-for-linus-3.16-rc1' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2014-06-11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'xfs-misc-fixes-1-for-3.16' into for-next | Dave Chinner | 2014-05-15 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | xfs: fix Q_XQUOTARM ioctl | Eric Sandeen | 2014-05-05 | |
| | | |/ / / / / / / / / / / / / / / / / / / / / / / / | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-06-11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | block: add __init to elv_register | Fabian Frederick | 2014-06-10 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | blk-mq: bump max tag depth to 10K tags | Jens Axboe | 2014-06-06 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | block: add blk_rq_set_block_pc() | Jens Axboe | 2014-06-06 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | block: add notion of a chunk size for request merging | Jens Axboe | 2014-06-05 | |
