summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2016-02-24arm64: switch to relative exception tablesArd Biesheuvel5-44/+39
2016-02-24arm64: make asm/elf.h available to asm filesArd Biesheuvel1-9/+13
2016-02-24arm64: avoid R_AARCH64_ABS64 relocations for Image header fieldsArd Biesheuvel1-0/+11
2016-02-24arm64: add support for module PLTsArd Biesheuvel1-0/+11
2016-02-23arm64: move brk immediate argument definitions to separate headerArd Biesheuvel3-14/+27
2016-02-23arm64: mm: use bit ops rather than arithmetic in pa/va translationsArd Biesheuvel1-3/+4
2016-02-23arm64: mm: only perform memstart_addr sanity check if DEBUG_VMArd Biesheuvel1-1/+3
2016-02-18arm64: allow kernel Image to be loaded anywhere in physical memoryArd Biesheuvel4-24/+29
2016-02-18arm64: defer __va translation of initrd_start and initrd_endArd Biesheuvel1-0/+8
2016-02-18arm64: move kernel image to base of vmalloc areaArd Biesheuvel3-15/+18
2016-02-18arm64: kvm: deal with kernel symbols outside of linear mappingArd Biesheuvel2-3/+22
2016-02-18arm64: pgtable: implement static [pte|pmd|pud]_offset variantsArd Biesheuvel1-0/+13
2016-02-18arm64: introduce KIMAGE_VADDR as the virtual base of the kernel regionArd Biesheuvel1-2/+8
2016-02-18arm64: add support for ioremap() block mappingsArd Biesheuvel1-0/+6
2016-02-18arm64: prevent potential circular header dependencies in asm/bug.hArd Biesheuvel2-2/+2
2016-02-18arm64: Remove the get_thread_info() functionCatalin Marinas1-6/+0
2016-02-18arm64: kernel: Don't toggle PAN on systems with UAOJames Morse2-5/+6
2016-02-18arm64: kernel: Add support for User Access OverrideJames Morse7-13/+117
2016-02-18arm64: add ARMv8.2 id_aa64mmfr2 boiler plateJames Morse2-0/+5
2016-02-18arm64: cpufeature: Change read_cpuid() to use sysreg's mrs_s macroJames Morse2-10/+12
2016-02-16arm64: use local label prefixes for __reg_num symbolsArd Biesheuvel1-8/+8
2016-02-16arm64: prefetch: add missing #include for spin_lock_prefetchWill Deacon1-0/+1
2016-02-16arm64: prefetch: add alternative pattern for CPUs without a prefetcherWill Deacon2-2/+18
2016-02-16arm64: prefetch: don't provide spin_lock_prefetch with LSEWill Deacon1-2/+5
2016-02-16arm64: kernel: implement ACPI parking protocolLorenzo Pieralisi3-2/+28
2016-02-16arm64: mm: create new fine-grained mappings at bootMark Rutland1-0/+3
2016-02-16arm64: mm: add functions to walk tables in fixmapMark Rutland2-0/+36
2016-02-16arm64: mm: add __{pud,pgd}_populateMark Rutland1-4/+22
2016-02-16arm64: mm: add functions to walk page tables by PAMark Rutland1-16/+23
2016-02-16arm64: mm: move pte_* macrosMark Rutland1-10/+10
2016-02-16arm64: mm: add code to safely replace TTBR1_EL1Mark Rutland1-0/+19
2016-02-16arm64: add function to install the idmapMark Rutland1-2/+14
2016-02-16arm64: unify idmap removalMark Rutland1-0/+25
2016-02-16arm64: mm: place empty_zero_page in bssMark Rutland2-3/+3
2016-02-14Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2016-02-11irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributorTirumalesh Chalamarla1-0/+1
2016-02-08Merge tag 'kvm-arm-for-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2-2/+7
2016-02-03arm64: asm: Explicitly include linux/personality.h in asm/page.hMark Brown1-0/+1
2016-02-02arm64: futex.h: Add missing PAN togglingJames Morse1-0/+2
2016-01-25arm64: Honour !PTE_WRITE in set_pte_at() for kernel mappingsCatalin Marinas1-11/+10
2016-01-24arm64: KVM: Fix wrong use of the CPSR MODE mask for 32bit guestsShannon Zhao1-2/+6
2016-01-24arm64: KVM: Obey RES0/1 reserved bits when setting CPTR_EL2Dave Martin1-0/+1
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig1-2/+0
2016-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-13/+6
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams1-1/+2
2016-01-15arch/arm64/include/asm/pgtable.h: add pmd_mkclean for THPMinchan Kim1-0/+1
2016-01-15arm64, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov1-8/+0
2016-01-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-81/+117
2016-01-12Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+20
2016-01-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds14-42/+157