aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | percpu: Always align percpu output section to PAGE_SIZETejun Heo2011-03-241-1/+1
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
*-------. \ \ Merge branches 'consolidate', 'ep93xx', 'fixes', 'misc', 'mmci', 'remove' and...Russell King2011-05-233-118/+248
|\ \ \ \ \ \ \ | | | | | |/ / | | |_|_|_| / | |/| | | |
| | | * | | ARM: 6883/1: ptrace: Migrate to regsets frameworkDave Martin2011-05-141-109/+239
| | | * | | ARM: 6893/1: Allow for kernel command line concatenationVictor Boivie2011-05-121-4/+9
| | |/ / / | |/| | |
| | * | | ARM: 6902/1: perf: Remove erroneous check on active_eventsMark Rutland2011-05-201-5/+0
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
*-----. \ \ \ \ Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generi...Russell King2011-05-231-0/+7
|\ \ \ \ \ \ \ \ | | | | | |_|/ / | | | | |/| | |
| | | * | | | | ARM: consolidate SMP cross call implementationRussell King2011-05-231-0/+7
| | |/ / / / /
* | | | | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-05-191-1/+0
|\ \ \ \ \ \ \
| * | | | | | | sysfs: remove "last sysfs file:" line from the oops messagesGreg Kroah-Hartman2011-05-131-1/+0
| | | | | | | |
| \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Linus Torvalds2011-05-191-4/+1
|\ \ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge commit 'v2.6.39-rc7' into sched/coreIngo Molnar2011-05-127-324/+475
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge commit 'v2.6.39-rc4' into sched/coreIngo Molnar2011-04-216-9/+24
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-141-4/+1
* | | | | | | | | Merge branch 'syscore' into for-linusRafael J. Wysocki2011-05-172-35/+28
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | ARM: Use struct syscore_ops instead of sysdevs for PM in common codeRafael J. Wysocki2011-04-242-35/+28
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-05-121-37/+53
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |
| * | | | | | ARM: 6892/1: handle ptrace requests to change PC during interrupted system callsArnd Bergmann2011-05-121-37/+53
* | | | | | | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2011-05-041-0/+8
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | arm, hw_breakpoints: Fix racy access to ptrace breakpointsFrederic Weisbecker2011-04-251-0/+8
| |/ / / / /
* | | | | | ARM: 6891/1: prevent heap corruption in OABI semtimedopDan Rosenberg2011-04-291-1/+1
* | | | | | Merge branch 'kprobes' of git://git.linaro.org/people/nico/linux into fixesRussell King2011-04-292-321/+459
|\ \ \ \ \ \
| * | | | | | 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-282-1/+93