summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2016-03-191-97/+2
|\
| *---. Merge branches 'amba', 'fixes', 'misc' and 'tauros2' into for-nextRussell King2016-03-041-97/+2
| |\ \ \
| | | * | ARM: 8511/1: ARM64: kernel: PSCI: move PSCI idle management code to drivers/f...Lorenzo Pieralisi2016-02-111-97/+2
| | |/ /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-192-2/+14
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-085-18/+19
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-2323-66/+158
| |\ \ \ \ \
| * | | | | | dtb: xgene: Add irqs to support multi queueIyappan Subramanian2016-02-172-2/+14
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-182-2/+2
|\ \ \ \ \ \ \
| * | | | | | | mm: remove VM_FAULT_MINORJan Kara2016-03-171-1/+1
| * | | | | | | mm: cleanup *pte_alloc* interfacesKirill A. Shutemov2016-03-171-1/+1
* | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-1788-827/+2786
|\ \ \ \ \ \ \ \
| * | | | | | | | 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-264-1/+34
| * | | | | | | | 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-241-0/+5
| * | | | | | | | 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-247-50/+42
| * | | | | | | | arm64: make asm/elf.h available to asm filesArd Biesheuvel2016-02-241-9/+13
OpenPOWER on IntegriCloud