summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* arm64: Fix building error with 16KB pages and 36-bit VACatalin Marinas2016-02-251-1/+1
* arm64: Rename cpuid_feature field extract routinesSuzuki K Poulose2016-02-252-9/+15
* arm64: capabilities: Handle sign of the feature bitSuzuki K Poulose2016-02-251-3/+4
* arm64: Ensure the secondary CPUs have safe ASIDBits sizeSuzuki K Poulose2016-02-251-0/+2
* arm64: Enable CPU capability verification unconditionallySuzuki K Poulose2016-02-251-6/+0Star
* arm64: Handle early CPU boot failuresSuzuki K Poulose2016-02-251-0/+28
* arm64: Move cpu_die_early to smp.cSuzuki K Poulose2016-02-241-0/+1
* arm64: Add a helper for parking CPUs in a loopSuzuki K Poulose2016-02-241-0/+8
* arm64: add support for kernel ASLRArd Biesheuvel2016-02-242-1/+10
* arm64: add support for building vmlinux as a relocatable PIE binaryArd Biesheuvel2016-02-241-0/+2
* arm64: switch to relative exception tablesArd Biesheuvel2016-02-245-44/+39Star
* arm64: make asm/elf.h available to asm filesArd Biesheuvel2016-02-241-9/+13
* arm64: avoid R_AARCH64_ABS64 relocations for Image header fieldsArd Biesheuvel2016-02-241-0/+11
* arm64: add support for module PLTsArd Biesheuvel2016-02-241-0/+11
* arm64: move brk immediate argument definitions to separate headerArd Biesheuvel2016-02-233-14/+27
* arm64: mm: use bit ops rather than arithmetic in pa/va translationsArd Biesheuvel2016-02-231-3/+4
* arm64: mm: only perform memstart_addr sanity check if DEBUG_VMArd Biesheuvel2016-02-231-1/+3
* arm64: allow kernel Image to be loaded anywhere in physical memoryArd Biesheuvel2016-02-184-24/+29
* arm64: defer __va translation of initrd_start and initrd_endArd Biesheuvel2016-02-181-0/+8
* arm64: move kernel image to base of vmalloc areaArd Biesheuvel2016-02-183-15/+18
* arm64: kvm: deal with kernel symbols outside of linear mappingArd Biesheuvel2016-02-182-3/+22
* arm64: pgtable: implement static [pte|pmd|pud]_offset variantsArd Biesheuvel2016-02-181-0/+13
* arm64: introduce KIMAGE_VADDR as the virtual base of the kernel regionArd Biesheuvel2016-02-181-2/+8
* arm64: add support for ioremap() block mappingsArd Biesheuvel2016-02-181-0/+6
* arm64: prevent potential circular header dependencies in asm/bug.hArd Biesheuvel2016-02-182-2/+2
* arm64: Remove the get_thread_info() functionCatalin Marinas2016-02-181-6/+0Star
* arm64: kernel: Don't toggle PAN on systems with UAOJames Morse2016-02-182-5/+6
* arm64: kernel: Add support for User Access OverrideJames Morse2016-02-187-13/+117
* arm64: add ARMv8.2 id_aa64mmfr2 boiler plateJames Morse2016-02-182-0/+5
* arm64: cpufeature: Change read_cpuid() to use sysreg's mrs_s macroJames Morse2016-02-182-10/+12
* arm64: use local label prefixes for __reg_num symbolsArd Biesheuvel2016-02-161-8/+8
* arm64: prefetch: add missing #include for spin_lock_prefetchWill Deacon2016-02-161-0/+1
* arm64: prefetch: add alternative pattern for CPUs without a prefetcherWill Deacon2016-02-162-2/+18
* arm64: prefetch: don't provide spin_lock_prefetch with LSEWill Deacon2016-02-161-2/+5
* arm64: kernel: implement ACPI parking protocolLorenzo Pieralisi2016-02-163-2/+28
* arm64: mm: create new fine-grained mappings at bootMark Rutland2016-02-161-0/+3
* arm64: mm: add functions to walk tables in fixmapMark Rutland2016-02-162-0/+36
* arm64: mm: add __{pud,pgd}_populateMark Rutland2016-02-161-4/+22
* arm64: mm: add functions to walk page tables by PAMark Rutland2016-02-161-16/+23
* arm64: mm: move pte_* macrosMark Rutland2016-02-161-10/+10
* arm64: mm: add code to safely replace TTBR1_EL1Mark Rutland2016-02-161-0/+19
* arm64: add function to install the idmapMark Rutland2016-02-161-2/+14
* arm64: unify idmap removalMark Rutland2016-02-161-0/+25
* arm64: mm: place empty_zero_page in bssMark Rutland2016-02-162-3/+3
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-141-0/+1
|\
| * irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributorTirumalesh Chalamarla2016-02-111-0/+1
* | Merge tag 'kvm-arm-for-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2016-02-082-2/+7
|\ \
| * | arm64: KVM: Fix wrong use of the CPSR MODE mask for 32bit guestsShannon Zhao2016-01-241-2/+6
| * | arm64: KVM: Obey RES0/1 reserved bits when setting CPTR_EL2Dave Martin2016-01-241-0/+1
* | | arm64: asm: Explicitly include linux/personality.h in asm/page.hMark Brown2016-02-031-0/+1