summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* powerpc/pseries: Fix build without CONFIG_HOTPLUG_CPUMatt Evans2011-04-051-6/+11
* powerpc: Set nr_cpu_ids early and use it to free PACAsRyan Grimm2011-04-052-1/+4
* powerpc/pseries: Don't register global initcallBenjamin Herrenschmidt2011-04-051-1/+1
* powerpc/kexec: Fix mismatched ifdefs for PPC64/SMP.Paul Gortmaker2011-04-051-3/+3
* Merge remote branch 'kumar/merge' into mergeBenjamin Herrenschmidt2011-04-054-19/+19
|\
| * powerpc/85xx: Update dts for PCIe memory maps to match u-boot of Px020RDBPrabhakar Kushwaha2011-04-044-19/+19
* | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2011-04-046-7/+24
|\ \
| * | microblaze: Fix ftraceMichal Simek2011-04-013-4/+13
| * | microblaze: Wire up new syscallsMichal Simek2011-04-012-1/+9
| * | microblaze: Fix level/edge irq sensibilityMichal Simek2011-04-011-2/+2
* | | Documentation: fix minor typos/spellingSylvestre Ledru2011-04-042-2/+2
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-04-0410-8/+31
|\ \ \
| * | | x86, UV: Fix kdump rebootCliff Wickman2011-03-311-0/+9
| * | | x86, amd-nb: Rename CPU PCI id define for F4Borislav Petkov2011-03-311-1/+1
| * | | x86, mtrr, pat: Fix one cpu getting out of sync during resumeSuresh Siddha2011-03-291-5/+15
| * | | x86, microcode: Unregister syscore_ops after microcode unloadedXiaotian Feng2011-03-291-0/+1
| * | | x86: Stop including <linux/delay.h> in two asm header filesJean Delvare2011-03-297-2/+5
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-04-042-0/+6
|\ \ \ \
| * \ \ \ Merge commit 'v2.6.39-rc1' into perf/urgentIngo Molnar2011-03-30391-3767/+2940
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar2011-03-292-0/+6
| |\ \ \ \
| | * | | | oprofile, x86: Allow setting EDGE/INV/CMASK for counter eventsAndi Kleen2011-03-242-0/+6
* | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-04-041-1/+1
|\ \ \ \ \ \
| * | | | | | rcu: create new rcu_access_index() and use in mcePaul E. McKenney2011-04-011-1/+1
| | |_|/ / / | |/| | | |