aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-07ARM: arch/arm/kernel/traps.c: Convert sprintf_symbol to %pSJoe Perches1-4/+1
2010-11-07ARM: arch/arm/kernel/hw_breakpoint.c: Convert WARN_ON to WARNJoe Perches1-2/+1
2010-11-07ARM: 6469/1: perf-events: squash compiler warningWill Deacon1-1/+1
2010-11-07ARM: 6468/1: backtrace: fix calculation of thread stack baseWill Deacon2-2/+2
2010-10-30Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-0/+4
2010-10-29Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds1-1/+1
2010-10-29kgdb,arm: fix register dumpRabin Vincent1-1/+1
2010-10-28Merge branch 'devel-stable' into develRussell King1-0/+3
2010-10-28Merge branch 'l2x0-pull-rmk' of git://dev.omapzoom.org/pub/scm/santosh/kernel-omap4-base into devel-stableRussell King1-0/+3
2010-10-27ptrace: cleanup arch_ptrace() on ARMNamhyung Kim1-12/+13
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-1/+2
2010-10-27ARM: 6465/1: Fix data abort accessing proc_info from __lookup_processor_typeTony Lindgren1-0/+1
2010-10-26arm: Disable outer (L2) cache in kexecThomas Gleixner1-0/+3
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-21Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds19-405/+1914
2010-10-21Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-9/+1
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-110/+102
2010-10-20arm: remove machine_desc.io_pg_offst and .phys_ioNicolas Pitre1-2/+0
2010-10-20arm: use addruart macro to establish debug mappingsJeremy Kerr1-4/+19
2010-10-20arm: return both physical and virtual addresses from addruartJeremy Kerr1-3/+19
2010-10-20arm/debug: consolidate addruart macros for CONFIG_DEBUG_ICEDCCJeremy Kerr1-11/+2
2010-10-20Merge branch 'linus' into irq/coreIngo Molnar1-3/+4
2010-10-19Merge branch 'devel-stable' into develRussell King3-5/+38
2010-10-19Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into devel-stableRussell King1-3/+4
2010-10-18Merge branch 'hotplug' into develRussell King5-276/+371
2010-10-18Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 'st-ux' and 'unwind' into develRussell King18-114/+1483
2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra1-4/+4
2010-10-16arm: Use ARCH_IRQ_INIT_FLAGSThomas Gleixner1-8/+0
2010-10-16genirq, ARM: Fix boot on ARM platformsAnand Gadiyar1-1/+3
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-15Merge remote branch 'tip/perf/core' into oprofile/coreRobert Richter2-106/+94
2010-10-14perf, ARM: Fix sysfs bits removal build failureIngo Molnar1-1/+1
2010-10-12Merge branch 'x86/urgent' of into irq/sparseirqThomas Gleixner1-0/+2
2010-10-12genirq: Query arch for number of early descriptorsThomas Gleixner1-4/+2
2010-10-11Merge branch 'oprofile/urgent' (early part) into oprofile/perfRobert Richter3-6/+11
2010-10-11perf: Add helper function to return number of countersMatt Fleming1-0/+6
2010-10-08ARM: add register documentation for __enable_mmuRussell King1-0/+10
2010-10-08ARM: hotplug cpu: move secondary_startup, __enable_mmu to cpuinitRussell King1-102/+104
2010-10-08ARM: hotplug cpu: ensure that __enable_mmu is identity mappedRussell King1-9/+24
2010-10-08ARM: cleanup lookup_machine_type data and ensure these are placed in __HEADRussell King1-11/+15
2010-10-08ARM: hotplug cpu: move __error and __error_p to cpuinit sectionRussell King1-34/+33
2010-10-08ARM: move __mmap_switched, C-API functions to init sectionRussell King1-70/+72
2010-10-08ARM: cleanup boot cpu calling __mmap_switchedRussell King2-3/+3
2010-10-08ARM: hotplug cpu: Keep processor information, startup code & __lookup_processor_typeRussell King2-43/+62
2010-10-08ARM: hotplug cpu: setup 1:1 map for entire kernel image for secondary CPUsRussell King1-8/+55
2010-10-08ARM: no need for nommu to jump through the hoops that mmu doesRussell King1-4/+1
2010-10-08ARM: vmlinux.lds: Move unwind tables into _stext.._etextRussell King1-2/+2
2010-10-08ARM: vmlinux.lds: Refer to start of .data using _sdata rather than _dataRussell King2-2/+2
2010-10-08ARM: 6428/1: add cpu_idle_wait() to support CPUidle on SMP systems.Kevin Hilman1-0/+19
2010-10-08ARM: 6431/1: fix isb regression on CPU < v7Linus Walleij1-4/+5