summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arm64: kasan: Fix zero shadow mapping overriding kernel image shadowCatalin Marinas2016-03-111-8/+5
* arm64: kasan: Use actual memory node when populating the kernel image shadowCatalin Marinas2016-03-111-1/+2
* arm64: Update PTE_RDONLY in set_pte_at() for PROT_NONE permissionCatalin Marinas2016-03-111-1/+2
* arm64: Fix misspellings in comments.Adam Buchbinder2016-03-049-11/+11
* arm64: efi: add missing frame pointer assignmentArd Biesheuvel2016-03-041-0/+1
* arm64: make mrs_s prefixing implicit in read_cpuidMark Rutland2016-03-045-64/+64
* arm64: enable CONFIG_DEBUG_RODATA by defaultArd Biesheuvel2016-03-031-3/+3
* arm64: Rework valid_user_regsMark Rutland2016-03-024-34/+85
* arm64: mm: check at build time that PAGE_OFFSET divides the VA space evenlyArd Biesheuvel2016-03-021-0/+7
* arm64: KVM: Move kvm_call_hyp back to its original localtionMarc Zyngier2016-03-011-2/+2
* arm64: mm: treat memstart_addr as a signed quantityArd Biesheuvel2016-02-292-3/+3
* arm64: mm: list kernel sections in orderArd Biesheuvel2016-02-291-2/+2
* arm64: lse: deal with clobbered IP registers after branch via PLTArd Biesheuvel2016-02-263-25/+27
* arm64: mm: dump: Use VA_START directly instead of private LOWEST_ADDRKefeng Wang2016-02-261-3/+1
* arm64: kconfig: add submenu for 8.2 architectural featuresWill Deacon2016-02-261-0/+4
* arm64: kernel: acpi: fix ioremap in ACPI parking protocol cpu_postbootLorenzo Pieralisi2016-02-261-26/+14
* arm64: Add support for Half precision floating pointSuzuki K Poulose2016-02-263-0/+6
* arm64: Remove fixmap include fragilityMark Rutland2016-02-263-62/+94
* 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