summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-01-1521-34/+52
|\
| * ARM: fix missing branch in __error_aRussell King2011-01-151-0/+2
| * ARM: fix /proc/$PID/stack on SMPRussell King2011-01-151-3/+6
| * ARM: Fix build regression on SA11x0, PXA, and H720x targetsRussell King2011-01-154-4/+0
| * ARM: 6625/1: use memblock memory regions for "System RAM" I/O resourcesDima Zavin2011-01-141-10/+6
| * ARM: fix wrongly patched constantsRussell King2011-01-142-4/+4
| * ARM: 6624/1: fix dependency for CONFIG_SMP_ON_UPNicolas Pitre2011-01-141-1/+1
| * ARM: 6623/1: Thumb-2: Fix out-of-range offset for Thumb-2 in proc-v7.SDave Martin2011-01-141-1/+3
| * ARM: 6622/1: fix dma_unmap_sg() documentationLinus Walleij2011-01-121-1/+1
| * ARM: 6621/1: bitops: remove condition code clobber for CLZRabin Vincent2011-01-121-1/+1
| * ARM: 6620/1: Change misleading warning when CONFIG_CMDLINE_FORCE is usedAlexander Holler2011-01-121-2/+4
| * ARM: 6619/1: nommu: avoid mapping vectors page when !CONFIG_MMUWill Deacon2011-01-111-0/+2
| * ARM: sched_clock: make minsec argument to clocks_calc_mult_shift() zeroRussell King2011-01-111-1/+1
| * ARM: sched_clock: allow init_sched_clock() to be called earlyRussell King2011-01-113-1/+12
| * ARM: integrator: fix compile warning in cpu.cRussell King2011-01-111-1/+1
| * ARM: 6616/1: Fix ep93xx-fb init/exit annotationsRyan Mallon2011-01-111-3/+3
| * ARM: twd: fix display of twd frequencyRussell King2011-01-111-1/+1
| * ARM: udelay: prevent math rounding resulting in short udelaysRussell King2011-01-111-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-post-merge-2.6Linus Torvalds2011-01-1547-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-151-0/+1
* | | Revert "drm: Update fbdev fb_fix_screeninfo"Dave Airlie2011-01-155-21/+27
* | | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-01-156-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-132-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-111-1/+1
* | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-01-1523-482/+729
|\ \ \ \
| * | | | xfs: prevent NMI timeouts in cmn_errDave Chinner2011-01-127-114/+96
| * | | | xfs: Add log level to assertion printkAnton Blanchard2011-01-121-1/+2
| * | | | xfs: fix an assignment within an ASSERT()Jesper Juhl2011-01-121-1/+1
| * | | | xfs: fix error handling for synchronous writesChristoph Hellwig2011-01-123-114/+51
| * | | | xfs: add FITRIM supportChristoph Hellwig2011-01-127-12/+259
| * | | | xfs: ensure log covering transactions are synchronousDave Chinner2011-01-124-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-151-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