summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* arm64: Clear out any singlestep state on a ptrace detach operationJohn Blackwood2015-12-071-0/+6
* arm64: Add trace_hardirqs_off annotation in ret_to_userCatalin Marinas2015-12-041-0/+3
* arm64: ftrace: fix the comments for ftrace_modify_codeLi Bin2015-12-041-6/+5
* arm64: ftrace: stop using kstop_machine to enable/disable tracingLi Bin2015-12-041-0/+5
* arm64: add __init/__initdata section marker to some functions/variablesJisheng Zhang2015-12-023-8/+9
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-11-272-27/+43
|\
| * arm64: efi: fix initcall return valuesArd Biesheuvel2015-11-261-5/+5
| * arm64: efi: deal with NULL return value of early_memremap()Ard Biesheuvel2015-11-261-1/+13
| * arm64: cpufeature: Track unsigned fieldsSuzuki K. Poulose2015-11-261-14/+23
| * arm64: efi: correctly map runtime regionsMark Rutland2015-11-251-7/+2
* | arm64: KVM: Add workaround for Cortex-A57 erratum 834220Marc Zyngier2015-11-241-0/+9
|/
* arm64: restore bogomips information in /proc/cpuinfoYang Shi2015-11-191-0/+5
* arm64: use non-global mappings for UEFI runtime regionsArd Biesheuvel2015-11-181-9/+5
* arm64: kernel: pause/unpause function graph tracer in cpu_suspend()Lorenzo Pieralisi2015-11-171-0/+10
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-11-124-3/+6
|\
| * arm64: suspend: make hw_breakpoint_restore staticJisheng Zhang2015-11-121-1/+1
| * arm64: smp: make of_parse_and_init_cpus staticJisheng Zhang2015-11-121-1/+1
| * arm64: build vdso without libgcovArnd Bergmann2015-11-121-0/+3
| * arm64: mark cpus_have_hwcap as __maybe_unusedArnd Bergmann2015-11-121-1/+1
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-101-14/+0
|\ \
| * \ Merge tag 'firmware/psci-1.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2015-10-221-14/+0
| |\ \
| | * | drivers: firmware: psci: move power_state handling to generic codeLorenzo Pieralisi2015-10-021-14/+0
* | | | Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-041-2/+2
|\ \ \ \
| * | | | debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2015-10-041-2/+2
| | |/ / | |/| |
* | | | Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-042-32/+1
|\ \ \ \
| * \ \ \ Merge branch 'acpi-init'Rafael J. Wysocki2015-10-252-32/+1
| |\ \ \ \
| | * | | | clocksource: cosmetic: Drop OF 'dependency' from symbolsMarc Zyngier2015-10-011-1/+1
| | * | | | clocksource / arm_arch_timer: Convert to ACPI probingMarc Zyngier2015-10-011-6/+0
| | * | | | irqchip / GIC: Convert the GIC driver to ACPI probingMarc Zyngier2015-10-011-25/+0
| | |/ / /
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-0424-1480/+1330
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | arm64/efi: move arm64 specific stub C code to libstubArd Biesheuvel2015-10-302-75/+2
| * | | | arm64: page-align sections for DEBUG_RODATAMark Rutland2015-10-291-1/+4
| * | | | arm64: cpufeature: declare enable_cpu_capabilities as staticWill Deacon2015-10-281-1/+1
| * | | | arm64: Constify hwcap name string arraysDave Martin2015-10-211-3/+3
| * | | | 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
OpenPOWER on IntegriCloud