index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-09-16
block: remove BLKDEV_IFL_WAIT
Christoph Hellwig
2010-09-16
aic7xxx_old: removed unused 'req' variable
Jens Axboe
2010-09-10
block: remove the BH_Eopnotsupp flag
Christoph Hellwig
2010-09-10
block: remove the BLKDEV_IFL_BARRIER flag
Christoph Hellwig
2010-09-10
block: remove the WRITE_BARRIER flag
Christoph Hellwig
2010-09-10
swap: do not send discards as barriers
Christoph Hellwig
2010-09-10
fat: do not send discards as barriers
Christoph Hellwig
2010-09-10
ext4: do not send discards as barriers
Christoph Hellwig
2010-09-10
jbd2: replace barriers with explicit flush / FUA usage
Christoph Hellwig
2010-09-10
jbd2: Modify ASYNC_COMMIT code to not rely on queue draining on barrier
Jan Kara
2010-09-10
jbd: replace barriers with explicit flush / FUA usage
Christoph Hellwig
2010-09-10
nilfs2: replace barriers with explicit flush / FUA usage
Christoph Hellwig
2010-09-10
reiserfs: replace barriers with explicit flush / FUA usage
Christoph Hellwig
2010-09-10
gfs2: replace barriers with explicit flush / FUA usage
Christoph Hellwig
2010-09-10
btrfs: replace barriers with explicit flush / FUA usage
Christoph Hellwig
2010-09-10
xfs: replace barriers with explicit flush / FUA usage
Christoph Hellwig
2010-09-10
block: pass gfp_mask and flags to sb_issue_discard
Christoph Hellwig
2010-09-10
dm: convey that all flushes are processed as empty
Mike Snitzer
2010-09-10
dm: fix locking context in queue_io()
Kiyoshi Ueda
2010-09-10
dm: relax ordering of bio-based flush implementation
Tejun Heo
2010-09-10
dm: implement REQ_FLUSH/FUA support for request-based dm
Tejun Heo
2010-09-10
dm: implement REQ_FLUSH/FUA support for bio-based dm
Tejun Heo
2010-09-10
block: make __blk_rq_prep_clone() copy most command flags
Tejun Heo
2010-09-10
md: implment REQ_FLUSH/FUA support
Tejun Heo
2010-09-10
lguest: replace VIRTIO_F_BARRIER support with VIRTIO_F_FLUSH support
Tejun Heo
2010-09-10
virtio_blk: drop REQ_HARDBARRIER support
Tejun Heo
2010-09-10
block/loop: implement REQ_FLUSH/FUA support
Tejun Heo
2010-09-10
block: use REQ_FLUSH in blkdev_issue_flush()
Tejun Heo
2010-09-10
block: update documentation for REQ_FLUSH / REQ_FUA
Christoph Hellwig
2010-09-10
block: make sure FSEQ_DATA request has the same rq_disk as the original
Tejun Heo
2010-09-10
block: kick queue after sequencing REQ_FLUSH/FUA
Tejun Heo
2010-09-10
block: initialize flush request with WRITE_FLUSH instead of REQ_FLUSH
Tejun Heo
2010-09-10
block: simplify queue_next_fseq
Christoph Hellwig
2010-09-10
block: filter flush bio's in __generic_make_request()
Tejun Heo
2010-09-10
block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requests
Tejun Heo
2010-09-10
block: rename barrier/ordered to flush
Tejun Heo
2010-09-10
block: rename blk-barrier.c to blk-flush.c
Tejun Heo
2010-09-10
block: drop barrier ordering by queue draining
Tejun Heo
2010-09-10
block: misc cleanups in barrier code
Tejun Heo
2010-09-10
block: remove spurious uses of REQ_HARDBARRIER
Tejun Heo
2010-09-10
block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()
Tejun Heo
2010-09-10
block: kill QUEUE_ORDERED_BY_TAG
Tejun Heo
2010-09-10
block/loop: queue ordered mode should be DRAIN_FLUSH
Tejun Heo
2010-09-10
ide: remove unnecessary blk_queue_flushing() test in do_ide_request()
Tejun Heo
2010-08-22
Linux 2.6.36-rc2
v2.6.36-rc2
Linus Torvalds
2010-08-22
Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2010-08-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...
Linus Torvalds
2010-08-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
2010-08-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...
Linus Torvalds
2010-08-21
drm/i915,intel_agp: Add support for Sandybridge D0
Zhenyu Wang
[next]