summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* ARM: kprobes: Extend arch_specific_insn to add pointer to emulated instructionJon Medhurst2011-07-131-0/+5
* ARM: kprobes: Add hooks to override singlestep()Jon Medhurst2011-07-133-5/+26
* ARM: kprobes: Use conditional breakpoints for ARM probesJon Medhurst2011-07-132-3/+9
* ARM: kprobes: Don't trigger probes on conditional instructions when condition...Jon Medhurst2011-07-131-1/+23
* ARM: kprobes: Add it_advance()Jon Medhurst2011-07-131-0/+25
* ARM: kprobes: Add condition code checking to Thumb emulationJon Medhurst2011-07-131-0/+22
* ARM: kprobes: Add Thumb breakpoint supportJon Medhurst2011-07-132-14/+115
* ARM: kprobes: Add Thumb instruction decoding stubsJon Medhurst2011-07-134-2/+61
* ARM: kprobes: Make kprobes framework work on Thumb-2 kernelsJon Medhurst2011-07-131-2/+35
* ARM: kprobes: Make str_pc_offset a constant on ARMv7Jon Medhurst2011-07-132-0/+18
* ARM: kprobes: Move find_str_pc_offset into kprobes-common.cJon Medhurst2011-07-133-28/+35
* ARM: kprobes: Move is_writeback define to header file.Jon Medhurst2011-07-132-6/+6
* ARM: kprobes: Add kprobes-common.cJon Medhurst2011-07-134-92/+109
* ARM: kprobes: Split out internal parts of kprobes.hJon Medhurst2011-07-133-0/+41
* ARM: kprobes: Rename kprobes-decode.c to kprobes-arm.cJon Medhurst2011-07-132-1/+2
* ARM: Thumb-2: Support Thumb-2 in undefined instruction handlerJon Medhurst2011-07-132-26/+19
* ARM: Thumb-2: Fix exception return sequence to restore stack correctlyJon Medhurst2011-07-131-7/+5
* ARM: 6994/1: smp_twd: Fix typo in 'twd_timer_rate' printingVitaly Kuzmichev2011-07-071-1/+1
* ARM: move memory layout sanity checking before meminfo initializationRussell King2011-07-051-0/+2
* ARM: 6989/1: perf: do not start the PMU when no events are presentWill Deacon2011-07-051-2/+4
* ARM: SMP: wait for CPU to be marked activeRussell King2011-06-211-1/+5
* ARM: 6963/1: Thumb-2: Relax relocation requirements for non-function symbolsDave Martin2011-06-171-2/+11
* ARM: extend Code: line by one 16-bit quantity for Thumb instructionsRussell King2011-06-101-1/+1
* ARM: 6955/1: cmpxchg syscall should data abort if page not writePo-Yu Chuang2011-06-091-1/+1
* ARM: 6953/1: DT: don't try to access physical address zeroNicolas Pitre2011-06-091-0/+3
* ARM: 6952/1: fix lockdep warning of "unannotated irqs-off"Ming Lei2011-06-062-1/+7
* Merge branch 'setns'Linus Torvalds2011-05-281-0/+1
|\
| * ns: Wire up the setns system callEric W. Biederman2011-05-281-0/+1
| |
| \
*-. \ Merge branches 'devel', 'devel-stable' and 'fixes' into for-linusRussell King2011-05-277-44/+233
|\ \ \
| | * | ARM: 6942/1: mm: make TTBR1 always point to swapper_pg_dir on ARMv6/7Catalin Marinas2011-05-262-2/+6
| | * | ARM: add sendmmsg syscallRussell King2011-05-261-0/+1
| | |/
| * | Merge branch 'for-rmk' of git://github.com/at91linux/linux-2.6-at91 into deve...Russell King2011-05-261-1/+1
| |\|
| * | Merge branch 'devicetree/arm-next' of git://git.secretlab.ca/git/linux-2.6 in...Russell King2011-05-255-42/+226
| |\ \
| | * | arm/dt: probe for platforms via the device treeGrant Likely2011-05-232-4/+117
| | * | arm/dt: consolidate atags setup into setup_machine_atagsGrant Likely2011-05-231-29/+40
| | * | arm/dt: Allow CONFIG_OF on ARMGrant Likely2011-05-113-1/+49
| | * | arm/dt: Make __vet_atags also accept a dtb imageGrant Likely2011-05-112-10/+22
* | | | ARM: 6938/1: fiq: Refactor {get,set}_fiq_regs() for Thumb-2Dave Martin2011-05-263-44/+52
| |_|/ |/| |
* | | Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-05-241-1/+1
|\ \ \ | |/ / |/| |
| * | 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-201-1/+0
|\ \ \ \ \ \ \
| * | | | | | | sysfs: remove "last sysfs file:" line from the oops messagesGreg Kroah-Hartman2011-05-141-1/+0
| | | | | | | |
| \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Linus Torvalds2011-05-201-4/+1
|\ \ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge commit 'v2.6.39-rc7' into sched/coreIngo Molnar2011-05-127-324/+475
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |