summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | arm64/efi: mark UEFI reserved regions as MEMBLOCK_NOMAPArd Biesheuvel2015-12-091-3/+4
| * | | arm64: mm: fold alternatives into .initMark Rutland2015-12-102-9/+2
| * | | arm64: Remove redundant padding from linker scriptMark Rutland2015-12-101-2/+0
| * | | arm64: don't call C code with el0's fp registerJames Morse2015-12-101-0/+2
| * | | arm64: when walking onto the task stack, check sp & fp are in current->stackJames Morse2015-12-101-2/+10
| * | | arm64: Add this_cpu_ptr() assembler macro for use in entry.SJames Morse2015-12-101-3/+1
| * | | arm64: irq: fix walking from irq stack to task stackWill Deacon2015-12-091-1/+1
| * | | arm64: Add do_softirq_own_stack() and enable irq_stacksJames Morse2015-12-082-3/+77
| * | | arm64: Modify stack trace and dump for use with irq_stackAKASHI Takahiro2015-12-083-3/+43
| * | | arm64: Store struct thread_info in sp_el0Jungseok Lee2015-12-083-3/+20
| * | | 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
| |/ /
* / / arm64: update linker script to increased L1_CACHE_BYTES valueArd Biesheuvel2015-12-071-2/+3
|/ /
* | 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