aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-07-02ARM: entry: avoid enabling interrupts in prefetch/data abort handlersRussell King3-50/+24
2011-07-02ARM: pm: allow suspend finisher to return error codesRussell King1-2/+9
2011-07-01perf: Add context field to perf_eventAvi Kivity1-1/+2
2011-07-01perf, arch: Add generic NODE cache eventsPeter Zijlstra3-0/+70
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra5-6/+6
2011-06-30ARM: entry: prefetch abort helper: pass aborted pc in r4 rather than r0Russell King1-1/+1
2011-06-30ARM: entry: rejig register allocation in exception entry handlersRussell King1-38/+43
2011-06-29ARM: 6977/1: pmu: add platform_device_id table supportMark Rutland1-2/+18
2011-06-29ARM: 6976/1: pmu: add OF probing supportMark Rutland1-1/+33
2011-06-29ARM: 6975/1: pmu: reject duplicate PMU registrationsMark Rutland1-6/+6
2011-06-29ARM: 6974/1: pmu: refactor reservationMark Rutland2-16/+21
2011-06-29ARM: entry: no need to check parent IRQ mask in IRQ handler returnRussell King1-2/+3
2011-06-29ARM: entry: no need to increase preempt count for IRQ handlersRussell King1-23/+4
2011-06-29ARM: entry: prefetch/data abort helpers: avoid corrupting r4Russell King1-4/+4
2011-06-29ARM: entry: prefetch/data abort helpers: convert to macrosRussell King1-50/+35
2011-06-28Merge branch 'cmpxchg64' of git://git.linaro.org/people/nico/linux into devel...Russell King1-152/+94
2011-06-28ARM: add a kuser_cmpxchg64 user space helperNicolas Pitre1-3/+96
2011-06-24ARM: pm: hide 1st and 2nd arguments to cpu_suspend from platform codeRussell King1-2/+2
2011-06-24ARM: pm: move cpu_init() call into core codeRussell King1-0/+1
2011-06-24ARM: pm: convert cpu_suspend() to a normal functionRussell King1-6/+4
2011-06-24ARM: pm: rejig suspend follow-on function calling conventionRussell King1-4/+5
2011-06-24ARM: pm: reallocate registers to avoid r2, r3Russell King1-9/+9
2011-06-24ARM: pm: preserve r4 - r11 across a suspendRussell King1-2/+3
2011-06-24ARM: pm: extract common code from MULTI_CPU/!MULTI_CPU pathsRussell King1-18/+6
2011-06-24ARM: pm: move return address (for cpu_resume) to top of stackRussell King1-8/+8
2011-06-24ARM: pm: make MULTI_CPU and !MULTI_CPU resume paths the sameRussell King1-9/+3
2011-06-24ARM: pm: arrange for cpu_proc_init() to be called on resumeRussell King1-49/+50
2011-06-21ARM: SMP: wait for CPU to be marked activeRussell King1-1/+5
2011-06-20ARM: kuser: move interface documentation out of the source codeNicolas Pitre1-152/+1
2011-06-17ARM: 6963/1: Thumb-2: Relax relocation requirements for non-function symbolsDave Martin1-2/+11
2011-06-09ARM: extend Code: line by one 16-bit quantity for Thumb instructionsRussell King1-1/+1
2011-06-09ARM: 6955/1: cmpxchg syscall should data abort if page not writePo-Yu Chuang1-1/+1
2011-06-09ARM: 6953/1: DT: don't try to access physical address zeroNicolas Pitre1-0/+3
2011-06-06ARM: 6952/1: fix lockdep warning of "unannotated irqs-off"Ming Lei2-1/+7
2011-05-28Merge branch 'setns'Linus Torvalds1-0/+1
2011-05-28ns: Wire up the setns system callEric W. Biederman1-0/+1
2011-05-27Merge branches 'devel', 'devel-stable' and 'fixes' into for-linusRussell King7-44/+233
2011-05-26ARM: 6942/1: mm: make TTBR1 always point to swapper_pg_dir on ARMv6/7Catalin Marinas2-2/+6
2011-05-26ARM: add sendmmsg syscallRussell King1-0/+1
2011-05-26ARM: 6938/1: fiq: Refactor {get,set}_fiq_regs() for Thumb-2Dave Martin3-44/+52
2011-05-26Merge branch 'for-rmk' of git://github.com/at91linux/linux-2.6-at91 into deve...Russell King1-1/+1
2011-05-25Merge branch 'devicetree/arm-next' of git://git.secretlab.ca/git/linux-2.6 in...Russell King5-42/+226
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-1/+1
2011-05-23Merge branches 'consolidate', 'ep93xx', 'fixes', 'misc', 'mmci', 'remove' and...Russell King3-118/+248
2011-05-23Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generi...Russell King1-0/+7
2011-05-23ARM: consolidate SMP cross call implementationRussell King1-0/+7
2011-05-23arm/dt: probe for platforms via the device treeGrant Likely2-4/+117
2011-05-23arm/dt: consolidate atags setup into setup_machine_atagsGrant Likely1-29/+40
2011-05-20ARM: 6902/1: perf: Remove erroneous check on active_eventsMark Rutland1-5/+0
2011-05-19Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0