summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm
Commit message (Expand)AuthorAgeFilesLines
* xen: avoid type warning in xchg_xen_ulongArnd Bergmann2017-10-121-1/+1
* arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2Marc Zyngier2017-06-051-2/+1
* ARM: 8634/1: hw_breakpoint: blacklist Scorpion CPUsMark Rutland2017-03-161-0/+3
* ARM: 8617/1: dma: fix dma_max_pfn()Roger Quadros2016-11-201-1/+1
* ARM: 8579/1: mm: Fix definition of pmd_mknotpresentSteve Capper2016-08-221-2/+5
* ARM: 8578/1: mm: ensure pmd_present only checks the valid bitWill Deacon2016-08-223-1/+2
* arm64: KVM: Do not use pgd_index to index stage-2 pgdMarc Zyngier2015-05-201-1/+2
* arm/arm64: KVM: Introduce stage2_unmap_vmChristoffer Dall2015-05-201-0/+1
* arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpuChristoffer Dall2015-05-201-0/+5
* ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault()Ard Biesheuvel2015-05-201-11/+0
* KVM: ARM/arm64: fix non-const declaration of function returning constWill Deacon2015-05-201-1/+1
* arm/arm64: KVM: Fix and refactor unmap_rangeChristoffer Dall2015-05-201-0/+12
* ARM: 8320/1: fix integer overflow in ELF_ET_DYN_BASEAndrey Ryabinin2015-05-051-1/+1
* xen/arm/arm64: introduce xen_arch_need_swiotlbStefano Stabellini2015-01-161-0/+4
* clocksource: arch_timer: Fix code to use physical timers when requestedSonny Rao2015-01-151-0/+9
* ARM: 8226/1: cacheflush: get rid of restarting blockVladimir Murzin2014-12-101-11/+0
* ARM: 8109/1: mm: Modify pte_write and pmd_write logic for LPAESteven Capper2014-12-042-18/+26
* ARM: 8108/1: mm: Introduce {pte,pmd}_isset and {pte,pmd}_isclearSteven Capper2014-12-042-11/+19
* ARM: 8178/1: fix set_tls for !CONFIG_KUSER_HELPERSNathan Lynch2014-10-051-0/+2
* ARM: 8148/1: flush TLS and thumbee register state during execNathan Lynch2014-10-051-0/+62
* ARM: 8129/1: errata: work around Cortex-A15 erratum 830321 using dummy strexMark Rutland2014-10-051-1/+0
* ARM: 8097/1: unistd.h: relocate comments back to placeBaruch Siach2014-09-051-0/+10
* arm: Add devicetree fixup machine functionLaura Abbott2014-07-291-0/+1
* Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-06-291-2/+0
|\
| * ARM: 8080/1: mcpm.h: remove unused variable declarationNicolas Pitre2014-06-291-2/+0
* | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-06-241-0/+6
|\|
| * ARM: 8069/1: Make thread_save_fp macro aware of THUMB2 modeNikolay Borisov2014-06-171-0/+6
* | arm/ftrace: fix ftrace_return_addr() to ftrace_return_address()Steven Rostedt2014-06-181-1/+1
|/
* Merge tag 'llvmlinux-for-v3.16' of git://git.linuxfoundation.org/llvmlinux/ke...Linus Torvalds2014-06-081-11/+11
|\
| * ARM: LLVMLinux: Change "extern inline" to "static inline" in glue-cache.hBehan Webster2014-06-071-11/+11
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-06-061-9/+1
|\ \
| * | ftrace: Make CALLER_ADDRx macros more genericAKASHI Takahiro2014-05-211-9/+1
* | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds2014-06-0517-127/+185
|\ \ \
| * \ \ Merge branch 'devel-stable' into for-nextRussell King2014-06-051-1/+24
| |\ \ \
| | * \ \ Merge tag 'dt-dma-properties-for-arm' of git://git.kernel.org/pub/scm/linux/k...Russell King2014-05-231-1/+24
| | |\ \ \
| | | * | | ARM: dma: implement set_arch_dma_coherent_ops()Santosh Shilimkar2014-05-071-0/+7
| | | * | | ARM: dma: Use dma_pfn_offset for dma address translationGrygorii Strashko2014-05-071-1/+17
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King2014-06-0516-114/+151
| |\ \ \ \ \ \ \
| | | | * | | | | ARM: 8025/1: Get rid of meminfoLaura Abbott2014-06-013-33/+2
| | | | * | | | | ARM: 8060/1: mm: allow sub-architectures to override PCI I/O memory typeThomas Petazzoni2014-06-011-0/+6
| | | | * | | | | ARM: 8065/1: remove last use of CONFIG_CPU_ARM710Paul Bolle2014-05-301-8/+0
| | | | * | | | | ARM: 8047/1: rwsem: use asm-generic rwsem implementationWill Deacon2014-05-301-0/+1
| | | | * | | | | ARM: 8053/1: kernel: sleep: restore HYP mode configuration in cpu_resumeLorenzo Pieralisi2014-05-251-1/+1
| | | | * | | | | ARM: 8043/1: uprobes need icache flush after xol writeVictor Kamensky2014-05-251-0/+2
| | | | * | | | | ARM: 8029/1: mcpm: Rename the power_down_finish() functions to be less confusingDave Martin2014-05-251-4/+4
| | | | * | | | | ARM: 8055/1: cacheflush: use -st dsb option for ensuring completionWill Deacon2014-05-251-1/+1
| | | | * | | | | ARM: 8046/1: proc: add support for the Cortex-A17 processorWill Deacon2014-05-251-0/+1
| | | | * | | | | ARM: 8031/2: change fixmap mapping region to support 32 CPUsLiu Hua2014-04-232-14/+3
| | | | * | | | | ARM: 8031/1: fixmap: remove FIX_KMAP_BEGIN and FIX_KMAP_ENDLiu Hua2014-04-231-3/+2
| | | | * | | | | ARM: 8023/1: remove remnants of the static DMA mappingNicolas Pitre2014-04-231-2/+0
| | | | | |/ / / | | | | |/| | |