summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds55-257/+364
2008-03-12Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds3-2/+13
2008-03-12Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds45-1375/+242
2008-03-12PNP: disable PNP motherboard resources that overlap PCI BARsBjorn Helgaas1-0/+73
2008-03-12PNP: revert Supermicro H8DCE motherboard quirkBjorn Helgaas1-43/+0
2008-03-12SVCRDMA: Fix erroneous BUG_ON in send_writeTom Tucker1-1/+1
2008-03-12SVCRDMA: Add xprt refs to fix close/unmount crashTom Tucker1-38/+58
2008-03-12genhd must_check warning fixRoland McGrath1-1/+3
2008-03-12Remove <linux/genhd.h> from user-visible headers.David Woodhouse2-28/+3
2008-03-12nommu: Provide is_vmalloc_addr() stub.Paul Mundt1-3/+10
2008-03-12IPoIB: Allocate priv->tx_ring with vmalloc()Roland Dreier2-7/+10
2008-03-12[MIPS] Clocksource: Only install r4k counter as clocksource if present.Ralf Baechle2-3/+9
2008-03-12[MIPS] Lasat: fix LASAT_CASCADE_IRQYoichi Yuasa1-1/+1
2008-03-12[MIPS] Delete leftovers of old pcspeaker support.Ralf Baechle1-1/+0
2008-03-12[MIPS] BCM1480: Init pci controller io_map_baseThomas Bogendoerfer1-2/+3
2008-03-12[MIPS] Yosemite: Fix a few more section reference bugs.Ralf Baechle1-3/+3
2008-03-12[MIPS] Fix yosemite build errorRalf Baechle2-1/+2
2008-03-12[MIPS] Fix loads of section missmatchesRalf Baechle30-180/+171
2008-03-12[MIPS] IP27: Tighten up CPU description to fix warnings.Ralf Baechle1-0/+4
2008-03-12[MIPS] Fix plat_ioremap for JMR3927Atsushi Nemoto1-1/+1
2008-03-12[MIPS] Export __ucmpdi2 to modules.Ralf Baechle1-0/+2
2008-03-12[MIPS] Fix typo in commentThiemo Seufer1-1/+1
2008-03-12[MIPS] Use KBUILD_DEFCONFIGAdrian Bunk2-1158/+2
2008-03-12[MIPS] Allow 48Hz to be selected if CONFIG_SYS_SUPPORTS_ARBIT_HZ is set.Ralf Baechle1-1/+1
2008-03-12[MIPS] Added missing cases for rdhwr emulationChris Dearman1-6/+25
2008-03-12[MIPS] Alchemy: Fix ids in Alchemy db dma device tableWolfgang Ocker1-17/+17
2008-03-12i2c: chips subdirectory is deprecatedJean Delvare1-0/+7
2008-03-12i2c: Keep client->driver and client->dev.driver in syncHans Verkuil1-1/+5
2008-03-12i2c-amd756: Fix off-by-oneAdrian Bunk1-1/+1
2008-03-12laptops: move laptop-mode.txt to Documentation/laptops/Randy Dunlap4-4/+4
2008-03-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jk/spu...Paul Mackerras4-4/+7
2008-03-12ACPICA: Warn if packages with invalid references are evaluatedThomas Renninger1-0/+6
2008-03-12ACPI: add _PRT quirks to work around broken firmwareBjorn Helgaas1-0/+98
2008-03-12Hibernation: Fix mark_nosave_pages()Rafael J. Wysocki1-7/+34
2008-03-12ACPI: Ignore _BQC object when registering backlight deviceZhao Yakui1-1/+1
2008-03-12IPoIB/cm: Set tx_wr.num_sge in connected mode post_send()Roland Dreier1-0/+1
2008-03-12[SCTP]: Fix local_addr deletions during list traversals.Chidambar 'ilLogict' Zinnoury3-3/+9
2008-03-12net: fix build with CONFIG_NET=nAndrew Morton1-0/+2
2008-03-12[TCP]: Prevent sending past receiver window with TSO (at last skb)Ilpo Järvinen1-2/+10
2008-03-12ACPI: WMI: Clean up handling of spec violating data blocksCarlos Corbacho1-4/+6
2008-03-12acer-wmi: Don't warn if mail LED cannot be detectedCarlos Corbacho1-4/+2
2008-03-12acer-wmi: Rename mail LED correctly & remove hardcoded colourCarlos Corbacho2-2/+2
2008-03-12IPoIB: Don't drop multicast sends when they can be queuedOr Gerlitz1-1/+1
2008-03-12[CIFS] Fix build problemSteve French1-0/+4
2008-03-12IB/ipath: Reset the retry counter for RDMA_READ_RESPONSE_MIDDLE packetsPatrick Marchand Latifi1-0/+4
2008-03-12IB/ipath: Fix error completion put on send CQ instead of recv CQPatrick Marchand Latifi1-1/+1
2008-03-12IB/ipath: Fix RC QP initializationPatrick Marchand Latifi1-4/+5
2008-03-12IB/ipath: Fix potentially wrong RNR retry counter returned in ipath_query_qp()Patrick Marchand Latifi1-1/+1
2008-03-11IB/ipath: Fix IB compliance problems with link state vs physical stateRalph Campbell5-22/+18
2008-03-11Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French108-976/+3284