summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
AgeCommit message (Expand)AuthorFilesLines
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-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...Russell King1-3/+4
2010-10-18Merge branch 'hotplug' into develRussell King5-276/+371
2010-10-18Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 's...Russell King18-114/+1483
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_process...Russell 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
2010-10-04ARM: 6385/1: setup: detect aliasing I-cache when D-cache is non-aliasingWill Deacon1-3/+36
2010-10-04ARM: 6402/1: Don't send IPI in smp_send_stop if there's only one CPUTony Lindgren1-1/+2
2010-10-04ARM: Allow SMP kernels to boot on UP systemsRussell King4-7/+69
2010-10-04ARM: 6291/1: coresight: move struct tracectx inside etm driverAlexander Shishkin1-0/+15
2010-10-04ARM: 6412/1: kprobes-decode: add support for MOVW instructionWill Deacon1-3/+4
2010-10-01ARM: add a vma entry for the user accessible vector pageNicolas Pitre1-0/+21
2010-10-01ARM: SECCOMP supportNicolas Pitre1-2/+13
2010-09-27Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+2
2010-09-17arm: fix really nasty sigreturn bugAl Viro1-0/+2
2010-09-17ARM: prevent multiple syscall restartsRussell King1-0/+2
2010-09-08ARM: 6358/1: hw-breakpoint: add HAVE_HW_BREAKPOINT to KconfigWill Deacon1-0/+1
2010-09-08ARM: 6357/1: hw-breakpoint: add new ptrace requests for hw-breakpoint interac...Will Deacon2-0/+244
2010-09-08ARM: 6356/1: hw-breakpoint: add ARM backend for the hw-breakpoint frameworkWill Deacon1-0/+849
2010-09-02ARM: 6352/1: perf: fix event validationWill Deacon1-2/+2
2010-09-02ARM: 6341/1: unwind - optimise linked-list searches for modulesPhil Carmody1-0/+2
2010-09-02ARM: 6340/1: module - additional unwind tables for exit/devexit sectionsPhil Carmody1-0/+8
2010-09-02ARM: 6339/1: module - simplify unwind table handlingPhil Carmody1-27/+19
2010-09-02ARM: 6338/1: module - simplify code with temporariesPhil Carmody1-6/+8
2010-09-02ARM: 6319/1: ftrace: add Thumb-2 support to dynamic ftraceRabin Vincent1-0/+33
2010-09-02ARM: 6318/1: ftrace: fix and update dynamic ftraceRabin Vincent2-57/+135
2010-09-02ARM: 6316/1: ftrace: add Thumb-2 supportRabin Vincent1-2/+4
2010-09-02ARM: 6315/1: ftrace: add ENDPROC annotationsRabin Vincent1-2/+6
2010-09-02ARM: 6314/1: ftrace: allow build without frame pointers on ARMRabin Vincent2-0/+16
2010-09-01ARM: 6343/1: wire up fanotify and prlimit64 syscalls on ARMMikael Pettersson1-0/+3
2010-09-01ARM: 6330/1: perf: reword comments relating to perf_event_do_pendingWill Deacon1-4/+4
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+1
2010-08-19Input: sysrq - drop tty argument from sysrq ops handlersDmitry Torokhov1-1/+1
2010-08-17Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-1/+2