index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
ide-taskfile.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-13
ide: Implement disk shock protection support (v4)
Elias Oltmanns
1
-1
/
+10
2008-10-13
ide: merge all TASKFILE_NO_DATA data phase handlers into taskfile_no_intr()
Bartlomiej Zolnierkiewicz
1
-80
/
+25
2008-10-13
ide: add device flags
Bartlomiej Zolnierkiewicz
1
-7
/
+7
2008-10-10
ide: move ioctls handling to ide-ioctls.c
Bartlomiej Zolnierkiewicz
1
-109
/
+0
2008-10-10
ide: remove SECTOR_WORDS define
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-10
ide: use ATA_* defines instead of *_STAT and *_ERR ones
Bartlomiej Zolnierkiewicz
1
-13
/
+13
2008-10-10
ide: WIN_* -> ATA_CMD_*
Bartlomiej Zolnierkiewicz
1
-11
/
+16
2008-10-10
ide: make drive->id an union (take 2)
Bartlomiej Zolnierkiewicz
1
-2
/
+4
2008-07-24
ide: enable local IRQs in all handlers for TASKFILE_NO_DATA data phase
Bartlomiej Zolnierkiewicz
1
-2
/
+10
2008-07-23
ide: add struct ide_tp_ops (take 2)
Bartlomiej Zolnierkiewicz
1
-12
/
+17
2008-07-23
ide: add ->set_irq method
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-07-23
ide: add ->read_status method
Bartlomiej Zolnierkiewicz
1
-9
/
+14
2008-07-23
ide: add ->exec_command method
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-07-16
ide: remove needless includes from ide-taskfile.c (take 2)
Bartlomiej Zolnierkiewicz
1
-10
/
+0
2008-07-16
ide: remove superfluous BUG_ON() from set_geometry_intr()
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-07-16
ide: allow any command requesting DMA data phase for HDIO_DRIVE_TASKFILE
Bartlomiej Zolnierkiewicz
1
-21
/
+1
2008-07-15
ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC method
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-07-15
ide: move IRQ unmasking out from ->tf_load method
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2008-07-15
ide-taskfile: convert ide_do_drive_cmd path to use blk_execute_rq
FUJITA Tomonori
1
-14
/
+20
2008-06-20
ide: increase timeout in wait_drive_not_busy()
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2008-04-29
ide: use blk_rq_init() to initialize the request
FUJITA Tomonori
1
-2
/
+1
2008-04-28
ide: add ->tf_load and ->tf_read methods
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-04-28
ide: move ide_tf_{load,read} to ide-iops.c
Bartlomiej Zolnierkiewicz
1
-45
/
+0
2008-04-28
ide: factor out debugging code from ide_tf_load()
Bartlomiej Zolnierkiewicz
1
-12
/
+17
2008-04-28
ide: merge ->atapi_*put_bytes and ->ata_*put_data methods
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-04-28
falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2)
Bartlomiej Zolnierkiewicz
1
-7
/
+9
2008-04-27
ide: add struct ide_io_ports (take 3)
Bartlomiej Zolnierkiewicz
1
-15
/
+14
2008-04-26
ide: constify struct ide_dma_ops
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-04-26
ide: add struct ide_dma_ops (take 3)
Bartlomiej Zolnierkiewicz
1
-3
/
+4
2008-04-26
ide: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-6
/
+6
2008-04-18
ide: remove IDE_*_REG macros
Bartlomiej Zolnierkiewicz
1
-13
/
+16
2008-03-18
IDE: Make taskfile interface more robust wrt unexpected end-of-command
Linus Torvalds
1
-9
/
+27
2008-02-06
ide: add ide_read_error() inline helper
Bartlomiej Zolnierkiewicz
1
-3
/
+2
2008-02-06
ide: add ide_read_[alt]status() inline helpers
Bartlomiej Zolnierkiewicz
1
-15
/
+15
2008-02-02
ide: remove ide_ata66_check()
Bartlomiej Zolnierkiewicz
1
-1
/
+4
2008-02-02
ide: remove set_transfer()
Bartlomiej Zolnierkiewicz
1
-1
/
+5
2008-02-01
ide: update/add my Copyrights
Bartlomiej Zolnierkiewicz
1
-4
/
+4
2008-02-01
ide: delete filenames/versions from comments
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2008-02-01
ide: make wait_drive_not_busy() static again
Adrian Bunk
1
-1
/
+1
2008-01-26
ide: switch ide_cmd_ioctl() to use REQ_TYPE_ATA_TASKFILE requests
Bartlomiej Zolnierkiewicz
1
-32
/
+31
2008-01-26
ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requests
Bartlomiej Zolnierkiewicz
1
-1
/
+2
2008-01-26
ide: convert "empty" REQ_TYPE_ATA_CMD requests to use REQ_TYPE_ATA_TASKFILE
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-01-26
ide: initialize rq->cmd_type in ide_init_drive_cmd() callers
Bartlomiej Zolnierkiewicz
1
-0
/
+4
2008-01-26
ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2)
Bartlomiej Zolnierkiewicz
1
-3
/
+2
2008-01-26
ide: kill DATA_READY define
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-01-26
ide: task_end_request() fix
Tejun Heo
1
-7
/
+4
2008-01-26
ide: use rq->nr_sectors in task_end_request()
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-01-26
ide: remove needless ->cursg clearing from task_end_request()
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2008-01-26
ide: set IDE_TFLAG_IN_* flags before queuing/executing command
Bartlomiej Zolnierkiewicz
1
-4
/
+5
2008-01-26
ide: fix final status check in task_in_intr()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
[next]