| Commit message (Expand) | Author | Age | Files | Lines |
* | [ARM] fix constant values of MAX_DMA_ADDRESS | Russell King | 2008-11-29 | 3 | -10/+2 |
* | [ARM] move MAX_DMA_ADDRESS to mach/memory.h | Russell King | 2008-11-29 | 14 | -44/+20 |
* | [ARM] Remove unnecessary mach/hardware.h includes in arch/arm/mm | Russell King | 2008-11-28 | 3 | -3/+0 |
* | [ARM] asm/system.h does not require asm/memory.h | Russell King | 2008-11-28 | 1 | -2/+0 |
* | [ARM] ns9xxx: mach/hardware.h doesn't need asm/memory.h | Russell King | 2008-11-28 | 1 | -2/+0 |
* | [ARM] ixp4xx: clean up includes | Russell King | 2008-11-28 | 2 | -5/+1 |
* | [ARM] ixp23xx: mach/io.h doesn't need BUG() anymore | Russell King | 2008-11-28 | 1 | -2/+0 |
* | [ARM] iop13xx: avoid polluting the kernel's namespace | Russell King | 2008-11-28 | 1 | -2/+0 |
* | [ARM] iop3xx: avoid polluting the kernel's namespace | Russell King | 2008-11-28 | 7 | -13/+4 |
* | [ARM] shark: avoid polluting the kernel's namespace | Russell King | 2008-11-28 | 3 | -25/+6 |
* | [ARM] shark: remove old unused "translated" IO macros | Russell King | 2008-11-28 | 1 | -17/+0 |
* | [ARM] clps711x: avoid polluting the kernel's namespace | Russell King | 2008-11-28 | 1 | -2/+0 |
* | [ARM] footbridge: mach/hardware.h doesn't require mach/memory.h | Russell King | 2008-11-28 | 1 | -2/+0 |
* | [ARM] footbridge: avoid polluting the kernel's namespace | Russell King | 2008-11-28 | 2 | -4/+2 |
* | [ARM] aaec2000: avoid polluting the kernel's namespace | Russell King | 2008-11-28 | 1 | -2/+0 |
* | [ARM] lh7a40x: avoid polluting the kernel's namespace | Russell King | 2008-11-28 | 1 | -2/+0 |
* | [ARM] l7200: avoid polluting the kernel's namespace | Russell King | 2008-11-28 | 1 | -2/+0 |
* | [ARM] h720x: avoid polluting the kernel's namespace | Russell King | 2008-11-28 | 1 | -2/+0 |
* | [ARM] imx: avoid polluting the kernel's namespace | Russell King | 2008-11-28 | 1 | -2/+0 |
* | [ARM] pxa: avoid polluting the kernel's namespace | Russell King | 2008-11-28 | 4 | -2/+4 |
* | [ARM] rpc: remove obsolete IO accessors | Russell King | 2008-11-28 | 1 | -46/+1 |
* | [ARM] versatile: remove IRQ mask definitions | Russell King | 2008-11-28 | 2 | -144/+0 |
* | Merge branch 'highmem' into devel | Russell King | 2008-11-28 | 64 | -919/+762 |
|\ |
|
| * | [ARM] remove a common set of __virt_to_bus definitions | Nicolas Pitre | 2008-11-28 | 39 | -299/+21 |
| * | [ARM] unconditionally define __virt_to_phys and __phys_to_virt | Nicolas Pitre | 2008-11-28 | 1 | -2/+0 |
| * | [ARM] remove bogus #ifdef CONFIG_HIGHMEM in show_pte() | Nicolas Pitre | 2008-11-28 | 1 | -2/+4 |
| * | [ARM] prevent the vmalloc cmdline argument from eating all memory | Nicolas Pitre | 2008-11-28 | 1 | -0/+7 |
| * | [ARM] mem_init() cleanups | Nicolas Pitre | 2008-11-28 | 1 | -21/+24 |
| * | [ARM] split highmem into its own memory bank | Nicolas Pitre | 2008-11-28 | 1 | -33/+51 |
| * | [ARM] rationalize memory configuration code some more | Nicolas Pitre | 2008-11-28 | 6 | -59/+45 |
| * | [ARM] fix a couple clear_user_highpage assembly constraints | Nicolas Pitre | 2008-11-28 | 7 | -34/+34 |
| * | [ARM] clearpage: provide our own clear_user_highpage() | Russell King | 2008-11-27 | 10 | -100/+100 |
| * | [ARM] copypage: provide our own copy_user_highpage() | Russell King | 2008-11-27 | 10 | -83/+161 |
| * | [ARM] copypage: convert assembly files to C | Russell King | 2008-11-27 | 10 | -411/+431 |
| * | Merge branch 'omap-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tm... | Russell King | 2008-11-27 | 2 | -3/+4 |
| |\ |
|
| | * | ARM: OMAP: Fixes for suspend / resume GPIO wake-up handling | Tero Kristo | 2008-11-26 | 1 | -2/+3 |
| | * | ARM: OMAP: Typo fix for clock_allow_idle | Amit Kucheria | 2008-11-25 | 1 | -1/+1 |
| * | | [ARM] pxa/MioA701: bluetooth resume fix | Robert Jarzmik | 2008-11-22 | 1 | -1/+1 |
| * | | [ARM] pxa/MioA701: fix memory corruption. | Robert Jarzmik | 2008-11-22 | 1 | -0/+1 |
* | | | Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into devel | Russell King | 2008-11-27 | 10 | -27/+87 |
|\ \ \ |
|
| * | | | Fix the teehbr_read function prototype | Catalin Marinas | 2008-11-10 | 1 | -1/+1 |
| * | | | Modern processors may need to drain the WB before WFI | Catalin Marinas | 2008-11-10 | 2 | -0/+3 |
| * | | | ARMv7: Add SMP initialisation to proc-v7.S | Jon Callan | 2008-11-06 | 1 | -2/+15 |
| * | | | ARMv7: Do not set TTBR0 in __v7_setup | Catalin Marinas | 2008-11-06 | 1 | -1/+0 |
| * | | | Do not flush the cache in flush_cache_v(un)map for VIPT caches | Catalin Marinas | 2008-11-06 | 1 | -10/+26 |
| * | | | ARMv7: Branch over conditional undefined instructions in vfphw.S | Catalin Marinas | 2008-11-06 | 1 | -9/+18 |
| * | | | ARMv7: Add extra barriers for flush_cache_all compressed/head.S | Catalin Marinas | 2008-11-06 | 2 | -4/+12 |
| * | | | Add HWCAP_NEON to the ARM hwcap.h file | Catalin Marinas | 2008-11-06 | 3 | -0/+11 |
| * | | | Add "thumbee" to the hwcap_str array | Catalin Marinas | 2008-11-06 | 1 | -0/+1 |
* | | | | Merge branch 'clps7500' into devel | Russell King | 2008-11-27 | 22 | -1180/+0 |
|\ \ \ \ |
|