summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* ARM: kprobes-test: use <asm/opcodes.h> for ARM instruction buildingBen Dooks2014-04-011-301/+302
* ARM: kprobes-test: use <asm/opcodes.h> for instruction accessesBen Dooks2014-04-011-5/+6
* ARM: probes: fix instruction fetch order with <asm/opcodes.h>Ben Dooks2014-04-014-20/+28
* ARM: add uprobes supportDavid A. Long2014-03-185-0/+484
* ARM: Make arch_specific_insn a define for new arch_probes_insn structureDavid A. Long2014-03-1810-78/+78
* ARM: Add an emulate flag to the kprobes/uprobes instruction decode functionsDavid A. Long2014-03-188-16/+25
* ARM: Change the remaining shared kprobes/uprobes symbols to something genericDavid A. Long2014-03-1810-66/+63
* ARM: Rename the shared kprobes/uprobe return value enumDavid A. Long2014-03-186-24/+23
* ARM: Change more ARM kprobes symbol names to something more genericDavid A. Long2014-03-186-19/+19
* ARM: Make the kprobes condition_check symbol names more genericDavid A. Long2014-03-189-92/+92
* ARM: Remove use of struct kprobe from generic probes codeDavid A. Long2014-03-189-168/+194
* ARM: use a function table for determining instruction interpreter actionDavid A. Long2014-03-1811-271/+441
* ARM: move generic thumb instruction parsing code to new files for use by othe...David A. Long2014-03-184-910/+1000
* ARM: Move generic arm instruction parsing code to new files for sharing betwe...David A. Long2014-03-188-1513/+1622
* ARM: Fix missing includes in kprobes sourcesDavid A. Long2014-03-184-1/+9
* ARM: 7952/1: mm: Fix the memblock allocation for LPAE machinesSantosh Shilimkar2014-02-101-1/+1
*-. Merge branches 'fixes' and 'misc' into for-linusRussell King2014-01-283-1/+39
|\ \
| | * ARM: 7930/1: Introduce atomic MMIO modifyEzequiel Garcia2014-01-281-0/+35
| * | ARM: 7947/1: Make pgtbl macro more robustChristopher Covington2014-01-281-1/+2
| * | ARM: 7946/1: asm: __und_usr_thumb need byteswap instructions in BE caseVictor Kamensky2014-01-281-0/+2
* | | memblock, nobootmem: add memblock_virt_alloc_low()Yinghai Lu2014-01-271-1/+1
* | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-01-238-41/+52
|\ \ \
| * \ \ Merge branch 'devel-stable' into for-nextRussell King2014-01-211-1/+1
| |\ \ \
| | * \ \ Merge branch 'for_3.14/arm-no-bootmem' of git://git.kernel.org/pub/scm/linux/...Russell King2014-01-131-1/+1
| | |\ \ \
| | | * | | ARM: mm: Remove bootmem code and switch to NO_BOOTMEMSantosh Shilimkar2013-11-231-1/+1
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-------. \ \ \ \ Merge branches 'amba', 'fixes', 'kees', 'misc' and 'unstable/sa11x0' into for...Russell King2014-01-2110-45/+63
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | / / / | | | |_|_|_|/ / / | | |/| | | | / / | | | | |_|_|/ / | | | |/| | | / | | | | | | |/ | | | | | |/|
| | | | | * | ARM: SMP implementations are not supposed to return from smp_ops.cpu_die()Russell King2014-01-211-0/+3
| | | | | * | ARM: ignore memory below PHYS_OFFSETRussell King2014-01-211-0/+14
| | | | | * | ARM: 7877/1: use built-in byte swap functionKim Phillips2013-12-291-0/+4
| | | | | * | ARM: 7920/1: topology: Staticise non-exported symbolsMark Brown2013-12-291-6/+6
| | | | | * | ARM: 7918/1: clean up cache handling in core codeNicolas Pitre2013-12-291-2/+1
| | | | | * | ARM: 7911/2: Clean up setup printks a bitOlof Johansson2013-12-291-21/+20
| | | | | * | ARM: 7905/1: etm: Remove unnecessary amba_set_drvdata()Michal Simek2013-12-291-6/+0
| | | | | * | ARM: 7890/1: v7-M: drop using mach/entry-macro.SUwe Kleine-König2013-12-291-2/+0
| | | | | * | ARM: make kernel oops easier to readRussell King2013-12-291-1/+1
| | |_|_|/ / | |/| | | |
| | | | * | ARM: add permission annotations to MT_MEMORY* mapping typesRussell King2013-12-111-2/+2
| | | |/ / | | |/| |
* | | | | arch/arm/kernel/: use memblock apis for early memory allocationsSantosh Shilimkar2014-01-212-2/+2
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-01-201-0/+2
|\ \ \ \ \
| * | | | | sched: Add new scheduler syscalls to support an extended scheduling parameter...Dario Faggioli2014-01-131-0/+2
* | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2014-01-163-5/+12
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | ARM: 7939/1: traps: fix opcode endianness when read from user memoryTaras Kondratiuk2014-01-111-2/+3
| * | | | | ARM: 7937/1: perf_event: Silence sparse warningStephen Boyd2014-01-111-1/+1
| * | | | | ARM: 7934/1: DT/kernel: fix arch_match_cpu_phys_id to avoid erroneous matchSudeep Holla2014-01-111-1/+1
| |/ / / /
| * | | | ARM: fix "bad mode in ... handler" message for undefined instructionsRussell King2014-01-051-1/+7
| |/ / /
* | | | Revert "ARM: 7556/1: perf: fix updated event period in response to PERF_EVENT...Will Deacon2013-12-171-4/+0
|/ / /
* | | ARM: fix asm/memory.h build errorRussell King2013-12-132-3/+3
* | | ARM: 7917/1: cacheflush: correctly limit range of memory region being flushedJon Medhurst2013-12-091-1/+2
* | | ARM: 7913/1: fix framepointer check in unwind_frameKonstantin Khlebnikov2013-12-091-1/+1
* | | ARM: 7912/1: check stack pointer in get_wchanKonstantin Khlebnikov2013-12-091-2/+5
* | | ARM: 7909/1: mm: Call setup_dma_zone() post early_paging_init()Santosh Shilimkar2013-12-091-2/+1
| |/ |/|
OpenPOWER on IntegriCloud