summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2016-02-26arm64: lse: deal with clobbered IP registers after branch via PLTArd Biesheuvel
2016-02-26arm64: mm: dump: Use VA_START directly instead of private LOWEST_ADDRKefeng Wang
2016-02-26arm64: kconfig: add submenu for 8.2 architectural featuresWill Deacon
2016-02-26arm64: kernel: acpi: fix ioremap in ACPI parking protocol cpu_postbootLorenzo Pieralisi
2016-02-26arm64: Add support for Half precision floating pointSuzuki K Poulose
2016-02-26arm64: Remove fixmap include fragilityMark Rutland
2016-02-26arm64: Add workaround for Cavium erratum 27456Andrew Pinski
2016-02-26arm64: mm: Mark .rodata as ROJeremy Linton
2016-02-26arm64/mm: remove unnecessary boundary checkMiles Chen
2016-02-25arm64: Fix building error with 16KB pages and 36-bit VACatalin Marinas
2016-02-25arm64: Rename cpuid_feature field extract routinesSuzuki K Poulose
2016-02-25arm64: capabilities: Handle sign of the feature bitSuzuki K Poulose
2016-02-25arm64: cpufeature: Fix the sign of feature bitsSuzuki K Poulose
2016-02-25arm64: cpufeature: Correct feature register tablesSuzuki K Poulose
2016-02-25arm64: Ensure the secondary CPUs have safe ASIDBits sizeSuzuki K Poulose
2016-02-25arm64: Add helper for extracting ASIDBitsSuzuki K Poulose
2016-02-25arm64: Enable CPU capability verification unconditionallySuzuki K Poulose
2016-02-25arm64: Handle early CPU boot failuresSuzuki K Poulose
2016-02-24arm64: Move cpu_die_early to smp.cSuzuki K Poulose
2016-02-24arm64: Introduce cpu_die_earlySuzuki K Poulose
2016-02-24arm64: Add a helper for parking CPUs in a loopSuzuki K Poulose
2016-02-24arm64: efi: invoke EFI_RNG_PROTOCOL to supply KASLR randomnessArd Biesheuvel
2016-02-24efi: stub: use high allocation for converted command lineArd Biesheuvel
2016-02-24arm64: kaslr: randomize the linear regionArd Biesheuvel
2016-02-24arm64: add support for kernel ASLRArd Biesheuvel
2016-02-24arm64: add support for building vmlinux as a relocatable PIE binaryArd Biesheuvel
2016-02-24arm64: switch to relative exception tablesArd Biesheuvel
2016-02-24arm64: make asm/elf.h available to asm filesArd Biesheuvel
2016-02-24arm64: avoid dynamic relocations in early boot codeArd Biesheuvel
2016-02-24arm64: avoid R_AARCH64_ABS64 relocations for Image header fieldsArd Biesheuvel
2016-02-24arm64: add support for module PLTsArd Biesheuvel
2016-02-23arm64: move brk immediate argument definitions to separate headerArd Biesheuvel
2016-02-23arm64: mm: use bit ops rather than arithmetic in pa/va translationsArd Biesheuvel
2016-02-23arm64: mm: only perform memstart_addr sanity check if DEBUG_VMArd Biesheuvel
2016-02-19arm64: User die() instead of panic() in do_page_fault()Catalin Marinas
2016-02-18arm64: allow kernel Image to be loaded anywhere in physical memoryArd Biesheuvel
2016-02-18arm64: defer __va translation of initrd_start and initrd_endArd Biesheuvel
2016-02-18arm64: move kernel image to base of vmalloc areaArd Biesheuvel
2016-02-18arm64: kvm: deal with kernel symbols outside of linear mappingArd Biesheuvel
2016-02-18arm64: decouple early fixmap init from linear mappingArd Biesheuvel
2016-02-18arm64: pgtable: implement static [pte|pmd|pud]_offset variantsArd Biesheuvel
2016-02-18arm64: introduce KIMAGE_VADDR as the virtual base of the kernel regionArd Biesheuvel
2016-02-18arm64: add support for ioremap() block mappingsArd Biesheuvel
2016-02-18arm64: prevent potential circular header dependencies in asm/bug.hArd Biesheuvel
2016-02-18arm64: Remove the get_thread_info() functionCatalin Marinas
2016-02-18arm64: kernel: Don't toggle PAN on systems with UAOJames Morse
2016-02-18arm64: cpufeature: Test 'matches' pointer to find the end of the listJames Morse
2016-02-18arm64: kernel: Add support for User Access OverrideJames Morse
2016-02-18arm64: add ARMv8.2 id_aa64mmfr2 boiler plateJames Morse
2016-02-18arm64: cpufeature: Change read_cpuid() to use sysreg's mrs_s macroJames Morse