aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAge
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-05-19
|\
| * sysfs: remove "last sysfs file:" line from the oops messagesGreg Kroah-Hartman2011-05-13
| |
| \
*-. \ Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Linus Torvalds2011-05-19
|\ \ \
| * \ \ Merge commit 'v2.6.39-rc7' into sched/coreIngo Molnar2011-05-12
| |\ \ \
| * \ \ \ Merge commit 'v2.6.39-rc4' into sched/coreIngo Molnar2011-04-21
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-14
* | | | | Merge branch 'syscore' into for-linusRafael J. Wysocki2011-05-17
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ARM: Use struct syscore_ops instead of sysdevs for PM in common codeRafael J. Wysocki2011-04-24
* | | | | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-05-12
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ARM: 6892/1: handle ptrace requests to change PC during interrupted system callsArnd Bergmann2011-05-12
* | | | | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2011-05-04
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | arm, hw_breakpoints: Fix racy access to ptrace breakpointsFrederic Weisbecker2011-04-25
| |/ / /
* | | | ARM: 6891/1: prevent heap corruption in OABI semtimedopDan Rosenberg2011-04-29
* | | | Merge branch 'kprobes' of git://git.linaro.org/people/nico/linux into fixesRussell King2011-04-29
|\ \ \ \
| * | | | ARM: kprobes: Tidy-up kprobes-decode.cJon Medhurst2011-04-28
| * | | | ARM: kprobes: Add emulation of hint instructions like NOP and WFIJon Medhurst2011-04-28
| * | | | ARM: kprobes: Add emulation of SBFX, UBFX, BFI and BFC instructionsJon Medhurst2011-04-28
| * | | | ARM: kprobes: Add emulation of MOVW and MOVT instructionsJon Medhurst2011-04-28
| * | | | ARM: kprobes: Reject probing of undefined data processing instructionsJon Medhurst2011-04-28
| * | | | ARM: kprobes: Remove redundant code in space_1111Jon Medhurst2011-04-28
| * | | | ARM: kprobes: Fix emulation of PLD instructionsJon Medhurst2011-04-28
| * | | | ARM: kprobes: Reject probing of SETEND instructionsJon Medhurst2011-04-28
| * | | | ARM: kprobes: Consolidate stub decoding functionsJon Medhurst2011-04-28
| * | | | ARM: kprobes: Reject probing of all coprocessor instructionsJon Medhurst2011-04-28
| * | | | ARM: kprobes: Fix emulation of USAD8 instructionsJon Medhurst2011-04-28
| * | | | ARM: kprobes: Fix emulation of SMUAD, SMUSD and SMMUL instructionsJon Medhurst2011-04-28
| * | | | ARM: kprobes: Fix emulation of SXTB16, SXTB, SXTH, UXTB16, UXTB and UXTH inst...Jon Medhurst2011-04-28
| * | | | ARM: kprobes: Reject probing of undefined media instructionsJon Medhurst2011-04-28
| * | | | ARM: kprobes: Add emulation of RBIT instructionJon Medhurst2011-04-28
| * | | | ARM: kprobes: Reject probing of LDRB instructions which load PCJon Medhurst2011-04-28
| * | | | ARM: kprobes: Fix emulation of LDRD and STRD instructionsJon Medhurst2011-04-28
| * | | | ARM: kprobes: Reject probing of LDR/STR instructions which update PC unpredic...Jon Medhurst2011-04-28
| * | | | ARM: kprobes: Fix emulation of LDRH, STRH, LDRSB and LDRSH instructionsJon Medhurst2011-04-28
| * | | | ARM: kprobes: Reject probing of STREX and LDREX instructionsJon Medhurst2011-04-28
| * | | | ARM: kprobes: Reject probing of undefined multiply instructionsJon Medhurst2011-04-28
| * | | | ARM: kprobes: Fix error in commentJon Medhurst2011-04-28
| * | | | ARM: kprobes: Reject probing of instructions which write to PC unpredictably.Jon Medhurst2011-04-28
| * | | | ARM: kprobes: Fix emulation of MRS instructionJon Medhurst2011-04-28
| * | | | ARM: kprobes: Reject probing MRS instructions which read SPSRJon Medhurst2011-04-28
| * | | | ARM: kprobes: Fix emulation of Data-processing (immediate) instructionsJon Medhurst2011-04-28
| * | | | ARM: kprobes: Fix emulation of CMP, CMN, TST and TEQ instructions.Jon Medhurst2011-04-28
| * | | | ARM: kprobes: Remove redundant condition checks from simulation routinesJon Medhurst2011-04-28
| * | | | ARM: kprobes: Fix probing of conditionally executed instructionsJon Medhurst2011-04-28
| * | | | kprobes/arm: Fix ldrd/strd emulationViktor Rosendahl2011-04-28
* | | | | ARM: 6887/1: Mark broadcast_timer_setup() __cpuinitStephen Boyd2011-04-27
* | | | | ARM: 6884/1: Fix infinite loop in ARM user perf_event backtrace codeSonny Rao2011-04-27
| |/ / / |/| | |
* | | | ARM: Add new syscallsRussell King2011-04-15
| |_|/ |/| |
* | | ARM: 6879/1: fix personality test wrt usage of domain handlersNicolas Pitre2011-04-14
* | | ARM: 6878/1: fix personality flag propagation across an execNicolas Pitre2011-04-14
* | | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2011-04-13
|\ \ \ | | |/ | |/|