aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31arm: fix implicit module.h users by adding it to arch/arm as required.Paul Gortmaker1-0/+1
2011-10-31arm: convert core files from module.h to export.hPaul Gortmaker14-14/+14
2011-10-31arm: remove several unnecessary module.h include instancesPaul Gortmaker3-3/+0
2011-10-31arm: fix implicit memset/string.h usage in various arch/arm filesPaul Gortmaker1-0/+1
2011-10-31arm: add elf.h to arch/arm/kernel/ptrace.cPaul Gortmaker1-0/+1
2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds22-894/+5562
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-14/+14
2011-10-25Merge branch 'misc' into for-linusRussell King9-53/+129
2011-10-25Merge branches 'arnd-randcfg-fixes', 'debug', 'io' (early part), 'l2x0', 'p2v', 'pgt' (early part) and 'smp' into for-linusRussell King12-120/+268
2011-10-23ARM: 7133/1: SMP: fix per cpu timer setup before the cpu is marked onlineThomas Gleinxer1-10/+13
2011-10-23Merge branch 'ppi-irq-core-for-rmk' of git://github.com/mzyngier/arm-platforms into devel-stableRussell King7-40/+224
2011-10-23ARM: gic, local timers: use the request_percpu_irq() interfaceMarc Zyngier2-17/+46
2011-10-23ARM: gic: consolidate PPI handlingMarc Zyngier2-30/+5
2011-10-20ARM: 7137/1: Fix error upon adding LL debugAfzal Mohammed1-2/+2
2011-10-18Merge branch 'mach_memory_h' of git://git.linaro.org/people/nico/linux into devel-stableRussell King2-52/+17
2011-10-17ARM: 7098/1: kdump: copy kernel relocation code at the kexec prepare stageLei Wen1-17/+18
2011-10-17ARM: 7062/1: cache: detect PIPT I-cache using CTRWill Deacon1-2/+13
2011-10-17ARM: platform fixups: remove mdesc argument to fixup functionRussell King1-1/+1
2011-10-17ARM: 7017/1: Use generic BUG() handlerSimon Glass2-11/+23
2011-10-17ARM: 7068/1: process: change from __backtrace to dump_stack in show_regsLaura Abbott2-4/+1
2011-10-17ARM: 7031/1: entry: Fix Thumb-2 undef handling for multi-CPU kernelsDave Martin1-1/+37
2011-10-17ARM: 7030/1: entry: Remove unnecessary masking when decoding Thumb-2 instructionsDave Martin1-4/+2
2011-10-17ARM: 7029/1: Make cpu_architecture into a global variableDave Martin1-1/+19
2011-10-17ARM: 7114/1: cache-l2x0: add resume entry for l2 in secure modeBarry Song1-0/+12
2011-10-17ARM: 7115/4: move __exception and friends to asm/exception.hJamie Iles3-2/+3
2011-10-17ARM: 7124/1: smp: Add a localtimer handler callable from C codeShawn Guo1-0/+5
2011-10-17ARM: 7123/1: smp: Add an IPI handler callable from C codeShawn Guo1-0/+5
2011-10-17ARM: 7100/1: smp_scu: remove __init annotation from scu_enable()Shawn Guo1-1/+1
2011-10-17ARM: 7060/1: smp: populate logical CPU mapping during bootWill Deacon1-0/+15
2011-10-17ARM: 7011/1: Add ARM cpu topology definitionVincent Guittot3-0/+154
2011-10-15ARM: 7117/1: perf: fix HW_CACHE_* events on Cortex-A9Will Deacon1-2/+2
2011-10-08ARM: 7127/1: hw_breakpoint: skip v7-specific reset on v6 coresWill Deacon1-0/+5
2011-10-01ARM: pci: always export pcibios_bus_to_resourceArnd Bergmann1-5/+4
2011-10-01ARM: pm: let platforms select cpu_suspend supportArnd Bergmann1-1/+1
2011-10-01ARM: export rtc_lock for nvram driverArnd Bergmann1-4/+2
2011-09-26ARM: prepare for removal of a bunch of <mach/memory.h> filesNicolas Pitre1-1/+1
2011-09-26ARM: add an extra temp register to the low level debugging addruart macroNicolas Pitre2-3/+3
2011-09-22Merge branch 'pm' into devel-stableRussell King3-59/+100
2011-09-21Merge branch 'kprobes-test' of git://git.yxit.co.uk/linux into devel-stableRussell King8-0/+4676
2011-09-20ARM: fix vmlinux.lds.S discarding sectionsRussell King1-3/+12
2011-09-20ARM: pm: add L2 cache cleaning for suspendRussell King1-0/+3
2011-09-20ARM: pm: convert some assembly to CRussell King2-39/+38
2011-09-20ARM: pm: get rid of cpu_resume_turn_mmu_onRussell King2-8/+4
2011-09-20ARM: pm: only use preallocated page table during resumeRussell King2-17/+19
2011-09-20ARM: pm: preallocate a page table for suspend/resumeRussell King3-22/+61
2011-09-20ARM: pm: force non-zero return value from __cpu_suspend when abortingRussell King1-0/+2
2011-09-20ARM: kprobes: Add introductory comment to test codeJon Medhurst1-0/+21
2011-09-20ARM: kprobes: Add some benchmarking to test moduleJon Medhurst1-0/+161
2011-09-20ARM: kprobes: Add decoding table test coverage analysisJon Medhurst1-0/+261
2011-09-20ARM: kprobes: Add decoding table self-consistency testsJon Medhurst1-4/+99