summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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/+4Star
| * | | | arm64: remove irq_count and do_softirq_own_stack()James Morse2015-12-213-48/+11Star
| * | | | 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/+29Star
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | 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/+1Star
| | * | | 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/+0Star
| * | | | arm64: cmpxchg: Don't incldue linux/mmdebug.hMark Brown2015-12-101-1/+0Star
| * | | | arm64: mm: fold alternatives into .initMark Rutland2015-12-104-11/+2Star
| * | | | arm64: Remove redundant padding from linker scriptMark Rutland2015-12-101-2/+0Star
| * | | | 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/+5Star
| * | | | 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
| * | | | arm64: enable HAVE_IRQ_TIME_ACCOUNTINGWill Deacon2015-12-031-0/+1
| * | | | arm64: fix COMPAT_SHMLBA definition for large pagesYury Norov2015-12-021-1/+1
| * | | | arm64: add __init/__initdata section marker to some functions/variablesJisheng Zhang2015-12-025-13/+14
| * | | | arm64: pgtable: implement pte_accessible()Will Deacon2015-12-011-0/+10
| * | | | arm64: mm: allow sections for unaligned basesMark Rutland2015-12-011-0/+1
| * | | | arm64: mm: detect bad __create_mapping usesMark Rutland2015-12-011-0/+7
| |/ / /
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-12-131-0/+1
|\ \ \ \
| * | | | irqchip/gic-v3: Add missing include for barrier.hMarc Zyngier2015-12-101-0/+1
| | |_|/ | |/| |
* | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-12-131-0/+5
|\ \ \ \
| * | | | ls2080a/dts: Add little endian property for GPIO IP blockLiu Gang2015-12-121-0/+4
| * | | | ARM64: dts: ls2080a: fix eSDHC endiannessyangbo lu2015-12-121-0/+1
| | |/ / | |/| |
* | | | arm64: Improve error reporting on set_pte_at() checksCatalin Marinas2015-12-111-4/+8
* | | | arm64: update linker script to increased L1_CACHE_BYTES valueArd Biesheuvel2015-12-071-2/+3
| |/ / |/| |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-12-045-75/+80
|\ \ \
| * \ \ Merge tag 'kvm-arm-for-v4.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2015-12-045-75/+80
| |\ \ \ | | |/ / | |/| |
| | * | arm64: KVM: Get rid of old vcpu_reg()Pavel Fedin2015-12-042-9/+4Star
| | * | arm64: KVM: Correctly handle zero register in system register accessesPavel Fedin2015-12-043-48/+45Star
| | * | arm64: KVM: Remove const from struct sys_reg_paramsPavel Fedin2015-12-043-21/+21
| | * | arm64: KVM: Correctly handle zero register during MMIOPavel Fedin2015-12-041-0/+13
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-12-041-15/+32
|\ \ \ \ | |/ / / |/| | |