summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm
AgeCommit message (Expand)AuthorFilesLines
2016-08-20ARM: 8579/1: mm: Fix definition of pmd_mknotpresentSteve Capper1-2/+5
2016-07-27ARM: 8578/1: mm: ensure pmd_present only checks the valid bitWill Deacon3-1/+2
2015-08-16ARM: sunxi: fix build for THUMB2_KERNELArnd Bergmann1-0/+1
2015-07-10arm64: KVM: Do not use pgd_index to index stage-2 pgdMarc Zyngier1-1/+2
2015-07-03arm/arm64: KVM: Introduce stage2_unmap_vmChristoffer Dall1-0/+1
2015-07-03arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpuChristoffer Dall1-0/+5
2015-07-03ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault()Ard Biesheuvel1-11/+0
2015-06-29KVM: ARM/arm64: fix non-const declaration of function returning constWill Deacon1-1/+1
2015-06-29arm/arm64: KVM: Fix and refactor unmap_rangeChristoffer Dall1-0/+12
2015-05-17ARM: KVM: trap VM system registers until MMU and caches are ONMarc Zyngier1-1/+2
2015-05-17ARM: KVM: add world-switch for AMAIR{0,1}Marc Zyngier1-1/+3
2015-05-17ARM: KVM: introduce per-vcpu HYP Configuration RegisterMarc Zyngier2-4/+6
2015-05-17ARM: KVM: force cache clean on page fault when caches are offMarc Zyngier1-1/+10
2015-05-17arm64: KVM: flush VM pages before letting the guest enable cachesMarc Zyngier1-0/+2
2015-05-17ARM: KVM: introduce kvm_p*d_addr_endMarc Zyngier1-0/+13
2015-05-17arm64: KVM: force cache clean on page fault when caches are offMarc Zyngier1-2/+2
2015-05-06ARM: 8320/1: fix integer overflow in ELF_ET_DYN_BASEAndrey Ryabinin1-1/+1
2015-04-29ARM: 8109/1: mm: Modify pte_write and pmd_write logic for LPAESteven Capper2-18/+26
2015-04-29ARM: 8108/1: mm: Introduce {pte,pmd}_isset and {pte,pmd}_isclearSteven Capper2-9/+17
2014-12-06ARM: 8226/1: cacheflush: get rid of restarting blockVladimir Murzin1-11/+0
2014-10-05ARM: 8178/1: fix set_tls for !CONFIG_KUSER_HELPERSNathan Lynch1-0/+2
2014-10-05ARM: 8148/1: flush TLS and thumbee register state during execNathan Lynch1-0/+62
2014-09-05ARM: 8097/1: unistd.h: relocate comments back to placeBaruch Siach1-0/+10
2014-06-11ARM: 8051/1: put_user: fix possible data corruption in put_userAndrey Ryabinin1-1/+2
2014-05-06ARM: 8027/1: fix do_div() bug in big-endian systemsXiangyu Lu1-1/+1
2014-05-06ARM: 8007/1: Remove extraneous kcmp syscall ignoreChristopher Covington1-1/+0
2014-05-06ARM: 7954/1: mm: remove remaining domain support from ARMv6Will Deacon2-6/+1
2014-03-07ARM: fix noMMU kallsyms symbol filteringRussell King1-6/+3
2014-02-17ARM: 7957/1: add DSB after icache flush in __flush_icache_all()Vinayak Kale1-0/+1
2014-02-10ARM: 7955/1: spinlock: ensure we have a compiler barrier before sevWill Deacon1-12/+3
2014-02-10ARM: 7950/1: mm: Fix stage-2 device memory attributesChristoffer Dall1-6/+9
2014-01-28Merge branches 'fixes' and 'misc' into for-linusRussell King1-0/+6
2014-01-28ARM: 7930/1: Introduce atomic MMIO modifyEzequiel Garcia1-0/+6
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2014-01-23Merge tag 'clk-for-linus-3.14-part1' of git://git.linaro.org/people/mike.turq...Linus Torvalds1-0/+2
2014-01-23Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+67
2014-01-23Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds10-44/+104
2014-01-22Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+2
2014-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+4
2014-01-21mm/memblock: add memblock memory allocation apisSantosh Shilimkar1-2/+2
2014-01-21Merge branch 'devel-stable' into for-nextRussell King1-10/+44
2014-01-21Merge branches 'amba', 'fixes', 'kees', 'misc' and 'unstable/sa11x0' into for...Russell King12-37/+64
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2014-01-15Merge tag 'kvm-arm-for-3.14' of git://git.linaro.org/people/christoffer.dall/...Paolo Bonzini1-0/+1
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+4
2014-01-13ARM: fix ffs/fls implementations to match x86Russell King1-10/+44
2014-01-13sched: Add new scheduler syscalls to support an extended scheduling parameter...Dario Faggioli1-1/+1
2014-01-13Merge tag 'v3.13-rc8' into core/lockingIngo Molnar3-3/+4
2014-01-12arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra1-0/+15
2014-01-06xen/grant: Implement an grant frame array struct (v3).Konrad Rzeszutek Wilk1-0/+1