aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-07-13ARM: kprobes: Decode 16-bit Thumb BX and BLX instructionsJon Medhurst1-0/+37
2011-07-13ARM: kprobes: Add bx_write_pc()Jon Medhurst1-0/+14
2011-07-13ARM: kprobes: Decode 16-bit Thumb data-processing instructionsJon Medhurst1-0/+81
2011-07-13ARM: kprobes: Decode 16-bit Thumb hint instructionsJon Medhurst3-1/+46
2011-07-13ARM: kprobes: Infrastructure for table driven decoding of CPU instructionsJon Medhurst2-1/+505
2011-07-13ARM: kprobes: Extend arch_specific_insn to add pointer to emulated instructionJon Medhurst1-0/+5
2011-07-13ARM: kprobes: Add hooks to override singlestep()Jon Medhurst3-5/+26
2011-07-13ARM: kprobes: Use conditional breakpoints for ARM probesJon Medhurst2-3/+9
2011-07-13ARM: kprobes: Don't trigger probes on conditional instructions when condition...Jon Medhurst1-1/+23
2011-07-13ARM: kprobes: Add it_advance()Jon Medhurst1-0/+25
2011-07-13ARM: kprobes: Add condition code checking to Thumb emulationJon Medhurst1-0/+22
2011-07-13ARM: kprobes: Add Thumb breakpoint supportJon Medhurst2-14/+115
2011-07-13ARM: kprobes: Add Thumb instruction decoding stubsJon Medhurst4-2/+61
2011-07-13ARM: kprobes: Make kprobes framework work on Thumb-2 kernelsJon Medhurst1-2/+35
2011-07-13ARM: kprobes: Make str_pc_offset a constant on ARMv7Jon Medhurst2-0/+18
2011-07-13ARM: kprobes: Move find_str_pc_offset into kprobes-common.cJon Medhurst3-28/+35
2011-07-13ARM: kprobes: Move is_writeback define to header file.Jon Medhurst2-6/+6
2011-07-13ARM: kprobes: Add kprobes-common.cJon Medhurst4-92/+109
2011-07-13ARM: kprobes: Split out internal parts of kprobes.hJon Medhurst3-0/+41
2011-07-13ARM: kprobes: Rename kprobes-decode.c to kprobes-arm.cJon Medhurst2-1/+2
2011-07-13ARM: Thumb-2: Support Thumb-2 in undefined instruction handlerJon Medhurst2-26/+19
2011-07-13ARM: Thumb-2: Fix exception return sequence to restore stack correctlyJon Medhurst1-7/+5
2011-07-12ARM: introduce handle_IRQ() not to dump exception stackRussell King - ARM Linux1-5/+14
2011-07-09ARM: vfp: fix a hole in VFP thread migrationRussell King1-0/+3
2011-07-08Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6-wd into devel-stableRussell King3-20/+334
2011-07-07ARM: vmlinux.lds: use _text and _stext the same way as x86Russell King1-2/+2
2011-07-07ARM: vmlinux.lds: move init sections between text and data sectionsRussell King1-48/+48
2011-07-07ARM: vmlinux.lds: remove .rodata/.rodata1 from main .text segmentRussell King1-2/+0
2011-07-07ARM: vmlinux.lds: rearrange .init output sectionRussell King1-18/+29
2011-07-07ARM: vmlinux.lds: move discarded sections to beginningRussell King1-25/+22
2011-07-07ARM: perf: add support for the Cortex-A15 PMUWill Deacon2-0/+156
2011-07-07ARM: perf: add support for the Cortex-A5 PMUWill Deacon2-0/+149
2011-07-07ARM: perf: add PMUv2 common event definitionsWill Deacon1-10/+25
2011-07-07ARM: perf: remove confusing comment from v7 perf events backendWill Deacon1-10/+0
2011-07-07ARM: hwcaps: add new HWCAP defines for ARMv7-AWill Deacon1-0/+4
2011-07-07ARM: 6994/1: smp_twd: Fix typo in 'twd_timer_rate' printingVitaly Kuzmichev1-1/+1
2011-07-07ARM: 6993/1: platsmp: Allow secondary cpu hotplug with maxcpus=1Stephen Boyd1-2/+9
2011-07-06ARM: 6960/1: allow enabling SCU code on UPRob Herring1-0/+2
2011-07-06ARM: 6985/1: export functions to determine the presence of I/DTCMLinus Walleij1-3/+18
2011-07-06ARM: 6984/1: enhance TCM robustnessLinus Walleij1-8/+39
2011-07-05ARM: move memory layout sanity checking before meminfo initializationRussell King1-0/+2
2011-07-05ARM: 6989/1: perf: do not start the PMU when no events are presentWill Deacon1-2/+4
2011-07-02ARM: entry: no need to reload the SPSR value from struct pt_regsRussell King1-9/+1
2011-07-02ARM: entry: data abort: tail-call the main data abort handlerRussell King1-10/+4
2011-07-02ARM: entry: data abort: arrange for CPU abort helpers to take pc/psr in r4/r5Russell King1-4/+2
2011-07-02ARM: entry: prefetch abort: tail-call the main prefetch abort handlerRussell King1-5/+3
2011-07-02ARM: entry: re-allocate registers in irq entry assembly macrosRussell King1-5/+5
2011-07-02ARM: entry: consolidate trace_hardirqs_off into (svc|usr)_entry macrosRussell King1-39/+8
2011-07-02ARM: entry: instrument usr exception handlers with irqsoff tracingRussell King1-1/+16
2011-07-02ARM: entry: instrument svc undefined exception handler with irqtraceRussell King1-0/+10