summaryrefslogtreecommitdiff
path: root/arch/arm/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-09-05Merge tag 'arm-perf-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Olof Johansson7-361/+374
2012-09-04Merge commit 'a849088aa1' from rmk/fixes into cleanup/io-pciArnd Bergmann22-291/+524
2012-08-23ARM: perf: move irq registration into pmu implementationSudeep KarkadaNagesha2-61/+77
2012-08-23ARM: perf: move CPU-specific PMU handling code into separate fileWill Deacon3-211/+233
2012-08-23ARM: perf: prepare for moving CPU PMU code into separate fileWill Deacon4-50/+35
2012-08-23ARM: perf: probe devicetree in preference to current CPUWill Deacon4-103/+110
2012-08-23ARM: perf: remove mysterious compiler barrierWill Deacon1-1/+0
2012-08-23ARM: pmu: remove unused reservation mechanismWill Deacon3-45/+0
2012-08-23ARM: perf: add devicetree bindings for 11MPcore, A5, A7 and A15 PMUsWill Deacon1-1/+5
2012-08-23ARM: PMU: Add runtime PM SupportJon Hunter1-8/+33
2012-08-11ARM: 7486/1: sched_clock: update epoch_cyc on resumeColin Cross1-0/+24
2012-08-11ARM: 7482/1: topology: fix section mismatch warning for init_cpu_topologyVenkatraman Sathiyamoorthy1-1/+1
2012-08-02Merge branch 'audit' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds5-85/+58
2012-08-02Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds6-59/+88
2012-07-31ARM: Fix undefined instruction exception handlingRussell King2-47/+72
2012-07-31ARM: 7480/1: only call smp_send_stop() on SMPJavier Martinez Canillas1-1/+2
2012-07-31ARM: 7468/1: ftrace: Trace function entry before updating indexColin Cross1-8/+9
2012-07-31ARM: 7466/1: disable interrupt before spinning endlesslyShawn Guo1-0/+2
2012-07-30ARM: 7465/1: Handle >4GB memory sizes in device tree and mem=size@start optionPeter Maydell1-3/+3
2012-07-28ARM: 7475/1: sys_trace: allow all syscall arguments to be updated via ptraceWill Deacon1-1/+2
2012-07-28ARM: 7474/1: get rid of TIF_SYSCALL_RESTARTSYSAl Viro3-16/+9
2012-07-28ARM: 7473/1: deal with handlerless restarts without leaving the kernelAl Viro2-22/+35
2012-07-28ARM: 7472/1: pull all work_pending logics into C functionAl Viro2-23/+21
2012-07-28ARM: 7471/1: Revert "7442/1: Revert "remove unused restart trampoline""Will Deacon3-17/+0
2012-07-28ARM: 7470/1: Revert "7443/1: Revert "new way of handling ERESTART_RESTARTBLOCK""Will Deacon2-28/+13
2012-07-28Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds12-131/+345
2012-07-28Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King12-131/+345
2012-07-26ARM: move PCI i/o resource setup into common codeRob Herring1-5/+36
2012-07-25ARM: Add fixed PCI i/o mappingRob Herring1-0/+13
2012-07-25Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+2
2012-07-24Merge tag 'irq' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+6
2012-07-18Merge branch 'clps711x/cleanup' into next/cleanupArnd Bergmann7-12/+49
2012-07-12ARM: 7463/1: topology: Update cpu_power according to DT informationVincent Guittot1-0/+153
2012-07-12ARM: 7462/1: topology: factorize the update of sibling masksVincent Guittot1-21/+27
2012-07-12ARM: 7461/1: topology: Add arch_scale_freq_power functionVincent Guittot1-1/+37
2012-07-09ARM: 7456/1: ptrace: provide separate functions for tracing syscall {entry,exit}Will Deacon2-20/+31
2012-07-09ARM: 7455/1: audit: move syscall auditing until after ptrace SIGTRAP handlingWill Deacon1-8/+9
2012-07-09ARM: 7454/1: entry: don't bother with syscall tracing on ret_from_fork pathWill Deacon1-6/+0
2012-07-09ARM: 7452/1: delay: allow timer-based delay implementation to be selectedWill Deacon2-2/+4
2012-07-09ARM: 7451/1: arch timer: implement read_current_timer and get_cyclesWill Deacon1-0/+8
2012-07-09ARM: 7449/1: use generic strnlen_user and strncpy_from_user functionsWill Deacon1-4/+0
2012-07-09ARM: 7448/1: perf: remove arm_perf_pmu_ids global enumerationWill Deacon4-18/+6
2012-07-09ARM: 7444/1: kernel: add arch-timer C3STOP featureLorenzo Pieralisi1-1/+1
2012-07-09ARM: 7439/1: head.S: simplify initial page table mappingNicolas Pitre1-36/+23
2012-07-09ARM: 7424/1: update die handler from x86Rabin Vincent1-23/+55
2012-07-09ARM: 7457/1: smp: Fix suspicious RCU originating from cpu_die()Stephen Boyd1-1/+1
2012-07-05ARM: 7440/1: kprobes: only test 'sub pc, pc, #1b-2b+8-2' on ARMv6Rabin Vincent1-2/+2
2012-07-05ARM: 7441/1: perf: return -EOPNOTSUPP if requested mode exclusion is unavailableWill Deacon1-1/+1
2012-07-05ARM: 7443/1: Revert "new way of handling ERESTART_RESTARTBLOCK"Will Deacon2-9/+27
2012-07-05ARM: 7442/1: Revert "remove unused restart trampoline"Will Deacon3-0/+17