aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-05[ARM] pxa: Stargate 2 board supportJonathan Cameron4-1/+804
2009-06-05[ARM] pxa/palm: Palm TX, T5, LD suspend-to-mem reworkMarek Vasut3-63/+31
2009-06-05[ARM] pxa/palm: Add Palm27x aSoC driver to PalmTE2Marek Vasut1-0/+18
2009-06-05[ARM] pxa/palm: Switch PalmT5, TX, TE2 to GPIO VBUSMarek Vasut3-9/+33
2009-06-05[ARM] pxa/csb726: register ac97 controllerDmitry Eremin-Solenikov1-0/+2
2009-06-05[ARM] pxa/csb726: switch to use smsc911x driverDmitry Eremin-Solenikov1-2/+14
2009-06-05[ARM] pxa: magician_defconfig enable hx4700, asic3 and w100fbPhilipp Zabel1-2/+3
2009-06-05[ARM] pxa: add basic support for HP iPAQ hx4700 PDAsPhilipp Zabel5-1/+994
2009-06-05[ARM] pxa/magician: use ARRAY_AND_SIZE for platform_add_devicesPhilipp Zabel1-1/+1
2009-06-05[ARM] pxa/magician: use I2C fast modePhilipp Zabel1-1/+9
2009-06-05[ARM] pxa: add vcc_core regulation for cpufreq on pxa2xxRobert Jarzmik1-19/+85
2009-06-05[ARM] pxa: add additional mfp definitions for pxa320Jürgen Schindele1-0/+14
2009-06-05[ARM] pxa: add ability to set suspend modeMike Rapoport2-1/+21
2009-06-05[ARM] pxa: add udc support for pxa3xxRobert Jarzmik1-1/+1
2009-06-05[ARM] pxa: allow IRQ_BOARD_END to be customized and make zylonite to use itPhilipp Zabel2-5/+12
2009-06-05[ARM] pxa: update pxa2xx_spi_chip initialization to use .gpio_cs fieldMike Rapoport5-139/+10
2009-06-05[ARM] pxa: add PWM devices support for pxa168/910Eric Miao8-6/+105
2009-06-05[ARM] pxa: add missing IRQ_PXA910_NONE to irqs.hEric Miao1-0/+1
2009-06-05[ARM] pxa: move pwm.c to common plat-pxa directoryEric Miao3-1/+2
2009-06-05[ARM] pxa: build pwm.c according to HAVE_PWM instead of PXA_PWMEric Miao2-7/+1
2009-06-05[ARM] pxa: allow PWM ID base number to be specified in pwm_id_tableEric Miao1-2/+3
2009-06-05[ARM] pxa: simplify secondary PWM handling and use platform_device_id tableEric Miao1-67/+49
2009-06-05[ARM] pxa: add I2C (TWSI) devices to pxa168/pxa910Eric Miao5-0/+64
2009-06-05[ARM] pxa: move mach/i2c.h to plat/i2c.hEric Miao22-21/+21
2009-06-05[ARM] pxa: add platform device ID table to pxa i2c driverEric Miao1-1/+1
2009-06-02powerpc/pmac: Update PowerMac 32-bit defconfigBenjamin Herrenschmidt1-83/+195
2009-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds3-4/+5
2009-05-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-2/+2
2009-05-29acpi-cpufreq: fix printk typo and indentationJoe Perches1-2/+2
2009-05-29sparc64: Fix section attribute warnings.David S. Miller2-2/+2
2009-05-29Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds26-67/+460
2009-05-29x86: ignore VM_LOCKED when determining if hugetlb-backed page tables can be shared or notMel Gorman1-1/+5
2009-05-29flat: fix data sections alignmentOskar Schirmer6-8/+0
2009-05-29Merge branch 'for-rmk' of git://gitorious.org/linux-gemini/mainlineRussell King30-309/+549
2009-05-29[ARM] update mach-typesRussell King1-9/+122
2009-05-28[ARM] Add cmpxchg support for ARMv6+ systems (v5)Mathieu Desnoyers1-0/+173
2009-05-28[ARM] barriers: improve xchg, bitops and atomic SMP barriersRussell King5-13/+71
2009-05-28Gemini: Fix SRAM/ROM location after memory swapPaulius Zaleckas1-2/+1
2009-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfinLinus Torvalds5-4/+7
2009-05-27powerpc: Fix up dma_alloc_coherent() on platforms without cache coherency.Benjamin Herrenschmidt6-83/+54
2009-05-27powerpc: Minor cleanups of kernel virt address space definitionsBenjamin Herrenschmidt5-12/+37
2009-05-27powerpc: Move dma-noncoherent.c from arch/powerpc/lib to arch/powerpc/mmBenjamin Herrenschmidt3-1/+1
2009-05-27Blackfin: fix strncmp.o build errorMike Frysinger1-2/+1
2009-05-27Blackfin: drop unneeded asm/.gitignoreMike Frysinger1-1/+0
2009-05-27Blackfin: ignore generated vmlinux.ldsMike Frysinger1-0/+1
2009-05-27Blackfin: hook up preadv/pwritev syscallsMike Frysinger2-1/+5
2009-05-27Revert "powerpc: Rework dma-noncoherent to use generic vmalloc layer"Benjamin Herrenschmidt2-57/+271
2009-05-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-16/+8
2009-05-26x86: avoid back to back on_each_cpu in cpa_flush_arrayPallipadi, Venkatesh1-14/+3
2009-05-26Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds3-16/+29