summaryrefslogtreecommitdiff
path: root/arch (follow)
Commit message (Expand)AuthorAge
...
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: add support for building vmlinux as a relocatable PIE binaryArd Biesheuvel2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: switch to relative exception tablesArd Biesheuvel2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: futex.h: Add missing PAN togglingJames Morse2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: make asm/elf.h available to asm filesArd Biesheuvel2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: avoid dynamic relocations in early boot codeArd Biesheuvel2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: avoid R_AARCH64_ABS64 relocations for Image header fieldsArd Biesheuvel2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: add support for module PLTsArd Biesheuvel2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: move brk immediate argument definitions to separate headerArd Biesheuvel2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: mm: use bit ops rather than arithmetic in pa/va translationsArd Biesheuvel2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: mm: only perform memstart_addr sanity check if DEBUG_VMArd Biesheuvel2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: User die() instead of panic() in do_page_fault()Catalin Marinas2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: allow kernel Image to be loaded anywhere in physical memoryArd Biesheuvel2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: defer __va translation of initrd_start and initrd_endArd Biesheuvel2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: move kernel image to base of vmalloc areaArd Biesheuvel2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: kvm: deal with kernel symbols outside of linear mappingArd Biesheuvel2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: decouple early fixmap init from linear mappingArd Biesheuvel2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: pgtable: implement static [pte|pmd|pud]_offset variantsArd Biesheuvel2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: introduce KIMAGE_VADDR as the virtual base of the kernel regionArd Biesheuvel2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: add support for ioremap() block mappingsArd Biesheuvel2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: prevent potential circular header dependencies in asm/bug.hArd Biesheuvel2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: Remove the get_thread_info() functionCatalin Marinas2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: kernel: Don't toggle PAN on systems with UAOJames Morse2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: cpufeature: Test 'matches' pointer to find the end of the listJames Morse2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: kernel: Add support for User Access OverrideJames Morse2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: add ARMv8.2 id_aa64mmfr2 boiler plateJames Morse2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: cpufeature: Change read_cpuid() to use sysreg's mrs_s macroJames Morse2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: use local label prefixes for __reg_num symbolsArd Biesheuvel2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: vdso: Mark vDSO code as read-onlyDavid Brown2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: ubsan: select ARCH_HAS_UBSAN_SANITIZE_ALLYang Shi2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: ptdump: Indicate whether memory should be faultingLaura Abbott2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: Add support for ARCH_SUPPORTS_DEBUG_PAGEALLOCLaura Abbott2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: Drop alloc function from create_mappingLaura Abbott2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: prefetch: add missing #include for spin_lock_prefetchWill Deacon2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: lib: patch in prfm for copy_page if requestedAndrew Pinski2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: lib: improve copy_page to deal with 128 bytes at a timeWill Deacon2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: prefetch: add alternative pattern for CPUs without a prefetcherWill Deacon2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: prefetch: don't provide spin_lock_prefetch with LSEWill Deacon2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: allow vmalloc regions to be set with set_memory_*Ard Biesheuvel2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: kernel: implement ACPI parking protocolLorenzo Pieralisi2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: mm: create new fine-grained mappings at bootMark Rutland2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: ensure _stext and _etext are page-alignedMark Rutland2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: mm: allow passing a pgdir to alloc_init_*Mark Rutland2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: mm: allocate pagetables anywhereMark Rutland2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: mm: use fixmap when creating page tablesMark Rutland2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: mm: add functions to walk tables in fixmapMark Rutland2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: mm: add __{pud,pgd}_populateMark Rutland2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: mm: avoid redundant __pa(__va(x))Mark Rutland2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: mm: add functions to walk page tables by PAMark Rutland2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: mm: move pte_* macrosMark Rutland2016-05-11
| | | * | | | | | | | | | | | | | | | | | | | | | | | arm64: kasan: avoid TLB conflictsMark Rutland2016-05-11