| Commit message (Expand) | Author | Age | Files | Lines |
*-------. | Merge branches 'consolidate', 'ep93xx', 'fixes', 'misc', 'mmci', 'remove' and... | Russell King | 2011-05-23 | 3 | -118/+248 |
|\ \ \ \ \ |
|
| | | * | | | ARM: 6883/1: ptrace: Migrate to regsets framework | Dave Martin | 2011-05-14 | 1 | -109/+239 |
| | | * | | | ARM: 6893/1: Allow for kernel command line concatenation | Victor Boivie | 2011-05-12 | 1 | -4/+9 |
| | |/ / /
| |/| | | |
|
| | * | | | ARM: 6902/1: perf: Remove erroneous check on active_events | Mark Rutland | 2011-05-20 | 1 | -5/+0 |
| | | | | | |
| \ \ \ \ | |
| \ \ \ \ | |
| \ \ \ \ | |
| \ \ \ \ | |
| \ \ \ \ | |
*-----. \ \ \ \ | Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generi... | Russell King | 2011-05-23 | 1 | -0/+7 |
|\ \ \ \ \ \ \ \
| | | | | |_|/ /
| | | | |/| | | |
|
| | | * | | | | | ARM: consolidate SMP cross call implementation | Russell King | 2011-05-23 | 1 | -0/+7 |
| | |/ / / / / |
|
* | | | | | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2011-05-19 | 1 | -1/+0 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | sysfs: remove "last sysfs file:" line from the oops messages | Greg Kroah-Hartman | 2011-05-13 | 1 | -1/+0 |
| | | | | | | | | |
| \ \ \ \ \ \ \ | |
*-. \ \ \ \ \ \ \ | Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g... | Linus Torvalds | 2011-05-19 | 1 | -4/+1 |
|\ \ \ \ \ \ \ \ \
| | | |/ / / / / /
| | |/| | | | | | |
|
| * | | | | | | | | Merge commit 'v2.6.39-rc7' into sched/core | Ingo Molnar | 2011-05-12 | 7 | -324/+475 |
| |\ \ \ \ \ \ \ \
| | | |_|_|_|/ / /
| | |/| | | | | | |
|
| * | | | | | | | | Merge commit 'v2.6.39-rc4' into sched/core | Ingo Molnar | 2011-04-21 | 6 | -9/+24 |
| |\ \ \ \ \ \ \ \
| | | |_|/ / / / /
| | |/| | | | | | |
|
| * | | | | | | | | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule() | Peter Zijlstra | 2011-04-14 | 1 | -4/+1 |
* | | | | | | | | | Merge branch 'syscore' into for-linus | Rafael J. Wysocki | 2011-05-17 | 2 | -35/+28 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / /
|/| | | | | | | | |
|
| * | | | | | | | | ARM: Use struct syscore_ops instead of sysdevs for PM in common code | Rafael J. Wysocki | 2011-04-24 | 2 | -35/+28 |
| | |_|_|_|/ / /
| |/| | | | | | |
|
* | | | | | | | | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2011-05-12 | 1 | -37/+53 |
|\ \ \ \ \ \ \ \
| |_|_|_|/ / / /
|/| | | | | / /
| | |_|_|_|/ /
| |/| | | | | |
|
| * | | | | | | ARM: 6892/1: handle ptrace requests to change PC during interrupted system calls | Arnd Bergmann | 2011-05-12 | 1 | -37/+53 |
* | | | | | | | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f... | Ingo Molnar | 2011-05-04 | 1 | -0/+8 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | arm, hw_breakpoints: Fix racy access to ptrace breakpoints | Frederic Weisbecker | 2011-04-25 | 1 | -0/+8 |
| |/ / / / / |
|
* | | | | | | ARM: 6891/1: prevent heap corruption in OABI semtimedop | Dan Rosenberg | 2011-04-29 | 1 | -1/+1 |
* | | | | | | Merge branch 'kprobes' of git://git.linaro.org/people/nico/linux into fixes | Russell King | 2011-04-29 | 2 | -321/+459 |
|\ \ \ \ \ \ |
|
| * | | | | | | ARM: kprobes: Tidy-up kprobes-decode.c | Jon Medhurst | 2011-04-28 | 1 | -108/+23 |
| * | | | | | | ARM: kprobes: Add emulation of hint instructions like NOP and WFI | Jon Medhurst | 2011-04-28 | 1 | -0/+24 |
| * | | | | | | ARM: kprobes: Add emulation of SBFX, UBFX, BFI and BFC instructions | Jon Medhurst | 2011-04-28 | 1 | -0/+42 |
| * | | | | | | ARM: kprobes: Add emulation of MOVW and MOVT instructions | Jon Medhurst | 2011-04-28 | 1 | -2/+28 |
| * | | | | | | ARM: kprobes: Reject probing of undefined data processing instructions | Jon Medhurst | 2011-04-28 | 1 | -14/+17 |
| * | | | | | | ARM: kprobes: Remove redundant code in space_1111 | Jon Medhurst | 2011-04-28 | 1 | -9/+5 |
| * | | | | | | ARM: kprobes: Fix emulation of PLD instructions | Jon Medhurst | 2011-04-28 | 1 | -13/+8 |
| * | | | | | | ARM: kprobes: Reject probing of SETEND instructions | Jon Medhurst | 2011-04-28 | 1 | -5/+0 |
| * | | | | | | ARM: kprobes: Consolidate stub decoding functions | Jon Medhurst | 2011-04-28 | 1 | -31/+9 |
| * | | | | | | ARM: kprobes: Reject probing of all coprocessor instructions | Jon Medhurst | 2011-04-28 | 1 | -102/+11 |
| * | | | | | | ARM: kprobes: Fix emulation of USAD8 instructions | Jon Medhurst | 2011-04-28 | 1 | -6/+4 |
| * | | | | | | ARM: kprobes: Fix emulation of SMUAD, SMUSD and SMMUL instructions | Jon Medhurst | 2011-04-28 | 1 | -7/+15 |
| * | | | | | | ARM: kprobes: Fix emulation of SXTB16, SXTB, SXTH, UXTB16, UXTB and UXTH inst... | Jon Medhurst | 2011-04-28 | 1 | -2/+12 |
| * | | | | | | ARM: kprobes: Reject probing of undefined media instructions | Jon Medhurst | 2011-04-28 | 1 | -1/+35 |
| * | | | | | | ARM: kprobes: Add emulation of RBIT instruction | Jon Medhurst | 2011-04-28 | 1 | -1/+2 |
| * | | | | | | ARM: kprobes: Reject probing of LDRB instructions which load PC | Jon Medhurst | 2011-04-28 | 1 | -0/+4 |
| * | | | | | | ARM: kprobes: Fix emulation of LDRD and STRD instructions | Jon Medhurst | 2011-04-28 | 1 | -6/+6 |
| * | | | | | | ARM: kprobes: Reject probing of LDR/STR instructions which update PC unpredic... | Jon Medhurst | 2011-04-28 | 1 | -0/+17 |
| * | | | | | | ARM: kprobes: Fix emulation of LDRH, STRH, LDRSB and LDRSH instructions | Jon Medhurst | 2011-04-28 | 1 | -2/+3 |
| * | | | | | | ARM: kprobes: Reject probing of STREX and LDREX instructions | Jon Medhurst | 2011-04-28 | 1 | -5/+22 |
| * | | | | | | ARM: kprobes: Reject probing of undefined multiply instructions | Jon Medhurst | 2011-04-28 | 1 | -3/+8 |
| * | | | | | | ARM: kprobes: Fix error in comment | Jon Medhurst | 2011-04-28 | 1 | -1/+1 |
| * | | | | | | ARM: kprobes: Reject probing of instructions which write to PC unpredictably. | Jon Medhurst | 2011-04-28 | 1 | -0/+28 |
| * | | | | | | ARM: kprobes: Fix emulation of MRS instruction | Jon Medhurst | 2011-04-28 | 1 | -11/+12 |
| * | | | | | | ARM: kprobes: Reject probing MRS instructions which read SPSR | Jon Medhurst | 2011-04-28 | 1 | -5/+7 |
| * | | | | | | ARM: kprobes: Fix emulation of Data-processing (immediate) instructions | Jon Medhurst | 2011-04-28 | 1 | -1/+1 |
| * | | | | | | ARM: kprobes: Fix emulation of CMP, CMN, TST and TEQ instructions. | Jon Medhurst | 2011-04-28 | 1 | -2/+53 |
| * | | | | | | ARM: kprobes: Remove redundant condition checks from simulation routines | Jon Medhurst | 2011-04-28 | 1 | -27/+3 |
| * | | | | | | ARM: kprobes: Fix probing of conditionally executed instructions | Jon Medhurst | 2011-04-28 | 2 | -1/+93 |
| * | | | | | | kprobes/arm: Fix ldrd/strd emulation | Viktor Rosendahl | 2011-04-28 | 1 | -5/+15 |
| | |_|_|/ /
| |/| | | | |
|