summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2016-01-126-30/+54
|\ \ \ \
| * \ \ \ Merge branch 'devel-stable' into for-linusRussell King2016-01-124-318/+29
| |\ \ \ \
| | * \ \ \ Merge tag 'arm32-efi-for-v4.5' of git://git.linaro.org/people/ard.biesheuvel/...Russell King2016-01-044-318/+29
| | |\ \ \ \
| * | \ \ \ \ Merge branches 'misc' and 'misc-rc6' into for-linusRussell King2016-01-056-30/+54
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | 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-045-1/+53
| | | |_|_|/ | | |/| | |
* | | | | | Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64...Linus Torvalds2016-01-122-54/+211
|\ \ \ \ \ \
| * | | | | | 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-212-3/+2
| * | | | | | 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-1244-529/+788
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | 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: mm: move pgd_cache initialisation to pgtable_cache_initWill Deacon2016-01-052-7/+8
| * | | | | 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-218-6/+54
| * | | | | arm64: pass a task parameter to unwind_frame()AKASHI Takahiro2015-12-217-11/+13
| * | | | | 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-213-48/+11
| * | | | | arm64: hugetlb: add support for PTE contiguous bitDavid Woods2015-12-215-36/+313
| * | | | | arm64: Use PoU cache instr for I/D coherencyAshok Kumar2015-12-174-26/+58
| * | | | | arm64: Defer dcache flush in __cpu_copy_user_pageAshok Kumar2015-12-171-1/+2
| * | | | | arm64: reduce stack use in irq_handlerJames Morse2015-12-153-15/+27
| * | | | | Merge branch 'aarch64/efi' into aarch64/for-next/coreWill Deacon2015-12-154-318/+29
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARMArd Biesheuvel2015-12-092-0/+32
| | * | | | 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: only consider memblocks with NOMAP cleared for linear mappingArd Biesheuvel2015-12-092-1/+3
| | | |_|/ | | |/| |
| * | | | arm64: mm: ensure that the zero page is visible to the page table walkerWill Deacon2015-12-111-0/+3
| * | | | arm64: mm: place __cpu_setup in .textMark Rutland2015-12-111-2/+0
| * | | | arm64: cmpxchg: Don't incldue linux/mmdebug.hMark Brown2015-12-101-1/+0
| * | | | arm64: mm: fold alternatives into .initMark Rutland2015-12-104-11/+2
| * | | | arm64: Remove redundant padding from linker scriptMark Rutland2015-12-101-2/+0
| * | | | arm64: mm: remove pointless PAGE_MASKingMark Rutland2015-12-101-2/+2
| * | | | 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-102-3/+12
| * | | | arm64: irq: fix walking from irq stack to task stackWill Deacon2015-12-092-3/+19
| * | | | arm64: Add do_softirq_own_stack() and enable irq_stacksJames Morse2015-12-083-3/+79
| * | | | arm64: Modify stack trace and dump for use with irq_stackAKASHI Takahiro2015-12-084-3/+75
| * | | | arm64: Store struct thread_info in sp_el0Jungseok Lee2015-12-084-5/+28
| * | | | 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: spinlock: serialise spin_unlock_wait against concurrent lockersWill Deacon2015-12-031-2/+21