summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kprobes' of git://git.linaro.org/people/nico/linux into fixesRussell King2011-04-293-321/+462
|\
| * ARM: kprobes: Tidy-up kprobes-decode.cJon Medhurst2011-04-281-108/+23
| * ARM: kprobes: Add emulation of hint instructions like NOP and WFIJon Medhurst2011-04-281-0/+24
| * ARM: kprobes: Add emulation of SBFX, UBFX, BFI and BFC instructionsJon Medhurst2011-04-281-0/+42
| * ARM: kprobes: Add emulation of MOVW and MOVT instructionsJon Medhurst2011-04-281-2/+28
| * ARM: kprobes: Reject probing of undefined data processing instructionsJon Medhurst2011-04-281-14/+17
| * ARM: kprobes: Remove redundant code in space_1111Jon Medhurst2011-04-281-9/+5
| * ARM: kprobes: Fix emulation of PLD instructionsJon Medhurst2011-04-281-13/+8
| * ARM: kprobes: Reject probing of SETEND instructionsJon Medhurst2011-04-281-5/+0
| * ARM: kprobes: Consolidate stub decoding functionsJon Medhurst2011-04-281-31/+9
| * ARM: kprobes: Reject probing of all coprocessor instructionsJon Medhurst2011-04-281-102/+11
| * ARM: kprobes: Fix emulation of USAD8 instructionsJon Medhurst2011-04-281-6/+4
| * ARM: kprobes: Fix emulation of SMUAD, SMUSD and SMMUL instructionsJon Medhurst2011-04-281-7/+15
| * ARM: kprobes: Fix emulation of SXTB16, SXTB, SXTH, UXTB16, UXTB and UXTH inst...Jon Medhurst2011-04-281-2/+12
| * ARM: kprobes: Reject probing of undefined media instructionsJon Medhurst2011-04-281-1/+35
| * ARM: kprobes: Add emulation of RBIT instructionJon Medhurst2011-04-281-1/+2
| * ARM: kprobes: Reject probing of LDRB instructions which load PCJon Medhurst2011-04-281-0/+4
| * ARM: kprobes: Fix emulation of LDRD and STRD instructionsJon Medhurst2011-04-281-6/+6
| * ARM: kprobes: Reject probing of LDR/STR instructions which update PC unpredic...Jon Medhurst2011-04-281-0/+17
| * ARM: kprobes: Fix emulation of LDRH, STRH, LDRSB and LDRSH instructionsJon Medhurst2011-04-281-2/+3
| * ARM: kprobes: Reject probing of STREX and LDREX instructionsJon Medhurst2011-04-281-5/+22
| * ARM: kprobes: Reject probing of undefined multiply instructionsJon Medhurst2011-04-281-3/+8
| * ARM: kprobes: Fix error in commentJon Medhurst2011-04-281-1/+1
| * ARM: kprobes: Reject probing of instructions which write to PC unpredictably.Jon Medhurst2011-04-281-0/+28
| * ARM: kprobes: Fix emulation of MRS instructionJon Medhurst2011-04-281-11/+12
| * ARM: kprobes: Reject probing MRS instructions which read SPSRJon Medhurst2011-04-281-5/+7
| * ARM: kprobes: Fix emulation of Data-processing (immediate) instructionsJon Medhurst2011-04-281-1/+1
| * ARM: kprobes: Fix emulation of CMP, CMN, TST and TEQ instructions.Jon Medhurst2011-04-281-2/+53
| * ARM: kprobes: Remove redundant condition checks from simulation routinesJon Medhurst2011-04-281-27/+3
| * ARM: kprobes: Fix probing of conditionally executed instructionsJon Medhurst2011-04-283-1/+96
| * kprobes/arm: Fix ldrd/strd emulationViktor Rosendahl2011-04-281-5/+15
* | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2011-04-283-3/+3
|\ \
| * | ARM: Fix .size directive for xscale_dma_a0_map_areaBen Hutchings2011-04-281-1/+1
| * | ARM: pxa/magician: bq24022 regulator needs to be enabledPhilipp Zabel2011-04-251-1/+1
| * | ARM: pxa/hx4700: bq24022 regulator needs to be enabledPaul Parsons2011-04-251-1/+1
* | | ARM: 6887/1: Mark broadcast_timer_setup() __cpuinitStephen Boyd2011-04-271-1/+1
* | | ARM: 6884/1: Fix infinite loop in ARM user perf_event backtrace codeSonny Rao2011-04-271-1/+2
* | | Merge branch 'davinci-fixes' of git://gitorious.org/linux-davinci/linux-davin...Russell King2011-04-27263-2492/+2865
|\ \ \
| * | | ARM: Davinci: Fix I2C build errorsRussell King - ARM Linux2011-04-251-0/+6
| * | | DA830: fix SPI1 base addressSergei Shtylyov2011-04-251-3/+9
| * | | davinci: mityomapl138: Use auto-probe to determine attached PHY IDMichael Williamson2011-04-251-1/+1
| * | | davinci: mityomapl138: Use correct id for NAND controllerMichael Williamson2011-04-251-1/+1
| * | | davinci: fix DEBUG_LL code for p2v changesKevin Hilman2011-04-192-6/+9
| |/ /
| * | Linux 2.6.39-rc4v2.6.39-rc4Linus Torvalds2011-04-181-1/+1
| * | Merge branch 'for-39-rc4' of git://codeaurora.org/quic/kernel/davidb/linux-msmLinus Torvalds2011-04-182-5/+2
| |\ \
| | * | msm: timer: fix missing return valueDavid Brown2011-03-311-1/+1
| | * | msm: Remove extraneous ffa device checkDavid Brown2011-03-311-4/+1
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-04-188-26/+361
| |\ \ \
| | * | | Input: xen-kbdfront - fix mouse getting stuck after save/restoreIgor Mammedov2011-04-181-1/+12
| | * | | Input: estimate number of events per packetJeff Brown2011-04-182-0/+46
OpenPOWER on IntegriCloud