summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-12-13ARM: fix asm/memory.h build errorRussell King2-3/+3
2013-12-09ARM: 7917/1: cacheflush: correctly limit range of memory region being flushedJon Medhurst1-1/+2
2013-12-09ARM: 7913/1: fix framepointer check in unwind_frameKonstantin Khlebnikov1-1/+1
2013-12-09ARM: 7912/1: check stack pointer in get_wchanKonstantin Khlebnikov1-2/+5
2013-12-09ARM: 7909/1: mm: Call setup_dma_zone() post early_paging_init()Santosh Shilimkar1-2/+1
2013-11-30ARM: 7897/1: kexec: Use the right ISA for relocate_new_kernelDave Martin2-9/+16
2013-11-30ARM: 7895/1: signal: fix armv7-m build issue in sigreturn_codes.SVictor Kamensky1-9/+31
2013-11-19ARM: 7892/1: Fix warning for V7M buildsOlof Johansson1-1/+1
2013-11-14ARM: 7883/1: fix mov to mvn conversion in case of 64 bit phys_addr_t and BEVictor Kamensky1-1/+5
2013-11-14ARM: 7881/1: __fixup_smp read of SCU config should do byteswap in BE caseVictor Kamensky1-0/+1
2013-11-14Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds21-143/+389
2013-11-13mm/arch: use NUMA_NO_NODEJianguo Wu1-1/+1
2013-11-12Merge branches 'fixes', 'mmci' and 'sa11x0' into for-nextRussell King2-4/+11
2013-11-12Merge branch 'devel-stable' into for-nextRussell King17-118/+296
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-37/+20
2013-11-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-14/+1
2013-11-11Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-1/+0
2013-11-11Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-12/+17
2013-11-09ARM: 7887/1: Don't smp_cross_call() on UP devices in arch_irq_work_raise()Stephen Boyd1-1/+2
2013-11-07ARM: 7872/1: Support arch_irq_work_raise() via self IPIsStephen Boyd1-0/+18
2013-11-07ARM: 7880/1: Clear the IT state independent of the Thumb-2 modeT.J. Purtell1-4/+10
2013-11-07ARM: 7876/1: clear Thumb-2 IT state on exception handlingMarc Zyngier1-0/+1
2013-10-30Merge branch 'baserock/bjdooks/312-rc4/be/core-v3' of git://git.baserock.org/...Russell King11-85/+177
2013-10-29ARM: 7864/1: Handle 64-bit memory in case of 32-bit phys_addr_tMagnus Damm1-4/+12
2013-10-29ARM: 7863/1: Let arm_add_memory() always use 64-bit argumentsMagnus Damm1-3/+3
2013-10-29ARM: 7862/1: pcpu: replace __get_cpu_var_usesChristoph Lameter3-12/+12
2013-10-29ARM: 7855/1: Add check for Cortex-A15 errata 798181 ECORob Herring2-2/+36
2013-10-29ARM: 7870/1: head: Fix the missing underscore in __ARMEB__ macro and .align k...Sricharan R1-1/+2
2013-10-28Merge tag 'omap-for-v3.13/cm-scm-cleanup-signed' of git://git.kernel.org/pub/...Olof Johansson2-6/+6
2013-10-28Merge branch 'cleanup/dt-clock' into next/socOlof Johansson1-12/+17
2013-10-23Merge branch 'for-rmk/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King3-2/+32
2013-10-19ARM: signal: sigreturn_codes should be endian neutral to work in BE8Victor Kamensky3-24/+83
2013-10-19ARM: Correct BUG() assembly to ensure it is endian-agnosticBen Dooks1-3/+5
2013-10-19ARM: module: correctly relocate instructions in BE8Ben Dooks1-23/+34
2013-10-19ARM: traps: use <asm/opcodes.h> to get correct instruction orderBen Dooks1-6/+10
2013-10-19ARM: smp_scu: data endian fixesBen Dooks1-7/+7
2013-10-19ARM: twd: data endian fixBen Dooks1-12/+12
2013-10-19ARM: set BE8 if LE in head codeBen Dooks2-0/+5
2013-10-19ARM: fixup_pv_table bug when CPU_ENDIAN_BE8Ben Dooks1-0/+8
2013-10-19ARM: asm: Add ARM_BE8() assembly helperBen Dooks2-6/+3
2013-10-18Merge branch 'for-rmk/arm-mm-lpae' of git://git.kernel.org/pub/scm/linux/kern...Russell King4-17/+53
2013-10-14Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+20
2013-10-10ARM: mm: Recreate kernel mappings in early_paging_init()Santosh Shilimkar1-0/+4
2013-10-10ARM: mm: Correct virt_to_phys patching for 64 bit physical addressesSricharan R2-16/+48
2013-10-10ARM: mm: Introduce virt_to_idmap() with an arch hookSantosh Shilimkar1-1/+1
2013-10-10Merge branch 'fortglx/3.13/time' of git://git.linaro.org/people/jstultz/linux...Ingo Molnar1-14/+0
2013-10-09arm: use common of_flat_dt_match_machineRob Herring1-22/+19
2013-10-09arch_timer: Move to generic sched_clock frameworkStephen Boyd1-14/+0
2013-10-09arm: use early_init_dt_scanRob Herring1-15/+1
2013-10-09ARM: perf: fix group validation for mixed software and hardware groupsWill Deacon1-2/+1