index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
15
-87
/
+102
2008-12-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
12
-56
/
+206
2008-12-30
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
70
-1016
/
+2145
2008-12-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
27
-767
/
+614
2008-12-30
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
23
-263
/
+400
2008-12-30
Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-180
/
+218
2008-12-30
Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...
Linus Torvalds
57
-451
/
+16982
2008-12-30
Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...
Linus Torvalds
1
-2
/
+9
2008-12-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6
Linus Torvalds
1
-1
/
+1
2008-12-30
Merge branch 'for-2.6.29' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
11
-372
/
+491
2008-12-30
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-40
/
+131
2008-12-30
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-8
/
+8
2008-12-29
drivers/net/usb: use USB API functions rather than constants
Julia Lawall
2
-3
/
+2
2008-12-29
EtherExpress16: fix printing timed out status
Roel Kluin
1
-28
/
+28
2008-12-29
mlx4_en: Added "set_ringparam" Ethtool interface implementation
Yevgeny Petrilin
3
-33
/
+61
2008-12-29
mlx4_en: Always allocate RX ring for each interrupt vector
Yevgeny Petrilin
2
-13
/
+4
2008-12-29
mlx4_en: Verify number of RX rings doesn't exceed MAX_RX_RINGS
Yevgeny Petrilin
1
-1
/
+2
2008-12-29
net: KS8695: removed duplicated #include
Huang Weiyi
1
-1
/
+0
2008-12-29
tun: Fix SIOCSIFHWADDR error.
Kusanagi Kouichi
1
-1
/
+1
2008-12-29
smsc911x: compile fix re netif_rx signature changes
Alexey Dobriyan
1
-2
/
+2
2008-12-29
net: Fix more NAPI interface netdev argument drop fallout.
Kamalesh Babulal
3
-3
/
+3
2008-12-30
lguest: struct device - replace bus_id with dev_name()
Mark McLoughlin
1
-1
/
+1
2008-12-30
lguest: move the initial guest page table creation code to the host
Matias Zabaljauregui
3
-11
/
+76
2008-12-30
kvm-s390: implement config_changed for virtio on s390
Christian Borntraeger
1
-3
/
+19
2008-12-30
virtio_console: support console resizing
Christian Borntraeger
2
-1
/
+30
2008-12-30
virtio: add PCI device release() function
Mark McLoughlin
1
-6
/
+15
2008-12-30
virtio_blk: fix type warning
Randy Dunlap
1
-1
/
+1
2008-12-30
virtio: block: dynamic maximum segments
Rusty Russell
1
-13
/
+23
2008-12-30
virtio: set max_segment_size and max_sectors to infinite.
Rusty Russell
1
-0
/
+5
2008-12-30
virtio: avoid implicit use of Linux page size in balloon interface
Hollis Blanchard
1
-2
/
+11
2008-12-30
virtio: hand virtio ring alignment as argument to vring_new_virtqueue
Rusty Russell
4
-6
/
+8
2008-12-30
virtio: use KVM_S390_VIRTIO_RING_ALIGN instead of relying on pagesize
Rusty Russell
1
-3
/
+6
2008-12-30
virtio: use LGUEST_VRING_ALIGN instead of relying on pagesize
Rusty Russell
1
-1
/
+1
2008-12-30
virtio: Don't use PAGE_SIZE for vring alignment in virtio_pci.
Rusty Russell
1
-2
/
+2
2008-12-30
virtio: Don't use PAGE_SIZE in virtio_pci.c
Rusty Russell
1
-1
/
+1
2008-12-30
virtio: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2
-3
/
+3
2008-12-30
virtio-pci queue allocation not page-aligned
Hollis Blanchard
1
-5
/
+7
2008-12-29
ide-cd: remove dead dsc_overlap setting
Bartlomiej Zolnierkiewicz
2
-15
/
+2
2008-12-29
ide: push local_irq_{save,restore}() to do_identify()
Bartlomiej Zolnierkiewicz
1
-7
/
+4
2008-12-29
ide: remove superfluous local_irq_{save,restore}() from ide_dump_status()
Bartlomiej Zolnierkiewicz
1
-3
/
+0
2008-12-29
ide: move legacy ISA/VLB ports handling to ide-legacy.c (v2)
Bartlomiej Zolnierkiewicz
4
-56
/
+67
2008-12-29
ide: move Power Management support to ide-pm.c
Bartlomiej Zolnierkiewicz
4
-234
/
+236
2008-12-29
ide: use ATA_DMA_* defines in ide-dma-sff.c
Bartlomiej Zolnierkiewicz
1
-29
/
+23
2008-12-29
ide: checkpatch.pl fixes for ide-lib.c
Bartlomiej Zolnierkiewicz
1
-41
/
+54
2008-12-29
ide: remove inline tags from ide-probe.c
Bartlomiej Zolnierkiewicz
1
-4
/
+4
2008-12-29
ide: remove redundant code from ide_end_drive_cmd()
Bartlomiej Zolnierkiewicz
1
-3
/
+0
2008-12-29
ide: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-2
/
+2
2008-12-29
ide: rework handling of serialized ports (v2)
Bartlomiej Zolnierkiewicz
2
-52
/
+6
2008-12-29
cy82c693: remove superfluous ide_cy82c693 chipset type
Bartlomiej Zolnierkiewicz
2
-2
/
+0
2008-12-29
trm290: add IDE_HFLAG_TRM290 host flag
Bartlomiej Zolnierkiewicz
3
-4
/
+3
[next]