summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-22Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds11-109/+444
2011-07-22Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds80-1997/+3494
2011-07-22Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds137-1917/+2291
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds53-1162/+1006
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds6-67/+303
2011-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1296-36138/+93750
2011-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds13-380/+199
2011-07-22Merge branch 'stable/drivers' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds32-54/+5346
2011-07-22Merge branch 'stable/pci.cleanups.v1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-220/+165
2011-07-22Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds69-2061/+3928
2011-07-22Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds67-4654/+2796
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds12-398/+447
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hch...Linus Torvalds10-89/+219
2011-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds13-188/+165
2011-07-22Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds10-110/+406
2011-07-22Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds22-700/+978
2011-07-22Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-69/+164
2011-07-22Merge branches 'cma', 'cxgb4', 'ipath', 'misc', 'mlx4', 'mthca', 'qib' and 's...Roland Dreier52-1122/+962
2011-07-22IB/qib: Defer HCA error events to taskletMike Marciniszyn2-21/+53
2011-07-22hfsplus: ensure bio requests are not smaller than the hardware sectorsSeth Forshee4-42/+101
2011-07-22hfsplus: Add additional range check to handle on-disk corruptionsNaohiro Aota1-0/+4
2011-07-22icmp: Fix regression in nexthop resolution during replies.David S. Miller1-6/+8
2011-07-22slab: fix DEBUG_SLAB warningTetsuo Handa1-1/+2
2011-07-22MAINTAINERS: change e-mail of Adrian HunterArtem Bityutskiy1-1/+2
2011-07-21Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller1-4/+14
2011-07-21net: Fix ppc64 BPF JIT dependencies.David S. Miller1-1/+1
2011-07-21acenic: include NET_SKB_PAD headroom to incoming skbsEric Dumazet1-3/+3
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller7-481/+338
2011-07-21ixgbe: convert to ndo_fix_featuresDon Skidmore3-217/+111
2011-07-21ixgbe: only enable WoL for magic packet by defaultAndy Gospodarek1-6/+3
2011-07-21ixgbe: remove ifdef check for non-existent defineEmil Tantilov1-2/+0
2011-07-21ixgbe: Pass staterr instead of re-reading status and error bits from descriptorAlexander Duyck3-42/+37
2011-07-21ixgbe: Move interrupt related values out of ring and into q_vectorAlexander Duyck3-138/+62
2011-07-21ixgbe: add structure for containing RX/TX rings to q_vectorAlexander Duyck3-84/+88
2011-07-21mlx4_core: Bump the driver version to 1.0Dotan Barak1-2/+2
2011-07-21ixgbe: inline the ixgbe_maybe_stop_tx functionAlexander Duyck1-1/+1
2011-07-21ixgbe: Update ATR to use recorded TX queues instead of CPU for routingAlexander Duyck1-4/+3
2011-07-21igb: Fix for DH89xxCC near end loopback testRobert Healy2-0/+43
2011-07-21e1000: always call e1000_check_for_link() on e1000_ce4100 MACs.Nicolas Schichan1-4/+7
2011-07-22lguest: Fix in/out emulationRusty Russell1-9/+11
2011-07-22lguest: Fix translation count about wikipedia's cpuid pageAdrian Knoth1-1/+1
2011-07-22lguest: Fix three simple typos in commentsAdrian Knoth2-2/+2
2011-07-22lguest: update commentsRusty Russell9-39/+50
2011-07-22lguest: Simplify device initialization.Rusty Russell2-34/+28
2011-07-22lguest: don't rewrite vmcall instructionsRusty Russell2-81/+2
2011-07-22lguest: remove remaining vmcallRusty Russell1-6/+2
2011-07-22lguest: use a special 1:1 linear pagetable mode until first switch.Rusty Russell6-205/+98
2011-07-22lguest: Do not exit on non-fatal errorsSakari Ailus1-4/+6
2011-07-21netxen: add fw version compatibility checkAmit Kumar Salecha3-13/+68