index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
pnpbios: propagate kthread_run() error
Erik Ekman
2009-04-02
1
-4
/
+3
*
pnpbios: fix warning if CONFIG_HOTPLUG=n
Erik Ekman
2009-04-02
1
-6
/
+7
*
spi-gpio: allow operation without CS signal
Michael Buesch
2009-04-02
1
-8
/
+13
*
gpio: gpio_{request,free}() now required (feature removal)
David Brownell
2009-04-02
1
-4
/
+8
*
gpiolib: allow GPIOs to be named
Daniel Silverstone
2009-04-02
1
-1
/
+6
*
rtc: add m41t62 support to rtc-m41t80 driver
Daniel Glockner
2009-04-02
2
-7
/
+15
*
rtc-v3020: add ability to access v3020 chip with GPIOs
Mike Rapoport
2009-04-02
1
-20
/
+170
*
memory_accessor: implement the new memory_accessor interfaces for SPI EEPROMs
David Brownell
2009-04-02
1
-14
/
+44
*
memory_accessor: implement the new memory_accessor interface for I2C EEPROM
Kevin Hilman
2009-04-02
1
-13
/
+54
*
workqueue: add to_delayed_work() helper function
Jean Delvare
2009-04-02
11
-18
/
+17
*
floppy: provide a PNP device table in the module.
Scott James Remnant
2009-04-02
1
-0
/
+8
*
random: align rekey_work's timer
Anton Blanchard
2009-04-02
1
-1
/
+2
*
__tty_open(): use the correct type for saved_flags
Andrew Morton
2009-04-02
1
-1
/
+1
*
fb: nvidiafb recognizes geforcego 7300 chip as mobile
Sergey Senozhatsky
2009-04-02
1
-0
/
+1
*
serial: fixup /proc/tty/driver/serial after proc_fops conversion
Alexey Dobriyan
2009-04-01
1
-1
/
+1
*
qeth: properly delete empty files.
Linus Torvalds
2009-04-01
2
-0
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
2009-04-01
48
-1293
/
+810
|
\
|
*
ide-floppy: do not complete rq's prematurely
Borislav Petkov
2009-03-31
1
-7
/
+6
|
*
ide: be able to build pmac driver without IDE built-in
Gilles Espinasse
2009-03-31
1
-1
/
+1
|
*
ide-pmac: IDE cable detection on Apple PowerBook
TOMARI Hisanobu
2009-03-31
1
-2
/
+10
|
*
ide: inline SELECT_DRIVE()
Sergei Shtylyov
2009-03-31
6
-20
/
+18
|
*
ide: turn selectproc() method into dev_select() method (take 5)
Sergei Shtylyov
2009-03-31
16
-45
/
+136
|
*
ide: move data register access out of tf_{read|load}() methods (take 2)
Sergei Shtylyov
2009-03-31
9
-100
/
+17
|
*
ide: call {in|out}put_data() methods from tf_{read|load}() methods (take 2)
Sergei Shtylyov
2009-03-31
7
-48
/
+52
|
*
ide-io-std: shorten ide_{in|out}put_data()
Sergei Shtylyov
2009-03-31
1
-32
/
+28
|
*
ide: rename IDE_TFLAG_IN_[HOB_]FEATURE
Sergei Shtylyov
2009-03-31
8
-59
/
+57
|
*
ide: turn set_irq() method into write_devctl() method
Sergei Shtylyov
2009-03-31
18
-68
/
+30
|
*
ide: use ATA_HOB
Sergei Shtylyov
2009-03-31
7
-14
/
+14
|
*
ide-disk: use ATA_ERR
Sergei Shtylyov
2009-03-31
1
-2
/
+2
|
*
ide: add support for CFA specified transfer modes (take 3)
Sergei Shtylyov
2009-03-31
5
-10
/
+40
|
*
ide-iops: only clear DMA words on setting DMA mode
Sergei Shtylyov
2009-03-31
1
-3
/
+5
|
*
ide: identify data word 53 bit 1 doesn't cover words 62 and 63 (take 3)
Sergei Shtylyov
2009-03-31
4
-26
/
+19
|
*
au1xxx-ide: auide_{in|out}sw() should be static
Sergei Shtylyov
2009-03-31
1
-2
/
+2
|
*
ide-floppy: use ide_pio_bytes()
Bartlomiej Zolnierkiewicz
2009-03-31
2
-71
/
+21
|
*
ide-{floppy,tape}: fix padding for PIO transfers
Bartlomiej Zolnierkiewicz
2009-03-31
2
-54
/
+35
|
*
ide: remove CONFIG_BLK_DEV_IDEDOUBLER config option
Bartlomiej Zolnierkiewicz
2009-03-31
2
-26
/
+9
|
*
ide: decrease size of ->pc_buf field in struct ide_atapi_pc
Bartlomiej Zolnierkiewicz
2009-03-31
3
-2
/
+12
|
*
ide: fix locking in drive_release_dev()
Bartlomiej Zolnierkiewicz
2009-03-31
1
-8
/
+4
|
*
ide: merge ide_arm and ide_generic host drivers
Bartlomiej Zolnierkiewicz
2009-03-31
4
-66
/
+15
|
*
ide-generic: remove no longer needed sysfs interface
Bartlomiej Zolnierkiewicz
2009-03-31
1
-67
/
+1
|
*
ide: sanitize ide_build_sglist() and ide_destroy_dmatable()
Bartlomiej Zolnierkiewicz
2009-03-31
4
-30
/
+32
|
*
ide: set/clear drive->waiting_for_dma flag in the core code
Bartlomiej Zolnierkiewicz
2009-03-31
14
-36
/
+11
|
*
ide: move ide_map_sg() call out of ->dma_setup method (take 2)
Bartlomiej Zolnierkiewicz
2009-03-31
8
-37
/
+17
|
*
ide: add ->dma_check method
Bartlomiej Zolnierkiewicz
2009-03-31
3
-12
/
+19
|
*
trm290: use custom ->dma_{start,end} to handle trm290_prepare_drive()
Bartlomiej Zolnierkiewicz
2009-03-31
1
-4
/
+3
|
*
ns87415: use custom ->dma_{start,end} to handle ns87415_prepare_drive()
Bartlomiej Zolnierkiewicz
2009-03-31
1
-13
/
+11
|
*
ide: add ide_dma_prepare() helper
Bartlomiej Zolnierkiewicz
2009-03-31
3
-18
/
+15
|
*
ide: destroy DMA mappings after ending DMA (v2)
Bartlomiej Zolnierkiewicz
2009-03-31
14
-24
/
+12
|
*
ide: inline ide_dma_timeout() into ide_dma_timeout_retry()
Bartlomiej Zolnierkiewicz
2009-03-31
1
-15
/
+6
|
*
ide: add ->dma_clear method and remove ->dma_timeout one
Bartlomiej Zolnierkiewicz
2009-03-31
20
-45
/
+14
[next]