summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm
Commit message (Expand)AuthorAgeFilesLines
* arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra2015-08-251-0/+15
* ARM: 8320/1: fix integer overflow in ELF_ET_DYN_BASEAndrey Ryabinin2015-05-041-1/+1
* arm64: KVM: Do not use pgd_index to index stage-2 pgdMarc Zyngier2015-04-301-0/+2
* arm/arm64: KVM: Introduce stage2_unmap_vmChristoffer Dall2015-04-301-0/+1
* arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpuChristoffer Dall2015-04-301-0/+5
* ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault()Ard Biesheuvel2015-04-301-11/+0
* KVM: ARM/arm64: fix non-const declaration of function returning constWill Deacon2015-04-301-1/+1
* arm/arm64: KVM: Fix and refactor unmap_rangeChristoffer Dall2015-04-301-0/+11
* ARM: KVM: trap VM system registers until MMU and caches are ONMarc Zyngier2015-04-301-1/+2
* ARM: KVM: add world-switch for AMAIR{0,1}Marc Zyngier2015-04-301-1/+3
* ARM: KVM: introduce per-vcpu HYP Configuration RegisterMarc Zyngier2015-04-302-4/+6
* ARM: KVM: force cache clean on page fault when caches are offMarc Zyngier2015-04-301-2/+9
* arm64: KVM: flush VM pages before letting the guest enable cachesMarc Zyngier2015-04-301-0/+2
* ARM: KVM: introduce kvm_p*d_addr_endMarc Zyngier2015-04-301-0/+13
* arm64: KVM: force cache clean on page fault when caches are offMarc Zyngier2015-04-301-3/+3
* arm/arm64: KVM: PSCI: use MPIDR to identify a target CPUMarc Zyngier2015-04-301-0/+5
* KVM: ARM: Update comments for kvm_handle_wfiChristoffer Dall2015-04-301-0/+1
* ARM: KVM: Yield CPU when vcpu executes a WFEMarc Zyngier2015-04-301-1/+3
* KVM: ARM: fix the size of TTBCR_{T0SZ,T1SZ} masksJonathan Austin2015-04-301-2/+2
* ARM: 8109/1: mm: Modify pte_write and pmd_write logic for LPAESteven Capper2015-04-092-18/+26
* ARM: 8108/1: mm: Introduce {pte,pmd}_isset and {pte,pmd}_isclearSteven Capper2015-04-092-9/+17
* ARM: 7931/1: Correct virt_addr_validLaura Abbott2015-04-091-1/+2
* ARM: 7867/1: include: asm: use 'int' instead of 'unsigned long' for 'oldval' ...Chen Gang2015-04-091-1/+2
* ARM: 7866/1: include: asm: use 'long long' instead of 'u64' within atomic.hChen Gang2015-04-091-24/+25
* ARM: Correct BUG() assembly to ensure it is endian-agnosticBen Dooks2015-04-091-4/+6
* ARM: 8226/1: cacheflush: get rid of restarting blockVladimir Murzin2014-12-061-11/+0
* ARM: 8148/1: flush TLS and thumbee register state during execNathan Lynch2014-10-131-0/+62
* ARM: 8051/1: put_user: fix possible data corruption in put_userAndrey Ryabinin2014-06-201-1/+2
* ARM: 8027/1: fix do_div() bug in big-endian systemsXiangyu Lu2014-05-151-1/+1
* ARM: 8007/1: Remove extraneous kcmp syscall ignoreChristopher Covington2014-05-151-1/+0
* ARM: 7954/1: mm: remove remaining domain support from ARMv6Will Deacon2014-05-152-6/+1
* ARM: 7950/1: mm: Fix stage-2 device memory attributesChristoffer Dall2014-03-261-5/+8
* ARM: 7957/1: add DSB after icache flush in __flush_icache_all()Vinayak Kale2014-03-051-0/+1
* ARM: 7955/1: spinlock: ensure we have a compiler barrier before sevWill Deacon2014-03-051-12/+3
* ARM: fix booting low-vectors machinesRussell King2013-12-111-1/+1
* Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-10-143-5/+16
|\
| * ARM: 7851/1: check for number of arguments in syscall_get/set_arguments()AKASHI Takahiro2013-10-131-0/+6
| * ARM: 7843/1: drop asm/types.h from generic-yArd Biesheuvel2013-10-031-1/+0
| * ARM: 7842/1: MCPM: don't explode if invoked without being initialized firstNicolas Pitre2013-10-031-4/+10
* | compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar2013-10-111-1/+1
|/
* ARM: 7836/1: add __get_user_unaligned/__put_user_unalignedNicolas Pitre2013-09-181-0/+7
* Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2013-09-092-3/+3
|\
| * Merge tag 'highbank-for-3.12' of git://sources.calxeda.com/kernel/linux into ...Olof Johansson2013-08-292-3/+3
| |\
| | * ARM: move outer_cache declaration out of ifdefRob Herring2013-08-221-2/+2
| | * ARM: use phys_addr_t for DMA zone sizesRob Herring2013-08-131-1/+1
* | | Merge branch 'for-v3.12' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2013-09-091-1/+0
|\ \ \
| * | | drivers: dma-contiguous: clean source code and prepare for device treeMarek Szyprowski2013-08-271-1/+0
| * | | Merge remote-tracking branch 'dma-public/for-v3.12-cma-dma' into for-nextMarek Szyprowski2013-07-151-1/+1
| |\ \ \
* | \ \ \ Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-09-061-0/+4
|\ \ \ \ \
| * \ \ \ \ Merge tag 'tegra-for-3.12-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Kevin Hilman2013-08-211-0/+4
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |