summaryrefslogtreecommitdiffstats
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2016-02-24arm64: switch to relative exception tablesArd Biesheuvel7-50/+42
2016-02-24arm64: make asm/elf.h available to asm filesArd Biesheuvel1-9/+13
2016-02-24arm64: avoid dynamic relocations in early boot codeArd Biesheuvel2-14/+27
2016-02-24arm64: avoid R_AARCH64_ABS64 relocations for Image header fieldsArd Biesheuvel3-16/+33
2016-02-24arm64: add support for module PLTsArd Biesheuvel7-1/+252
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-19arm64: User die() instead of panic() in do_page_fault()Catalin Marinas1-2/+2
2016-02-18arm64: allow kernel Image to be loaded anywhere in physical memoryArd Biesheuvel8-32/+106
2016-02-18arm64: defer __va translation of initrd_start and initrd_endArd Biesheuvel2-4/+17
2016-02-18arm64: move kernel image to base of vmalloc areaArd Biesheuvel7-68/+137
2016-02-18arm64: kvm: deal with kernel symbols outside of linear mappingArd Biesheuvel3-6/+25
2016-02-18arm64: decouple early fixmap init from linear mappingArd Biesheuvel1-10/+6
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 Biesheuvel3-5/+11
2016-02-18arm64: add support for ioremap() block mappingsArd Biesheuvel3-0/+48
2016-02-18arm64: prevent potential circular header dependencies in asm/bug.hArd Biesheuvel3-2/+3
2016-02-18arm64: Remove the get_thread_info() functionCatalin Marinas3-16/+7
2016-02-18arm64: kernel: Don't toggle PAN on systems with UAOJames Morse8-13/+33
2016-02-18arm64: cpufeature: Test 'matches' pointer to find the end of the listJames Morse1-6/+6
2016-02-18arm64: kernel: Add support for User Access OverrideJames Morse15-39/+213
2016-02-18arm64: add ARMv8.2 id_aa64mmfr2 boiler plateJames Morse4-0/+16
2016-02-18arm64: cpufeature: Change read_cpuid() to use sysreg's mrs_s macroJames Morse5-67/+69
2016-02-16arm64: use local label prefixes for __reg_num symbolsArd Biesheuvel1-8/+8
2016-02-16arm64: vdso: Mark vDSO code as read-onlyDavid Brown1-2/+1
2016-02-16arm64: ubsan: select ARCH_HAS_UBSAN_SANITIZE_ALLYang Shi1-0/+1
2016-02-16arm64: replace read_lock to rcu lock in call_step_hookYang Shi1-10/+11
2016-02-16arm64: ptdump: Indicate whether memory should be faultingLaura Abbott1-0/+5
2016-02-16arm64: Add support for ARCH_SUPPORTS_DEBUG_PAGEALLOCLaura Abbott3-12/+63
2016-02-16arm64: Drop alloc function from create_mappingLaura Abbott1-9/+20
2016-02-16arm64: prefetch: add missing #include for spin_lock_prefetchWill Deacon1-0/+1
2016-02-16arm64: lib: patch in prfm for copy_page if requestedAndrew Pinski1-0/+17
2016-02-16arm64: lib: improve copy_page to deal with 128 bytes at a timeWill Deacon1-8/+38
2016-02-16arm64: prefetch: add alternative pattern for CPUs without a prefetcherWill Deacon4-17/+38
2016-02-16arm64: prefetch: don't provide spin_lock_prefetch with LSEWill Deacon1-2/+5
2016-02-16arm64: kernel: implement ACPI parking protocolLorenzo Pieralisi8-6/+242
2016-02-16arm64: mm: create new fine-grained mappings at bootMark Rutland3-62/+109
2016-02-16arm64: ensure _stext and _etext are page-alignedMark Rutland1-3/+2
2016-02-16arm64: mm: allow passing a pgdir to alloc_init_*Mark Rutland1-14/+19
2016-02-16arm64: mm: allocate pagetables anywhereMark Rutland1-35/+0
2016-02-16arm64: mm: use fixmap when creating page tablesMark Rutland1-20/+41
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: avoid redundant __pa(__va(x))Mark Rutland1-2/+2
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: kasan: avoid TLB conflictsMark Rutland1-13/+4
2016-02-16arm64: mm: add code to safely replace TTBR1_EL1Mark Rutland2-0/+47
2016-02-16arm64: add function to install the idmapMark Rutland1-2/+14