aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds59-576/+655
2011-01-14Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds38-383/+608
2011-01-14Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds20-51/+280
2011-01-14Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds1-0/+1
2011-01-14GRETH: resolve SMP issues and other problemsDaniel Hellstrom1-67/+92
2011-01-14GRETH: handle frame error interruptsDaniel Hellstrom2-4/+7
2011-01-14GRETH: avoid writing bad speed/duplex when setting transfer modeDaniel Hellstrom1-11/+8
2011-01-14GRETH: fixed skb buffer memory leak on frame errorsDaniel Hellstrom1-4/+14
2011-01-14GRETH: GBit transmit descriptor handling optimizationDaniel Hellstrom1-9/+10
2011-01-14GRETH: fix opening/closingDaniel Hellstrom1-0/+4
2011-01-14GRETH: added raw AMBA vendor/device number to match against.Daniel Hellstrom1-0/+3
2011-01-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-2.6David S. Miller13-136/+147
2011-01-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-2.6David S. Miller2-14/+14
2011-01-14Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostDavid S. Miller1-7/+11
2011-01-14cassini: Fix build bustage on x86.David S. Miller1-3/+3
2011-01-14nfsd4: fix callback restartingJ. Bruce Fields1-12/+9
2011-01-14[IA64] fix ia64 build failure in pmdp_get_and_clearAndrea Arcangeli1-0/+1
2011-01-14Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intelLinus Torvalds11-34/+49
2011-01-14Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds36-187/+259
2011-01-14Merge git://git.infradead.org/battery-2.6Linus Torvalds18-69/+838
2011-01-14afs: add afs_wq and use it instead of the system workqueueTejun Heo7-28/+38
2011-01-14rxrpc: rxrpc_workqueue isn't used during memory reclaimTejun Heo1-1/+1
2011-01-14FS-Cache: Fix operation handlingAkshat Aranya1-1/+1
2011-01-14Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npigginLinus Torvalds3-20/+21
2011-01-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds48-1354/+1806
2011-01-14PCI/PM: Report wakeup events before resuming devicesRafael J. Wysocki3-4/+4
2011-01-14PCI/PM: Use pm_wakeup_event() directly for reporting wakeup eventsRafael J. Wysocki3-17/+6
2011-01-14PCI: sysfs: Update ROM to include default owner write accessAlex Williamson1-1/+1
2011-01-14x86/PCI: make Broadcom CNB20LE driver EMBEDDED and EXPERIMENTALBjorn Helgaas1-2/+8
2011-01-14x86/PCI: don't use native Broadcom CNB20LE driver when ACPI is availableBjorn Helgaas1-4/+7
2011-01-14PCI/ACPI: Request _OSC control once for each root bridge (v3)Rafael J. Wysocki10-46/+72
2011-01-14PCI: enable pci=bfsort by default on future Dell systemsNarendra_K@Dell.com1-0/+41
2011-01-14Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds10-27/+103
2011-01-14drm/i915/lvds: Add AOpen i915GMm-HFS to the list of false-positive LVDSKnut Petersen1-0/+8
2011-01-14agp/intel: Fix device names of i845 and 845GOswald Buddenhagen2-3/+3
2011-01-14gpio: timbgpio: Fix up irq_data conversion breakage.Lennert Buytenhek1-3/+3
2011-01-14cgroup_fs: fix cgroup use of simple_lookup()Al Viro1-1/+16
2011-01-14include/gpio.h: remove remaining __must_check-annotiationsWolfram Sang1-2/+2
2011-01-14Revert update for dirty_ratio for memcg.KAMEZAWA Hiroyuki1-23/+0
2011-01-14revert documentaion update for memcg's dirty ratio.KAMEZAWA Hiroyuki1-74/+0
2011-01-14power_supply: Add MAX17042 Fuel Gauge DriverMyungJoo Ham4-0/+280
2011-01-14kernel: fix hlist_bl againRussell King1-1/+1
2011-01-14mfd: ab8500-core chip version cut 2.0 supportMattias Wallin2-34/+55
2011-01-14mfd: Flag WM831x /IRQ as a wake sourceMark Brown1-0/+11
2011-01-14mfd: Convert WM831x away from legacy I2C PM operationsMark Brown1-5/+8
2011-01-14regulator: Support MAX8998/LP3974 DVS-GPIOMyungJoo Ham2-26/+87
2011-01-14mfd: Support LP3974 RTCMyungJoo Ham4-8/+83
2011-01-14i2c: Convert SCx200 driver from using raw PCI to platform deviceAndres Salomon1-120/+80
2011-01-14x86: OLPC: convert olpc-xo1 driver from pci device to platform deviceAndres Salomon2-47/+56
2011-01-14mfd: MAX8998/LP3974 hibernation supportMyungJoo Ham4-0/+118