| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc/ps3: Fix compile error in ps3-lpm.c | Alexey Dobriyan | 2008-11-05 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-11-04 | 8 | -22/+40 |
|\ |
|
| * | niu: Use pci_ioremap_bar(). | David S. Miller | 2008-11-03 | 1 | -5/+1 |
| * | bnx2x: Version Update | Eilon Greenstein | 2008-11-03 | 1 | -2/+2 |
| * | bnx2x: Calling netif_carrier_off at the end of the probe | Eilon Greenstein | 2008-11-03 | 1 | -2/+2 |
| * | bnx2x: PCI configuration bug on big-endian | Eilon Greenstein | 2008-11-03 | 1 | -4/+5 |
| * | bnx2x: Removing the PMF indication when unloading | Eilon Greenstein | 2008-11-03 | 1 | -0/+2 |
| * | mv643xx_eth: fix SMI bus access timeouts | Lennert Buytenhek | 2008-11-03 | 1 | -3/+6 |
| * | net: kconfig cleanup | Jeff Kirsher | 2008-11-03 | 1 | -3/+15 |
| * | fs_enet: fix polling | Alexey Dobriyan | 2008-11-03 | 1 | -2/+4 |
| * | SMC91x: Fix compilation on some platforms. | David S. Miller | 2008-11-03 | 1 | -0/+2 |
| * | drivers/net/smc911x.c: Fix lockdep warning on xmit. | Will Newton | 2008-11-02 | 1 | -1/+1 |
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2008-11-04 | 5 | -34/+56 |
|\ \ |
|
| * | | libata: mask off DET when restoring SControl for detach | Tejun Heo | 2008-11-04 | 1 | -1/+1 |
| * | | libata: implement ATA_HORKAGE_ATAPI_MOD16_DMA and apply it | Tejun Heo | 2008-11-04 | 1 | -1/+3 |
| * | | libata: Fix a potential race condition in ata_scsi_park_show() | Elias Oltmanns | 2008-11-04 | 1 | -3/+4 |
| * | | sata_nv: fix generic, nf2/3 detection regression | Tejun Heo | 2008-11-04 | 1 | -28/+25 |
| * | | sata_via: restore vt*_prepare_host error handling | Marcin Slusarz | 2008-11-04 | 1 | -1/+3 |
| * | | sata_promise: add ATA engine reset to reset ops | Mikael Pettersson | 2008-11-04 | 1 | -0/+20 |
* | | | drivers: remove duplicated #include | Jianjun Kong | 2008-11-04 | 8 | -8/+0 |
|/ / |
|
* | | Merge branch 'io-mappings-for-linus-2' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2008-11-03 | 2 | -94/+83 |
|\ \ |
|
| * | | i915: use io-mapping interfaces instead of a variety of mapping kludges | Keith Packard | 2008-10-31 | 2 | -94/+83 |
* | | | Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl... | Linus Torvalds | 2008-11-03 | 6 | -14/+48 |
|\ \ \ |
|
| * | | | i915: Add GEM ioctl to get available aperture size. | Eric Anholt | 2008-11-03 | 3 | -0/+25 |
| * | | | drm/radeon: fixup further bus mastering confusion. | Alex Deucher | 2008-10-28 | 2 | -13/+14 |
| * | | | build fix: CONFIG_DRM_I915=y && CONFIG_ACPI=n | Len Brown | 2008-10-28 | 2 | -1/+9 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2008-11-02 | 14 | -27/+46 |
|\ \ \ \ |
|
| * | | | | ide-gd: re-get capacity on revalidate | Borislav Petkov | 2008-11-02 | 1 | -1/+6 |
| * | | | | tx4938ide: Avoid underflow on calculation of a wait cycle | Atsushi Nemoto | 2008-11-02 | 1 | -2/+3 |
| * | | | | tx4938ide: Do not call devm_ioremap for whole 128KB | Atsushi Nemoto | 2008-11-02 | 1 | -11/+16 |
| * | | | | tx4938ide: Check minimum cycle time and SHWT range (v2) | Atsushi Nemoto | 2008-11-02 | 1 | -1/+8 |
| * | | | | ide: Switch to a common address | Alan Cox | 2008-11-02 | 11 | -11/+11 |
| * | | | | ide-cd: fix DMA alignment regression | Borislav Petkov | 2008-11-02 | 1 | -1/+2 |
| | |/ /
| |/| | |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-11-02 | 25 | -78/+121 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | IRDA: remove double inclusion of module.h | Alexander Beregalov | 2008-11-01 | 2 | -2/+0 |
| * | | | bpa10x: free sk_buff with kfree_skb | Ilpo Järvinen | 2008-10-31 | 1 | -2/+2 |
| * | | | net: Really remove all of LOOPBACK_TSO code. | David S. Miller | 2008-10-31 | 1 | -9/+0 |
| * | | | net: delete excess kernel-doc notation | Randy Dunlap | 2008-10-30 | 1 | -1/+0 |
| * | | | Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga... | David S. Miller | 2008-10-30 | 11 | -36/+99 |
| |\ \ \ |
|
| | * | | | gianfar: Don't reset TBI<->SerDes link if it's already up | Trent Piepho | 2008-10-31 | 1 | -0/+9 |
| | * | | | gianfar: Fix race in TBI/SerDes configuration | Trent Piepho | 2008-10-31 | 3 | -0/+31 |
| | * | | | at91_ether: request/free GPIO for PHY interrupt | David Brownell | 2008-10-31 | 1 | -1/+5 |
| | * | | | amd8111e: fix dma_free_coherent context | Chunbo Luo | 2008-10-31 | 1 | -5/+4 |
| | * | | | atl1: fix vlan tag regression | Jay Cliburn | 2008-10-31 | 2 | -4/+5 |
| | * | | | SMC91x: delete unused local variable "lp" | Mike Frysinger | 2008-10-31 | 1 | -2/+0 |
| | * | | | myri10ge: fix stop/go mmio ordering | Brice Goglin | 2008-10-31 | 1 | -1/+3 |
| | * | | | bonding: fix panic when taking bond interface down before removing module | Andy Gospodarek | 2008-10-31 | 1 | -5/+8 |
| | * | | | bonding: Clean up resource leaks | Jay Vosburgh | 2008-10-31 | 1 | -18/+31 |
| | * | | | bonding: fix miimon failure counter | Jay Vosburgh | 2008-10-31 | 1 | -0/+3 |
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2008-10-30 | 8 | -25/+17 |
| |\ \ \ \ |
|