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
*
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2008-02-04
4
-132
/
+8
|
\
|
*
-
.
Merge branches 'at91', 'ixp', 'master', 'misc', 'pxa' and 'realview' into devel
Russell King
2008-02-04
2
-3
/
+7
|
|
\
\
|
|
|
*
[ARM] 4810/1: - Fix 'section mismatch' building warnings
Kristoffer Ericson
2008-02-04
1
-1
/
+1
|
|
|
*
[ARM] 21285 serial: fix build error
Russell King
2008-02-04
1
-2
/
+6
|
|
|
/
|
*
/
[ARM] 4660/3: at91: allow selecting UART for early kernel messages
Guennadi Liakhovetski
2008-02-04
2
-129
/
+1
|
|
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
2008-02-04
13
-243
/
+1055
|
\
\
|
*
|
virtio: balloon driver
Rusty Russell
2008-02-04
3
-0
/
+295
|
*
|
virtio: Use PCI revision field to indicate virtio PCI ABI version
Anthony Liguori
2008-02-04
1
-0
/
+6
|
*
|
virtio: PCI device
Anthony Liguori
2008-02-04
3
-0
/
+458
|
*
|
virtio_blk: implement naming for vda-vdz,vdaa-vdzz,vdaaa-vdzzz
Christian Borntraeger
2008-02-04
1
-7
/
+22
|
*
|
virtio_blk: Dont waste major numbers
Christian Borntraeger
2008-02-04
1
-12
/
+16
|
*
|
virtio_blk: provide getgeo
Christian Borntraeger
2008-02-04
1
-2
/
+13
|
*
|
virtio_net: parametrize the napi_weight for virtio receive queue.
Dor Laor
2008-02-04
1
-1
/
+4
|
*
|
virtio: free transmit skbs when notified, not on next xmit.
Rusty Russell
2008-02-04
1
-6
/
+19
|
*
|
virtio: flush buffers on open
Rusty Russell
2008-02-04
1
-0
/
+7
|
*
|
virtnet: remove double ether_setup
Christian Borntraeger
2008-02-04
1
-1
/
+0
|
*
|
virtio: Allow virtio to be modular and used by modules
Rusty Russell
2008-02-04
3
-2
/
+14
|
*
|
virtio: Use the sg_phys convenience function.
Rusty Russell
2008-02-04
1
-4
/
+2
|
*
|
virtio: Put the virtio under the virtualization menu
Anthony Liguori
2008-02-04
3
-4
/
+4
|
*
|
virtio: handle interrupts after callbacks turned off
Rusty Russell
2008-02-04
1
-0
/
+7
|
*
|
virtio: reset function
Rusty Russell
2008-02-04
5
-17
/
+31
|
*
|
virtio: populate network rings in the probe routine, not open
Rusty Russell
2008-02-04
1
-19
/
+25
|
*
|
virtio: Tweak virtio_net defines
Rusty Russell
2008-02-04
1
-16
/
+16
|
*
|
virtio: Net header needs hdr_len
Rusty Russell
2008-02-04
1
-1
/
+2
|
*
|
virtio: clarify NO_NOTIFY flag usage
Rusty Russell
2008-02-04
1
-0
/
+2
|
*
|
virtio: explicit enable_cb/disable_cb rather than callback return.
Rusty Russell
2008-02-04
4
-15
/
+26
|
*
|
virtio: simplify config mechanism.
Rusty Russell
2008-02-04
5
-141
/
+100
|
*
|
virtio: Implement skb_partial_csum_set, for setting partial csums on untruste...
Rusty Russell
2008-02-04
1
-10
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
2008-02-04
116
-171
/
+166
|
\
\
\
|
*
|
|
drivers/watchdog/: Spelling fixes
Joe Perches
2008-02-03
1
-1
/
+1
|
*
|
|
drivers/video/: Spelling fixes
Joe Perches
2008-02-03
5
-5
/
+5
|
*
|
|
drivers/ssb/: Spelling fixes
Joe Perches
2008-02-03
1
-1
/
+1
|
*
|
|
drivers/serial/: Spelling fixes
Joe Perches
2008-02-03
1
-1
/
+1
|
*
|
|
drivers/scsi/: Spelling fixes
Joe Perches
2008-02-03
16
-21
/
+21
|
*
|
|
drivers/pcmcia/: Spelling fixes
Joe Perches
2008-02-03
2
-2
/
+2
|
*
|
|
drivers/parisc/: Spelling fixes
Joe Perches
2008-02-03
2
-3
/
+3
|
*
|
|
drivers/nubus/: Spelling fixes
Joe Perches
2008-02-03
1
-1
/
+1
|
*
|
|
drivers/mtd/: Spelling fixes
Joe Perches
2008-02-03
8
-10
/
+10
|
*
|
|
drivers/message/: Spelling fixes
Joe Perches
2008-02-03
3
-6
/
+6
|
*
|
|
drivers/media/: Spelling fixes
Joe Perches
2008-02-03
13
-13
/
+13
|
*
|
|
drivers/macintosh/: Spelling fixes
Joe Perches
2008-02-03
1
-1
/
+1
|
*
|
|
drivers/isdn/: Spelling fixes
Joe Perches
2008-02-03
2
-2
/
+2
|
*
|
|
drivers/input/: Spelling fixes
Joe Perches
2008-02-03
1
-1
/
+1
|
*
|
|
drivers/firmware/: Spelling fixes
Joe Perches
2008-02-03
1
-1
/
+1
|
*
|
|
drivers/edac/: Spelling fixes
Joe Perches
2008-02-03
2
-2
/
+2
|
*
|
|
drivers/char/: Spelling fixes
Joe Perches
2008-02-03
10
-11
/
+11
|
*
|
|
drivers/bluetooth/: Spelling fixes
Joe Perches
2008-02-03
1
-1
/
+1
|
*
|
|
drivers/block/: Spelling fixes
Joe Perches
2008-02-03
1
-2
/
+2
|
*
|
|
drivers/ata/: Spelling fixes
Joe Perches
2008-02-03
6
-7
/
+7
|
*
|
|
drivers/acpi/: Spelling fixes
Joe Perches
2008-02-03
2
-2
/
+2
[next]