summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm64/debug: Make use of the system wide safe valueSuzuki K. Poulose2015-10-211-2/+4
* arm64: Move FP/ASIMD hwcap handling to common codeSuzuki K. Poulose2015-10-212-11/+7
* arm64/HWCAP: Use system wide safe valuesSuzuki K. Poulose2015-10-211-72/+91
* arm64/capabilities: Make use of system wide safe valueSuzuki K. Poulose2015-10-211-20/+59
* arm64: Delay cpu feature capability checksSuzuki K. Poulose2015-10-213-5/+100
* arm64: Refactor check_cpu_capabilitiesSuzuki K. Poulose2015-10-212-4/+12
* arm64: Cleanup mixed endian support detectionSuzuki K. Poulose2015-10-211-22/+0
* arm64: Read system wide CPUID valueSuzuki K. Poulose2015-10-211-0/+9
* arm64: Consolidate CPU Sanity check to CPU Feature infrastructureSuzuki K. Poulose2015-10-212-145/+132
* arm64: Keep track of CPU feature registersSuzuki K. Poulose2015-10-212-1/+431
* arm64: Move /proc/cpuinfo handling codeSuzuki K. Poulose2015-10-212-123/+124
* arm64: Move mixed endian support detectionSuzuki K. Poulose2015-10-212-21/+22
* arm64: Move cpu feature detection codeSuzuki K. Poulose2015-10-212-108/+109
* arm64: Delay cpuinfo_store_boot_cpuSuzuki K. Poulose2015-10-212-8/+3
* arm64: Delay ELF HWCAP initialisation until all CPUs are upSuzuki K. Poulose2015-10-212-8/+9
* arm64: Make the CPU information more clearSuzuki K. Poulose2015-10-212-3/+3
* arm64: Synchronise dump_backtrace() with perf callchainJungseok Lee2015-10-191-5/+10
* arm64: add cpu_idle tracepoints to arch_cpu_idleJisheng Zhang2015-10-191-0/+3
* arm64: Add page size to the kernel image headerArd Biesheuvel2015-10-191-1/+4
* arm64: Check for selected granule supportSuzuki K. Poulose2015-10-191-2/+15
* arm64: Handle 4 level page table for swapperSuzuki K. Poulose2015-10-191-1/+4
* arm64: Move swapper pagetable definitionsSuzuki K. Poulose2015-10-192-29/+9
* arm64: debug: Fix typo in debug-monitors.cYang Shi2015-10-161-1/+1
* arm64: AArch32 user space PC alignment exceptionMark Salyzyn2015-10-161-0/+2
* arm64: add KASAN supportAndrey Ryabinin2015-10-126-3/+31
* arm64/efi: isolate EFI stub from the kernel properArd Biesheuvel2015-10-124-14/+49
* arm64: Fix missing #include in hw_breakpoint.cCatalin Marinas2015-10-121-0/+1
* arm64: fix a migrating irq bug when hotplug cpuYang Yingliang2015-10-092-63/+2
* arm64: perf: add Cortex-A57 supportMark Rutland2015-10-071-0/+61
* arm64: perf: add Cortex-A53 supportMark Rutland2015-10-071-2/+62
* arm64: perf: move to shared arm_pmu frameworkMark Rutland2015-10-071-861/+90
* arm64: hw_breakpoint: use target state to determine ABI behaviourWill Deacon2015-10-071-2/+16
* arm64: mm: kill mm_cpumask usageWill Deacon2015-10-071-7/+0
* arm64: mm: rewrite ASID allocator and MM context-switching codeWill Deacon2015-10-072-2/+1
* arm64: flush: use local TLB and I-cache invalidationWill Deacon2015-10-073-4/+4
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-10-031-1/+2
|\
| * arm64/efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME regionsArd Biesheuvel2015-10-011-1/+2
* | arm64: ftrace: fix function_graph tracer panicLi Bin2015-10-021-2/+20
|/
* arm64: errata: add module build workaround for erratum #843419Will Deacon2015-09-171-0/+2
* arm64: compat: fix vfp save/restore across signal handlers in big-endianWill Deacon2015-09-171-11/+36
* arm64: cpu hotplug: ensure we mask out CPU_TASKS_FROZEN in notifiersWill Deacon2015-09-172-2/+2
* arm64: head.S: initialise mdcr_el2 in el2_setupWill Deacon2015-09-151-0/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-09-112-14/+7
|\
| * Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-...Paolo Bonzini2015-08-222-4/+5
| |\
| * | arm64: KVM: remove remaining reference to vgic_sr_vectorsVladimir Murzin2015-08-121-2/+0
| * | KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUGAlex Bennée2015-07-211-12/+0
| * | KVM: arm64: introduce vcpu->arch.debug_ptrAlex Bennée2015-07-211-0/+6
| * | KVM: arm: introduce kvm_arm_init/setup/clear_debugAlex Bennée2015-07-211-0/+1
* | | arm64: support initrd outside kernel linear mapMark Salter2015-09-091-0/+62
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-09-0425-453/+617
|\ \ \