summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Remove linux/sched.h from asm/cacheflush.h and asm/uaccess.hRussell King2008-11-295-2/+5
* [ARM] Rename ISA mach/dma.h header to mach/isa-dma.hRussell King2008-11-295-5/+5
* [ARM] Hide ISA DMA API when ISA_DMA_API is unsetRussell King2008-11-2940-302/+52
* [ARM] fix constant values of MAX_DMA_ADDRESSRussell King2008-11-293-10/+2
* [ARM] move MAX_DMA_ADDRESS to mach/memory.hRussell King2008-11-2914-44/+20
* [ARM] Remove unnecessary mach/hardware.h includes in arch/arm/mmRussell King2008-11-283-3/+0
* [ARM] asm/system.h does not require asm/memory.hRussell King2008-11-281-2/+0
* [ARM] ns9xxx: mach/hardware.h doesn't need asm/memory.hRussell King2008-11-281-2/+0
* [ARM] ixp4xx: clean up includesRussell King2008-11-282-5/+1
* [ARM] ixp23xx: mach/io.h doesn't need BUG() anymoreRussell King2008-11-281-2/+0
* [ARM] iop13xx: avoid polluting the kernel's namespaceRussell King2008-11-281-2/+0
* [ARM] iop3xx: avoid polluting the kernel's namespaceRussell King2008-11-287-13/+4
* [ARM] shark: avoid polluting the kernel's namespaceRussell King2008-11-283-25/+6
* [ARM] shark: remove old unused "translated" IO macrosRussell King2008-11-281-17/+0
* [ARM] clps711x: avoid polluting the kernel's namespaceRussell King2008-11-281-2/+0
* [ARM] footbridge: mach/hardware.h doesn't require mach/memory.hRussell King2008-11-281-2/+0
* [ARM] footbridge: avoid polluting the kernel's namespaceRussell King2008-11-282-4/+2
* [ARM] aaec2000: avoid polluting the kernel's namespaceRussell King2008-11-281-2/+0
* [ARM] lh7a40x: avoid polluting the kernel's namespaceRussell King2008-11-281-2/+0
* [ARM] l7200: avoid polluting the kernel's namespaceRussell King2008-11-281-2/+0
* [ARM] h720x: avoid polluting the kernel's namespaceRussell King2008-11-281-2/+0
* [ARM] imx: avoid polluting the kernel's namespaceRussell King2008-11-281-2/+0
* [ARM] pxa: avoid polluting the kernel's namespaceRussell King2008-11-284-2/+4
* [ARM] rpc: remove obsolete IO accessorsRussell King2008-11-281-46/+1
* [ARM] versatile: remove IRQ mask definitionsRussell King2008-11-282-144/+0
* Merge branch 'highmem' into develRussell King2008-11-2864-919/+762
|\
| * [ARM] remove a common set of __virt_to_bus definitionsNicolas Pitre2008-11-2839-299/+21
| * [ARM] unconditionally define __virt_to_phys and __phys_to_virtNicolas Pitre2008-11-281-2/+0
| * [ARM] remove bogus #ifdef CONFIG_HIGHMEM in show_pte()Nicolas Pitre2008-11-281-2/+4
| * [ARM] prevent the vmalloc cmdline argument from eating all memoryNicolas Pitre2008-11-281-0/+7
| * [ARM] mem_init() cleanupsNicolas Pitre2008-11-281-21/+24
| * [ARM] split highmem into its own memory bankNicolas Pitre2008-11-281-33/+51
| * [ARM] rationalize memory configuration code some moreNicolas Pitre2008-11-286-59/+45
| * [ARM] fix a couple clear_user_highpage assembly constraintsNicolas Pitre2008-11-287-34/+34
| * [ARM] clearpage: provide our own clear_user_highpage()Russell King2008-11-2710-100/+100
| * [ARM] copypage: provide our own copy_user_highpage()Russell King2008-11-2710-83/+161
| * [ARM] copypage: convert assembly files to CRussell King2008-11-2710-411/+431
| * Merge branch 'omap-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tm...Russell King2008-11-272-3/+4
| |\
| | * ARM: OMAP: Fixes for suspend / resume GPIO wake-up handlingTero Kristo2008-11-261-2/+3
| | * ARM: OMAP: Typo fix for clock_allow_idleAmit Kucheria2008-11-251-1/+1
| * | [ARM] pxa/MioA701: bluetooth resume fixRobert Jarzmik2008-11-221-1/+1
| * | [ARM] pxa/MioA701: fix memory corruption.Robert Jarzmik2008-11-221-0/+1
* | | Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into develRussell King2008-11-2710-27/+87
|\ \ \
| * | | Fix the teehbr_read function prototypeCatalin Marinas2008-11-101-1/+1
| * | | Modern processors may need to drain the WB before WFICatalin Marinas2008-11-102-0/+3
| * | | ARMv7: Add SMP initialisation to proc-v7.SJon Callan2008-11-061-2/+15
| * | | ARMv7: Do not set TTBR0 in __v7_setupCatalin Marinas2008-11-061-1/+0
| * | | Do not flush the cache in flush_cache_v(un)map for VIPT cachesCatalin Marinas2008-11-061-10/+26
| * | | ARMv7: Branch over conditional undefined instructions in vfphw.SCatalin Marinas2008-11-061-9/+18
| * | | ARMv7: Add extra barriers for flush_cache_all compressed/head.SCatalin Marinas2008-11-062-4/+12