summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* arm64: kernel: fix architected PMU registers unconditional accessLorenzo Pieralisi2016-01-251-0/+5
* arm64: hide __efistub_ aliases from kallsymsArd Biesheuvel2016-01-251-15/+25
* arm64: insn: remove BUG_ON from codegenZi Shen Lim2016-01-171-53/+112
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-01-121-39/+1
|\
| * arm64: KVM: Cleanup asm-offset.cMarc Zyngier2015-12-141-39/+0
| * arm64: KVM: Turn system register numbers to an enumMarc Zyngier2015-12-141-0/+1
* | Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-122-0/+26
|\ \
| * | arm64: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_opsStefano Stabellini2015-12-212-0/+26
| |/
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2016-01-125-30/+53
|\ \
| * \ Merge branch 'devel-stable' into for-linusRussell King2016-01-121-317/+17
| |\ \
| * \ \ Merge branches 'misc' and 'misc-rc6' into for-linusRussell King2016-01-055-30/+53
| |\ \ \ | | |_|/ | |/| |
| | * | ARM: 8481/2: drivers: psci: replace psci firmware callsJens Wiklander2016-01-042-29/+1
| | * | ARM: 8480/2: arm64: add implementation for arm-smcccJens Wiklander2016-01-044-1/+52
* | | | Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64...Linus Torvalds2016-01-121-54/+209
|\ \ \ \
| * | | | arm64: perf: add support for Cortex-A72Will Deacon2015-12-221-1/+12
| * | | | arm64: perf: add format entry to describe event -> config mappingWill Deacon2015-12-221-2/+16
| * | | | arm64: kernel: enforce pmuserenr_el0 initialization and restoreLorenzo Pieralisi2015-12-211-3/+0
| * | | | arm64: perf: Add event descriptionsDrew Richardson2015-11-161-0/+138
| * | | | arm64: perf: Convert event enums to #definesDrew Richardson2015-11-161-50/+45
| | |/ / | |/| |
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-01-1219-439/+271
|\ \ \ \ | |_|/ / |/| | |
| * | | arm64: head.S: use memset to clear BSSMark Rutland2016-01-061-8/+7
| * | | arm64: entry: remove pointless SPSR mode checkMark Rutland2016-01-061-4/+0
| * | | arm64: module: avoid undefined shift behavior in reloc_data()Ard Biesheuvel2016-01-051-16/+4
| * | | arm64: module: fix relocation of movz instruction with negative immediateArd Biesheuvel2016-01-051-33/+18
| * | | arm64: traps: address fallout from printk -> pr_* conversionWill Deacon2015-12-211-5/+5
| * | | arm64: ftrace: fix a stack tracer's output under function graph tracerAKASHI Takahiro2015-12-216-6/+49
| * | | arm64: pass a task parameter to unwind_frame()AKASHI Takahiro2015-12-216-9/+9
| * | | arm64: ftrace: modify a stack frame in a safe wayAKASHI Takahiro2015-12-211-7/+4
| * | | arm64: remove irq_count and do_softirq_own_stack()James Morse2015-12-212-46/+11
| * | | arm64: reduce stack use in irq_handlerJames Morse2015-12-152-8/+23
| * | | Merge branch 'aarch64/efi' into aarch64/for-next/coreWill Deacon2015-12-151-317/+17
| |\ \ \ | | | |/ | | |/|
| | * | arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARMArd Biesheuvel2015-12-091-0/+23
| | * | arm64/efi: split off EFI init and runtime code for reuse by 32-bit ARMArd Biesheuvel2015-12-091-325/+1
| | * | 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
|\ \
OpenPOWER on IntegriCloud