summaryrefslogtreecommitdiff
path: root/arch/arm/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-04-29ARM: kprobes: Add emulation of hint instructions like NOP and WFIJon Medhurst1-0/+24
2011-04-29ARM: kprobes: Add emulation of SBFX, UBFX, BFI and BFC instructionsJon Medhurst1-0/+42
2011-04-29ARM: kprobes: Add emulation of MOVW and MOVT instructionsJon Medhurst1-2/+28
2011-04-29ARM: kprobes: Reject probing of undefined data processing instructionsJon Medhurst1-14/+17
2011-04-29ARM: kprobes: Remove redundant code in space_1111Jon Medhurst1-9/+5
2011-04-29ARM: kprobes: Fix emulation of PLD instructionsJon Medhurst1-13/+8
2011-04-29ARM: kprobes: Reject probing of SETEND instructionsJon Medhurst1-5/+0
2011-04-29ARM: kprobes: Consolidate stub decoding functionsJon Medhurst1-31/+9
2011-04-29ARM: kprobes: Reject probing of all coprocessor instructionsJon Medhurst1-102/+11
2011-04-29ARM: kprobes: Fix emulation of USAD8 instructionsJon Medhurst1-6/+4
2011-04-29ARM: kprobes: Fix emulation of SMUAD, SMUSD and SMMUL instructionsJon Medhurst1-7/+15
2011-04-29ARM: kprobes: Fix emulation of SXTB16, SXTB, SXTH, UXTB16, UXTB and UXTH inst...Jon Medhurst1-2/+12
2011-04-29ARM: kprobes: Reject probing of undefined media instructionsJon Medhurst1-1/+35
2011-04-29ARM: kprobes: Add emulation of RBIT instructionJon Medhurst1-1/+2
2011-04-29ARM: kprobes: Reject probing of LDRB instructions which load PCJon Medhurst1-0/+4
2011-04-29ARM: kprobes: Fix emulation of LDRD and STRD instructionsJon Medhurst1-6/+6
2011-04-29ARM: kprobes: Reject probing of LDR/STR instructions which update PC unpredic...Jon Medhurst1-0/+17
2011-04-29ARM: kprobes: Fix emulation of LDRH, STRH, LDRSB and LDRSH instructionsJon Medhurst1-2/+3
2011-04-29ARM: kprobes: Reject probing of STREX and LDREX instructionsJon Medhurst1-5/+22
2011-04-29ARM: kprobes: Reject probing of undefined multiply instructionsJon Medhurst1-3/+8
2011-04-29ARM: kprobes: Fix error in commentJon Medhurst1-1/+1
2011-04-29ARM: kprobes: Reject probing of instructions which write to PC unpredictably.Jon Medhurst1-0/+28
2011-04-29ARM: kprobes: Fix emulation of MRS instructionJon Medhurst1-11/+12
2011-04-29ARM: kprobes: Reject probing MRS instructions which read SPSRJon Medhurst1-5/+7
2011-04-29ARM: kprobes: Fix emulation of Data-processing (immediate) instructionsJon Medhurst1-1/+1
2011-04-29ARM: kprobes: Fix emulation of CMP, CMN, TST and TEQ instructions.Jon Medhurst1-2/+53
2011-04-29ARM: kprobes: Remove redundant condition checks from simulation routinesJon Medhurst1-27/+3
2011-04-29ARM: kprobes: Fix probing of conditionally executed instructionsJon Medhurst2-1/+93
2011-04-29kprobes/arm: Fix ldrd/strd emulationViktor Rosendahl1-5/+15
2011-03-30Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds8-45/+67
2011-03-29arm: Fold irq_set_chip/irq_set_handlerThomas Gleixner1-2/+2
2011-03-29arm: Cleanup the irq namespaceThomas Gleixner1-3/+3
2011-03-29arm: Use generic show_interrupts()Thomas Gleixner1-50/+5
2011-03-29arm: Use irq flag setter functionThomas Gleixner1-9/+6
2011-03-29arm: bios32: Remove non exisiting machine codeThomas Gleixner1-25/+0
2011-03-28ARM: 6826/1: Merge v6 and v7 DEBUG_LL DCC supportStephen Boyd1-18/+1
2011-03-28ARM: 6838/1: etm: fix section mismatch warningMing Lei1-2/+2
2011-03-28ARM: 6837/1: remove unused pci_fixup_prpmc1100Colin Cross1-25/+0
2011-03-28ARM: 6836/1: kprobes/fix emulation of LDR/STR instruction when Rn == PCViktor Rosendahl1-4/+6
2011-03-26ARM: 6835/1: perf: ensure overflows aren't missed due to IRQ latencyWill Deacon4-12/+15
2011-03-26ARM: 6834/1: perf: reset counters on all CPUs during initialisationWill Deacon2-6/+30
2011-03-26ARM: 6833/1: perf: add required isbs() to ARMv7 backendWill Deacon1-0/+2
2011-03-26ARM: 6825/1: kernel/sleep.S: fix Thumb2 compilation issuesNicolas Pitre1-3/+11
2011-03-24Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds4-17/+17
2011-03-24crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering2-27/+0
2011-03-20Merge branches 'fixes', 'pgt-next' and 'versatile' into develRussell King4-17/+17
2011-03-18Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-1/+23
2011-03-18Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/...Linus Torvalds1-2/+2
2011-03-17Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into driversRussell King11-63/+142
2011-03-17Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds23-624/+472