summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * MIPS: BCM63xx: Prepare for watchdog supportFlorian Fainelli2009-11-022-1/+38
| * MIPS: BCM63xx: Make bcm63xx_uart_register an initfuncFlorian Fainelli2009-11-023-10/+1
| * MIPS: AU1000: Fix build failure for db1x00 configured for Au1100 SoCFlorian Fainelli2009-11-021-0/+2
| * MIPS: BCM63xx: Fix soft-reset lockup on BCM6345Florian Fainelli2009-11-021-1/+3
| * MIPS: TXx9: Fix error handling / Fix for noenexisting gpio_remove.Ralf Roesch2009-11-021-1/+2
| * MIPS: Add IRQF_TIMER flag for timer interruptsWu Zhangjin2009-11-026-6/+6
| * MIPS: 64-bit: Fix o32 lookup_dcookie syscallWu Zhangjin2009-11-022-1/+7
| * MIPS: VPE: Remove stray unlock_kernel.Ralf Baechle2009-11-021-2/+0
| * MIPS: Add IRQF_TIMER flag for timer interruptsWu Zhangjin2009-11-027-7/+7
| * MIPS: Loongson: Remove redundant local_irq_disable()Wu Zhangjin2009-11-021-1/+0
| * MIPS: IP27: Fix buildRalf Baechle2009-11-021-2/+2
| * MIPS: Cleanup CONFIG_DEBUG_STACK_USAGE version of alloc_thread_info.Ralf Baechle2009-11-021-8/+1
| * MIPS: Octeon: Fix compile error in arch/mips/cavium-octeon/smp.cDavid Daney2009-11-021-2/+3
| * MIPS: Don't write ones to reserved entryhi bits.Ralf Baechle2009-11-021-5/+5
| * MIPS: Extend COMMAND_LINE_SIZERalf Baechle2009-11-021-1/+1
* | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2009-11-037-55/+89
|\ \
| * | PM: Remove some debug messages producing too much noisePavel Machek2009-11-031-4/+0
| * | PM: Fix warning on suspend errorsRomit Dasgupta2009-11-031-0/+1
| * | PM / Hibernate: Add newline to load_image() fail pathJiri Slaby2009-11-031-1/+2
| * | PM / Hibernate: Fix error handling in save_image()Jiri Slaby2009-11-031-16/+16
| * | PM / Hibernate: Fix blkdev refleaksJiri Slaby2009-11-032-7/+12
| * | PM / yenta: Split resume into early and late parts (rev. 4)Rafael J. Wysocki2009-11-033-27/+58
* | | Correct nr_processes() when CPUs have been unpluggedIan Campbell2009-11-031-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-11-034-7/+66
|\ \ \
| * | | Input: gpio-keys - use IRQF_SHAREDDmitry Eremin-Solenikov2009-11-021-0/+1
| * | | Input: winbond-cir - select LEDS_TRIGGERSDavid Härdeman2009-11-021-0/+1
| * | | Input: i8042 - try to get stable CTR value when initializingDmitry Torokhov2009-11-021-7/+28
| * | | Merge commit 'v2.6.32-rc5' into for-linusDmitry Torokhov2009-11-026963-371374/+743343
| |\ \ \
| * | | | Input: atkbd - add a quirk for OQO 01+ multimedia keysJamie Lentin2009-10-211-0/+36
* | | | | Merge branch 'fixes-s3c-2632-rc5' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2009-11-0314-12/+59
|\ \ \ \ \
| * | | | | ARM: S3C2410: Fix sparse warnings in arch/arm/mach-s3c2410/gpio.cBen Dooks2009-10-281-0/+1
| * | | | | ARM: S3C2440: mini2440: Fix spare warningsBen Dooks2009-10-281-2/+2
| * | | | | ARM: S3C24XX: Fix warnings in arch/arm/plat-s3c24xx/gpio.cBen Dooks2009-10-281-0/+1
| * | | | | ARM: S3C2440: mini2440: Fix missing CONFIG_S3C_DEV_USB_HOSTBen Dooks2009-10-281-0/+1
| * | | | | ARM: Merge fixes-s3c64xx-dmaBen Dooks2009-10-283-2/+27
| |\ \ \ \ \
| | * | | | | ARM: S3C: Add info for supporting circular DMA buffersBen Dooks2009-10-283-2/+27
| * | | | | | ARM: Merge fixes-s3c64xxBen Dooks2009-10-282-2/+5
| |\ \ \ \ \ \
| | * | | | | | ARM: S3C64XX: Set rate of crystal muxMark Brown2009-10-261-0/+3
| | * | | | | | ARM: S3C64XX: Fix S3C64XX_CLKDIV0_ARM_MASK valueKukjin Kim2009-10-261-2/+2
| | |/ / / / /
| * | | | | | ARM: S3C24XX: arch/arm/plat-s3c24xx: Move dereference after NULL testJulia Lawall2009-10-281-3/+3
| * | | | | | ARM: S3C: Fix adc function exportsRyan Mallon2009-10-281-1/+1
| * | | | | | ARM: S3C2410: Fix link if CONFIG_S3C2410_IOTIMING is not setBen Dooks2009-10-281-2/+7
| * | | | | | ARM: S3C24XX: Introduce S3C2442B CPUHarald Welte2009-10-281-0/+10
| * | | | | | ARM: S3C24XX: Define a macro to avoid compilation errorRamax Lo2009-10-281-0/+1
| |/ / / / /
* | | | | | Merge branch 'i2c-fixes' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2009-11-032-37/+59
|\ \ \ \ \ \
| * | | | | | i2c-mpc: Do not generate STOP after read.Joakim Tjernlund2009-11-021-8/+2
| * | | | | | i2c: imx: disable clock when it's possible to save power.Richard Zhao2009-11-021-6/+6
| * | | | | | i2c: imx: only imx1 needs disable delayRichard Zhao2009-11-021-5/+7
| * | | | | | i2c: imx: check busy bit when START/STOPRichard Zhao2009-11-021-18/+44
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2009-11-032-8/+13
|\ \ \ \ \ \
OpenPOWER on IntegriCloud