aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-07-24
|\
| * Merge branch 'devel-stable' into for-nextRussell King2011-07-22
| |\
| | * ARM: Fix build errors caused by adding generic macrosRussell King2011-07-21
| | * Merge branch 'dma' of http://git.linaro.org/git/people/nico/linux into devel-...Russell King2011-07-18
| | |\
| | | * ARM: ARM_DMA_ZONE_SIZE is no moreNicolas Pitre2011-07-18
| | | * ARM: mach-shark: move ARM_DMA_ZONE_SIZE to mdesc->dma_zone_sizeNicolas Pitre2011-07-18
| | | * ARM: mach-sa1100: move ARM_DMA_ZONE_SIZE to mdesc->dma_zone_sizeNicolas Pitre2011-07-18
| | | * ARM: mach-realview: move from ARM_DMA_ZONE_SIZE to mdesc->dma_zone_sizeNicolas Pitre2011-07-18
| | | * ARM: mach-pxa: move from ARM_DMA_ZONE_SIZE to mdesc->dma_zone_sizeNicolas Pitre2011-07-18
| | | * ARM: mach-ixp4xx: move from ARM_DMA_ZONE_SIZE to mdesc->dma_zone_sizeNicolas Pitre2011-07-18
| | | * ARM: mach-h720x: move from ARM_DMA_ZONE_SIZE to mdesc->dma_zone_sizeNicolas Pitre2011-07-18
| | | * ARM: mach-davinci: move from ARM_DMA_ZONE_SIZE to mdesc->dma_zone_sizeNicolas Pitre2011-07-18
| | | * ARM: add dma_zone_size to the machine_desc structureNicolas Pitre2011-07-18
| | | * ARM: change ARM_DMA_ZONE_SIZE into a variableNicolas Pitre2011-07-18
| | * | Merge branch 'kprobes-thumb' of git://git.yxit.co.uk/linux into devel-stableRussell King2011-07-15
| | |\ \
| | | * | ARM: kprobes: Remove now unused codeJon Medhurst2011-07-13
| | | * | ARM: kprobes: Decode ARM preload (immediate) instructionsJon Medhurst2011-07-13
| | | * | ARM: kprobes: Reject probing of unprivileged load and store instructionsJon Medhurst2011-07-13
| | | * | ARM: kprobes: Use new versions of emulate_ldr() and emulate_str()Jon Medhurst2011-07-13
| | | * | ARM: kprobes: Add new versions of emulate_ldr() and emulate_str()Jon Medhurst2011-07-13
| | | * | ARM: kprobes: Add emulate_rdlo12rdhi16rn0rm8_rwflags_nopc()Jon Medhurst2011-07-13
| | | * | ARM: kprobes: Add emulate_rd12rm0_noflags_nopc()Jon Medhurst2011-07-13
| | | * | ARM: kprobes: Replace use of prep_emulate_rd12rn16rm0_wflags()Jon Medhurst2011-07-13
| | | * | ARM: kprobes: Add emulate_rd16rn12rm0rs8_rwflags_nopc()Jon Medhurst2011-07-13
| | | * | ARM: kprobes: Migrate remaining instruction decoding functions to tablesJon Medhurst2011-07-13
| | | * | ARM: kprobes: Migrate ARM space_cccc_100x to decoding tablesJon Medhurst2011-07-13
| | | * | ARM: kprobes: Migrate ARM space_cccc_01xx to decoding tablesJon Medhurst2011-07-13
| | | * | ARM: kprobes: Migrate ARM space_cccc_0111__1 to decoding tablesJon Medhurst2011-07-13
| | | * | ARM: kprobes: Migrate ARM space_cccc_0110__1 to decoding tablesJon Medhurst2011-07-13
| | | * | ARM: kprobes: Add emulate_rd12rn16rm0_rwflags_nopc()Jon Medhurst2011-07-13
| | | * | ARM: kprobes: Migrate ARM space_cccc_001x to decoding tablesJon Medhurst2011-07-13
| | | * | ARM: kprobes: Migrate ARM space_cccc_000x to decoding tablesJon Medhurst2011-07-13
| | | * | ARM: kprobes: Migrate ARM LDRD and STRD to decoding tablesJon Medhurst2011-07-13
| | | * | ARM: kprobes: Add emulate_ldrdstrd()Jon Medhurst2011-07-13
| | | * | ARM: kprobes: Migrate ARM data-processing (register) instructions to decoding...Jon Medhurst2011-07-13
| | | * | ARM: kprobes: Add emulate_rd12rn16rm0rs8_rwflags()Jon Medhurst2011-07-13
| | | * | ARM: kprobes: Add BLX macroJon Medhurst2011-07-13
| | | * | ARM: kprobes: Add alu_write_pc()Jon Medhurst2011-07-13
| | | * | ARM: kprobes: Migrate ARM space_1111 to decoding tablesJon Medhurst2011-07-13
| | | * | ARM: kprobes: Decode 32-bit Thumb multiply and absolute difference instructionsJon Medhurst2011-07-13
| | | * | ARM: kprobes: Decode 32-bit Thumb long multiply and divide instructionsJon Medhurst2011-07-13
| | | * | ARM: kprobes: Decode 32-bit Thumb data-processing (register) instructionsJon Medhurst2011-07-13
| | | * | ARM: kprobes: Decode 32-bit Thumb load/store single data item instructionsJon Medhurst2011-07-13
| | | * | ARM: kprobes: Decode 32-bit Thumb memory hint instructionsJon Medhurst2011-07-13
| | | * | ARM: kprobes: Reject 32-bit Thumb coprocessor and SIMD instructionsJon Medhurst2011-07-13
| | | * | ARM: kprobes: Decode 32-bit Thumb branch instructionsJon Medhurst2011-07-13
| | | * | ARM: kprobes: Decode 32-bit miscellaneous control instructionsJon Medhurst2011-07-13
| | | * | ARM: kprobes: Decode 32-bit Thumb data-processing (plain binary immediate) in...Jon Medhurst2011-07-13
| | | * | ARM: kprobes: Decode 32-bit Thumb data-processing (modified immediate) instru...Jon Medhurst2011-07-13
| | | * | ARM: kprobes: Decode 32-bit Thumb data-processing (shifted register) instruct...Jon Medhurst2011-07-13