index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
mtip32xx
/
mtip32xx.c
Commit message (
Expand
)
Author
Age
*
mtip32xx: dynamically allocate buffer in debugfs functions
David Milburn
2013-11-08
*
mtip32xx: Add SRSI support
Asai Thambi S P
2013-11-08
*
drivers: avoid parsing names as kthread_run() format strings
Kees Cook
2013-07-03
*
mtip32xx: Correctly handle bio->bi_idx != 0 conditions
Sam Bradshaw
2013-05-15
*
mtip32xx: Fix NULL pointer dereference during module unload
Sam Bradshaw
2013-05-15
*
Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2013-05-08
|
\
|
*
mtip32xx: Workaround for unaligned writes
Asai Thambi S P
2013-04-29
|
*
mtip32xx: mtip32xx: Disable TRIM support
Asai Thambi S P
2013-04-14
|
*
mtip32xx: fix a smatch warning
Asai Thambi S P
2013-04-14
*
|
mtip32xx: fix two smatch warnings
Jens Axboe
2013-04-04
*
|
mtip32xx: Add debugfs entry device_status
Asai Thambi S P
2013-04-03
*
|
mtip32xx: return 0 from pci probe in case of rebuild
Asai Thambi S P
2013-04-03
*
|
mtip32xx: recovery from command timeout
Asai Thambi S P
2013-04-03
*
|
mtip32xx: fix error return code in mtip_pci_probe()
Wei Yongjun
2013-03-22
|
/
*
Merge branch 'stable/for-jens-3.9' of git://git.kernel.org/pub/scm/linux/kern...
Jens Axboe
2013-02-20
|
\
|
*
mtip32xx: fix for crash when the device surprise removed during rebuild
Asai Thambi S P
2013-01-11
|
*
mtip32xx: fix for driver hang after a command timeout
Asai Thambi S P
2013-01-11
*
|
drivers/block/mtip32xx/mtip32xx.c:1726:5: sparse: symbol 'mtip_send_trim' was...
Fengguang Wu
2013-01-12
*
|
drivers/block/mtip32xx/mtip32xx.c:4029:1: sparse: symbol 'mtip_workq_sdbf0' w...
Fengguang Wu
2013-01-12
*
|
mtip32xx: add trim support
Asai Thambi S P
2013-01-11
*
|
mtip32xx: Add workqueue and NUMA support
Asai Thambi S P
2013-01-11
|
/
*
mtip32xx: fix potential NULL pointer dereference in mtip_timeout_function()
Wei Yongjun
2012-11-23
*
mtip32xx: fix shift larger than type warning
Jens Axboe
2012-11-23
*
mtip32xx: Fix to make lba address correct in big-endian systems
Selvan Mani
2012-11-23
*
mtip32xx: fix potential crash on SEC_ERASE_UNIT
Selvan Mani
2012-11-23
*
mtip32xx:Added appropriate timeout value for secure erase
Selvan Mani
2012-10-30
*
mtip32xx: fix user_buffer check in exec_drive_command
David Milburn
2012-09-12
*
mtip32xx: Remove dead code
Asai Thambi S P
2012-09-12
*
mtip32xx: Change printk to pr_xxxx
Asai Thambi S P
2012-09-12
*
mtip32xx: Proper reporting of write protect status on big-endian
Asai Thambi S P
2012-09-12
*
mtip32xx: Increase timeout for standby command
Asai Thambi S P
2012-09-12
*
mtip32xx: Handle NCQ commands during the security locked state
Asai Thambi S P
2012-09-12
*
mtip32xx: Add support for new devices
Asai Thambi S P
2012-09-12
*
mtip32xx: Create debugfs entries for troubleshooting
Asai Thambi S P
2012-06-05
*
mtip32xx: Remove 'registers' and 'flags' from sysfs
Asai Thambi S P
2012-06-05
*
mtip32xx: Changes to sysfs entries
Asai Thambi S P
2012-05-31
*
mtip32xx: minor performance tweak
Asai Thambi S P
2012-05-31
*
mtip32xx: Fix to support more than one sector in exec_drive_command()
Asai Thambi S P
2012-05-31
*
mtip32xx: Use plain spinlock for 'cmd_issue_lock'
Asai Thambi S P
2012-05-31
*
mtip32xx: Set block queue boundary variables
Asai Thambi S P
2012-05-31
*
mtip32xx: Fix to handle TFE for PIO(IOCTL/internal) commands
Asai Thambi S P
2012-05-31
*
mtip32xx: Change HDIO_GET_IDENTITY to return stored data
Asai Thambi S P
2012-05-31
*
mtip32xx: Set custom timeouts for PIO commands
Asai Thambi S P
2012-05-31
*
mtip32xx: fix clearing an incorrect register in mtip_init_port
Asai Thambi S P
2012-05-31
*
mtip32xx: release the semaphore on an error path
Asai Thambi S P
2012-05-11
*
mtip32xx: dump tagmap on failure
Asai Thambi S P
2012-04-09
*
mtip32xx: fix handling of commands in various scenarios
Asai Thambi S P
2012-04-09
*
mtip32xx: Shorten macro names
Asai Thambi S P
2012-04-09
*
mtip32xx: misc changes
Asai Thambi S P
2012-04-09
*
mtip32xx: Add new sysfs entry 'status'
Asai Thambi S P
2012-04-09
[next]