| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: provide an early platform initialization hook | Russell King | 2010-12-24 | 1 | -0/+3 |
* | ARM: simplify early machine init hooks | Russell King | 2010-12-24 | 3 | -16/+10 |
* | ARM: 6538/1: Subarch IRQ handler macros V3 | Magnus Damm | 2010-12-24 | 1 | -29/+2 |
* | ARM: 6532/1: Allow machine to specify it's own IRQ handlers at run-time | eric miao | 2010-12-24 | 2 | -2/+18 |
* | ARM: move high-usage mostly read variables in setup.c to __read_mostly | Russell King | 2010-12-05 | 1 | -8/+8 |
* | ARM: implement support for read-mostly sections | Russell King | 2010-12-05 | 1 | -0/+1 |
* | ARM: always build swp_emulate as ARMv7 | Russell King | 2010-11-26 | 1 | -0/+1 |
* | ARM: 6396/1: Add SWP/SWPB emulation for ARMv7 processors | Leif Lindholm | 2010-11-04 | 2 | -0/+268 |
* | ARM: 6384/1: Remove the domain switching on ARMv6k/v7 CPUs | Catalin Marinas | 2010-11-04 | 3 | -6/+17 |
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2010-10-30 | 2 | -0/+4 |
|\ |
|
| * | Merge branch 'devel-stable' into devel | Russell King | 2010-10-28 | 1 | -0/+3 |
| |\ |
|
| | * | Merge branch 'l2x0-pull-rmk' of git://dev.omapzoom.org/pub/scm/santosh/kernel... | Russell King | 2010-10-28 | 1 | -0/+3 |
| | |\ |
|
| | | * | arm: Disable outer (L2) cache in kexec | Thomas Gleixner | 2010-10-26 | 1 | -0/+3 |
| * | | | ARM: 6465/1: Fix data abort accessing proc_info from __lookup_processor_type | Tony Lindgren | 2010-10-27 | 1 | -0/+1 |
| |/ / |
|
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds | 2010-10-29 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | kgdb,arm: fix register dump | Rabin Vincent | 2010-10-29 | 1 | -1/+1 |
| |/ / |
|
* | | | ptrace: cleanup arch_ptrace() on ARM | Namhyung Kim | 2010-10-27 | 1 | -12/+13 |
* | | | ptrace: change signature of arch_ptrace() | Namhyung Kim | 2010-10-27 | 1 | -1/+2 |
|/ / |
|
* | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 | 1 | -0/+1 |
|\ \ |
|
| * | | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 1 | -0/+1 |
* | | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2010-10-21 | 19 | -405/+1914 |
|\ \ \ |
|
| * | | | arm: remove machine_desc.io_pg_offst and .phys_io | Nicolas Pitre | 2010-10-20 | 1 | -2/+0 |
| * | | | arm: use addruart macro to establish debug mappings | Jeremy Kerr | 2010-10-20 | 1 | -4/+19 |
| * | | | arm: return both physical and virtual addresses from addruart | Jeremy Kerr | 2010-10-20 | 1 | -3/+19 |
| * | | | arm/debug: consolidate addruart macros for CONFIG_DEBUG_ICEDCC | Jeremy Kerr | 2010-10-20 | 1 | -11/+2 |
| * | | | Merge branch 'devel-stable' into devel | Russell King | 2010-10-19 | 3 | -5/+38 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene... | Russell King | 2010-10-19 | 1 | -3/+4 |
| | |\ \ \ |
|
| | * | | | | ARM: add a vma entry for the user accessible vector page | Nicolas Pitre | 2010-10-01 | 1 | -0/+21 |
| | * | | | | ARM: SECCOMP support | Nicolas Pitre | 2010-10-01 | 1 | -2/+13 |
| | | |_|/
| | |/| | |
|
| * | | | | Merge branch 'hotplug' into devel | Russell King | 2010-10-18 | 5 | -276/+371 |
| |\ \ \ \ |
|
| | * | | | | ARM: add register documentation for __enable_mmu | Russell King | 2010-10-08 | 1 | -0/+10 |
| | * | | | | ARM: hotplug cpu: move secondary_startup, __enable_mmu to cpuinit | Russell King | 2010-10-08 | 1 | -102/+104 |
| | * | | | | ARM: hotplug cpu: ensure that __enable_mmu is identity mapped | Russell King | 2010-10-08 | 1 | -9/+24 |
| | * | | | | ARM: cleanup lookup_machine_type data and ensure these are placed in __HEAD | Russell King | 2010-10-08 | 1 | -11/+15 |
| | * | | | | ARM: hotplug cpu: move __error and __error_p to cpuinit section | Russell King | 2010-10-08 | 1 | -34/+33 |
| | * | | | | ARM: move __mmap_switched, C-API functions to init section | Russell King | 2010-10-08 | 1 | -70/+72 |
| | * | | | | ARM: cleanup boot cpu calling __mmap_switched | Russell King | 2010-10-08 | 2 | -3/+3 |
| | * | | | | ARM: hotplug cpu: Keep processor information, startup code & __lookup_process... | Russell King | 2010-10-08 | 2 | -43/+62 |
| | * | | | | ARM: hotplug cpu: setup 1:1 map for entire kernel image for secondary CPUs | Russell King | 2010-10-08 | 1 | -8/+55 |
| | * | | | | ARM: no need for nommu to jump through the hoops that mmu does | Russell King | 2010-10-08 | 1 | -4/+1 |
| | | | | | | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| *---------. \ \ \ \ | Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 's... | Russell King | 2010-10-18 | 18 | -114/+1483 |
| |\ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|/ / / /
| |/| | | | | | | | | |
|
| | | | | | | * | | | | ARM: 6341/1: unwind - optimise linked-list searches for modules | Phil Carmody | 2010-09-02 | 1 | -0/+2 |
| | | | | | | * | | | | ARM: 6340/1: module - additional unwind tables for exit/devexit sections | Phil Carmody | 2010-09-02 | 1 | -0/+8 |
| | | | | | | * | | | | ARM: 6339/1: module - simplify unwind table handling | Phil Carmody | 2010-09-02 | 1 | -27/+19 |
| | | | | | | * | | | | ARM: 6338/1: module - simplify code with temporaries | Phil Carmody | 2010-09-02 | 1 | -6/+8 |
| | | | | | |/ / / / |
|
| | | | | * | | | | | ARM: vmlinux.lds: Move unwind tables into _stext.._etext | Russell King | 2010-10-08 | 1 | -2/+2 |
| | | | | * | | | | | ARM: vmlinux.lds: Refer to start of .data using _sdata rather than _data | Russell King | 2010-10-08 | 2 | -2/+2 |
| | | | | * | | | | | ARM: 6428/1: add cpu_idle_wait() to support CPUidle on SMP systems. | Kevin Hilman | 2010-10-08 | 1 | -0/+19 |
| | | | | * | | | | | ARM: 6402/1: Don't send IPI in smp_send_stop if there's only one CPU | Tony Lindgren | 2010-10-04 | 1 | -1/+2 |
| | | | | * | | | | | ARM: Allow SMP kernels to boot on UP systems | Russell King | 2010-10-04 | 4 | -7/+69 |