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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-23
ide-generic: probing fix
Bartlomiej Zolnierkiewicz
1
-7
/
+1
2008-07-23
gayle: reserve memory resources at once
Bartlomiej Zolnierkiewicz
1
-14
/
+11
2008-07-23
ide: filter out "default" transfer mode values in set_xfer_rate()
Bartlomiej Zolnierkiewicz
13
-35
/
+8
2008-07-23
ide: filter out invalid transfer mode values in set_xfer_rate()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-07-23
ide: remove dead Virtual DMA support
Bartlomiej Zolnierkiewicz
5
-39
/
+4
2008-07-23
ide: mark hpt34x host driver as BROKEN
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2008-07-23
ide: limit cy82c693 host driver to ALPHA
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2008-07-23
ide: remove ->INB, ->OUTB and ->OUTBSYNC methods
Bartlomiej Zolnierkiewicz
14
-115
/
+15
2008-07-23
ide: add ide_read_bcount_and_ireason() helper
Bartlomiej Zolnierkiewicz
4
-12
/
+22
2008-07-23
ide: add ide_read_ireason() helper
Bartlomiej Zolnierkiewicz
1
-3
/
+14
2008-07-23
ide: add ide_read_device() helper
Bartlomiej Zolnierkiewicz
1
-3
/
+14
2008-07-23
ide: use ->tf_read in ide_read_error()
Bartlomiej Zolnierkiewicz
5
-7
/
+24
2008-07-23
ide: use ->tf_load in SELECT_DRIVE()
Bartlomiej Zolnierkiewicz
1
-1
/
+5
2008-07-23
ide: use ->tf_load in actual_try_to_identify()
Bartlomiej Zolnierkiewicz
1
-3
/
+9
2008-07-23
ide: use ->tf_load in ide_config_drive_speed()
Bartlomiej Zolnierkiewicz
1
-3
/
+10
2008-07-23
ide: change order of register access in ide_config_drive_speed()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-07-23
ide: add ->set_irq method
Bartlomiej Zolnierkiewicz
7
-30
/
+78
2008-07-23
ide: add ->read_altstatus method
Bartlomiej Zolnierkiewicz
4
-11
/
+20
2008-07-23
ide: add ->read_status method
Bartlomiej Zolnierkiewicz
15
-69
/
+103
2008-07-23
ide: add ->exec_command method
Bartlomiej Zolnierkiewicz
8
-14
/
+40
2008-07-23
ide: factor out simplex handling from ide_pci_dma_base()
Bartlomiej Zolnierkiewicz
5
-18
/
+43
2008-07-23
ide: remove ide_setup_dma()
Bartlomiej Zolnierkiewicz
6
-18
/
+15
2008-07-23
ide: remove ->dma_{status,command} fields from ide_hwif_t
Bartlomiej Zolnierkiewicz
12
-75
/
+74
2008-07-23
ide: use I/O ops directly in ide-dma.c
Bartlomiej Zolnierkiewicz
1
-14
/
+45
2008-07-23
ide: add ->read_sff_dma_status method
Bartlomiej Zolnierkiewicz
5
-9
/
+35
2008-07-23
ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3)
Bartlomiej Zolnierkiewicz
27
-140
/
+131
2008-07-23
ide: move ide_pci_setup_ports() call out from do_ide_setup_pci_device()
Bartlomiej Zolnierkiewicz
1
-7
/
+13
2008-07-23
ide-pmac: move ide_find_port() call to pmac_ide_setup_device() (take 2)
Bartlomiej Zolnierkiewicz
1
-26
/
+16
2008-07-23
ide-pmac: add ->init_dev method (take 4)
Bartlomiej Zolnierkiewicz
1
-11
/
+20
2008-07-23
ide-pmac: store pmif instead of hwif in ->driver_data (take 2)
Bartlomiej Zolnierkiewicz
1
-40
/
+57
2008-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
99
-7133
/
+13448
2008-07-23
Re-delete zombie 'drivers/usb/serial/airprime.c' file
Linus Torvalds
1
-355
/
+0
2008-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
6
-219
/
+100
2008-07-23
ipw2200: Call netif_*_queue() interfaces properly.
David S. Miller
1
-31
/
+2
2008-07-23
netxen: Needs to include linux/vmalloc.h
David S. Miller
1
-0
/
+1
2008-07-23
Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/...
David S. Miller
1
-1
/
+1
2008-07-23
[netdrvr] atl1d: fix !CONFIG_PM build
Jeff Garzik
1
-1
/
+1
2008-07-23
Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/...
David S. Miller
63
-6938
/
+13261
2008-07-23
r6040: rework init_one error handling
Florian Fainelli
1
-19
/
+25
2008-07-23
r6040: bump release number to 0.18
Florian Fainelli
1
-2
/
+2
2008-07-23
r6040: handle RX fifo full and no descriptor interrupts
Florian Fainelli
1
-7
/
+15
2008-07-23
r6040: change the default waiting time
Florian Fainelli
1
-2
/
+2
2008-07-23
r6040: use definitions for magic values in descriptor status
Florian Fainelli
1
-11
/
+26
2008-07-23
r6040: completely rework the RX path
Florian Fainelli
1
-82
/
+62
2008-07-23
r6040: call napi_disable when puting down the interface and set lp->dev accor...
Florian Fainelli
1
-2
/
+2
2008-07-23
mv643xx_eth: fix NETPOLL build
Lennert Buytenhek
1
-1
/
+1
2008-07-23
r6040: rework the RX buffers allocation routine
Florian Fainelli
1
-9
/
+44
2008-07-23
r6040: fix scheduling while atomic in r6040_tx_timeout
Florian Fainelli
1
-41
/
+58
2008-07-23
r6040: fix null pointer access and tx timeouts
Florian Fainelli
1
-8
/
+20
2008-07-23
r6040: prefix all functions with r6040
Florian Fainelli
1
-30
/
+30
[next]