summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-07391-409/+389Star
* [ARM] Eliminate useless includes of asm/mach-types.hRussell King2008-08-0725-25/+0Star
* [ARM] Fix circular include dependency with IRQ headersRussell King2008-08-073-21/+20Star
* [ARM] Fix explicit asm(-arm)?/arch-foo referencesRussell King2008-08-029-23/+23
* [ARM] move include/asm-arm to arch/arm/include/asmRussell King2008-08-02182-6/+16301
* [ARM] Remove explicit dependency for misc.o from compressed/MakefileRussell King2008-08-021-3/+0Star
* [ARM] initrd: claim initrd memory exclusivelyRussell King2008-07-301-12/+20
* [ARM] pxa: add support for L2 outer cache on XScale3 (attempt 2)Eric Miao2008-07-293-22/+190
* Merge branch 'for-rmk' of git://pasiphae.extern.pengutronix.de/git/imx/linux-2.6Russell King2008-07-284-4/+8
|\
| * [ARM] i.MX: add missing clock functions exportsPaulius Zaleckas2008-07-281-0/+5
| * [ARM] i.MX: remove set_imx_fb_info() exportPaulius Zaleckas2008-07-281-1/+0Star
| * [ARM] mx1ads: make mmc platform data available for modulesSascha Hauer2008-07-281-2/+2
| * [ARM] mx2: add missing Kconfig dependencySascha Hauer2008-07-281-1/+1
* | [ARM] 5180/1: at91: Fix at91_nand -> atmel_nand rename falloutHaavard Skinnemoen2008-07-284-4/+4
|/
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-07-2853-787/+638Star
|\
| * [ARM] Fix shared mmap when more than two maps of the same file existRussell King2008-07-271-3/+7
| * [ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_*Dmitry Baryshkov2008-07-2747-166/+166
| * Merge branch 'for_rmk_13' of git://git.mnementh.co.uk/linux-2.6-imRussell King2008-07-273-615/+462Star
| |\
| | * [ARM] update defconfig for eseries.Ian Molton2008-07-261-613/+460Star
| * | [ARM] fix IOP32x, IOP33x, MXC and Samsung buildsRussell King2008-07-262-4/+4
| * | [ARM] fix mode for board-yl-9200.cRussell King2008-07-261-0/+0
| * | [ARM] 5176/1: arm/Makefile: fix: ARM946T -> ARM946EAdrian Bunk2008-07-261-1/+1
* | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-07-2716-38/+38
|\ \ \ | |_|/ |/| |
| * | Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse2008-07-25339-5990/+41928
| |\ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-07-1161-361/+437
| |\ \ \
| * | | | [MTD] [NAND] rename at91_nand -> atmel_nand: internal symbolsHÃ¥vard Skinnemoen2008-06-0716-38/+38
* | | | | SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* | | | | dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-261-1/+1
| |_|_|/ |/| | |
* | | | gpiolib: allow user-selectionMichael Buesch2008-07-251-4/+4
* | | | gpio: sysfs interfaceDavid Brownell2008-07-251-0/+3
* | | | kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S2008-07-251-4/+2Star
* | | | inflate: refactor inflate malloc codeThomas Petazzoni2008-07-251-52/+7Star
* | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-07-241-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'linus' into timers/nohzIngo Molnar2008-07-18312-5494/+36650
| |\ \ \ \
| * | | | | nohz: prevent tick stop outside of the idle loopThomas Gleixner2008-07-181-1/+1
* | | | | | Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds2008-07-241-1/+1
|\ \ \ \ \ \
| * | | | | | Remove use of asm/semaphore.hMatthew Wilcox2008-07-241-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-ledsLinus Torvalds2008-07-241-0/+52
|\ \ \ \ \ \
| * | | | | | leds: Add pca9532 platform data for Thecus N2100Riku Voipio2008-07-231-0/+52
* | | | | | | PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi2008-07-242-0/+2
* | | | | | | bootmem: replace node_boot_start in struct bootmem_dataJohannes Weiner2008-07-241-3/+1Star
* | | | | | | mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner2008-07-241-1/+1
* | | | | | | mm: move bootmem descriptors definition to a single placeJohannes Weiner2008-07-241-18/+16Star
* | | | | | | add HAVE_CLK to Kconfig, for driver dependenciesDavid Brownell2008-07-241-0/+13
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-07-2448-505/+5078
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'pxa' into develRussell King2008-07-1362-2297/+6519
| |\ \ \ \ \ \
| | * | | | | | [ARM] pxa: add base support for PXA930 Handheld Platform (aka SAAR)Eric Miao2008-07-133-0/+90
| | * | | | | | [ARM] pxa: add base support for PXA930 Evaluation Board (aka TavorEVB)Eric Miao2008-07-133-0/+90
| | * | | | | | [ARM] pxa: add base support for PXA930 (aka Tavor-P)Eric Miao2008-07-133-0/+194
| | * | | | | | [ARM] Update mach-typesRussell King2008-07-131-1/+9