aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* fix file specification in commentsUwe Zeisberger2006-10-0326-26/+26
* Fix "can not" in Documentation and KconfigMatt LaPlante2006-10-031-1/+1
* Still more typo fixesMatt LaPlante2006-10-031-1/+1
* Attack of "the the"s in archMatt LaPlante2006-10-031-1/+1
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-10-0316-63/+212
|\
| * [ARM] 3848/1: pxafb: Add option of fixing video modes and spitz QVGA mode sup...Richard Purdie2006-10-029-49/+113
| * [ARM] 3880/1: remove the last trace of iop31x supportLennert Buytenhek2006-09-301-3/+0
| * [ARM] 3879/1: ep93xx: instantiate platform devices for ep93xx ethernetLennert Buytenhek2006-09-303-0/+87
| * [ARM] 3809/3: get rid of 4 megabyte kernel image size limitLennert Buytenhek2006-09-302-10/+11
| * [ARM] Fix XIP_KERNEL build error in arch/arm/mm/mmu.cRussell King2006-09-301-1/+1
* | [PATCH] arm build fail: vfpsingle.cFrederik Deweerdt2006-10-031-0/+2
* | [WATCHDOG] pnx4008: add watchdog supportVitaly Wool2006-10-021-0/+11
* | [PATCH] rename the provided execve functions to kernel_execveArnd Bergmann2006-10-021-2/+2
* | [PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn2006-10-021-1/+1
* | [PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.cSerge E. Hallyn2006-10-021-2/+0
* | [PATCH] namespaces: add nsproxySerge E. Hallyn2006-10-021-0/+2
* | [PATCH] cpumask: export cpu_online_map and cpu_possible_map consistentlyGreg Banks2006-10-021-0/+2
* | [PATCH] kill wall_jiffiesAtsushi Nemoto2006-10-011-9/+1
* | [PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra2006-10-011-1/+1
* | [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto2006-09-291-1/+1
* | [PATCH] pidspace: is_init()Sukadev Bhattiprolu2006-09-291-1/+1
* | [PATCH] OMAP: Update OMAP1/2 boards to give keymapsize and other pdataKomal Shah2006-09-298-23/+41
* | [PATCH] make PROT_WRITE imply PROT_READJason Baron2006-09-291-1/+1
|/
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-09-28174-7941/+9075
|\
| * Merge nommu branchRussell King2006-09-2826-400/+2053
| |\
| | * [ARM] nommu: confirms the CR_V bit in nommu modeHyok S. Choi2006-09-283-1/+18
| | * [ARM] nommu: abort handler fixup for !CPU_CP15_MMU cores.Hyok S. Choi2006-09-287-7/+35
| | * [ARM] Make !MMU CPUs depend on !MMURussell King2006-09-271-0/+5
| | * [ARM] nommu: add ARM946E-S core supportHyok S. Choi2006-09-274-3/+457
| | * [ARM] nommu: add ARM940T core supportHyok S. Choi2006-09-274-2/+389
| | * [ARM] nommu: add ARM9TDMI core supportHyok S. Choi2006-09-274-0/+149
| | * [ARM] nommu: add ARM740T core supportHyok S. Choi2006-09-274-2/+193
| | * [ARM] nommu: add ARM7TDMI core supportHyok S. Choi2006-09-274-0/+264
| | * [ARM] nommu: manage the CP15 thingsHyok S. Choi2006-09-278-12/+56
| | * [ARM] nommu: defines CPU_CP15, CPU_CP15_MMU and CPU_CP15_MPUHyok S. Choi2006-09-271-0/+33
| | * [ARM] nommu: allows to support module in nommuHyok S. Choi2006-09-271-0/+8
| | * [ARM] do_bad_area() always takes current and current->active_mmRussell King2006-09-273-14/+8
| | * [ARM] Add setup_mm_for_reboot() for nommuRussell King2006-09-271-0/+7
| | * [ARM] Rename mm-armv.c to pgd.cRussell King2006-09-272-4/+2
| | * [ARM] Move rest of MMU setup code from mm-armv.c to mmu.cRussell King2006-09-273-551/+542
| | * [ARM] Split ARM MM initialisation for !mmuRussell King2006-09-275-206/+274
| | * [ARM] Separate page table manipulation code from bootmem initialisationRussell King2006-09-271-29/+44
| * | [ARM] 3856/1: Add clocksource for Intel IXP4xx platformsKevin Hilman2006-09-283-11/+30
| * | [ARM] 3855/1: Add generic time supportKevin Hilman2006-09-282-0/+10
| * | [ARM] 3873/1: S3C24XX: Add irq_chip namesBen Dooks2006-09-281-0/+8
| * | [ARM] 3872/1: S3C24XX: Apply consistant tabbing to irq_chipsBen Dooks2006-09-281-30/+30
| * | [ARM] 3871/1: S3C24XX: Fix ordering of EINT4..23Ben Dooks2006-09-281-8/+36
| * | [ARM] 3870/1: AT91: Start removing static memory mappingsAndrew Victor2006-09-282-47/+2
| * | [ARM] 3869/1: AT91: NAND support for DK and KB9202 boardsAndrew Victor2006-09-282-0/+50
| * | [ARM] 3867/1: AT91 GPIO updateAndrew Victor2006-09-2813-126/+156