summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-post-merge-2.6Linus Torvalds2011-01-1447-58/+30571
|\
| * [SCSI] target: Add LIO target core v4.0.0-rc6Nicholas Bellinger2011-01-1444-0/+30521
| * [SCSI] sd,sr: kill compat SDEV_MEDIA_CHANGE eventTejun Heo2011-01-142-9/+0
| * [SCSI] sd: implement sd_check_events()Tejun Heo2011-01-142-52/+53
* | xen: export arbitrary_virt_to_machineStephen Rothwell2011-01-141-0/+1
* | Revert "drm: Update fbdev fb_fix_screeninfo"Dave Airlie2011-01-145-21/+27
* | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-01-146-8/+24
|\ \
| * | spi/amba-pl022: fixing compilation warning.Viresh Kumar2011-01-141-1/+1
| * | Merge branch 'devicetree/next' into spi/nextGrant Likely2011-01-143038-87970/+188463
| |\ \
| | * | mmc: sdhci-of: fix build on non-powerpc platformsRob Herring2011-01-141-0/+9
| | |/
| * | spi: Enable SPI driver for S5P6440 and S5P6450Abhilash Kesavan2011-01-141-2/+2
| * | spi/imx: Add i.MX53 supportYong Shen2011-01-122-2/+8
| * | spi/dw_spi: don't treat NULL clk as an errorJamie Iles2011-01-111-2/+3
| * | spi: tegra: don't treat NULL clk as an errorJamie Iles2011-01-101-1/+1
* | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-01-1423-482/+729
|\ \ \
| * | | xfs: prevent NMI timeouts in cmn_errDave Chinner2011-01-127-114/+96
| * | | xfs: Add log level to assertion printkAnton Blanchard2011-01-111-1/+2
| * | | xfs: fix an assignment within an ASSERT()Jesper Juhl2011-01-111-1/+1
| * | | xfs: fix error handling for synchronous writesChristoph Hellwig2011-01-113-114/+51
| * | | xfs: add FITRIM supportChristoph Hellwig2011-01-117-12/+259
| * | | xfs: ensure log covering transactions are synchronousDave Chinner2011-01-114-12/+13
| * | | xfs: serialise unaligned direct IOsDave Chinner2011-01-111-10/+28
| * | | xfs: factor common write setup codeDave Chinner2011-01-111-67/+56
| * | | xfs: split buffered IO write path from xfs_file_aio_writeDave Chinner2011-01-111-77/+69
| * | | xfs: split direct IO write path from xfs_file_aio_writeDave Chinner2011-01-111-63/+116
| * | | xfs: introduce xfs_rw_lock() helpers for locking the inodeDave Chinner2011-01-121-51/+80
| * | | xfs: factor post-write newsize updatesDave Chinner2011-01-111-22/+21
| * | | xfs: factor common post-write isize handling codeDave Chinner2011-01-111-26/+28
| * | | xfs: ensure sync write errors are returnedDave Chinner2011-01-111-26/+23
* | | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-01-141-49/+41
|\ \ \ \
| * | | | i2c: Encourage move to dev_pm_ops by warning on use of legacy methodsMark Brown2011-01-141-0/+8
| * | | | i2c: Factor out runtime suspend checks from PM operationsMark Brown2011-01-141-48/+20
| * | | | i2c: Unregister dummy devices last on adapter removalJean Delvare2011-01-141-1/+13
* | | | | PCI / ACPI: Fix build issue in pci_root.c for !CONFIG_PCIEPORTBUSMarkus Trippelsdorf2011-01-141-0/+5
* | | | | ACPI / ACPICA: Initialize the global lock spinlock as appropriateRafael J. Wysocki2011-01-143-2/+3
* | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-145-23/+108
|\ \ \ \ \
| * | | | | block: restore multiple bd_link_disk_holder() supportTejun Heo2011-01-144-19/+84
| * | | | | block cfq: compensate preempted queue even if it has no slice assignedShaohua Li2011-01-141-4/+15
| * | | | | block cfq: make queue preempt work for queues from different workloadShaohua Li2011-01-141-0/+9
| | |_|_|/ | |/| | |
* | | | | Turn d_set_d_op() BUG_ON() into WARN_ON_ONCE()Linus Torvalds2011-01-141-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-01-1459-576/+655
|\ \ \ \ \
| * | | | | GRETH: resolve SMP issues and other problemsDaniel Hellstrom2011-01-141-67/+92
| * | | | | GRETH: handle frame error interruptsDaniel Hellstrom2011-01-142-4/+7
| * | | | | GRETH: avoid writing bad speed/duplex when setting transfer modeDaniel Hellstrom2011-01-141-11/+8
| * | | | | GRETH: fixed skb buffer memory leak on frame errorsDaniel Hellstrom2011-01-141-4/+14
| * | | | | GRETH: GBit transmit descriptor handling optimizationDaniel Hellstrom2011-01-141-9/+10
| * | | | | GRETH: fix opening/closingDaniel Hellstrom2011-01-141-0/+4
| * | | | | GRETH: added raw AMBA vendor/device number to match against.Daniel Hellstrom2011-01-141-0/+3
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller2011-01-1413-136/+147
| |\ \ \ \ \
| | * | | | | e1000e: consistent use of Rx/Tx vs. RX/TX/rx/tx in comments/logsBruce Allan2011-01-146-123/+126