summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
AgeCommit message (Expand)Author
2011-07-13ARM: kprobes: Move find_str_pc_offset into kprobes-common.cJon Medhurst
2011-07-13ARM: kprobes: Move is_writeback define to header file.Jon Medhurst
2011-07-13ARM: kprobes: Add kprobes-common.cJon Medhurst
2011-07-13ARM: kprobes: Split out internal parts of kprobes.hJon Medhurst
2011-07-13ARM: kprobes: Rename kprobes-decode.c to kprobes-arm.cJon Medhurst
2011-07-13ARM: Thumb-2: Support Thumb-2 in undefined instruction handlerJon Medhurst
2011-07-13ARM: Thumb-2: Fix exception return sequence to restore stack correctlyJon Medhurst
2011-07-12ARM: introduce handle_IRQ() not to dump exception stackRussell King - ARM Linux
2011-07-09ARM: vfp: fix a hole in VFP thread migrationRussell King
2011-07-08Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6-wd into devel-stableRussell King
2011-07-07ARM: vmlinux.lds: use _text and _stext the same way as x86Russell King
2011-07-07ARM: vmlinux.lds: move init sections between text and data sectionsRussell King
2011-07-07ARM: vmlinux.lds: remove .rodata/.rodata1 from main .text segmentRussell King
2011-07-07ARM: vmlinux.lds: rearrange .init output sectionRussell King
2011-07-07ARM: vmlinux.lds: move discarded sections to beginningRussell King
2011-07-07ARM: perf: add support for the Cortex-A15 PMUWill Deacon
2011-07-07ARM: perf: add support for the Cortex-A5 PMUWill Deacon
2011-07-07ARM: perf: add PMUv2 common event definitionsWill Deacon
2011-07-07ARM: perf: remove confusing comment from v7 perf events backendWill Deacon
2011-07-07ARM: hwcaps: add new HWCAP defines for ARMv7-AWill Deacon
2011-07-07ARM: 6994/1: smp_twd: Fix typo in 'twd_timer_rate' printingVitaly Kuzmichev
2011-07-07ARM: 6993/1: platsmp: Allow secondary cpu hotplug with maxcpus=1Stephen Boyd
2011-07-06ARM: 6960/1: allow enabling SCU code on UPRob Herring
2011-07-06ARM: 6985/1: export functions to determine the presence of I/DTCMLinus Walleij
2011-07-06ARM: 6984/1: enhance TCM robustnessLinus Walleij
2011-07-05ARM: move memory layout sanity checking before meminfo initializationRussell King
2011-07-05ARM: 6989/1: perf: do not start the PMU when no events are presentWill Deacon
2011-07-02ARM: entry: no need to reload the SPSR value from struct pt_regsRussell King
2011-07-02ARM: entry: data abort: tail-call the main data abort handlerRussell King
2011-07-02ARM: entry: data abort: arrange for CPU abort helpers to take pc/psr in r4/r5Russell King
2011-07-02ARM: entry: prefetch abort: tail-call the main prefetch abort handlerRussell King
2011-07-02ARM: entry: re-allocate registers in irq entry assembly macrosRussell King
2011-07-02ARM: entry: consolidate trace_hardirqs_off into (svc|usr)_entry macrosRussell King
2011-07-02ARM: entry: instrument usr exception handlers with irqsoff tracingRussell King
2011-07-02ARM: entry: instrument svc undefined exception handler with irqtraceRussell King
2011-07-02ARM: entry: avoid enabling interrupts in prefetch/data abort handlersRussell King
2011-07-02ARM: pm: allow suspend finisher to return error codesRussell King
2011-07-01perf: Add context field to perf_eventAvi Kivity
2011-07-01perf, arch: Add generic NODE cache eventsPeter Zijlstra
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra
2011-06-30ARM: entry: prefetch abort helper: pass aborted pc in r4 rather than r0Russell King
2011-06-30ARM: entry: rejig register allocation in exception entry handlersRussell King
2011-06-29ARM: 6977/1: pmu: add platform_device_id table supportMark Rutland
2011-06-29ARM: 6976/1: pmu: add OF probing supportMark Rutland
2011-06-29ARM: 6975/1: pmu: reject duplicate PMU registrationsMark Rutland
2011-06-29ARM: 6974/1: pmu: refactor reservationMark Rutland
2011-06-29ARM: entry: no need to check parent IRQ mask in IRQ handler returnRussell King
2011-06-29ARM: entry: no need to increase preempt count for IRQ handlersRussell King
2011-06-29ARM: entry: prefetch/data abort helpers: avoid corrupting r4Russell King
2011-06-29ARM: entry: prefetch/data abort helpers: convert to macrosRussell King