summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 's3c-fixes' of git://aeryn.fluff.org.uk/bjdooks/linuxRussell King2009-06-2512-21/+51
|\
| * [ARM] GTA02: build fixes (s3c2410_nand_set usage)Nelson Castillo2009-06-241-2/+1
| * [ARM] S3C maintainer updates merge branch maintainers-updates into s3c-fixesBen Dooks2009-06-231-0/+43
| |\
| | * MAINTAINERS: Add ARM S3C2442, S3C2443, S3C6400, S3C6410 and ARM/SAMSUNGBen Dooks2009-06-131-0/+41
| | * MAINTAINERS: Update file list for ARM/S3C2410 and ARM/S3C2440Ben Dooks2009-06-131-0/+2
| * | [ARM] MINI2440: Add missing flash_bbt flat to NANDBen Dooks2009-06-231-0/+1
| * | [ARM] s3c2410_defconfig: add MINI2440 machine to buildBen Dooks2009-06-231-0/+1
| * | [ARM] S3C: Fix S3C24XX build to not include s3c64xx IIS devicesBen Dooks2009-06-231-1/+1
| * | [ARM] S3C24XX: Fix missing s3c_iis_device.Ben Dooks2009-06-231-0/+1
| * | [ARM] MINI2440: remove duplicated #includeHuang Weiyi2009-06-231-2/+0
| * | [ARM] S3C24XX: Fix spi-bus configuration build errorsBen Dooks2009-06-232-4/+2
| * | [ARM] S3C: Remove unused CONFIG_DEBUG_S3C_PORTBen Dooks2009-06-234-11/+0
| * | [ARM] S3C24XX: Fix use of CONFIG_S3C24XX_PWMBen Dooks2009-06-231-1/+1
* | | Merge branch 'omap-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tm...Russell King2009-06-2514-22/+108
|\ \ \
| * | | OMAP: Fix IOMEM macro for assemblyTony Lindgren2009-06-231-1/+1
| * | | OMAP2/3: Initialize gpio debounce registerjanboe2009-06-231-0/+1
| * | | OMAP: IOMMU: function flush_iotlb_page is not flushing correct entryFernando Guzman Lugo2009-06-231-1/+1
| * | | OMAP3: RX51: Use OneNAND sync read / writeAdrian Hunter2009-06-231-0/+1
| * | | OMAP2/3: gpmc-onenand: correct use of async timingsAdrian Hunter2009-06-231-2/+19
| * | | OMAP3: DMA: Enable idlemodes for DMA OCPKalle Jokiniemi2009-06-232-0/+28
| * | | OMAP3: SRAM size fix for HS/EMU devicesTero Kristo2009-06-231-1/+6
| * | | OMAP2/3: Add omap_type() for determining GP/EMU/HSKevin Hilman2009-06-232-11/+33
| * | | OMAP2/3: omap mailbox: platform_get_irq() error ignoredRoel Kluin2009-06-231-3/+3
| * | | OMAP2/3: mmc-twl4030: use correct controller in twl_mmc23_set_powerGrazvydas Ignotas2009-06-231-1/+12
| * | | OMAP1: remove duplicated #includeHuang Weiyi2009-06-231-1/+0
| * | | OMAP1: Fix N770 MMC supportAndrew de Quincey2009-06-231-0/+2
| * | | OMAP1: Fix compilation of arch/arm/mach-omap1/mailbox.cJonathan McDowell2009-06-231-1/+1
| |/ /
* | | Linux 2.6.31-rc1v2.6.31-rc1Linus Torvalds2009-06-241-2/+2
* | | Revert "PCI: use ACPI _CRS data by default"Linus Torvalds2009-06-245-6/+6
* | | Merge git://git.infradead.org/battery-2.6Linus Torvalds2009-06-248-17/+420
|\ \ \
| * | | da9030_battery: Fix race between event handler and monitorMike Rapoport2009-06-091-7/+12
| * | | Add MAX17040 Fuel Gauge driverMinkyu Kang2009-06-094-1/+338
| * | | w1: ds2760_battery: add support for sleep mode featureDaniel Mack2009-06-082-0/+31
| * | | w1: ds2760: add support for EEPROM read and writeDaniel Mack2009-06-082-0/+32
| * | | ds2760_battery: cleanups in ds2760_battery_probe()Daniel Mack2009-06-081-9/+7
| | | |
| \ \ \
*-. \ \ \ Merge branches 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2009-06-246-18/+23
|\ \ \ \ \
| | * | | | audit: inode watches depend on CONFIG_AUDIT not CONFIG_AUDIT_SYSCALLEric Paris2009-06-241-2/+2
| * | | | | another race fix in jfs_check_acl()Al Viro2009-06-241-6/+7
| * | | | | Get "no acls for this inode" right, fix shmem breakageAl Viro2009-06-244-10/+13
| * | | | | inline functions left without protection of ifdef (acl)Markus Trippelsdorf2009-06-241-1/+2
| |/ / / /
* | | | | Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-241-21/+24
|\ \ \ \ \
| * | | | | futex: Fix the write access fault problem for realThomas Gleixner2009-06-241-21/+24
| |/ / / /
* | | | | SLUB: Don't pass __GFP_FAIL for the initial allocationPekka Enberg2009-06-241-2/+8
* | | | | Don't warn about order-1 allocations with __GFP_NOFAILLinus Torvalds2009-06-241-2/+2
|/ / / /
* | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2009-06-2463-492/+996
|\ \ \ \
| * | | | Staging: octeon-ethernet: Fix race freeing transmit buffers.David Daney2009-06-244-66/+106
| * | | | Staging: octeon-ethernet: Convert to use net_device_ops.David Daney2009-06-2410-396/+390
| * | | | MIPS: Cavium: Add CPU hotplugging code.Ralf Baechle2009-06-245-2/+365
| * | | | MIPS: SMP: Allow suspend and hibernation if CPU hotplug is availableRalf Baechle2009-06-241-2/+2
| * | | | MIPS: Add arch generic CPU hotplugRalf Baechle2009-06-247-7/+78