summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* [ARM] mm: move vmalloc= parsing to arch/arm/mm/mmu.cRussell King2008-09-301-13/+0
* [ARM] Print details relevant to how we handle the cacheRussell King2008-09-251-0/+9
* [ARM] Introduce new bitmask based cache type macrosRussell King2008-09-251-0/+22
* [ARM] Remove cache type printksRussell King2008-09-251-141/+1
* [ARM] Convert asm/io.h to linux/io.hRussell King2008-09-068-10/+7
* [ARM] Convert asm/uaccess.h to linux/uaccess.hRussell King2008-09-069-10/+8
* [ARM] clean up a load of old declarationsRussell King2008-09-061-2/+1
* [ARM] move initrd code from kernel/setup.c to mm/init.cRussell King2008-09-061-37/+0
* [ARM] remove pc_pointer()Russell King2008-09-063-7/+5
* [ARM] sparse: fix several warningsRussell King2008-09-053-33/+5
* [ARM] 5227/1: Add the ENDPROC declarations to the .S filesCatalin Marinas2008-09-016-19/+62
* [ARM] 5221/1: fix ldm/stm emulation for kprobesNicolas Pitre2008-09-011-2/+2
* [ARM] 5206/1: remove kprobe_trap_handler() hackNicolas Pitre2008-09-012-13/+4
* [ARM] cachetype: move definitions to separate headerRussell King2008-09-011-0/+1
* [ARM] cputype: separate definitions, use themRussell King2008-09-011-22/+23
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-08-164-15/+40
|\
| * [ARM] 5194/1: update .gitignoreNicolas Pitre2008-08-121-0/+1
| * [ARM] 5193/1: Wire up missing syscallsStefan Schmidt2008-08-121-2/+8
| * [ARM] traps: don't call undef hook functions with spinlock heldRussell King2008-08-121-13/+18
| * Merge branch 'for-rmk' of git://git.marvell.com/orionRussell King2008-08-091-0/+13
| |\
| | * [ARM] prevent crashing when too much RAM installedLennert Buytenhek2008-08-091-0/+13
* | | kexec jump: rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZEHuang Ying2008-08-151-1/+1
|/ /
* | [ARM] Fix SMP booting with non-zero PHYS_OFFSETRussell King2008-08-071-2/+2
|/
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-077-7/+7
* [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-071-1/+1
* [ARM] Eliminate useless includes of asm/mach-types.hRussell King2008-08-071-1/+0
* [ARM] Fix circular include dependency with IRQ headersRussell King2008-08-071-0/+1
* [ARM] move include/asm-arm to arch/arm/include/asmRussell King2008-08-021-1/+1
* kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S2008-07-251-4/+2
* 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-1812-323/+287
| |\
| * | nohz: prevent tick stop outside of the idle loopThomas Gleixner2008-07-181-1/+1
* | | PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi2008-07-241-0/+1
* | | kgdb: support for ARCH=armJason Wessel2008-07-234-0/+209
* | | arm: bus_id -> dev_name() and dev_set_name() conversionsKay Sievers2008-07-211-1/+1
* | | sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen2008-07-211-1/+3
* | | driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman2008-07-211-2/+1
| |/ |/|
* | Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-151-145/+18
|\ \
| * | on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-261-3/+3
| * | arm: convert to generic helpers for IPI function callsJens Axboe2008-06-261-142/+15
| |/
* | Merge branch 'core/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-07-151-0/+1
|\ \
| * | stacktrace: export save_stack_trace[_tsk]Ingo Molnar2008-07-031-0/+1
| |/
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-07-146-177/+90
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *---------. \ Merge branches 'at91', 'dyntick', 'ep93xx', 'iop', 'ixp', 'misc', 'orion', 'o...Russell King2008-07-105-134/+50
| |\ \ \ \ \ \ \ | | | | | |_|_|/ | | | | |/| | |
| | | | | | | * [ARM] rpc: ecard: remove deprecated ecard_address() and relativesRussell King2008-07-032-7/+19
| | | | | |_|/ | | | | |/| |
| | | | | | * [ARM] latencytop supportNicolas Pitre2008-06-221-4/+30
| | | | | |/ | | | | |/|
| | | * | | [ARM] dyntick: Remove obsolete and unused ARM dyntick supportRussell King2008-05-122-123/+1
| * | | | | clean up atags exporting codeUwe Kleine-König2008-05-301-41/+39
| * | | | | There is no need to have BOOT_PARAMS_SIZE known outside of atags.cUwe Kleine-König2008-05-301-4/+3
| | |_|/ / | |/| | |
* | | | | ftrace: store mcount address in rec->ipAbhishek Sagar2008-06-233-14/+16
OpenPOWER on IntegriCloud