index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-31
ide-cd: minor ide_cdrom_setup() cleanup
Bartlomiej Zolnierkiewicz
1
-8
/
+7
2009-03-31
ide-cd: unify transfer padding in cdrom_newpc_intr()
Bartlomiej Zolnierkiewicz
1
-18
/
+11
2009-03-31
ide-cd: use common completion path for DMA requests in cdrom_newpc_intr()
Bartlomiej Zolnierkiewicz
1
-10
/
+1
2009-03-31
ide-cd: use scatterlists for PIO transfers (non-fs requests) (v2)
Bartlomiej Zolnierkiewicz
1
-70
/
+30
2009-03-31
ide-cd: merge ide_cd_prepare_rw_request() into cdrom_start_rw()
Bartlomiej Zolnierkiewicz
1
-16
/
+5
2009-03-31
ide-cd: fix non-SECTOR_SIZE-multiples PIO transfers for fs requests
Bartlomiej Zolnierkiewicz
1
-35
/
+1
2009-03-31
ide-cd: use scatterlists for PIO transfers (fs requests)
Bartlomiej Zolnierkiewicz
2
-105
/
+46
2009-03-31
ide-cd: cleanup ide_cd_do_request()
Bartlomiej Zolnierkiewicz
1
-9
/
+6
2009-03-31
ide-cd: kill whole failed request in ide_cd_do_request()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2009-03-31
ide-cd: remove cdrom_end_request()
Bartlomiej Zolnierkiewicz
1
-34
/
+47
2009-03-31
ide-cd: unify cdrom_newpc_intr() exit paths
Bartlomiej Zolnierkiewicz
1
-25
/
+23
2009-03-31
ide-cd: move setting REQ_FAILED flag out from 'end_request' exit path
Bartlomiej Zolnierkiewicz
1
-5
/
+7
2009-03-31
ide-cd: unify ide_cd_do_request() exit paths
Bartlomiej Zolnierkiewicz
1
-16
/
+12
2009-03-31
ide-cd: factor out failed request completion from cdrom_end_request()
Bartlomiej Zolnierkiewicz
1
-22
/
+25
2009-03-31
ide-cd: remove no longer needed 'ignore' module parameter
Bartlomiej Zolnierkiewicz
1
-12
/
+0
2009-03-31
ide-cd: remove needless ide_dump_status_no_sense() wrapper
Bartlomiej Zolnierkiewicz
1
-13
/
+4
2009-03-31
ide-cd: remove dead code from cdrom_decode_status()
Bartlomiej Zolnierkiewicz
1
-6
/
+0
2009-03-31
ide-cd: use ide_end_rq() also for failed non-fs requests
Bartlomiej Zolnierkiewicz
1
-12
/
+4
2009-03-31
ide-cd: remove dead URLs
Bartlomiej Zolnierkiewicz
1
-6
/
+3
2009-03-31
ide: use PageHighMem() instead of ifdefs in ide_pio_bytes()
Bartlomiej Zolnierkiewicz
1
-8
/
+6
2009-03-31
ide: add support for arbitrary transfer lengths to ide_pio_bytes()
Bartlomiej Zolnierkiewicz
1
-36
/
+37
2009-03-31
ide-atapi: start DMA after issuing a packet command
Borislav Petkov
1
-4
/
+4
2009-03-31
at91_ide: fix ->ftf_flags handling
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2009-03-31
ide: drivers/ide/ide-atapi.c needs <linux/scatterlist.h>
Geert Uytterhoeven
1
-0
/
+2
2009-03-31
ide: Fix code dealing with sleeping devices in do_ide_request()
Elias Oltmanns
1
-5
/
+4
2009-03-30
Merge branch 'x86-stage-3-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-222
/
+404
2009-03-30
Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
Linus Torvalds
1
-0
/
+1
2009-03-30
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
2
-33
/
+1
2009-03-30
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
8
-49
/
+51
2009-03-30
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
440
-27034
/
+47569
2009-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
59
-1481
/
+1292
2009-03-30
V4L/DVB (11316): saa7191: tuner ops wasn't set.
Hans Verkuil
1
-0
/
+1
2009-03-30
V4L/DVB (11315): cx25840: fix 'unused variable' warning.
Hans Verkuil
1
-2
/
+0
2009-03-30
V4L/DVB (11314): au8522: remove unused I2C_DRIVERID
Hans Verkuil
1
-1
/
+0
2009-03-30
V4L/DVB (11312): tuner: remove V4L1 code from this driver.
Hans Verkuil
1
-129
/
+0
2009-03-30
V4L/DVB (11311): v4l: replace 'ioctl' references in v4l i2c drivers
Hans Verkuil
5
-31
/
+29
2009-03-30
V4L/DVB (11310): cx18: remove intermediate 'ioctl' step
Hans Verkuil
4
-255
/
+228
2009-03-30
V4L/DVB (11309): cx25840: cleanup: remove intermediate 'ioctl' step
Hans Verkuil
4
-248
/
+219
2009-03-30
V4L/DVB (11308): msp3400: use the V4L2 header since no V4L1 code is there
Mauro Carvalho Chehab
1
-1
/
+1
2009-03-30
V4L/DVB (11305): cx88: prevent probing rtc and ir devices
Hans Verkuil
1
-4
/
+10
2009-03-30
V4L/DVB (11304): v4l2: remove v4l2_subdev_command calls where they are no lon...
Hans Verkuil
9
-56
/
+0
2009-03-30
V4L/DVB (11303): tda7432: remove legacy code for old-style i2c API
Hans Verkuil
1
-14
/
+1
2009-03-30
V4L/DVB (11302): tda9875: remove legacy code for old-style i2c API
Hans Verkuil
1
-14
/
+1
2009-03-30
V4L/DVB (11301): wm8775: remove legacy code for old-style i2c API
Hans Verkuil
1
-11
/
+1
2009-03-30
V4L/DVB (11300): cx88: convert to v4l2_subdev.
Hans Verkuil
7
-68
/
+80
2009-03-30
V4L/DVB (11298): cx25840: remove legacy code for old-style i2c API
Hans Verkuil
1
-19
/
+1
2009-03-30
V4L/DVB (11297): cx23885: convert to v4l2_subdev.
Hans Verkuil
7
-95
/
+47
2009-03-30
V4L/DVB (11296): cx23885: bugfix error message if firmware is not found
Steven Toth
1
-1
/
+1
2009-03-30
V4L/DVB (11295): cx23885: convert to v4l2_device.
Hans Verkuil
4
-13
/
+25
2009-03-30
V4L/DVB (11293): uvcvideo: Add zero fill for VIDIOC_ENUM_FMT
Márton Németh
1
-0
/
+6
[next]