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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-17
solos: Disable DMA until we have an FPGA update with it actually implemented.
David Woodhouse
1
-1
/
+1
2009-03-17
solos: Automatically determine number of ports
Nathan Williams
1
-1
/
+2
2009-03-17
solos: Reset device on unload, free pending skbs
David Woodhouse
1
-1
/
+29
2009-01-30
solos: Swap upstream/downstream rates in status packet, clean up some more
David Woodhouse
1
-26
/
+25
2009-01-30
solos: Set RX empty flag at startup only for !dma mode
David Woodhouse
1
-2
/
+4
2009-01-30
solos: Don't clear config registers at startup
David Woodhouse
1
-5
/
+1
2009-01-30
solos: Tidy up status interrupt handling, cope with 'ERROR' status
David Woodhouse
1
-4
/
+13
2009-01-30
solos: Add 'reset' module parameter to reset the DSL chips on load
David Woodhouse
1
-0
/
+10
2009-01-29
solos: Remove debugging, commented-out test code
David Woodhouse
1
-49
/
+3
2009-01-29
solos: Clean up handling of card->tx_mask a little
David Woodhouse
1
-25
/
+28
2009-01-29
solos: Fix various bugs in status packet handling
David Woodhouse
1
-21
/
+28
2009-01-29
solos: Remove superfluous wait_queue_head_t from struct solos_param
David Woodhouse
1
-1
/
+0
2009-01-29
solos: Remove IRQF_DISABLED, don't frob IRQ enable on the FPGA in solos_irq()
David Woodhouse
1
-5
/
+1
2009-01-29
solos: Remove unused loopback debug stuff
David Woodhouse
1
-23
/
+0
2009-01-29
solos: Tidy up tx_mask handling for ports which need TX
David Woodhouse
1
-7
/
+13
2009-01-29
solos: Tidy up DMA handling a little. Still untested
David Woodhouse
1
-42
/
+53
2009-01-28
solos: First attempt at DMA support
David Woodhouse
1
-28
/
+90
2009-01-28
solos: Remove parameter group from sysfs on ATM dev deregister
David Woodhouse
1
-0
/
+2
2009-01-28
solos: Fix under-allocation of skb size for get/set parameters
David Woodhouse
1
-2
/
+2
2009-01-28
solos: Add SNR and Attn to status packet, fix oops on load
David Woodhouse
1
-7
/
+23
2009-01-27
solos: Reject non-AAL5 connections.... for now
David Woodhouse
1
-0
/
+6
2009-01-27
solos: Kill existing connections on link down event
David Woodhouse
1
-2
/
+28
2009-01-27
solos: Handle new line status change packets, hook up to ATM layer info
David Woodhouse
1
-1
/
+92
2009-01-27
solos: Add initial list of parameters
David Woodhouse
2
-6
/
+94
2009-01-27
solos: Handle attribute show/store in kernel more sanely
David Woodhouse
1
-0
/
+187
2009-01-27
solos: Kill global 'opens' count.
David Woodhouse
1
-10
/
+0
2009-01-27
solos: Clean up firmware loading code
David Woodhouse
1
-136
/
+73
2009-01-27
solos: FPGA and firmware update support.
Simon Farnsworth
1
-2
/
+169
2009-01-27
solos: Slight debugging improvements
Simon Farnsworth
1
-1
/
+2
2009-01-27
solos: Fix length header in FPGA transfers
David Woodhouse
1
-4
/
+7
2009-01-16
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
11
-204
/
+830
2009-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-2
/
+5
2009-01-16
ACPI PCI hotplug: harden against panic regression
James Bottomley
1
-0
/
+2
2009-01-16
Merge branch 'misc' into release
Len Brown
7
-5
/
+17
2009-01-16
Merge branch 'thinkpad-acpi' into release
Len Brown
2
-152
/
+769
2009-01-16
Merge branches 'bugzilla-11884' and 'bugzilla-8544' into release
Len Brown
2
-47
/
+42
2009-01-16
ACPI: rename main.c to sleep.c
Len Brown
2
-1
/
+1
2009-01-16
dell-laptop: move to drivers/platform/x86/ from drivers/misc/
Len Brown
4
-2
/
+14
2009-01-16
eeepc-laptop: enable Bluetooth ACPI details
Jonathan McDowell
1
-2
/
+2
2009-01-16
thermal fixup for broken BIOS which has invalid trip points.
Zhang Rui
1
-4
/
+12
2009-01-16
netxen: include ipv6.h (fixes build failure)
Dhananjay Phadke
1
-0
/
+1
2009-01-16
ACPI: EC: Don't trust ECDT tables from ASUS
Alexey Starikovskiy
1
-44
/
+30
2009-01-16
netxen: avoid invalid iounmap
Dhananjay Phadke
1
-2
/
+4
2009-01-16
ACPI: EC: Limit workaround for ASUS notebooks even more
Alexey Starikovskiy
1
-1
/
+2
2009-01-16
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
11
-65
/
+66
2009-01-16
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
11
-76
/
+1057
2009-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
Linus Torvalds
23
-95
/
+317
2009-01-16
Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...
Linus Torvalds
8
-67
/
+404
2009-01-16
Revert "PCI PM: Register power state of devices during initialization"
Linus Torvalds
1
-6
/
+2
2009-01-16
sata_fsl: Return non-zero on error in probe()
Michal Sojka
1
-1
/
+1
[next]