summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arm64: Add workaround for Cavium erratum 27456Andrew Pinski2016-02-265-1/+35
* arm64: mm: Mark .rodata as ROJeremy Linton2016-02-263-9/+19
* arm64/mm: remove unnecessary boundary checkMiles Chen2016-02-261-2/+0
* 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-256-13/+19
* arm64: capabilities: Handle sign of the feature bitSuzuki K Poulose2016-02-252-17/+22
* arm64: cpufeature: Fix the sign of feature bitsSuzuki K Poulose2016-02-251-25/+25
* arm64: cpufeature: Correct feature register tablesSuzuki K Poulose2016-02-251-3/+15
* arm64: Ensure the secondary CPUs have safe ASIDBits sizeSuzuki K Poulose2016-02-253-0/+32
* arm64: Add helper for extracting ASIDBitsSuzuki K Poulose2016-02-251-13/+23
* arm64: Enable CPU capability verification unconditionallySuzuki K Poulose2016-02-252-16/+0
* arm64: Handle early CPU boot failuresSuzuki K Poulose2016-02-254-2/+107
* arm64: Move cpu_die_early to smp.cSuzuki K Poulose2016-02-243-19/+23
* arm64: Introduce cpu_die_earlySuzuki K Poulose2016-02-241-9/+15
* arm64: Add a helper for parking CPUs in a loopSuzuki K Poulose2016-02-242-4/+9
* arm64: efi: invoke EFI_RNG_PROTOCOL to supply KASLR randomnessArd Biesheuvel2016-02-244-35/+102
* efi: stub: use high allocation for converted command lineArd Biesheuvel2016-02-242-1/+8
* efi: stub: add implementation of efi_random_alloc()Ard Biesheuvel2016-02-242-0/+104
* efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOLArd Biesheuvel2016-02-244-2/+44
* arm64: kaslr: randomize the linear regionArd Biesheuvel2016-02-242-2/+24
* arm64: add support for kernel ASLRArd Biesheuvel2016-02-2410-22/+329
* arm64: add support for building vmlinux as a relocatable PIE binaryArd Biesheuvel2016-02-245-0/+65
* arm64: switch to relative exception tablesArd Biesheuvel2016-02-248-51/+43
* extable: add support for relative extables to search and sort routinesArd Biesheuvel2016-02-241-9/+41
* scripts/sortextable: add support for ET_DYN binariesArd Biesheuvel2016-02-241-4/+4
* arm64: make asm/elf.h available to asm filesArd Biesheuvel2016-02-241-9/+13
* arm64: avoid dynamic relocations in early boot codeArd Biesheuvel2016-02-242-14/+27
* arm64: avoid R_AARCH64_ABS64 relocations for Image header fieldsArd Biesheuvel2016-02-243-16/+33
* arm64: add support for module PLTsArd Biesheuvel2016-02-247-1/+252
* 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: User die() instead of panic() in do_page_fault()Catalin Marinas2016-02-191-2/+2
* arm64: allow kernel Image to be loaded anywhere in physical memoryArd Biesheuvel2016-02-189-39/+119
* arm64: defer __va translation of initrd_start and initrd_endArd Biesheuvel2016-02-182-4/+17
* arm64: move kernel image to base of vmalloc areaArd Biesheuvel2016-02-187-68/+137
* arm64: kvm: deal with kernel symbols outside of linear mappingArd Biesheuvel2016-02-185-9/+32
* arm64: decouple early fixmap init from linear mappingArd Biesheuvel2016-02-181-10/+6
* 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-183-5/+11
* arm64: add support for ioremap() block mappingsArd Biesheuvel2016-02-184-1/+49
* arm64: prevent potential circular header dependencies in asm/bug.hArd Biesheuvel2016-02-183-2/+3
* of/fdt: factor out assignment of initrd_start/initrd_endArd Biesheuvel2016-02-181-3/+11
* of/fdt: make memblock minimum physical address arch configurableArd Biesheuvel2016-02-181-1/+4
* arm64: Remove the get_thread_info() functionCatalin Marinas2016-02-183-16/+7
* arm64: kernel: Don't toggle PAN on systems with UAOJames Morse2016-02-188-13/+33
* arm64: cpufeature: Test 'matches' pointer to find the end of the listJames Morse2016-02-181-6/+6
* arm64: kernel: Add support for User Access OverrideJames Morse2016-02-1815-39/+213
* arm64: add ARMv8.2 id_aa64mmfr2 boiler plateJames Morse2016-02-184-0/+16
* arm64: cpufeature: Change read_cpuid() to use sysreg's mrs_s macroJames Morse2016-02-185-67/+69