aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-17arm64: insn: remove BUG_ON from codegenZi Shen Lim1-53/+112
2016-01-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-39/+1
2016-01-12Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-0/+26
2016-01-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds5-30/+53
2016-01-12Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-54/+209
2016-01-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds19-439/+271
2016-01-12Merge branch 'devel-stable' into for-linusRussell King1-317/+17
2016-01-06arm64: head.S: use memset to clear BSSMark Rutland1-8/+7
2016-01-06arm64: entry: remove pointless SPSR mode checkMark Rutland1-4/+0
2016-01-05arm64: module: avoid undefined shift behavior in reloc_data()Ard Biesheuvel1-16/+4
2016-01-05arm64: module: fix relocation of movz instruction with negative immediateArd Biesheuvel1-33/+18
2016-01-05Merge branches 'misc' and 'misc-rc6' into for-linusRussell King5-30/+53
2016-01-04ARM: 8481/2: drivers: psci: replace psci firmware callsJens Wiklander2-29/+1
2016-01-04ARM: 8480/2: arm64: add implementation for arm-smcccJens Wiklander4-1/+52
2015-12-22arm64: perf: add support for Cortex-A72Will Deacon1-1/+12
2015-12-22arm64: perf: add format entry to describe event -> config mappingWill Deacon1-2/+16
2015-12-21arm64: traps: address fallout from printk -> pr_* conversionWill Deacon1-5/+5
2015-12-21arm64: ftrace: fix a stack tracer's output under function graph tracerAKASHI Takahiro6-6/+49
2015-12-21arm64: pass a task parameter to unwind_frame()AKASHI Takahiro6-9/+9
2015-12-21arm64: ftrace: modify a stack frame in a safe wayAKASHI Takahiro1-7/+4
2015-12-21arm64: remove irq_count and do_softirq_own_stack()James Morse2-46/+11
2015-12-21arm64: kernel: enforce pmuserenr_el0 initialization and restoreLorenzo Pieralisi1-3/+0
2015-12-21arm64: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_opsStefano Stabellini2-0/+26
2015-12-15arm64: reduce stack use in irq_handlerJames Morse2-8/+23
2015-12-15Merge branch 'aarch64/efi' into aarch64/for-next/coreWill Deacon1-317/+17
2015-12-14arm64: KVM: Cleanup asm-offset.cMarc Zyngier1-39/+0
2015-12-14arm64: KVM: Turn system register numbers to an enumMarc Zyngier1-0/+1
2015-12-10arm64: mm: fold alternatives into .initMark Rutland2-9/+2
2015-12-10arm64: Remove redundant padding from linker scriptMark Rutland1-2/+0
2015-12-10arm64: don't call C code with el0's fp registerJames Morse1-0/+2
2015-12-10arm64: when walking onto the task stack, check sp & fp are in current->stackJames Morse1-2/+10
2015-12-10arm64: Add this_cpu_ptr() assembler macro for use in entry.SJames Morse1-3/+1
2015-12-09arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARMArd Biesheuvel1-0/+23
2015-12-09arm64/efi: split off EFI init and runtime code for reuse by 32-bit ARMArd Biesheuvel1-325/+1
2015-12-09arm64/efi: mark UEFI reserved regions as MEMBLOCK_NOMAPArd Biesheuvel1-3/+4
2015-12-09arm64: irq: fix walking from irq stack to task stackWill Deacon1-1/+1
2015-12-08arm64: Add do_softirq_own_stack() and enable irq_stacksJames Morse2-3/+77
2015-12-08arm64: Modify stack trace and dump for use with irq_stackAKASHI Takahiro3-3/+43
2015-12-08arm64: Store struct thread_info in sp_el0Jungseok Lee3-3/+20
2015-12-07arm64: Clear out any singlestep state on a ptrace detach operationJohn Blackwood1-0/+6
2015-12-07arm64: update linker script to increased L1_CACHE_BYTES valueArd Biesheuvel1-2/+3
2015-12-04arm64: Add trace_hardirqs_off annotation in ret_to_userCatalin Marinas1-0/+3
2015-12-04arm64: ftrace: fix the comments for ftrace_modify_codeLi Bin1-6/+5
2015-12-04arm64: ftrace: stop using kstop_machine to enable/disable tracingLi Bin1-0/+5
2015-12-02arm64: add __init/__initdata section marker to some functions/variablesJisheng Zhang3-8/+9
2015-11-27Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-27/+43
2015-11-26arm64: efi: fix initcall return valuesArd Biesheuvel1-5/+5
2015-11-26arm64: efi: deal with NULL return value of early_memremap()Ard Biesheuvel1-1/+13
2015-11-26arm64: cpufeature: Track unsigned fieldsSuzuki K. Poulose1-14/+23
2015-11-25arm64: efi: correctly map runtime regionsMark Rutland1-7/+2