| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan... | Linus Torvalds | 2007-05-09 | 62 | -218/+11951 |
|\ |
|
| * | IB/mlx4: Add a driver Mellanox ConnectX InfiniBand adapters | Roland Dreier | 2007-05-08 | 43 | -0/+11592 |
| * | IB: Put rlimit accounting struct in struct ib_umem | Roland Dreier | 2007-05-08 | 2 | -28/+16 |
| * | IB/uverbs: Export ib_umem_get()/ib_umem_release() to modules | Roland Dreier | 2007-05-08 | 20 | -202/+355 |
* | | Merge branch 'usb-move' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi... | Linus Torvalds | 2007-05-09 | 24 | -9/+10 |
|\ \ |
|
| * | | Move USB network drivers to drivers/net/usb. | Jeff Garzik | 2007-05-09 | 24 | -9/+10 |
* | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2007-05-09 | 9 | -31/+113 |
|\ \ \ |
|
| * | | | Doc Fix: remove mention of combined mode-related kernel parameters | Jesse Barnes | 2007-05-09 | 1 | -8/+0 |
| * | | | libata: fix kernel-doc parameters | Randy Dunlap | 2007-05-09 | 1 | -0/+2 |
| * | | | Fix pata_qdi.c probe code | Samuel Thibault | 2007-05-09 | 1 | -1/+1 |
| * | | | pata_scc: fix compilation | Alexey Dobriyan | 2007-05-09 | 1 | -2/+2 |
| * | | | sata_via: add missing PM hooks | Tejun Heo | 2007-05-09 | 1 | -0/+8 |
| * | | | sata_nv: fix ADMA freeze/thaw/irq_clear issues | Robert Hancock | 2007-05-09 | 1 | -14/+78 |
| * | | | pata_pcmcia.c: add card ident for jvc cdrom | Richard Kennedy | 2007-05-09 | 1 | -0/+1 |
| * | | | sata_promise: SATAII-150/300 TX4 port numbering fix | Mikael Pettersson | 2007-05-09 | 1 | -4/+18 |
| * | | | sata_promise: fix another error decode regression | Mikael Pettersson | 2007-05-09 | 1 | -1/+3 |
| * | | | libata-acpi: fix _GTF command protocol for ATAPI devices | Tejun Heo | 2007-05-09 | 1 | -2/+1 |
| |/ / |
|
* | | | Revert "md: improve partition detection in md array" | Linus Torvalds | 2007-05-09 | 4 | -8/+22 |
* | | | atl1: add netconsole support | Alexey Dobriyan | 2007-05-09 | 1 | -0/+12 |
* | | | Fix hang on IBM Token Ring PCMCIA card ejection | Paul Walmsley | 2007-05-09 | 1 | -5/+9 |
* | | | skge: default WOL should be magic only (rev2) | Stephen Hemminger | 2007-05-09 | 1 | -1/+3 |
* | | | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv... | Jeff Garzik | 2007-05-09 | 8 | -121/+31 |
|\ \ \
| |/ /
|/| | |
|
| * | | [PATCH] bcm43xx: Remove dead configuration variable CONFIG_947XX | Larry Finger | 2007-05-08 | 4 | -118/+4 |
| * | | [PATCH] zd1211rw: Add ID for ZyXEL AG-225H v2 | Daniel Drake | 2007-05-08 | 1 | -0/+1 |
| * | | [PATCH] zd1211rw: Add ID for Sitecom WL-117 | Matthew Davidson | 2007-05-08 | 1 | -0/+2 |
| * | | [PATCH] zd1211rw: Added new USB id for Planex GW-US54ZGL | Ulrich Kunitz | 2007-05-08 | 1 | -0/+1 |
| * | | [PATCH] ieee80211: include frequency in scan results | Larry Finger | 2007-05-08 | 1 | -3/+5 |
| * | | [PATCH] ieee80211: add ieee80211_channel_to_freq | Larry Finger | 2007-05-08 | 2 | -0/+18 |
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2007-05-09 | 63 | -1464/+1107 |
|\ \ \ |
|
| * | | | ide: fix PIO setup on resume for ATAPI devices | Bartlomiej Zolnierkiewicz | 2007-05-10 | 1 | -10/+7 |
| * | | | ide: legacy PCI bus order probing fixes | Bartlomiej Zolnierkiewicz | 2007-05-10 | 4 | -5/+15 |
| * | | | ide: add ide_proc_register_port() | Bartlomiej Zolnierkiewicz | 2007-05-10 | 18 | -55/+91 |
| * | | | ide: add "initializing" argument to ide_register_hw() | Bartlomiej Zolnierkiewicz | 2007-05-10 | 15 | -26/+25 |
| * | | | ide: cable detection fixes (take 2) | Bartlomiej Zolnierkiewicz | 2007-05-10 | 5 | -61/+40 |
| * | | | ide: move IDE settings handling to ide-proc.c | Bartlomiej Zolnierkiewicz | 2007-05-10 | 8 | -363/+378 |
| * | | | ide: split off ioctl handling from IDE settings (v2) | Bartlomiej Zolnierkiewicz | 2007-05-10 | 7 | -124/+203 |
| * | | | ide: make /proc/ide/ optional | Bartlomiej Zolnierkiewicz | 2007-05-10 | 13 | -38/+48 |
| * | | | ide: add ide_tune_dma() helper | Bartlomiej Zolnierkiewicz | 2007-05-10 | 14 | -206/+34 |
| * | | | ide: rework the code for selecting the best DMA transfer mode (v3) | Bartlomiej Zolnierkiewicz | 2007-05-10 | 27 | -574/+236 |
| * | | | ide: fix UDMA/MWDMA/SWDMA masks (v3) | Bartlomiej Zolnierkiewicz | 2007-05-10 | 9 | -60/+88 |
* | | | | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 | Linus Torvalds | 2007-05-09 | 8 | -49/+41 |
|\ \ \ \ |
|
| * | | | | NFS: Kill the obsolete NFS_PARANOIA | Jesper Juhl | 2007-05-09 | 5 | -27/+2 |
| * | | | | NFS: use __set_current_state() | Milind Arun Choudhary | 2007-05-09 | 1 | -2/+2 |
| * | | | | sunrpc: fix crash in rpc_malloc() | Peter Zijlstra | 2007-05-09 | 1 | -0/+4 |
| * | | | | NFS: Clean up NFSv4 XDR error message | Chuck Lever | 2007-05-09 | 1 | -3/+5 |
| * | | | | NFS: NFS client underestimates how large an NFSv4 SETATTR reply can be | Chuck Lever | 2007-05-09 | 1 | -1/+2 |
| * | | | | SUNRPC: Fix pointer arithmetic bug recently introduced in rpc_malloc/free | Chuck Lever | 2007-05-09 | 1 | -7/+15 |
| * | | | | NFS: Remove redundant check in nfs_check_verifier() | Trond Myklebust | 2007-05-09 | 1 | -7/+5 |
| * | | | | NFS: Fix a jiffie wraparound issue | Trond Myklebust | 2007-05-09 | 1 | -4/+8 |
* | | | | | [IA64] sa_interrupt is deprecated | akpm@linux-foundation.org | 2007-05-09 | 1 | -1/+1 |
|/ / / / |
|