Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [SERIAL] crisv10: Remove {,un}register_serial dummies | Adrian Bunk | 2005-09-02 | 1 | -14/+0 |
* | [SERIAL] Move serial8250_*_port prototypes to linux/serial_8250.h | Russell King | 2005-09-01 | 2 | -5/+17 |
* | [SERIAL] mwave is no longer broken | Russell King | 2005-09-01 | 1 | -2/+2 |
* | [SERIAL] Convert mwave to use serial8250_(un)?register_port | Alan Cox | 2005-08-31 | 1 | -9/+12 |
* | [ARM] 2866/1: add i.MX set_mctrl / get_mctrl functions | Sascha Hauer | 2005-08-31 | 9 | -223/+24 |
* | [SERIAL] Clean up and fix tty transmission start/stoping | Russell King | 2005-08-31 | 34 | -158/+149 |
|\ | |||||
* \ | Merge refs/heads/upstream from master.kernel.org:/pub/scm/linux/kernel/git/jg... | Linus Torvalds | 2005-08-30 | 30 | -90/+11159 |
|\ \ | |||||
| * \ | Merge HEAD from /spare/repo/linux-2.6/.git | Jeff Garzik | 2005-08-30 | 661 | -11418/+29643 |
| |\ \ | |||||
| * \ \ | /spare/repo/netdev-2.6 branch 'chelsio' | Jeff Garzik | 2005-08-29 | 20 | -0/+7306 |
| |\ \ \ | |||||
| | * \ \ | Merge /spare/repo/linux-2.6/ | Jeff Garzik | 2005-08-29 | 4369 | -143795/+318494 |
| | |\ \ \ | |||||
| | * | | | | Update Chelsio gige net driver. | Scott Bardone | 2005-06-23 | 23 | -2283/+1882 |
| | * | | | | Merge /spare/repo/linux-2.6/ | Jeff Garzik | 2005-06-22 | 2167 | -59745/+124954 |
| | |\ \ \ \ | |||||
| | * | | | | | [PATCH] A new 10GB Ethernet Driver by Chelsio Communications | Christoph Lameter | 2005-05-15 | 24 | -0/+7707 |
| * | | | | | | /spare/repo/netdev-2.6 branch 'e100' | Jeff Garzik | 2005-08-29 | 1 | -24/+217 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | [PATCH] e100: Driver version, white space, comments & other | Malli Chilakala | 2005-08-25 | 1 | -3/+4 |
| | * | | | | | | [PATCH] e100: CPU cycle saver microcode | Malli Chilakala | 2005-08-25 | 1 | -18/+206 |
| | * | | | | | | [PATCH] e100: Increased delay loop for command blocks | Malli Chilakala | 2005-08-25 | 1 | -1/+2 |
| | * | | | | | | [PATCH] e100: fixed endian bug in xmit_prepare routine | Malli Chilakala | 2005-08-25 | 1 | -1/+2 |
| | * | | | | | | [PATCH] e100: added msleep_interruptible delay | Malli Chilakala | 2005-08-25 | 1 | -0/+2 |
| | * | | | | | | [PATCH] e100: Do not check Rx packet length against mtu | Malli Chilakala | 2005-08-25 | 1 | -1/+1 |
| * | | | | | | | /spare/repo/netdev-2.6 branch 'sis190' | Jeff Garzik | 2005-08-29 | 4 | -0/+1861 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | [PATCH] sis190: complete the mii probe before registering the netdevice | Francois Romieu | 2005-08-26 | 1 | -11/+12 |
| | * | | | | | | | [PATCH] SIS190 must select MII | Adrian Bunk | 2005-08-19 | 1 | -8/+9 |
| | * | | | | | | | [PATCH] sis190: compare the lpa to the local advertisement | Francois Romieu | 2005-07-30 | 1 | -1/+6 |
| | * | | | | | | | [PATCH] sis190: PHY identifier for the K8S-MX motherboard. | Francois Romieu | 2005-07-30 | 1 | -0/+1 |
| | * | | | | | | | [PATCH] sis190: new PHY detection code. | Francois Romieu | 2005-07-30 | 1 | -7/+209 |
| | * | | | | | | | [PATCH] sis190: dummy read is required by the status register | Francois Romieu | 2005-07-30 | 1 | -1/+8 |
| | * | | | | | | | [PATCH] sis190: allow a non-hardcoded ID for the PHY. | Francois Romieu | 2005-07-30 | 1 | -20/+18 |
| | * | | | | | | | [PATCH] sis190: add endian annotations. | Francois Romieu | 2005-07-30 | 1 | -9/+9 |
| | * | | | | | | | [PATCH] sis190: extract bits definition from SiS driver. | Francois Romieu | 2005-07-30 | 1 | -28/+74 |
| | * | | | | | | | [PATCH] sis190: the size of the Rx buffer is constrained | Francois Romieu | 2005-07-30 | 1 | -1/+7 |
| | * | | | | | | | [PATCH] sis190: initialisation of MAC address. | Francois Romieu | 2005-07-30 | 1 | -16/+138 |
| | * | | | | | | | [PATCH] sis190: remove hardcoded constants. | Francois Romieu | 2005-07-30 | 1 | -10/+18 |
| | * | | | | | | | [PATCH] sis190: merge some register related information from SiS driver. | Francois Romieu | 2005-07-30 | 1 | -9/+22 |
| | * | | | | | | | [PATCH] sis190: add MAINTAINER entry. | Francois Romieu | 2005-07-30 | 1 | -0/+6 |
| | * | | | | | | | [PATCH] sis190: ethtool/mii support. | Francois Romieu | 2005-07-30 | 1 | -0/+60 |
| | * | | | | | | | [PATCH] sis190: netconsole support. | Francois Romieu | 2005-07-30 | 1 | -0/+15 |
| | * | | | | | | | [PATCH] sis190: resurrection | Francois Romieu | 2005-07-30 | 3 | -0/+1370 |
| * | | | | | | | | /spare/repo/netdev-2.6 branch 'uli-tulip' | Jeff Garzik | 2005-08-29 | 7 | -66/+1775 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | |||||
| | * | | | | | | | [netdrvr uli526x] fix problems found in review | Peer Chen | 2005-08-20 | 1 | -114/+93 |
| | * | | | | | | | [netdrvr tulip] Remove ULi-specific code from generic tulip driver | Peer Chen | 2005-08-11 | 4 | -66/+13 |
| | * | | | | | | | [netdrvr] add 'uli526x' driver (a tulip clone) | Peer Chen | 2005-07-29 | 3 | -0/+1783 |
* | | | | | | | | | [PATCH] ppc32 8xx: fix warnings in m8xx_setup.c | Marcelo Tosatti | 2005-08-30 | 1 | -3/+3 |
* | | | | | | | | | [PATCH] x86: pci_assign_unassigned_resources() update | Ivan Kokshaysky | 2005-08-30 | 3 | -35/+17 |
* | | | | | | | | | Merge refs/heads/for-linus from master.kernel.org:/pub/scm/linux/kernel/git/s... | Linus Torvalds | 2005-08-30 | 1 | -3/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge with /home/shaggy/git/linus-clean/ | Dave Kleikamp | 2005-08-19 | 46 | -160/+189 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | JFS: Initialize dentry->d_op for negative dentries too | Dave Kleikamp | 2005-08-17 | 1 | -3/+2 |
* | | | | | | | | | | | Merge HEAD from master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa | Linus Torvalds | 2005-08-30 | 84 | -700/+2033 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | [ALSA] usb-audio: throttle MIDI URB resubmits on USB errors | Clemens Ladisch | 2005-08-30 | 1 | -13/+64 |
| * | | | | | | | | | | | [PATCH] Assign device pointer to OSS devices | Takashi Iwai | 2005-08-30 | 3 | -11/+25 |