aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "ARM: SMP: use a timing out completion for cpu hotplug""Caio Schnepper2016-02-051-11/+6
* Revert "ARM: SMP: use a timing out completion for cpu hotplug"rINanDO2016-02-051-6/+11
* arm/traps: get full DIV instruction in thumb modeMichael Gernoth2015-12-091-0/+13
* arm: add SDIV/UDIV emulation for ARMv7 processorsVladimir Murzin2015-12-092-0/+196
* ARM: 7206/1: Add generic ARM instruction set condition code checks.Leif Lindholm2015-12-092-1/+73
* Merge remote-tracking branch 'korg/linux-3.0.y' into cm-13.0rogersb112015-11-101-0/+1
|\
| * ARM: 7765/1: perf: Record the user-mode PC in the call chain.Jed Davis2013-07-211-0/+1
* | ARM: 7399/1: vfp: move user vfp state save/restore code out of signal.cWill Deacon2015-07-011-51/+4
* | ARM: vfp: fix a hole in VFP thread migrationRussell King2015-07-011-0/+3
* | Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-273-5/+15
|\ \ | |/
| * ARM: missing ->mmap_sem around find_vma() in swp_emulate.cAl Viro2013-01-111-0/+2
| * ARM: 7559/1: smp: switch away from the idmap before updating init_mm.mm_countWill Deacon2012-10-311-4/+10
| * ARM: fix rcu stalls on SMP platformsRussell King2012-07-161-2/+10
| * ARM: 7409/1: Do not call flush_cache_user_range with mmap_sem heldDima Zavin2012-06-011-0/+2
| * ARM: 7365/1: drop unused parameter from flush_cache_user_rangeDima Zavin2012-06-011-1/+1
| * ARM: 7414/1: SMP: prevent use of the console when using idmap_pgdColin Cross2012-05-211-2/+2
| * ARM: 7410/1: Add extra clobber registers for assembly in kernel_execveTim Bird2012-05-211-1/+1
* | ARM: SMP: use a timing out completion for cpu hotplugRussell King2012-11-131-11/+6
* | merge opensource jb u5codeworkx2012-09-222-2/+15
* | Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-182-6/+7
|\ \ | |/
| * ARM: 7308/1: vfp: flush thread hwstate before copying ptrace registersWill Deacon2012-02-131-1/+1
| * ARM: 7307/1: vfp: fix ptrace regset modification raceDave Martin2012-02-131-2/+4
| * ARM: 7306/1: vfp: flush thread hwstate before restoring context from sigframeWill Deacon2012-02-131-3/+2
* | samsung update 1codeworkx2012-06-0215-182/+1572
|/
* ARM: 7161/1: errata: no automatic store buffer drainWill Deacon2011-12-091-0/+3
* ARM: 7150/1: Allow kernel unaligned accesses on ARMv6+ processorsCatalin Marinas2011-11-261-1/+1
* ARM: 7117/1: perf: fix HW_CACHE_* events on Cortex-A9Will Deacon2011-10-251-2/+2
* ARM: 7091/1: errata: D-cache line maintenance operation by MVA may not succeedWill Deacon2011-10-031-0/+10
* 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-091-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
|\ \ \ | |/ / |/| |