summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* ARM: arch/arm/kernel/traps.c: Convert sprintf_symbol to %pSJoe Perches2010-11-071-4/+1
* ARM: arch/arm/kernel/hw_breakpoint.c: Convert WARN_ON to WARNJoe Perches2010-11-071-2/+1
* ARM: 6469/1: perf-events: squash compiler warningWill Deacon2010-11-071-1/+1
* ARM: 6468/1: backtrace: fix calculation of thread stack baseWill Deacon2010-11-072-2/+2
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-10-302-0/+4
|\
| * Merge branch 'devel-stable' into develRussell King2010-10-281-0/+3
| |\
| | * Merge branch 'l2x0-pull-rmk' of git://dev.omapzoom.org/pub/scm/santosh/kernel...Russell King2010-10-281-0/+3
| | |\
| | | * arm: Disable outer (L2) cache in kexecThomas Gleixner2010-10-261-0/+3
| * | | ARM: 6465/1: Fix data abort accessing proc_info from __lookup_processor_typeTony Lindgren2010-10-271-0/+1
| |/ /
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-10-291-1/+1
|\ \ \
| * | | kgdb,arm: fix register dumpRabin Vincent2010-10-291-1/+1
| |/ /
* | | ptrace: cleanup arch_ptrace() on ARMNamhyung Kim2010-10-271-12/+13
* | | ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-271-1/+2
|/ /
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\ \
| * | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-10-2119-405/+1914
|\ \ \
| * | | arm: remove machine_desc.io_pg_offst and .phys_ioNicolas Pitre2010-10-201-2/+0
| * | | arm: use addruart macro to establish debug mappingsJeremy Kerr2010-10-201-4/+19
| * | | arm: return both physical and virtual addresses from addruartJeremy Kerr2010-10-201-3/+19
| * | | arm/debug: consolidate addruart macros for CONFIG_DEBUG_ICEDCCJeremy Kerr2010-10-201-11/+2
| * | | Merge branch 'devel-stable' into develRussell King2010-10-193-5/+38
| |\ \ \
| | * \ \ Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene...Russell King2010-10-191-3/+4
| | |\ \ \
| | * | | | ARM: add a vma entry for the user accessible vector pageNicolas Pitre2010-10-011-0/+21
| | * | | | ARM: SECCOMP supportNicolas Pitre2010-10-011-2/+13
| | | |_|/ | | |/| |
| * | | | Merge branch 'hotplug' into develRussell King2010-10-185-276/+371
| |\ \ \ \
| | * | | | ARM: add register documentation for __enable_mmuRussell King2010-10-081-0/+10
| | * | | | ARM: hotplug cpu: move secondary_startup, __enable_mmu to cpuinitRussell King2010-10-081-102/+104
| | * | | | ARM: hotplug cpu: ensure that __enable_mmu is identity mappedRussell King2010-10-081-9/+24
| | * | | | ARM: cleanup lookup_machine_type data and ensure these are placed in __HEADRussell King2010-10-081-11/+15
| | * | | | ARM: hotplug cpu: move __error and __error_p to cpuinit sectionRussell King2010-10-081-34/+33
| | * | | | ARM: move __mmap_switched, C-API functions to init sectionRussell King2010-10-081-70/+72
| | * | | | ARM: cleanup boot cpu calling __mmap_switchedRussell King2010-10-082-3/+3
| | * | | | ARM: hotplug cpu: Keep processor information, startup code & __lookup_process...Russell King2010-10-082-43/+62
| | * | | | ARM: hotplug cpu: setup 1:1 map for entire kernel image for secondary CPUsRussell King2010-10-081-8/+55
| | * | | | ARM: no need for nommu to jump through the hoops that mmu doesRussell King2010-10-081-4/+1
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---------. \ \ \ \ Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 's...Russell King2010-10-1818-114/+1483
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| | | | | | | * | | | ARM: 6341/1: unwind - optimise linked-list searches for modulesPhil Carmody2010-09-021-0/+2
| | | | | | | * | | | ARM: 6340/1: module - additional unwind tables for exit/devexit sectionsPhil Carmody2010-09-021-0/+8
| | | | | | | * | | | ARM: 6339/1: module - simplify unwind table handlingPhil Carmody2010-09-021-27/+19
| | | | | | | * | | | ARM: 6338/1: module - simplify code with temporariesPhil Carmody2010-09-021-6/+8
| | | | | | |/ / / /
| | | | | * | | | | ARM: vmlinux.lds: Move unwind tables into _stext.._etextRussell King2010-10-081-2/+2
| | | | | * | | | | ARM: vmlinux.lds: Refer to start of .data using _sdata rather than _dataRussell King2010-10-082-2/+2
| | | | | * | | | | ARM: 6428/1: add cpu_idle_wait() to support CPUidle on SMP systems.Kevin Hilman2010-10-081-0/+19
| | | | | * | | | | ARM: 6402/1: Don't send IPI in smp_send_stop if there's only one CPUTony Lindgren2010-10-041-1/+2
| | | | | * | | | | ARM: Allow SMP kernels to boot on UP systemsRussell King2010-10-044-7/+69
| | | | | * | | | | ARM: 6291/1: coresight: move struct tracectx inside etm driverAlexander Shishkin2010-10-041-0/+15
| | | | | | |/ / / | | | | | |/| | |
| | | | * | | | | ARM: 6358/1: hw-breakpoint: add HAVE_HW_BREAKPOINT to KconfigWill Deacon2010-09-081-0/+1
| | | | * | | | | ARM: 6357/1: hw-breakpoint: add new ptrace requests for hw-breakpoint interac...Will Deacon2010-09-082-0/+244
| | | | * | | | | ARM: 6356/1: hw-breakpoint: add ARM backend for the hw-breakpoint frameworkWill Deacon2010-09-081-0/+849
| | |_|/ / / / / | |/| | | | | |
| | | * | | | | ARM: 6319/1: ftrace: add Thumb-2 support to dynamic ftraceRabin Vincent2010-09-021-0/+33
OpenPOWER on IntegriCloud