summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* ARM: fix Thumb2 signal handling when ARMv6 is enabledRussell King2015-10-271-5/+10
* ARM: 7880/1: Clear the IT state independent of the Thumb-2 modeT.J. Purtell2015-10-221-4/+10
* ARM: fix missing syscall trace exitRussell King2015-06-021-1/+3
* ARM: virt: fix wrong HSCTLR.EE bit settingLi Liu2015-04-301-1/+1
* ARM: KVM: introduce per-vcpu HYP Configuration RegisterMarc Zyngier2015-04-301-0/+1
* ARM: Correct BUG() assembly to ensure it is endian-agnosticBen Dooks2015-04-091-3/+5
* Revert "ARM: 7830/1: delay: don't bother reporting bogomips in /proc/cpuinfo"Pavel Machek2015-01-262-2/+20
* ARM: 8226/1: cacheflush: get rid of restarting blockVladimir Murzin2014-12-061-29/+2
* ARM: probes: fix instruction fetch order with <asm/opcodes.h>Ben Dooks2014-11-193-20/+29
* ARM: 8148/1: flush TLS and thumbee register state during execNathan Lynch2014-10-133-17/+4
* ARM: 8133/1: use irq_set_affinity with force=false when migrating irqsSudeep Holla2014-10-131-1/+1
* ARM: 7897/1: kexec: Use the right ISA for relocate_new_kernelDave Martin2014-10-012-9/+16
* ARM: stacktrace: avoid listing stacktrace functions in stacktraceRussell King2014-07-021-5/+13
* ARM: 8064/1: fix v7-M signal returnRabin Vincent2014-06-201-0/+4
* ARM: perf: hook up perf_sample_event_took around pmu irq handlingWill Deacon2014-06-201-2/+9
* ARM: 8012/1: kdump: Avoid overflow when converting pfn to physaddrLiu Hua2014-06-091-1/+1
* ARM: 8030/1: ARM : kdump : add arch_crash_save_vmcoreinfoLiu Hua2014-05-151-0/+7
* ARM: ignore memory below PHYS_OFFSETRussell King2014-03-261-0/+14
* ARM: 7864/1: Handle 64-bit memory in case of 32-bit phys_addr_tMagnus Damm2014-03-261-4/+12
* ARM: 7934/1: DT/kernel: fix arch_match_cpu_phys_id to avoid erroneous matchSudeep Holla2014-01-251-1/+1
* ARM: fix "bad mode in ... handler" message for undefined instructionsRussell King2014-01-151-1/+7
* ARM: 7917/1: cacheflush: correctly limit range of memory region being flushedJon Medhurst2013-12-201-1/+2
* ARM: 7913/1: fix framepointer check in unwind_frameKonstantin Khlebnikov2013-12-201-1/+1
* ARM: 7912/1: check stack pointer in get_wchanKonstantin Khlebnikov2013-12-201-2/+5
* ARM: 7876/1: clear Thumb-2 IT state on exception handlingMarc Zyngier2013-12-041-0/+1
* Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-10-141-1/+20
|\
| * ARM: 7846/1: Update SMP_ON_UP code to detect A9MPCore with 1 CPU devicesSantosh Shilimkar2013-10-031-1/+20
| |
| \
*-. \ Merge branches 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-u...Linus Torvalds2013-09-281-4/+4
|\ \ \ | |_|/ |/| |
| * | arm: Fix build error with context tracking callsFrederic Weisbecker2013-09-271-4/+4
| |/
* / ARM: 7839/1: entry: fix tracing of ARM-private syscallsWill Deacon2013-09-211-2/+2
|/
* Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-09-061-0/+16
|\
| * Merge tag 'tegra-for-3.12-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Kevin Hilman2013-08-211-0/+16
| |\
| | * ARM: pci: add ->add_bus() and ->remove_bus() hooks to hw_pciThomas Petazzoni2013-08-121-0/+16
* | | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-062-108/+43
|\ \ \
| * | | Merge tag 'v3.12-pwm-cleanup-for-olof' of git://github.com/tom3q/linux into n...Olof Johansson2013-08-1313-119/+211
| |\| |
| * | | Merge tag 'remove-local-timers' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2013-07-232-108/+43
| |\ \ \
| | * | | ARM: smp: Remove local timer APIStephen Boyd2013-06-241-69/+0
| | * | | ARM: smp_twd: Divorce smp_twd from local timer APIStephen Boyd2013-06-241-21/+43
| | * | | ARM: smp: Remove duplicate dummy timer implementationStephen Boyd2013-06-241-20/+2
* | | | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-09-0512-58/+105
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'debug-choice', 'devel-stable' and 'misc' into for-linusRussell King2013-09-0512-58/+105
| |\ \ \ \ \ \ \
| | | | * | | | | ARM: 7830/1: delay: don't bother reporting bogomips in /proc/cpuinfoWill Deacon2013-09-022-20/+2
| | | | * | | | | ARM: 7829/1: Add ".text.unlikely" and ".text.hot" to arm unwind tablesDouglas Anderson2013-09-021-0/+8
| | | | * | | | | ARM: 7828/1: ARMv7-M: implement restart routine common to all v7-M machinesUwe Kleine-König2013-09-022-1/+20
| | | | * | | | | ARM: 7813/1: Mark pmu interupt IRQF_NO_THREADThomas Gleixner2013-08-201-1/+2
| | | | * | | | | ARM: constify machine_desc structure usesRussell King2013-07-264-14/+15
| | | | |/ / / /
| | | * | | | | Merge branch 'for-rmk/cacheflush-v2' of git://git.kernel.org/pub/scm/linux/ke...Russell King2013-08-282-17/+53
| | | |\ \ \ \ \
| | | | * | | | | ARM: cacheflush: don't bother rounding to nearest vmaWill Deacon2013-08-201-15/+2
| | | | * | | | | ARM: cacheflush: split user cache-flushing into interruptible chunksWill Deacon2013-08-201-8/+57
| | | | * | | | | ARM: entry: allow ARM-private syscalls to be restartedWill Deacon2013-07-221-2/+2
| | | | |/ / / /